summaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_super.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: only issues a cache flush on unmount if barriers are enabledChristoph Hellwig2009-03-061-5/+5
* xfs: fix bad_features2 fixups for the root filesystemChristoph Hellwig2009-01-191-1/+16
* filesystem freeze: add error handling of write_super_lockfs/unlockfsTakashi Sato2009-01-091-4/+4
* trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-061-1/+1
* move vn_iowait / vn_iowake into xfs_aops.cChristoph Hellwig2008-12-041-1/+1
* kill xfs_unmount_flushChristoph Hellwig2008-12-041-5/+0
* remove leftovers of shared read-only supportChristoph Hellwig2008-12-041-29/+0
* kill dead inode flagsChristoph Hellwig2008-12-041-1/+0
* [XFS] remove xfs_vfsops.hChristoph Hellwig2008-12-011-1/+0
* [XFS] fix error inversion problems with data flushingDave Chinner2008-12-011-4/+9
* [XFS] fix spurious gcc warningsChristoph Hellwig2008-12-011-3/+2
* [XFS] fix biosize optionChristoph Hellwig2008-10-301-1/+1
* [XFS] fix the noquota mount optionChristoph Hellwig2008-10-301-0/+1
* [XFS] kill struct xfs_mount_argsChristoph Hellwig2008-10-301-310/+189
* [XFS] Allocate the struct xfs_ailDavid Chinner2008-10-301-14/+14
* [XFS] kill deleted inodes listDavid Chinner2008-10-301-2/+0
* [XFS] Fix build warning - xfs_fs_alloc_inode() needs a return statementLachlan McIlroy2008-10-301-0/+1
* [XFS] Prevent use-after-free caused by synchronous inode reclaimDavid Chinner2008-10-301-18/+14
* [XFS] Combine the XFS and Linux inodesDavid Chinner2008-10-301-29/+18
* [XFS] Never call mark_inode_dirty_sync() directlyDavid Chinner2008-10-301-1/+1
* [XFS] Move remaining quiesce code.David Chinner2008-10-301-3/+3
* [XFS] Kill SYNC_CLOSEDavid Chinner2008-10-301-10/+0
* [XFS] make SYNC_DELWRI no longer use xfs_syncDavid Chinner2008-10-301-19/+6
* [XFS] make SYNC_ATTR no longer use xfs_syncDavid Chinner2008-10-301-1/+2
* [XFS] move xfssyncd code to xfs_sync.cDavid Chinner2008-10-301-148/+3
* [XFS] move sync code to its own fileDavid Chinner2008-10-301-0/+1
* [XFS] make btree tracing genericChristoph Hellwig2008-10-301-4/+20
* [XFS] Remove kmem_zone_t argument from xfs_inode_init_once()Lachlan McIlroy2008-10-301-1/+0
* [XFS] Make use of the init-once slab optimisation.David Chinner2008-10-301-1/+36
* [PATCH] propagate mode through open_bdev_excl/close_bdev_exclAl Viro2008-10-211-2/+2
* xfs: fix remount rw with unrecognized optionsChristoph Hellwig2008-10-151-1/+1
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-1/+1
* [XFS] Fix regression introduced by remount fixupChristoph Hellwig2008-09-171-0/+20
* [XFS] don't call xfs_freesb from xfs_unmountfsChristoph Hellwig2008-08-131-1/+2
* [XFS] cleanup xfs_mountfsChristoph Hellwig2008-08-131-1/+1
* [XFS] move root inode IRELE into xfs_unmountfsChristoph Hellwig2008-08-131-4/+0
* [XFS] sanitize xfs_initialize_vnodeChristoph Hellwig2008-08-131-110/+0
* [XFS] kill bhv_vnode_tChristoph Hellwig2008-08-131-1/+1
* [XFS] remove some easy bhv_vnode_t instancesChristoph Hellwig2008-08-131-6/+1
* [XFS] kill vn_to_inodeChristoph Hellwig2008-08-131-8/+6
* [XFS] Remove vn_from_inode()Christoph Hellwig2008-08-131-1/+1
* [XFS] don't leak m_fsname/m_rtname/m_lognameChristoph Hellwig2008-08-131-10/+41
* [XFS] Kill shouty XFS_ITOV() macroDavid Chinner2008-08-131-1/+1
* [XFS] Avoid directly referencing the VFS inode.David Chinner2008-08-131-2/+2
* [XFS] fix use after free with external logs or real-time devicesLachlan McIlroy2008-07-281-2/+4
* [XFS] fix mount option parsing in remountChristoph Hellwig2008-07-281-18/+54
* [XFS] Disable queue flag test in barrier check.Eric Sandeen2008-07-281-8/+0
* [XFS] streamline init/exit pathChristoph Hellwig2008-07-281-52/+278
* [XFS] Use the generic xattr methods.Lachlan McIlroy2008-07-281-0/+1
* [XFS] XFS: ASCII case-insensitive supportBarry Naujok2008-07-281-1/+4
OpenPOWER on IntegriCloud