xfs: kill xfs_lrw.h
[safe/jmp/linux-2.6] / fs / xfs / xfs_mount.h
2010-03-01 Christoph Hellwigxfs: kill xfs_lrw.h
2010-02-08 Eric Sandeenxfs: more reserved blocks fixups
2010-01-26 Dave Chinnerxfs: don't hold onto reserved blocks on remount,ro
2010-01-19 Dave Chinnerxfs: convert DM ops to use unsigned char names
2010-01-15 Dave Chinnerxfs: Add trace points for per-ag refcount debugging.
2010-01-15 Dave Chinnerxfs: Reference count per-ag structures
2010-01-15 Dave Chinnerxfs: Replace per-ag array with a radix tree
2010-01-15 Dave Chinnerxfs: rename xfs_get_perag
2009-12-11 Christoph Hellwigxfs: cleanup dmapi macros in the umount path
2009-12-11 Christoph Hellwigxfs: kill the STATIC_INLINE macro
2009-08-31 Eric Sandeenxfs: add more statics & drop some unused functions
2009-07-02 Eric Sandeenxfs: add more statics & drop some unused functions
2009-06-08 Christoph Hellwigxfs: kill xfs_qmops
2009-04-06 Dave Chinnerxfs: use xfs_sync_inodes() for device flushing
2009-03-29 Christoph Hellwigxfs: remove m_attroffset
2009-03-29 Malcolm Parsonsxfs: fix various typos
2009-03-29 Christoph Hellwigxfs: remove m_litino
2009-03-29 Christoph Hellwigxfs: kill ino64 mount option
2009-02-09 Christoph Hellwigxfs: get rid of indirections in the quotaops implementation
2009-02-09 Christoph Hellwigxfs: remove superflous inobt macros
2009-02-04 Christoph Hellwigxfs: remove unused XFS_MOUNT_ILOCK/XFS_MOUNT_IUNLOCK
2009-01-19 Eric Sandeen[XFS] Remove the rest of the macro-to-function indirect...
2009-01-19 Christoph Hellwigxfs: fix bad_features2 fixups for the root filesystem
2009-01-19 Christoph Hellwigxfs: fix bad_features2 fixups for the root filesystem
2009-01-16 Eric Sandeen[XFS] Remove the rest of the macro-to-function indirect...
2008-12-11 Christoph Hellwig[XFS] resync headers with libxfs
2008-12-04 Christoph Hellwigkill xfs_unmount_flush
2008-12-04 Christoph Hellwigno explicit xfs_iflush for special inodes during unmount
2008-12-04 Christoph Hellwigremove leftovers of shared read-only support
2008-12-04 Christoph Hellwigremove unused m_inode_quiesce member from struct xfs_mount
2008-12-04 Christoph Hellwigcleanup the inode reclaim path
2008-12-01 Christoph Hellwig[XFS] remove xfs_vfs.h
2008-12-01 Christoph Hellwig[XFS] remove bhv_statvfs_t typedef
2008-10-30 Christoph Hellwig[XFS] kill struct xfs_mount_args
2008-10-30 David Chinner[XFS] Move the AIL lock into the struct xfs_ail
2008-10-30 David Chinner[XFS] Allocate the struct xfs_ail
2008-10-30 David Chinner[XFS] kill deleted inodes list
2008-10-30 David Chinner[XFS] use xfs_sync_inodes rather than xfs_syncsub
2008-10-30 David Chinner[XFS] remove the mount inode list
2008-10-30 Christoph Hellwig[XFS] Cleanup maxrecs calculation.
2008-10-30 David Chinner[XFS] move xfssyncd code to xfs_sync.c
2008-10-30 Barry Naujok[XFS] Sync up kernel and user-space headers
2008-10-30 Barry Naujok[XFS] Remove final remnants of dirv1 macros and other...
2008-08-13 Christoph Hellwig[XFS] xfs_unmountfs should return void
2008-08-13 Christoph Hellwig[XFS] cleanup xfs_mountfs
2008-07-28 Christoph Hellwig[XFS] streamline init/exit path
2008-07-28 Barry Naujok[XFS] Name operation vector for hash and compare
2008-07-28 Christoph Hellwig[XFS] kill xfs_mount_init
2008-07-28 Christoph Hellwig[XFS] sort out opening and closing of the block devices
2008-07-28 Tim Shimmin[XFS] Fix up noattr2 so that it will properly update...
2008-04-29 Eric Sandeen[XFS] fix non-smp xfs build
2008-04-29 Christoph Hellwig[XFS] kill XFS_ICSB_SB_LOCKED
2008-04-29 Christoph Hellwig[XFS] Add xfs_icsb_sync_counters_locked for when m_sb_l...
2008-04-18 Barry Naujok[XFS] remove bhv_vname_t and xfs_rename code
2008-04-18 Josef 'Jeff' Sipek[XFS] Replace custom AIL linked-list code with struct...
2008-04-18 Christoph Hellwig[XFS] cleanup vnode use in dmapi calls
2008-04-18 Christoph Hellwig[XFS] kill xfs_rwlock/xfs_rwunlock
2008-02-29 Josef Jeff Sipek[XFS] If you mount an XFS filesystem with no mount...
2008-02-07 David Chinner[XFS] Move AIL pushing into it's own thread
2008-02-07 Christoph Hellwig[XFS] kill xfs_iocore_t
2008-02-07 Eric Sandeen[XFS] Cleanup lock goop.
2008-02-07 Eric Sandeen[XFS] Unwrap XFS_SB_LOCK.
2008-02-07 Donald Douwsma[XFS] Unwrap AIL_LOCK
2008-02-07 Lachlan McIlroy[XFS] kill unnessecary ioops indirection
2007-10-16 Christoph Hellwig[XFS] growlock should be a mutex
2007-10-16 Christoph Hellwig[XFS] kill struct bhv_vfs
2007-10-16 Christoph Hellwig[XFS] move syncing related members from struct bhv_vfs...
2007-10-16 Christoph Hellwig[XFS] kill the vfs_flags member in struct bhv_vfs
2007-10-16 Christoph Hellwig[XFS] call common xfs vfs-level helpers directly and...
2007-10-16 Christoph Hellwig[XFS] decontaminate vfs operations from behavior details
2007-10-16 Christoph Hellwig[XFS] remove dependency of the quota module on behaviors
2007-10-16 Christoph Hellwig[XFS] remove dependency of the dmapi module on behaviors
2007-10-16 Christoph Hellwig[XFS] kill struct bhv_vnode
2007-10-16 Christoph Hellwig[XFS] call common xfs vnode-level helpers directly...
2007-10-15 David Chinner[XFS] Radix tree based inode caching
2007-10-15 Christoph Hellwig[XFS] superblock endianess annotations
2007-10-15 Eric Sandeen[XFS] Remove m_nreadaheads
2007-07-14 David Chinner[XFS] Concurrent Multi-File Data Streams
2007-07-14 David Chinner[XFS] Lazy Superblock Counters
2007-07-14 Nathan Scott[XFS] Don't grow filesystems past the size they can...
2007-02-10 Lachlan McIlroy[XFS] Re-initialize the per-cpu superblock counters...
2007-02-10 Kevin Jamieson[XFS] Fix block reservation changes for non-SMP systems.
2007-02-10 David Chinner[XFS] Fix block reservation mechanism.
2007-02-10 David Chinner[XFS] Make growfs work for amounts greater than 2TB
2007-02-10 Lachlan McIlroy[XFS] remove unused xflags parameter from sync routines
2007-02-10 David Chinner[XFS] Fix UP build breakage due to undefined m_icsb_mutex.
2007-02-10 David Chinner[XFS] Reduction global superblock lock contention near...
2006-09-28 Nathan Scott[XFS] Fix kmem_zalloc_greedy warnings on 64 bit platforms.
2006-09-28 Christoph Hellwig[XFS] remove bhv_lookup, _range version works aswell...
2006-06-20 Nathan Scott[XFS] Remove version 1 directory code. Never functioned...
2006-06-09 Nathan Scott[XFS] Resolve a namespace collision on remaining vtypes...
2006-06-09 Nathan Scott[XFS] Resolve a namespace collision on vnode/vnodeops...
2006-06-09 Nathan Scott[XFS] Resolve a namespace collision on vfs/vfsops for...
2006-06-09 Nathan Scott[XFS] Shutdown the filesystem if all device paths have...
2006-06-09 Olaf Weber[XFS] Add parameters to xfs_bmapi() and xfs_bunmapi...
2006-03-31 Nathan Scott[XFS] Implement the silent parameter to fill_super...
2006-03-28 Nathan Scott[XFS] We really suck at spulling. Thanks to Chris...
2006-03-14 Nathan Scott[XFS] Remove a couple of no-longer-used macros/types...
2006-03-14 David Chinner[XFS] using a spinlock per cpu for superblock counter...
2006-03-14 David Chinner[XFS] Add support for hotplug CPUs to the per-CPU super...
next