summaryrefslogtreecommitdiff
path: root/fs/xfs/linux-2.6/xfs_super.c
AgeCommit message (Expand)Author
2008-04-29[XFS] Add xfs_icsb_sync_counters_locked for when m_sb_lock already heldChristoph Hellwig
2008-04-18[XFS] Remove periodic logging of in-core superblock counters.David Chinner
2008-04-18[XFS] replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-18[XFS] cleanup root inode handling in xfs_fs_fill_superChristoph Hellwig
2008-04-18[XFS] Don't block pdflush when writing back inodesDavid Chinner
2008-02-28[XFS] If you mount an XFS filesystem with no mount options at all, thenJosef Jeff Sipek
2008-02-07[XFS] add __init/__exit mark to specific init/cleanup functionsLachlan McIlroy
2008-02-07[XFS] kill xfs_rootChristoph Hellwig
2008-02-07[XFS] stop updating inode->i_blocksChristoph Hellwig
2008-02-07[XFS] Move AIL pushing into it's own threadDavid Chinner
2008-02-07[XFS] Move platform specific mount option parse out of core XFS codeDavid Chinner
2008-02-07[XFS] kill xfs_freeze.Christoph Hellwig
2008-02-07[XFS] Kill off xfs_statvfs.Christoph Hellwig
2008-02-07[XFS] clean up vnode/inode tracingLachlan McIlroy
2007-10-17Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter
2007-10-16[XFS] Put back the QUEUE_ORDERED_NONE test in the barrier check.Tim Shimmin
2007-10-16[XFS] avoid race in sync_inodes() that can fail to write out all dirty dataLachlan McIlroy
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] kill struct bhv_vnodeChristoph Hellwig
2007-10-16[XFS] move v_trace from bhv_vnode to xfs_inodeChristoph Hellwig
2007-10-16[XFS] kill the v_flag member in struct bhv_vnodeChristoph Hellwig
2007-10-16[XFS] kill v_vfsp member from struct bhv_vnodeChristoph Hellwig
2007-10-16[XFS] call common xfs vnode-level helpers directly and remove vnode operationsChristoph Hellwig
2007-10-15[XFS] Remove xfs_physmemEric Sandeen
2007-10-15[XFS] Barriers need to be dynamically checked and switched offDavid Chinner
2007-09-18[XFS] Ensure file size updates have been completed before writing inode to disk.Lachlan McIlroy
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki
2007-07-14[XFS] Fix remount,readonly path to flush everything correctly.David Chinner
2007-07-14[XFS] Lazy Superblock CountersDavid Chinner
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter
2007-02-20[PATCH] xfs warning fixAndrew Morton
2007-02-10[XFS] Remove unused header files for MAC and CAP checking functionality.Eric Sandeen
2007-02-10[XFS] Make freeze code a little cleaner.David Chinner
2007-02-10[XFS] Remove useless memory barrierRalf Baechle
2007-02-10[XFS] Ensure a frozen filesystem has a clean log before writing the dummyDavid Chinner
2007-02-10[XFS] Keep stack usage down for 4k stacks by using noinline.David Chinner
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham
2006-11-11[XFS] Clean up i_flags and i_flags_lock handling.David Chinner
2006-09-28[XFS] Really fix use after free in xfs_iunpin.David Chinner
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o
2006-07-28[XFS] Fix a barrier related forced shutdown on mounts with quota enabled.Nathan Scott
2006-06-23[PATCH] XFS: Use the dentry passed to statfs() to limit the scope of the resultsDavid Howells
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells