summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_mount.h
AgeCommit message (Expand)Author
2007-10-16[XFS] growlock should be a mutexChristoph Hellwig
2007-10-16[XFS] kill struct bhv_vfsChristoph Hellwig
2007-10-16[XFS] move syncing related members from struct bhv_vfs to struct xfs_mountChristoph Hellwig
2007-10-16[XFS] kill the vfs_flags member in struct bhv_vfsChristoph Hellwig
2007-10-16[XFS] call common xfs vfs-level helpers directly and remove vfs operationsChristoph Hellwig
2007-10-16[XFS] decontaminate vfs operations from behavior detailsChristoph Hellwig
2007-10-16[XFS] remove dependency of the quota module on behaviorsChristoph Hellwig
2007-10-16[XFS] remove dependency of the dmapi module on behaviorsChristoph Hellwig
2007-10-16[XFS] kill struct bhv_vnodeChristoph Hellwig
2007-10-16[XFS] call common xfs vnode-level helpers directly and remove vnode operationsChristoph Hellwig
2007-10-15[XFS] Radix tree based inode cachingDavid Chinner
2007-10-15[XFS] superblock endianess annotationsChristoph Hellwig
2007-10-15[XFS] Remove m_nreadaheadsEric Sandeen
2007-07-14[XFS] Concurrent Multi-File Data StreamsDavid Chinner
2007-07-14[XFS] Lazy Superblock CountersDavid Chinner
2007-07-14[XFS] Don't grow filesystems past the size they can index.Nathan Scott
2007-02-10[XFS] Re-initialize the per-cpu superblock counters after recovery.Lachlan McIlroy
2007-02-10[XFS] Fix block reservation changes for non-SMP systems.Kevin Jamieson
2007-02-10[XFS] Fix block reservation mechanism.David Chinner
2007-02-10[XFS] Make growfs work for amounts greater than 2TBDavid Chinner
2007-02-10[XFS] remove unused xflags parameter from sync routinesLachlan McIlroy
2007-02-10[XFS] Fix UP build breakage due to undefined m_icsb_mutex.David Chinner
2007-02-10[XFS] Reduction global superblock lock contention near ENOSPC.David Chinner
2006-09-28[XFS] Fix kmem_zalloc_greedy warnings on 64 bit platforms.Nathan Scott
2006-09-28[XFS] remove bhv_lookup, _range version works aswell and has more usefulChristoph Hellwig
2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott
2006-06-09[XFS] Resolve a namespace collision on remaining vtypes for FreeBSDNathan Scott
2006-06-09[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.Nathan Scott
2006-06-09[XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters.Nathan Scott
2006-06-09[XFS] Shutdown the filesystem if all device paths have gone. MadeNathan Scott
2006-06-09[XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them reportOlaf Weber
2006-03-31[XFS] Implement the silent parameter to fill_super, previously ignored.Nathan Scott
2006-03-29[XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing allNathan Scott
2006-03-14[XFS] Remove a couple of no-longer-used macros/types from XFS.Nathan Scott
2006-03-14[XFS] using a spinlock per cpu for superblock counter exclusion results inDavid Chinner
2006-03-14[XFS] Add support for hotplug CPUs to the per-CPU superblock counters byDavid Chinner
2006-03-14[XFS] On machines with more than 8 cpus, when running parallel I/ODavid Chinner
2006-03-14[XFS] XFS propagates MS_NOATIME through two levels internally but doesn'tNathan Scott
2006-01-11[XFS] Complete the pagebuf -> xfs_buf naming convention transition,Nathan Scott
2006-01-11[XFS] Reverse the sense of COMPAT_ATTR and ATTR2, keeps it simple andNathan Scott
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: XFSJes Sorensen
2005-11-02[XFS] Rework fid encode/decode wrt 64 bit inums interacting with NFS.Nathan Scott
2005-11-02[XFS] Rework the final mount options flag bit to make room for more.Nathan Scott
2005-11-02[XFS] Update license/copyright notices to match the prefered SGINathan Scott
2005-11-02[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott
2005-11-02[XFS] Track external log/realtime device names for correct reporting inNathan Scott
2005-11-02[XFS] Ondisk format extension for extended attributes (attr2). Basically,Nathan Scott
2005-11-02[XFS] Introduce two new mount options (nolargeio/largeio) to allowDavid Chinner
2005-11-02[XFS] Provide a mechiansm for flushing delalloc before quota reporting.Nathan Scott
2005-11-02[XFS] write barrier support Issue all log sync operations as orderedChristoph Hellwig