aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_mount.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-11[XFS] resync headers with libxfsChristoph Hellwig1-2/+2
2008-12-04kill xfs_unmount_flushChristoph Hellwig1-1/+0
2008-12-04no explicit xfs_iflush for special inodes during unmountChristoph Hellwig1-1/+1
2008-12-04remove leftovers of shared read-only supportChristoph Hellwig1-2/+0
2008-12-04remove unused m_inode_quiesce member from struct xfs_mountChristoph Hellwig1-1/+0
2008-12-04cleanup the inode reclaim pathChristoph Hellwig1-1/+0
2008-12-01[XFS] remove xfs_vfs.hChristoph Hellwig1-0/+10
2008-12-01[XFS] remove bhv_statvfs_t typedefChristoph Hellwig1-1/+1
2008-10-30[XFS] kill struct xfs_mount_argsChristoph Hellwig1-2/+2
2008-10-30[XFS] Move the AIL lock into the struct xfs_ailDavid Chinner1-1/+0
2008-10-30[XFS] Allocate the struct xfs_ailDavid Chinner1-8/+2
2008-10-30[XFS] kill deleted inodes listDavid Chinner1-4/+1
2008-10-30[XFS] use xfs_sync_inodes rather than xfs_syncsubDavid Chinner1-2/+0
2008-10-30[XFS] remove the mount inode listDavid Chinner1-1/+0
2008-10-30[XFS] Cleanup maxrecs calculation.Christoph Hellwig1-6/+6
2008-10-30[XFS] move xfssyncd code to xfs_sync.cDavid Chinner1-0/+1
2008-10-30[XFS] Sync up kernel and user-space headersBarry Naujok1-8/+9
2008-10-30[XFS] Remove final remnants of dirv1 macros and other stuffBarry Naujok1-1/+0
2008-08-13[XFS] xfs_unmountfs should return voidChristoph Hellwig1-1/+1
2008-08-13[XFS] cleanup xfs_mountfsChristoph Hellwig1-11/+4
2008-07-28[XFS] streamline init/exit pathChristoph Hellwig1-3/+0
2008-07-28[XFS] Name operation vector for hash and compareBarry Naujok1-0/+2
2008-07-28[XFS] kill xfs_mount_initChristoph Hellwig1-4/+4
2008-07-28[XFS] sort out opening and closing of the block devicesChristoph Hellwig1-2/+1
2008-07-28[XFS] Fix up noattr2 so that it will properly update the versionnum andTim Shimmin1-0/+1
2008-04-29[XFS] fix non-smp xfs buildEric Sandeen1-0/+1
2008-04-29[XFS] kill XFS_ICSB_SB_LOCKEDChristoph Hellwig1-1/+0
2008-04-29[XFS] Add xfs_icsb_sync_counters_locked for when m_sb_lock already heldChristoph Hellwig1-2/+3
2008-04-18[XFS] remove bhv_vname_t and xfs_rename codeBarry Naujok1-2/+2
2008-04-18[XFS] Replace custom AIL linked-list code with struct list_headJosef 'Jeff' Sipek1-1/+1
2008-04-18[XFS] cleanup vnode use in dmapi callsChristoph Hellwig1-11/+11
2008-04-18[XFS] kill xfs_rwlock/xfs_rwunlockChristoph Hellwig1-1/+1
2008-02-28[XFS] If you mount an XFS filesystem with no mount options at all, thenJosef Jeff Sipek1-1/+1
2008-02-07[XFS] Move AIL pushing into it's own threadDavid Chinner1-2/+8
2008-02-07[XFS] kill xfs_iocore_tChristoph Hellwig1-1/+0
2008-02-07[XFS] Cleanup lock goop.Eric Sandeen1-1/+1
2008-02-07[XFS] Unwrap XFS_SB_LOCK.Eric Sandeen1-3/+1
2008-02-07[XFS] Unwrap AIL_LOCKDonald Douwsma1-8/+1
2008-02-07[XFS] kill unnessecary ioops indirectionLachlan McIlroy1-101/+0
2007-10-16[XFS] growlock should be a mutexChristoph Hellwig1-1/+1
2007-10-16[XFS] kill struct bhv_vfsChristoph Hellwig1-32/+15
2007-10-16[XFS] move syncing related members from struct bhv_vfs to struct xfs_mountChristoph Hellwig1-0/+6
2007-10-16[XFS] kill the vfs_flags member in struct bhv_vfsChristoph Hellwig1-4/+4
2007-10-16[XFS] call common xfs vfs-level helpers directly and remove vfs operationsChristoph Hellwig1-14/+7
2007-10-16[XFS] decontaminate vfs operations from behavior detailsChristoph Hellwig1-1/+0
2007-10-16[XFS] remove dependency of the quota module on behaviorsChristoph Hellwig1-15/+28
2007-10-16[XFS] remove dependency of the dmapi module on behaviorsChristoph Hellwig1-8/+16
2007-10-16[XFS] kill struct bhv_vnodeChristoph Hellwig1-6/+5
2007-10-16[XFS] call common xfs vnode-level helpers directly and remove vnode operationsChristoph Hellwig1-1/+0
2007-10-15[XFS] Radix tree based inode cachingDavid Chinner1-6/+16