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