aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_mount.h
Commit message (Expand)AuthorAgeFilesLines
...
* [XFS] kill deleted inodes listDavid Chinner2008-10-301-4/+1
* [XFS] use xfs_sync_inodes rather than xfs_syncsubDavid Chinner2008-10-301-2/+0
* [XFS] remove the mount inode listDavid Chinner2008-10-301-1/+0
* [XFS] Cleanup maxrecs calculation.Christoph Hellwig2008-10-301-6/+6
* [XFS] move xfssyncd code to xfs_sync.cDavid Chinner2008-10-301-0/+1
* [XFS] Sync up kernel and user-space headersBarry Naujok2008-10-301-8/+9
* [XFS] Remove final remnants of dirv1 macros and other stuffBarry Naujok2008-10-301-1/+0
* [XFS] xfs_unmountfs should return voidChristoph Hellwig2008-08-131-1/+1
* [XFS] cleanup xfs_mountfsChristoph Hellwig2008-08-131-11/+4
* [XFS] streamline init/exit pathChristoph Hellwig2008-07-281-3/+0
* [XFS] Name operation vector for hash and compareBarry Naujok2008-07-281-0/+2
* [XFS] kill xfs_mount_initChristoph Hellwig2008-07-281-4/+4
* [XFS] sort out opening and closing of the block devicesChristoph Hellwig2008-07-281-2/+1
* [XFS] Fix up noattr2 so that it will properly update the versionnum andTim Shimmin2008-07-281-0/+1
* [XFS] fix non-smp xfs buildEric Sandeen2008-04-291-0/+1
* [XFS] kill XFS_ICSB_SB_LOCKEDChristoph Hellwig2008-04-291-1/+0
* [XFS] Add xfs_icsb_sync_counters_locked for when m_sb_lock already heldChristoph Hellwig2008-04-291-2/+3
* [XFS] remove bhv_vname_t and xfs_rename codeBarry Naujok2008-04-181-2/+2
* [XFS] Replace custom AIL linked-list code with struct list_headJosef 'Jeff' Sipek2008-04-181-1/+1
* [XFS] cleanup vnode use in dmapi callsChristoph Hellwig2008-04-181-11/+11
* [XFS] kill xfs_rwlock/xfs_rwunlockChristoph Hellwig2008-04-181-1/+1
* [XFS] If you mount an XFS filesystem with no mount options at all, thenJosef Jeff Sipek2008-02-281-1/+1
* [XFS] Move AIL pushing into it's own threadDavid Chinner2008-02-071-2/+8
* [XFS] kill xfs_iocore_tChristoph Hellwig2008-02-071-1/+0
* [XFS] Cleanup lock goop.Eric Sandeen2008-02-071-1/+1
* [XFS] Unwrap XFS_SB_LOCK.Eric Sandeen2008-02-071-3/+1
* [XFS] Unwrap AIL_LOCKDonald Douwsma2008-02-071-8/+1
* [XFS] kill unnessecary ioops indirectionLachlan McIlroy2008-02-071-101/+0
* [XFS] growlock should be a mutexChristoph Hellwig2007-10-161-1/+1
* [XFS] kill struct bhv_vfsChristoph Hellwig2007-10-161-32/+15
* [XFS] move syncing related members from struct bhv_vfs to struct xfs_mountChristoph Hellwig2007-10-161-0/+6
* [XFS] kill the vfs_flags member in struct bhv_vfsChristoph Hellwig2007-10-161-4/+4
* [XFS] call common xfs vfs-level helpers directly and remove vfs operationsChristoph Hellwig2007-10-161-14/+7
* [XFS] decontaminate vfs operations from behavior detailsChristoph Hellwig2007-10-161-1/+0
* [XFS] remove dependency of the quota module on behaviorsChristoph Hellwig2007-10-161-15/+28
* [XFS] remove dependency of the dmapi module on behaviorsChristoph Hellwig2007-10-161-8/+16
* [XFS] kill struct bhv_vnodeChristoph Hellwig2007-10-161-6/+5
* [XFS] call common xfs vnode-level helpers directly and remove vnode operationsChristoph Hellwig2007-10-161-1/+0
* [XFS] Radix tree based inode cachingDavid Chinner2007-10-151-6/+16
* [XFS] superblock endianess annotationsChristoph Hellwig2007-10-151-1/+2
* [XFS] Remove m_nreadaheadsEric Sandeen2007-10-151-1/+0
* [XFS] Concurrent Multi-File Data StreamsDavid Chinner2007-07-141-0/+4
* [XFS] Lazy Superblock CountersDavid Chinner2007-07-141-3/+7
* [XFS] Don't grow filesystems past the size they can index.Nathan Scott2007-07-141-0/+1
* [XFS] Re-initialize the per-cpu superblock counters after recovery.Lachlan McIlroy2007-02-101-0/+2
* [XFS] Fix block reservation changes for non-SMP systems.Kevin Jamieson2007-02-101-1/+1
* [XFS] Fix block reservation mechanism.David Chinner2007-02-101-1/+1
* [XFS] Make growfs work for amounts greater than 2TBDavid Chinner2007-02-101-3/+4
* [XFS] remove unused xflags parameter from sync routinesLachlan McIlroy2007-02-101-2/+2
* [XFS] Fix UP build breakage due to undefined m_icsb_mutex.David Chinner2007-02-101-0/+21