Merge branch 'topic/core-cleanup' into for-linus
[safe/jmp/linux-2.6] / fs / xfs / linux-2.6 / xfs_super.c
2010-04-29 Dave Chinnerxfs: add a shrinker to background inode reclaim
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-05 Christoph Hellwigpass writeback_control to ->write_inode
2010-03-05 Christoph Hellwigmake sure data is on disk before calling ->write_inode
2010-02-09 Christoph Hellwigxfs: log changed inodes instead of writing them synchro...
2010-02-06 Dave Chinnerxfs: Use delayed write for inodes rather than async V2
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-15 Dave Chinnerxfs: Don't wake the aild once per second
2010-01-15 Dave Chinnerxfs: reclaim all inodes by background tree walks
2009-12-15 Christoph Hellwigxfs: event tracing support
2009-12-11 Christoph Hellwigxfs: cleanup dmapi macros in the umount path
2009-12-11 Christoph Hellwigxfs: reset the i_iolock lock class in the reclaim path
2009-12-11 Christoph Hellwigxfs: simplify inode teardown
2009-10-09 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
2009-10-08 Christoph Hellwigxfs: cleanup ->sync_fs
2009-10-08 Christoph Hellwigxfs: implement ->dirty_inode to fix timestamp handling
2009-09-22 Alexey Dobriyanconst: mark remaining super_operations const
2009-09-02 Alex Elderxfs: xfs_showargs() reports group *and* project quotas...
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-19 Bartlomiej Zolnier... block: rename CONFIG_LBD to CONFIG_LBDAF
2009-06-13 Felix BlyakherMerge branch 'master' of git://oss.sgi.com/xfs/xfs...
2009-06-12 Christoph Hellwigxfs: remove ->write_super and stop maintaining ->s_dirt
2009-06-10 Christoph Hellwigxfs: use generic Posix ACL code
2009-06-08 Christoph Hellwigxfs: split xfs_sync_inodes
2009-06-08 Christoph Hellwigxfs: kill xfs_qmops
2009-03-29 Christoph Hellwigxfs: kill ino64 mount option
2009-03-06 Christoph Hellwigxfs: only issues a cache flush on unmount if barriers...
2009-03-06 Hannes Ederxfs: make symbols static
2009-03-04 Christoph Hellwigxfs: only issues a cache flush on unmount if barriers...
2009-02-09 Christoph Hellwigxfs: get rid of indirections in the quotaops implementation
2009-02-09 Christoph Hellwigxfs: remove uchar_t/ushort_t/uint_t/ulong_t types
2009-02-04 Christoph Hellwigxfs: merge xfs_inode_flush into xfs_fs_write_inode
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-10 Takashi Satofilesystem freeze: add error handling of write_super_lo...
2009-01-06 Frederik Schwarzertrivial: fix then -> than typos in comments and documen...
2008-12-04 Christoph Hellwigmove vn_iowait / vn_iowake into xfs_aops.c
2008-12-04 Christoph Hellwigkill xfs_unmount_flush
2008-12-04 Christoph Hellwigremove leftovers of shared read-only support
2008-12-04 Christoph Hellwigkill dead inode flags
2008-12-01 Christoph Hellwig[XFS] remove xfs_vfsops.h
2008-12-01 Dave Chinner[XFS] fix error inversion problems with data flushing
2008-12-01 Christoph Hellwig[XFS] fix spurious gcc warnings
2008-10-30 Christoph Hellwig[XFS] fix biosize option
2008-10-30 Christoph Hellwig[XFS] fix the noquota mount option
2008-10-30 Christoph Hellwig[XFS] kill struct xfs_mount_args
2008-10-30 David Chinner[XFS] Allocate the struct xfs_ail
2008-10-30 David Chinner[XFS] kill deleted inodes list
2008-10-30 Lachlan McIlroy[XFS] Fix build warning - xfs_fs_alloc_inode() needs...
2008-10-30 David Chinner[XFS] Prevent use-after-free caused by synchronous...
2008-10-30 David Chinner[XFS] Combine the XFS and Linux inodes
2008-10-30 David Chinner[XFS] Never call mark_inode_dirty_sync() directly
2008-10-30 David Chinner[XFS] Move remaining quiesce code.
2008-10-30 David Chinner[XFS] Kill SYNC_CLOSE
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] move xfssyncd code to xfs_sync.c
2008-10-30 David Chinner[XFS] move sync code to its own file
2008-10-30 Christoph Hellwig[XFS] make btree tracing generic
2008-10-30 Lachlan McIlroy[XFS] Remove kmem_zone_t argument from xfs_inode_init_o...
2008-10-30 David Chinner[XFS] Make use of the init-once slab optimisation.
2008-10-21 Al Viro[PATCH] propagate mode through open_bdev_excl/close_bde...
2008-10-15 Christoph Hellwigxfs: fix remount rw with unrecognized options
2008-10-13 Steven Whitehousevfs: Use const for kernel parser table
2008-09-17 Christoph Hellwig[XFS] Fix regression introduced by remount fixup
2008-08-13 Christoph Hellwig[XFS] don't call xfs_freesb from xfs_unmountfs
2008-08-13 Christoph Hellwig[XFS] cleanup xfs_mountfs
2008-08-13 Christoph Hellwig[XFS] move root inode IRELE into xfs_unmountfs
2008-08-13 Christoph Hellwig[XFS] sanitize xfs_initialize_vnode
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 Christoph Hellwig[XFS] kill vn_to_inode
2008-08-13 Christoph Hellwig[XFS] Remove vn_from_inode()
2008-08-13 Christoph Hellwig[XFS] don't leak m_fsname/m_rtname/m_logname
2008-08-13 David Chinner[XFS] Kill shouty XFS_ITOV() macro
2008-08-13 David Chinner[XFS] Avoid directly referencing the VFS inode.
2008-07-28 Lachlan McIlroy[XFS] fix use after free with external logs or real...
2008-07-28 Christoph Hellwig[XFS] fix mount option parsing in remount
2008-07-28 Eric Sandeen[XFS] Disable queue flag test in barrier check.
2008-07-28 Christoph Hellwig[XFS] streamline init/exit path
2008-07-28 Lachlan McIlroy[XFS] Use the generic xattr methods.
2008-07-28 Barry Naujok[XFS] XFS: ASCII case-insensitive support
2008-07-28 Christoph Hellwig[XFS] add missing call to xfs_filestream_unmount on...
2008-07-28 Christoph Hellwig[XFS] rename error2 goto label in xfs_fs_fill_super
2008-07-28 Christoph Hellwig[XFS] kill calls to xfs_binval in the mount error path
2008-07-28 Christoph Hellwig[XFS] kill xfs_mount_init
2008-07-28 Christoph Hellwig[XFS] allow xfs_args_allocate to fail
2008-07-28 Christoph Hellwig[XFS] add xfs_setup_devices helper
2008-07-28 Christoph Hellwig[XFS] sort out opening and closing of the block devices
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-07-26 Alexey DobriyanSL*B: drop kmem cache argument from constructor
2008-04-29 Christoph Hellwig[XFS] Add xfs_icsb_sync_counters_locked for when m_sb_l...
2008-04-18 David Chinner[XFS] Remove periodic logging of in-core superblock...
2008-04-18 Harvey Harrison[XFS] replace remaining __FUNCTION__ occurrences
next