summaryrefslogtreecommitdiff
path: root/fs/xfs/linux-2.6/xfs_super.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-19xfs: fix bad_features2 fixups for the root filesystemChristoph Hellwig1-1/+16
2009-01-10filesystem freeze: add error handling of write_super_lockfs/unlockfsTakashi Sato1-4/+4
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer1-1/+1
2008-12-04move vn_iowait / vn_iowake into xfs_aops.cChristoph Hellwig1-1/+1
2008-12-04kill xfs_unmount_flushChristoph Hellwig1-5/+0
2008-12-04remove leftovers of shared read-only supportChristoph Hellwig1-29/+0
2008-12-04kill dead inode flagsChristoph Hellwig1-1/+0
2008-12-01[XFS] remove xfs_vfsops.hChristoph Hellwig1-1/+0
2008-12-01[XFS] fix error inversion problems with data flushingDave Chinner1-4/+9
2008-12-01[XFS] fix spurious gcc warningsChristoph Hellwig1-3/+2
2008-10-30[XFS] fix biosize optionChristoph Hellwig1-1/+1
2008-10-30[XFS] fix the noquota mount optionChristoph Hellwig1-0/+1
2008-10-30[XFS] kill struct xfs_mount_argsChristoph Hellwig1-310/+189
2008-10-30[XFS] Allocate the struct xfs_ailDavid Chinner1-14/+14
2008-10-30[XFS] kill deleted inodes listDavid Chinner1-2/+0
2008-10-30[XFS] Fix build warning - xfs_fs_alloc_inode() needs a return statementLachlan McIlroy1-0/+1
2008-10-30[XFS] Prevent use-after-free caused by synchronous inode reclaimDavid Chinner1-18/+14
2008-10-30[XFS] Combine the XFS and Linux inodesDavid Chinner1-29/+18
2008-10-30[XFS] Never call mark_inode_dirty_sync() directlyDavid Chinner1-1/+1
2008-10-30[XFS] Move remaining quiesce code.David Chinner1-3/+3
2008-10-30[XFS] Kill SYNC_CLOSEDavid Chinner1-10/+0
2008-10-30[XFS] make SYNC_DELWRI no longer use xfs_syncDavid Chinner1-19/+6
2008-10-30[XFS] make SYNC_ATTR no longer use xfs_syncDavid Chinner1-1/+2
2008-10-30[XFS] move xfssyncd code to xfs_sync.cDavid Chinner1-148/+3
2008-10-30[XFS] move sync code to its own fileDavid Chinner1-0/+1
2008-10-30[XFS] make btree tracing genericChristoph Hellwig1-4/+20
2008-10-30[XFS] Remove kmem_zone_t argument from xfs_inode_init_once()Lachlan McIlroy1-1/+0
2008-10-30[XFS] Make use of the init-once slab optimisation.David Chinner1-1/+36
2008-10-21[PATCH] propagate mode through open_bdev_excl/close_bdev_exclAl Viro1-2/+2
2008-10-15xfs: fix remount rw with unrecognized optionsChristoph Hellwig1-1/+1
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-09-17[XFS] Fix regression introduced by remount fixupChristoph Hellwig1-0/+20
2008-08-13[XFS] don't call xfs_freesb from xfs_unmountfsChristoph Hellwig1-1/+2
2008-08-13[XFS] cleanup xfs_mountfsChristoph Hellwig1-1/+1
2008-08-13[XFS] move root inode IRELE into xfs_unmountfsChristoph Hellwig1-4/+0
2008-08-13[XFS] sanitize xfs_initialize_vnodeChristoph Hellwig1-110/+0
2008-08-13[XFS] kill bhv_vnode_tChristoph Hellwig1-1/+1
2008-08-13[XFS] remove some easy bhv_vnode_t instancesChristoph Hellwig1-6/+1
2008-08-13[XFS] kill vn_to_inodeChristoph Hellwig1-8/+6
2008-08-13[XFS] Remove vn_from_inode()Christoph Hellwig1-1/+1
2008-08-13[XFS] don't leak m_fsname/m_rtname/m_lognameChristoph Hellwig1-10/+41
2008-08-13[XFS] Kill shouty XFS_ITOV() macroDavid Chinner1-1/+1
2008-08-13[XFS] Avoid directly referencing the VFS inode.David Chinner1-2/+2
2008-07-28[XFS] fix use after free with external logs or real-time devicesLachlan McIlroy1-2/+4
2008-07-28[XFS] fix mount option parsing in remountChristoph Hellwig1-18/+54
2008-07-28[XFS] Disable queue flag test in barrier check.Eric Sandeen1-8/+0
2008-07-28[XFS] streamline init/exit pathChristoph Hellwig1-52/+278
2008-07-28[XFS] Use the generic xattr methods.Lachlan McIlroy1-0/+1
2008-07-28[XFS] XFS: ASCII case-insensitive supportBarry Naujok1-1/+4
2008-07-28[XFS] add missing call to xfs_filestream_unmount on xfs_mountfs failureChristoph Hellwig1-1/+3