aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_super.c
Commit message (Expand)AuthorAgeFilesLines
...
* [XFS] Remove unused arg from kmem_free()Denys Vlasenko2008-07-281-4/+4
* [XFS] Fix up noattr2 so that it will properly update the versionnum andTim Shimmin2008-07-281-0/+1
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+0
* [XFS] Add xfs_icsb_sync_counters_locked for when m_sb_lock already heldChristoph Hellwig2008-04-291-1/+1
* [XFS] Remove periodic logging of in-core superblock counters.David Chinner2008-04-181-2/+1
* [XFS] replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-181-1/+1
* [XFS] cleanup root inode handling in xfs_fs_fill_superChristoph Hellwig2008-04-181-10/+9
* [XFS] Don't block pdflush when writing back inodesDavid Chinner2008-04-181-1/+2
* [XFS] If you mount an XFS filesystem with no mount options at all, thenJosef Jeff Sipek2008-02-281-7/+7
* [XFS] add __init/__exit mark to specific init/cleanup functionsLachlan McIlroy2008-02-071-1/+1
* [XFS] kill xfs_rootChristoph Hellwig2008-02-071-2/+4
* [XFS] stop updating inode->i_blocksChristoph Hellwig2008-02-071-3/+1
* [XFS] Move AIL pushing into it's own threadDavid Chinner2008-02-071-0/+59
* [XFS] Move platform specific mount option parse out of core XFS codeDavid Chinner2008-02-071-0/+430
* [XFS] kill xfs_freeze.Christoph Hellwig2008-02-071-1/+10
* [XFS] Kill off xfs_statvfs.Christoph Hellwig2008-02-071-10/+41
* [XFS] clean up vnode/inode tracingLachlan McIlroy2008-02-071-6/+3
* Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2007-10-171-153/+145
|\
| * [XFS] Put back the QUEUE_ORDERED_NONE test in the barrier check.Tim Shimmin2007-10-161-0/+8
| * [XFS] avoid race in sync_inodes() that can fail to write out all dirty dataLachlan McIlroy2007-10-161-9/+20
| * [XFS] kill struct bhv_vfsChristoph Hellwig2007-10-161-11/+4
| * [XFS] move syncing related members from struct bhv_vfs to struct xfs_mountChristoph Hellwig2007-10-161-64/+57
| * [XFS] kill the vfs_flags member in struct bhv_vfsChristoph Hellwig2007-10-161-1/+4
| * [XFS] call common xfs vfs-level helpers directly and remove vfs operationsChristoph Hellwig2007-10-161-28/+28
| * [XFS] decontaminate vfs operations from behavior detailsChristoph Hellwig2007-10-161-2/+2
| * [XFS] remove dependency of the quota module on behaviorsChristoph Hellwig2007-10-161-5/+5
| * [XFS] kill struct bhv_vnodeChristoph Hellwig2007-10-161-1/+1
| * [XFS] move v_trace from bhv_vnode to xfs_inodeChristoph Hellwig2007-10-161-23/+17
| * [XFS] kill the v_flag member in struct bhv_vnodeChristoph Hellwig2007-10-161-5/+4
| * [XFS] kill v_vfsp member from struct bhv_vnodeChristoph Hellwig2007-10-161-1/+0
| * [XFS] call common xfs vnode-level helpers directly and remove vnode operationsChristoph Hellwig2007-10-161-20/+24
| * [XFS] Remove xfs_physmemEric Sandeen2007-10-151-4/+0
| * [XFS] Barriers need to be dynamically checked and switched offDavid Chinner2007-10-151-8/+0
* | Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-2/+1
|/
* [XFS] Ensure file size updates have been completed before writing inode to disk.Lachlan McIlroy2007-09-181-1/+3
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-171-0/+1
* [XFS] Fix remount,readonly path to flush everything correctly.David Chinner2007-07-141-1/+1
* [XFS] Lazy Superblock CountersDavid Chinner2007-07-141-1/+2
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-2/+1
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-2/+1
* [PATCH] xfs warning fixAndrew Morton2007-02-201-1/+1
* [XFS] Remove unused header files for MAC and CAP checking functionality.Eric Sandeen2007-02-101-2/+0
* [XFS] Make freeze code a little cleaner.David Chinner2007-02-101-1/+1
* [XFS] Remove useless memory barrierRalf Baechle2007-02-101-1/+0
* [XFS] Ensure a frozen filesystem has a clean log before writing the dummyDavid Chinner2007-02-101-3/+11
* [XFS] Keep stack usage down for 4k stacks by using noinline.David Chinner2007-02-101-8/+8
* [PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham2006-12-071-0/+1
* [XFS] Clean up i_flags and i_flags_lock handling.David Chinner2006-11-111-3/+1
* [XFS] Really fix use after free in xfs_iunpin.David Chinner2006-09-281-0/+2
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-271-1/+0