summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_mount.h
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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/+0
* [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/+0
* [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/+0
* [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
* [XFS] On machines with more than 8 cpus, when running parallel I/ODavid Chinner2006-03-141-0/+34
* [XFS] XFS propagates MS_NOATIME through two levels internally but doesn'tNathan Scott2006-03-141-2/+0
* [XFS] Complete the pagebuf -> xfs_buf naming convention transition,Nathan Scott2006-01-111-1/+0
* [XFS] Reverse the sense of COMPAT_ATTR and ATTR2, keeps it simple andNathan Scott2006-01-111-1/+1
* [PATCH] mutex subsystem, semaphore to mutex: XFSJes Sorensen2006-01-091-1/+1
* [XFS] Rework fid encode/decode wrt 64 bit inums interacting with NFS.Nathan Scott2005-11-021-2/+3
* [XFS] Rework the final mount options flag bit to make room for more.Nathan Scott2005-11-021-24/+24
* [XFS] Update license/copyright notices to match the prefered SGINathan Scott2005-11-021-27/+11
* [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott2005-11-021-42/+26
* [XFS] Track external log/realtime device names for correct reporting inNathan Scott2005-11-021-0/+2
* [XFS] Ondisk format extension for extended attributes (attr2). Basically,Nathan Scott2005-11-021-1/+1
* [XFS] Introduce two new mount options (nolargeio/largeio) to allowDavid Chinner2005-11-021-0/+27
* [XFS] Provide a mechiansm for flushing delalloc before quota reporting.Nathan Scott2005-11-021-0/+1
* [XFS] write barrier support Issue all log sync operations as orderedChristoph Hellwig2005-11-021-1/+2