Commit Graph

77 Commits (64137e56d76a5c05aa4411e2f5d7121593dd9478)

Author SHA1 Message Date
Lachlan McIlroy 541d7d3c4b [XFS] kill unnessecary ioops indirection 17 years ago
Lachlan McIlroy 44866d3928 [XFS] remove dead SYNC_BDFLUSH case in xfs_sync_inodes 17 years ago
Christoph Hellwig c6143911a7 [XFS] cleanup fid types mess 18 years ago
Tim Shimmin 479ba36bbb [XFS] Remove STATIC which was missing from prior manual merge 18 years ago
Vlad Apostolov 574342f4ad [XFS] fix when DMAPI mount option processing happens 18 years ago
Christoph Hellwig b267ce9952 [XFS] kill struct bhv_vfs 18 years ago
Christoph Hellwig bd186aa901 [XFS] kill the vfs_flags member in struct bhv_vfs 18 years ago
Christoph Hellwig 745f691912 [XFS] call common xfs vfs-level helpers directly and remove vfs operations 18 years ago
Christoph Hellwig 48c872a9f3 [XFS] decontaminate vfs operations from behavior details 18 years ago
Christoph Hellwig b09cc77109 [XFS] remove dependency of the quota module on behaviors 18 years ago
Christoph Hellwig 293688ec42 [XFS] remove dependency of the dmapi module on behaviors 18 years ago
Christoph Hellwig f541d270db [XFS] move freeing the mount structure from xfs_mount_free into the callers 18 years ago
Christoph Hellwig b677c210ce [XFS] move v_iocount from bhv_vnode to xfs_inode 18 years ago
Christoph Hellwig 739bfb2a7d [XFS] call common xfs vnode-level helpers directly and remove vnode operations 18 years ago
Vlad Apostolov b93bd20cd5 [XFS] do not have XFSMNT_IDELETE as default when mounted with XFSMNT_DMAPI 18 years ago
David Chinner da353b0d64 [XFS] Radix tree based inode caching 18 years ago
Eric Sandeen 948c6d4fd8 [XFS] optimize dmapi event tests w/o dmapi config 18 years ago
Jesper Juhl 49ee6c911f [XFS] Fix a potential NULL pointer deref in XFS on failed mount. 18 years ago
Eric Sandeen dcb3b83feb [XFS] clean up xfs_start_flags 18 years ago
David Chinner 2a82b8be8a [XFS] Concurrent Multi-File Data Streams 18 years ago
David Chinner 516b2e7c26 [XFS] Fix remount,readonly path to flush everything correctly. 18 years ago
David Chinner 92821e2ba4 [XFS] Lazy Superblock Counters 18 years ago
David Chinner 40095b64f5 [XFS] Sleeping with the ilock waiting for I/O completion is Bad. 18 years ago
Lachlan McIlroy f7c66ce3f7 [XFS] Add lockdep support for XFS 18 years ago
Lachlan McIlroy d3cf209476 [XFS] propogate return codes from flush routines 18 years ago
Eric Sandeen 1c72bf9003 [XFS] The last argument "lsn" of xfs_trans_commit() is always called with 18 years ago
David Chinner 3c0dc77b42 [XFS] Make freeze code a little cleaner. 18 years ago
David Chinner 2823945fda [XFS] Ensure a frozen filesystem has a clean log before writing the dummy 18 years ago
David Chinner dbcabad19a [XFS] Fix block reservation mechanism. 18 years ago
Lachlan McIlroy 1f9b3b64d4 [XFS] remove unused xflags parameter from sync routines 18 years ago
Nathan Scott 215101c360 [XFS] Fix kmem_zalloc_greedy warnings on 64 bit platforms. 19 years ago
David Chinner 4be536debe [XFS] Prevent free space oversubscription and xfssyncd looping. 19 years ago
Nathan Scott b2ea401bac [XFS] Fix a barrier related forced shutdown on mounts with quota enabled. 19 years ago
Nathan Scott f6c2d1fa63 [XFS] Remove version 1 directory code. Never functioned on Linux, just 19 years ago
Nathan Scott b190f1138b [XFS] Fix broken const use inside local suffix_strtoul routine. 19 years ago
Nathan Scott 8285fb58e7 [XFS] Resolve a namespace collision on remaining vtypes for FreeBSD 19 years ago
Nathan Scott 67fcaa73ad [XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters. 19 years ago
Nathan Scott b83bd13881 [XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters. 19 years ago
Nathan Scott b65745205f [XFS] Portability changes: remove prdev, stick to one diagnostic 19 years ago
Nathan Scott d08d389d5a [XFS] Fix a possible forced shutdown due to mishandling write barriers 19 years ago
Nathan Scott 3bbcc8e397 [XFS] Reenable write barriers by default. 19 years ago
Nathan Scott 764d1f89a5 [XFS] Implement the silent parameter to fill_super, previously ignored. 19 years ago
Nathan Scott c41564b5af [XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing all 19 years ago
Nathan Scott e15f195cfb [XFS] Reenable the noikeep (delete inode cluster space) option by default. 19 years ago
Nathan Scott 3758dee9f6 [XFS] Fixup naming inconsistencies found by Pekka Enberg and one from Jan 19 years ago
Nathan Scott b12dd34298 [XFS] Fix an infinite loop issue in bulkstat when a corrupt inode is 19 years ago
Nathan Scott 8758280fcc [XFS] Cleanup the use of zones/slabs, more consistent and allows flags to 19 years ago
David Chinner 8d280b98cf [XFS] On machines with more than 8 cpus, when running parallel I/O 19 years ago
Nathan Scott 9f4cbecd7e [XFS] XFS propagates MS_NOATIME through two levels internally but doesn't 19 years ago
Nathan Scott c2cd255060 [XFS] Fix v2 log bufsize reporting in /proc/mounts. 19 years ago