summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_mount.h
Commit message (Expand)AuthorAgeFilesLines
* [XFS] fix non-smp xfs buildEric Sandeen2008-04-291-0/+1
* [XFS] kill XFS_ICSB_SB_LOCKEDChristoph Hellwig2008-04-291-1/+0Star
* [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-291-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/+0Star
* [XFS] Cleanup lock goop.Eric Sandeen2008-02-071-1/+1
* [XFS] Unwrap XFS_SB_LOCK.Eric Sandeen2008-02-071-3/+1Star
* [XFS] Unwrap AIL_LOCKDonald Douwsma2008-02-071-8/+1Star
* [XFS] kill unnessecary ioops indirectionLachlan McIlroy2008-02-071-101/+0Star
* [XFS] growlock should be a mutexChristoph Hellwig2007-10-161-1/+1
* [XFS] kill struct bhv_vfsChristoph Hellwig2007-10-161-32/+15Star
* [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/+7Star
* [XFS] decontaminate vfs operations from behavior detailsChristoph Hellwig2007-10-161-1/+0Star
* [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/+5Star
* [XFS] call common xfs vnode-level helpers directly and remove vnode operationsChristoph Hellwig2007-10-161-1/+0Star
* [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/+0Star
* [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
* [XFS] Reduction global superblock lock contention near ENOSPC.David Chinner2007-02-101-0/+1
* [XFS] Fix kmem_zalloc_greedy warnings on 64 bit platforms.Nathan Scott2006-09-281-1/+1
* [XFS] remove bhv_lookup, _range version works aswell and has more usefulChristoph Hellwig2006-09-281-1/+2
* [XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott2006-06-201-2/+0Star
* [XFS] Resolve a namespace collision on remaining vtypes for FreeBSDNathan Scott2006-06-091-1/+1
* [XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.Nathan Scott2006-06-091-7/+7
* [XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters.Nathan Scott2006-06-091-11/+11
* [XFS] Shutdown the filesystem if all device paths have gone. MadeNathan Scott2006-06-091-9/+0Star
* [XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them reportOlaf Weber2006-06-091-3/+20
* [XFS] Implement the silent parameter to fill_super, previously ignored.Nathan Scott2006-03-311-1/+4
* [XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing allNathan Scott2006-03-291-1/+1
* [XFS] Remove a couple of no-longer-used macros/types from XFS.Nathan Scott2006-03-141-5/+0Star
* [XFS] using a spinlock per cpu for superblock counter exclusion results inDavid Chinner2006-03-141-1/+3
* [XFS] Add support for hotplug CPUs to the per-CPU superblock counters byDavid Chinner2006-03-141-0/+1