summaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_super.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-15[XFS] Remove xfs_physmemEric Sandeen1-4/+0
2007-10-15[XFS] Barriers need to be dynamically checked and switched offDavid Chinner1-8/+0
2007-09-18[XFS] Ensure file size updates have been completed before writing inode to disk.Lachlan McIlroy1-1/+3
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-0/+1
2007-07-14[XFS] Fix remount,readonly path to flush everything correctly.David Chinner1-1/+1
2007-07-14[XFS] Lazy Superblock CountersDavid Chinner1-1/+2
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-2/+1
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1
2007-02-20[PATCH] xfs warning fixAndrew Morton1-1/+1
2007-02-10[XFS] Remove unused header files for MAC and CAP checking functionality.Eric Sandeen1-2/+0
2007-02-10[XFS] Make freeze code a little cleaner.David Chinner1-1/+1
2007-02-10[XFS] Remove useless memory barrierRalf Baechle1-1/+0
2007-02-10[XFS] Ensure a frozen filesystem has a clean log before writing the dummyDavid Chinner1-3/+11
2007-02-10[XFS] Keep stack usage down for 4k stacks by using noinline.David Chinner1-8/+8
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham1-0/+1
2006-11-11[XFS] Clean up i_flags and i_flags_lock handling.David Chinner1-3/+1
2006-09-28[XFS] Really fix use after free in xfs_iunpin.David Chinner1-0/+2
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-07-28[XFS] Fix a barrier related forced shutdown on mounts with quota enabled.Nathan Scott1-0/+7
2006-06-23[PATCH] XFS: Use the dentry passed to statfs() to limit the scope of the resultsDavid Howells1-1/+2
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells1-2/+2
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-3/+5
2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott1-2/+0
2006-06-19[XFS] Remove unneeded conditional code on NFS export interface relatedNathan Scott1-3/+1
2006-06-09[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.Nathan Scott1-25/+17
2006-06-09[XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters.Nathan Scott1-88/+53
2006-03-31[XFS] Implement the silent parameter to fill_super, previously ignored.Nathan Scott1-5/+6
2006-03-26[PATCH] mempool: use mempool_create_slab_pool()Matthew Dobson1-3/+2
2006-03-22[XFS] Sync up one/two other minor changes missed in previous merges.Nathan Scott1-3/+1
2006-03-17[XFS] Complete transition away from linvfs naming convention, finally.Nathan Scott1-28/+24
2006-03-14[XFS] Switch over from linvfs names for sb/quotactl operations forNathan Scott1-52/+52
2006-03-14[XFS] Switch over from linvfs names for inode operations for consistentNathan Scott1-4/+4
2006-03-14[XFS] Switch over from linvfs names for file operations for consistentNathan Scott1-2/+2
2006-03-14[XFS] Switch over from linvfs names for address space ops for consistentNathan Scott1-2/+2
2006-03-14[XFS] Flag the XFS inode cache as in need of spreading also.Nathan Scott1-1/+2
2006-03-14[XFS] Cleanup the use of zones/slabs, more consistent and allows flags toNathan Scott1-21/+17
2006-03-14[XFS] XFS propagates MS_NOATIME through two levels internally but doesn'tNathan Scott1-2/+0
2006-01-11[XFS] xfssyncd is responsible for flushing inode or device's data byYingping Lu1-1/+1
2006-01-11[XFS] Complete the pagebuf -> xfs_buf naming convention transition,Nathan Scott1-7/+7
2006-01-11[XFS] enable write barriers by defaultChristoph Hellwig1-0/+3
2005-11-02[XFS] Update license/copyright notices to match the prefered SGINathan Scott1-25/+11
2005-11-02[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott1-8/+7
2005-11-02[XFS] Introduce two new mount options (nolargeio/largeio) to allowDavid Chinner1-1/+1
2005-11-02[XFS] Provide a mechiansm for flushing delalloc before quota reporting.Nathan Scott1-0/+13
2005-11-02[XFS] write barrier support Issue all log sync operations as orderedChristoph Hellwig1-0/+66
2005-09-10[PATCH] fs: fix-up schedule_timeout() usageNishanth Aravamudan1-6/+6
2005-09-05[XFS] Switch kernel thread handling to the kthread_ APIChristoph Hellwig1-27/+9
2005-09-05[XFS] allow a null behaviour pointer in linvfs_clear_inodeChristoph Hellwig1-3/+6
2005-09-05[XFS] Check if there is first behavior before calling VOP_RECLAIM fromFelix Blyakher1-3/+5
2005-09-05[XFS] streamline the clear_inode pathChristoph Hellwig1-9/+25