cleanup xfs_sb.h feature flag helpers
[safe/jmp/linux-2.6] / fs / xfs / xfs_vfsops.c
2008-12-01 Christoph Hellwig[XFS] remove xfs_vfsops.h
2008-10-30 Christoph Hellwig[XFS] kill struct xfs_mount_args
2008-10-30 David Chinner[XFS] Move remaining quiesce code.
2008-10-30 David Chinner[XFS] make SYNC_DELWRI no longer use xfs_sync
2008-10-30 David Chinner[XFS] make SYNC_ATTR no longer use xfs_sync
2008-10-30 David Chinner[XFS] use xfs_sync_inodes rather than xfs_syncsub
2008-10-30 David Chinner[XFS] Remove xfs_iflush_all and clean up xfs_finish_rec...
2008-10-30 David Chinner[XFS] move sync code to its own file
2008-08-13 Christoph Hellwig[XFS] kill bhv_vnode_t
2008-08-13 Christoph Hellwig[XFS] remove some easy bhv_vnode_t instances
2008-08-13 David Chinner[XFS] Kill shouty XFS_ITOV() macro
2008-08-13 David Chinner[XFS] kill shouty XFS_ITOV_NULL macro
2008-07-28 Christoph Hellwig[XFS] streamline init/exit path
2008-07-28 Christoph Hellwig[XFS] merge xfs_mount into xfs_fs_fill_super
2008-07-28 Christoph Hellwig[XFS] merge xfs_unmount into xfs_fs_put_super / xfs_fs_...
2008-07-28 Christoph Hellwig[XFS] merge xfs_mntupdate into xfs_fs_remount
2008-07-28 Denys Vlasenko[XFS] Remove unused arg from kmem_free()
2008-07-28 Tim Shimmin[XFS] Fix up noattr2 so that it will properly update...
2008-04-29 Alexey Dobriyan[XFS] remove xfs_log_ticket_zone on rmmod
2008-04-18 David Chinner[XFS] Remove periodic logging of in-core superblock...
2008-04-18 David Chinner[XFS] Propagate errors from xfs_trans_commit().
2008-04-18 David Chinner[XFS] xfs_quiesce_fs() never returns an error. Mark...
2008-04-18 David Chinner[XFS] Remove the xlog_ticket allocator
2008-04-18 Christoph Hellwig[XFS] remove most calls to VN_RELE
2008-04-18 Christoph Hellwig[XFS] cleanup vnode use in dmapi calls
2008-04-18 David Chinner[XFS] Remove the xfs_icluster structure
2008-04-18 Donald Douwsma[XFS] Remove the xfs_refcache
2008-04-10 Eric Sandeen[XFS] remove shouting-indirection macros from xfs_sb.h
2008-02-29 Josef Jeff Sipek[XFS] If you mount an XFS filesystem with no mount...
2008-02-07 Lachlan McIlroy[XFS] add __init/__exit mark to specific init/cleanup...
2008-02-07 Christoph Hellwig[XFS] kill xfs_root
2008-02-07 Christoph Hellwig[XFS] Cleanup various fid related bits:
2008-02-07 David Chinner[XFS] Move platform specific mount option parse out...
2008-02-07 David Chinner[XFS] Show all mount args in /proc/mounts
2008-02-07 David Chinner[XFS] Fix up sparse warnings.
2008-02-07 Christoph Hellwig[XFS] kill xfs_freeze.
2008-02-07 Christoph Hellwig[XFS] Kill off xfs_statvfs.
2008-02-07 Eric Sandeen[XFS] Remove spin.h
2008-02-07 Eric Sandeen[XFS] Unwrap XFS_SB_LOCK.
2008-02-07 Eric Sandeen[XFS] Unwrap xfs_dabuf_global_lock
2008-02-07 Lachlan McIlroy[XFS] kill unnessecary ioops indirection
2008-02-07 Lachlan McIlroy[XFS] remove dead SYNC_BDFLUSH case in xfs_sync_inodes
2007-10-19 Christoph Hellwig[XFS] cleanup fid types mess
2007-10-16 Tim Shimmin[XFS] Remove STATIC which was missing from prior manual...
2007-10-16 Vlad Apostolov[XFS] fix when DMAPI mount option processing happens
2007-10-16 Christoph Hellwig[XFS] kill 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] move freeing the mount structure from xfs_mount_f...
2007-10-16 Christoph Hellwig[XFS] move v_iocount from bhv_vnode to xfs_inode
2007-10-16 Christoph Hellwig[XFS] call common xfs vnode-level helpers directly...
2007-10-15 Vlad Apostolov[XFS] do not have XFSMNT_IDELETE as default when mounte...
2007-10-15 David Chinner[XFS] Radix tree based inode caching
2007-10-15 Eric Sandeen[XFS] optimize dmapi event tests w/o dmapi config
2007-10-15 Jesper Juhl[XFS] Fix a potential NULL pointer deref in XFS on...
2007-10-15 Eric Sandeen[XFS] clean up xfs_start_flags
2007-07-14 David Chinner[XFS] Concurrent Multi-File Data Streams
2007-07-14 David Chinner[XFS] Fix remount,readonly path to flush everything...
2007-07-14 David Chinner[XFS] Lazy Superblock Counters
2007-07-14 David Chinner[XFS] Sleeping with the ilock waiting for I/O completio...
2007-05-08 Lachlan McIlroy[XFS] Add lockdep support for XFS
2007-05-08 Lachlan McIlroy[XFS] propogate return codes from flush routines
2007-05-08 Eric Sandeen[XFS] The last argument "lsn" of xfs_trans_commit(...
2007-02-10 David Chinner[XFS] Make freeze code a little cleaner.
2007-02-10 David Chinner[XFS] Ensure a frozen filesystem has a clean log before...
2007-02-10 David Chinner[XFS] Fix block reservation mechanism.
2007-02-10 Lachlan McIlroy[XFS] remove unused xflags parameter from sync routines
2006-09-28 Nathan Scott[XFS] Fix kmem_zalloc_greedy warnings on 64 bit platforms.
2006-09-07 David Chinner[XFS] Prevent free space oversubscription and xfssyncd...
2006-07-28 Nathan Scott[XFS] Fix a barrier related forced shutdown on mounts...
2006-06-20 Nathan Scott[XFS] Remove version 1 directory code. Never functioned...
2006-06-09 Nathan Scott[XFS] Fix broken const use inside local suffix_strtoul...
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] Portability changes: remove prdev, stick to one...
2006-05-08 Nathan Scott[XFS] Fix a possible forced shutdown due to mishandling...
2006-03-31 Nathan Scott[XFS] Reenable write barriers by default.
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-22 Nathan Scott[XFS] Reenable the noikeep (delete inode cluster space...
2006-03-22 Nathan Scott[XFS] Fixup naming inconsistencies found by Pekka Enber...
2006-03-17 Nathan Scott[XFS] Fix an infinite loop issue in bulkstat when a...
2006-03-14 Nathan Scott[XFS] Cleanup the use of zones/slabs, more consistent...
2006-03-14 David Chinner[XFS] On machines with more than 8 cpus, when running...
2006-03-14 Nathan Scott[XFS] XFS propagates MS_NOATIME through two levels...
2006-01-11 Nathan Scott[XFS] Fix v2 log bufsize reporting in /proc/mounts.
2006-01-11 Nathan Scott[XFS] Disable write barriers for now till intermittent...
2006-01-11 Nathan Scott[XFS] Reverse the sense of COMPAT_ATTR and ATTR2, keeps...
2006-01-11 Christoph Hellwig[XFS] Write log dummy record when freezing filesystem
2006-01-11 Christoph Hellwig[XFS] do barrier checks earlier. quota initialization...
2006-01-11 Nathan Scott[XFS] Fix typo from when enabling write barriers by...
2006-01-11 Christoph Hellwig[XFS] enable write barriers by default
2005-11-03 Nathan Scott[XFS] Fix an inode32 regression - if no options are...
2005-11-02 Nathan Scott[XFS] Remove old, broken nolog-mode code - noone plans...
2005-11-02 Nathan Scott[XFS] Rework fid encode/decode wrt 64 bit inums interac...
2005-11-02 Nathan Scott[XFS] Rework the final mount options flag bit to make...
next