summaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_super.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [XFS] Fix a barrier related forced shutdown on mounts with quota enabled.Nathan Scott2006-07-281-0/+7
* [PATCH] XFS: Use the dentry passed to statfs() to limit the scope of the resultsDavid Howells2006-06-231-1/+2
* [PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells2006-06-231-2/+2
* [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-231-3/+5
* [XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott2006-06-201-2/+0
* [XFS] Remove unneeded conditional code on NFS export interface relatedNathan Scott2006-06-191-3/+1
* [XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.Nathan Scott2006-06-091-25/+17
* [XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters.Nathan Scott2006-06-091-88/+53
* [XFS] Implement the silent parameter to fill_super, previously ignored.Nathan Scott2006-03-311-5/+6
* [PATCH] mempool: use mempool_create_slab_pool()Matthew Dobson2006-03-261-3/+2
* [XFS] Sync up one/two other minor changes missed in previous merges.Nathan Scott2006-03-221-3/+1
* [XFS] Complete transition away from linvfs naming convention, finally.Nathan Scott2006-03-171-28/+24
* [XFS] Switch over from linvfs names for sb/quotactl operations forNathan Scott2006-03-141-52/+52
* [XFS] Switch over from linvfs names for inode operations for consistentNathan Scott2006-03-141-4/+4
* [XFS] Switch over from linvfs names for file operations for consistentNathan Scott2006-03-141-2/+2
* [XFS] Switch over from linvfs names for address space ops for consistentNathan Scott2006-03-141-2/+2
* [XFS] Flag the XFS inode cache as in need of spreading also.Nathan Scott2006-03-141-1/+2
OpenPOWER on IntegriCloud