| Commit message (Expand) | Author | Age | Files | Lines |
* | [XFS] kill the v_flag member in struct bhv_vnode | Christoph Hellwig | 2007-10-16 | 1 | -5/+4 |
* | [XFS] kill v_vfsp member from struct bhv_vnode | Christoph Hellwig | 2007-10-16 | 1 | -1/+0 |
* | [XFS] call common xfs vnode-level helpers directly and remove vnode operations | Christoph Hellwig | 2007-10-16 | 1 | -20/+24 |
* | [XFS] Remove xfs_physmem | Eric Sandeen | 2007-10-15 | 1 | -4/+0 |
* | [XFS] Barriers need to be dynamically checked and switched off | David Chinner | 2007-10-15 | 1 | -8/+0 |
* | [XFS] Ensure file size updates have been completed before writing inode to disk. | Lachlan McIlroy | 2007-09-18 | 1 | -1/+3 |
* | Freezer: make kernel threads nonfreezable by default | Rafael J. Wysocki | 2007-07-17 | 1 | -0/+1 |
* | [XFS] Fix remount,readonly path to flush everything correctly. | David Chinner | 2007-07-14 | 1 | -1/+1 |
* | [XFS] Lazy Superblock Counters | David Chinner | 2007-07-14 | 1 | -1/+2 |
* | Remove SLAB_CTOR_CONSTRUCTOR | Christoph Lameter | 2007-05-17 | 1 | -2/+1 |
* | slab allocators: Remove SLAB_DEBUG_INITIAL flag | Christoph Lameter | 2007-05-07 | 1 | -2/+1 |
* | [PATCH] xfs warning fix | Andrew Morton | 2007-02-20 | 1 | -1/+1 |
* | [XFS] Remove unused header files for MAC and CAP checking functionality. | Eric Sandeen | 2007-02-10 | 1 | -2/+0 |
* | [XFS] Make freeze code a little cleaner. | David Chinner | 2007-02-10 | 1 | -1/+1 |
* | [XFS] Remove useless memory barrier | Ralf Baechle | 2007-02-10 | 1 | -1/+0 |
* | [XFS] Ensure a frozen filesystem has a clean log before writing the dummy | David Chinner | 2007-02-10 | 1 | -3/+11 |
* | [XFS] Keep stack usage down for 4k stacks by using noinline. | David Chinner | 2007-02-10 | 1 | -8/+8 |
* | [PATCH] Add include/linux/freezer.h and move definitions from sched.h | Nigel Cunningham | 2006-12-07 | 1 | -0/+1 |
* | [XFS] Clean up i_flags and i_flags_lock handling. | David Chinner | 2006-11-11 | 1 | -3/+1 |
* | [XFS] Really fix use after free in xfs_iunpin. | David Chinner | 2006-09-28 | 1 | -0/+2 |
* | [PATCH] inode-diet: Eliminate i_blksize from the inode structure | Theodore Ts'o | 2006-09-27 | 1 | -1/+0 |
* | [XFS] Fix a barrier related forced shutdown on mounts with quota enabled. | Nathan Scott | 2006-07-28 | 1 | -0/+7 |
* | [PATCH] XFS: Use the dentry passed to statfs() to limit the scope of the results | David Howells | 2006-06-23 | 1 | -1/+2 |
* | [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry | David Howells | 2006-06-23 | 1 | -2/+2 |
* | [PATCH] VFS: Permit filesystem to override root dentry on mount | David Howells | 2006-06-23 | 1 | -3/+5 |
* | [XFS] Remove version 1 directory code. Never functioned on Linux, just | Nathan Scott | 2006-06-20 | 1 | -2/+0 |
* | [XFS] Remove unneeded conditional code on NFS export interface related | Nathan Scott | 2006-06-19 | 1 | -3/+1 |
* | [XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters. | Nathan Scott | 2006-06-09 | 1 | -25/+17 |
* | [XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters. | Nathan Scott | 2006-06-09 | 1 | -88/+53 |
* | [XFS] Implement the silent parameter to fill_super, previously ignored. | Nathan Scott | 2006-03-31 | 1 | -5/+6 |
* | [PATCH] mempool: use mempool_create_slab_pool() | Matthew Dobson | 2006-03-26 | 1 | -3/+2 |
* | [XFS] Sync up one/two other minor changes missed in previous merges. | Nathan Scott | 2006-03-22 | 1 | -3/+1 |
* | [XFS] Complete transition away from linvfs naming convention, finally. | Nathan Scott | 2006-03-17 | 1 | -28/+24 |
* | [XFS] Switch over from linvfs names for sb/quotactl operations for | Nathan Scott | 2006-03-14 | 1 | -52/+52 |
* | [XFS] Switch over from linvfs names for inode operations for consistent | Nathan Scott | 2006-03-14 | 1 | -4/+4 |
* | [XFS] Switch over from linvfs names for file operations for consistent | Nathan Scott | 2006-03-14 | 1 | -2/+2 |
* | [XFS] Switch over from linvfs names for address space ops for consistent | Nathan Scott | 2006-03-14 | 1 | -2/+2 |
* | [XFS] Flag the XFS inode cache as in need of spreading also. | Nathan Scott | 2006-03-14 | 1 | -1/+2 |
* | [XFS] Cleanup the use of zones/slabs, more consistent and allows flags to | Nathan Scott | 2006-03-14 | 1 | -21/+17 |
* | [XFS] XFS propagates MS_NOATIME through two levels internally but doesn't | Nathan Scott | 2006-03-14 | 1 | -2/+0 |
* | [XFS] xfssyncd is responsible for flushing inode or device's data by | Yingping Lu | 2006-01-11 | 1 | -1/+1 |
* | [XFS] Complete the pagebuf -> xfs_buf naming convention transition, | Nathan Scott | 2006-01-11 | 1 | -7/+7 |
* | [XFS] enable write barriers by default | Christoph Hellwig | 2006-01-11 | 1 | -0/+3 |
* | [XFS] Update license/copyright notices to match the prefered SGI | Nathan Scott | 2005-11-02 | 1 | -25/+11 |
* | [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot. | Nathan Scott | 2005-11-02 | 1 | -8/+7 |
* | [XFS] Introduce two new mount options (nolargeio/largeio) to allow | David Chinner | 2005-11-02 | 1 | -1/+1 |
* | [XFS] Provide a mechiansm for flushing delalloc before quota reporting. | Nathan Scott | 2005-11-02 | 1 | -0/+13 |
* | [XFS] write barrier support Issue all log sync operations as ordered | Christoph Hellwig | 2005-11-02 | 1 | -0/+66 |
* | [PATCH] fs: fix-up schedule_timeout() usage | Nishanth Aravamudan | 2005-09-10 | 1 | -6/+6 |
* | [XFS] Switch kernel thread handling to the kthread_ API | Christoph Hellwig | 2005-09-05 | 1 | -27/+9 |