- 48c872a9f [XFS] decontaminate vfs operations from behavior details by Christoph Hellwig · 17 years ago
- b09cc77 [XFS] remove dependency of the quota module on behaviors by Christoph Hellwig · 17 years ago
- 0a74cd1 [XFS] kill struct bhv_vnode by Christoph Hellwig · 17 years ago
- 1543d79 [XFS] move v_trace from bhv_vnode to xfs_inode by Christoph Hellwig · 17 years ago
- b3aea4e [XFS] kill the v_flag member in struct bhv_vnode by Christoph Hellwig · 17 years ago
- 2f6f7b3 [XFS] kill v_vfsp member from struct bhv_vnode by Christoph Hellwig · 17 years ago
- 739bfb2 [XFS] call common xfs vnode-level helpers directly and remove vnode operations by Christoph Hellwig · 17 years ago
- 6385f4d [XFS] Remove xfs_physmem by Eric Sandeen · 17 years ago
- 0bfefc4 [XFS] Barriers need to be dynamically checked and switched off by David Chinner · 18 years ago
- 776a75fa [XFS] Ensure file size updates have been completed before writing inode to disk. by Lachlan McIlroy · 17 years ago
- 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
- 516b2e7 [XFS] Fix remount,readonly path to flush everything correctly. by David Chinner · 17 years ago
- 92821e2 [XFS] Lazy Superblock Counters by David Chinner · 17 years ago
- a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 18 years ago
- 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 18 years ago
- 5085b60 [PATCH] xfs warning fix by Andrew Morton · 18 years ago
- 7bc5306 [XFS] Remove unused header files for MAC and CAP checking functionality. by Eric Sandeen · 18 years ago
- 3c0dc77 [XFS] Make freeze code a little cleaner. by David Chinner · 18 years ago
- 4cf3b52 [XFS] Remove useless memory barrier by Ralf Baechle · 18 years ago
- 2823945 [XFS] Ensure a frozen filesystem has a clean log before writing the dummy by David Chinner · 18 years ago
- 7989cb8 [XFS] Keep stack usage down for 4k stacks by using noinline. by David Chinner · 18 years ago
- 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 18 years ago
- 7a18c38 [XFS] Clean up i_flags and i_flags_lock handling. by David Chinner · 18 years ago
- f273ab8 [XFS] Really fix use after free in xfs_iunpin. by David Chinner · 18 years ago
- ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
- b2ea401 [XFS] Fix a barrier related forced shutdown on mounts with quota enabled. by Nathan Scott · 18 years ago
- d6938d1 [PATCH] XFS: Use the dentry passed to statfs() to limit the scope of the results by David Howells · 18 years ago
- 726c334 [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry by David Howells · 18 years ago
- 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
- f6c2d1f [XFS] Remove version 1 directory code. Never functioned on Linux, just by Nathan Scott · 18 years ago
- a805bad [XFS] Remove unneeded conditional code on NFS export interface related by Nathan Scott · 18 years ago
- 67fcaa7 [XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters. by Nathan Scott · 18 years ago
- b83bd13 [XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters. by Nathan Scott · 18 years ago
- 764d1f8 [XFS] Implement the silent parameter to fill_super, previously ignored. by Nathan Scott · 19 years ago
- 93d2341 [PATCH] mempool: use mempool_create_slab_pool() by Matthew Dobson · 19 years ago
- bb19fba [XFS] Sync up one/two other minor changes missed in previous merges. by Nathan Scott · 19 years ago
- ec86dc0 [XFS] Complete transition away from linvfs naming convention, finally. by Nathan Scott · 19 years ago
- a50cd26 [XFS] Switch over from linvfs names for sb/quotactl operations for by Nathan Scott · 19 years ago
- 416c6d5 [XFS] Switch over from linvfs names for inode operations for consistent naming. by Nathan Scott · 19 years ago
- 3562fd4 [XFS] Switch over from linvfs names for file operations for consistent naming. by Nathan Scott · 19 years ago
- e4c573b [XFS] Switch over from linvfs names for address space ops for consistent naming. by Nathan Scott · 19 years ago
- e0cc232 [XFS] Flag the XFS inode cache as in need of spreading also. by Nathan Scott · 19 years ago
- 8758280 [XFS] Cleanup the use of zones/slabs, more consistent and allows flags to by Nathan Scott · 19 years ago
- 9f4cbec [XFS] XFS propagates MS_NOATIME through two levels internally but doesn't by Nathan Scott · 19 years ago
- 71df099 [XFS] xfssyncd is responsible for flushing inode or device's data by by Yingping Lu · 19 years ago
- ce8e922 [XFS] Complete the pagebuf -> xfs_buf naming convention transition, finally. by Nathan Scott · 19 years ago
- 4ef19dd [XFS] enable write barriers by default by Christoph Hellwig · 19 years ago
- 7b71876 [XFS] Update license/copyright notices to match the prefered SGI boilerplate. by Nathan Scott · 19 years ago
- a844f45 [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot. by Nathan Scott · 19 years ago
- e8c8b3a [XFS] Introduce two new mount options (nolargeio/largeio) to allow by David Chinner · 19 years ago
- ee34807 [XFS] Provide a mechiansm for flushing delalloc before quota reporting. by Nathan Scott · 19 years ago
- f538d4d [XFS] write barrier support Issue all log sync operations as ordered by Christoph Hellwig · 19 years ago
- 041e0e3 [PATCH] fs: fix-up schedule_timeout() usage by Nishanth Aravamudan · 19 years ago
- 4df08c5 [XFS] Switch kernel thread handling to the kthread_ API by Christoph Hellwig · 19 years ago
- 02ba71d [XFS] allow a null behaviour pointer in linvfs_clear_inode by Christoph Hellwig · 19 years ago
- 0c147f9 [XFS] Check if there is first behavior before calling VOP_RECLAIM from by Felix Blyakher · 19 years ago
- 56d433e [XFS] streamline the clear_inode path by Christoph Hellwig · 19 years ago
- 0829c36 [XFS] Add infrastructure for tracking I/O completions by Christoph Hellwig · 19 years ago
- 0432dab [XFS] remove struct vnode::v_type by Christoph Hellwig · 19 years ago
- 3e1d1d2 [PATCH] Cleanup patch for process freezing by Christoph Lameter · 19 years ago
- f898d6c [XFS] quiesce the filesystem proper when freezing by Christoph Hellwig · 19 years ago
- c8ad20f [XFS] Add support for project quota, based on Dan Knappes earlier work. by Nathan Scott · 19 years ago
- d387039 [XFS] Fix directory inodes ioctl compat code, minor code consistency cleanups by Nathan Scott · 20 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago