aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6
Commit message (Expand)AuthorAgeFilesLines
* [XFS] mark inodes for reclaim via a tag in the inode radix treeDavid Chinner2008-10-302-0/+45
* [XFS] rename inode reclaim functionsDavid Chinner2008-10-302-7/+7
* [XFS] move inode reclaim functions to xfs_sync.cDavid Chinner2008-10-302-0/+94
* [XFS] Fix build warning - xfs_fs_alloc_inode() needs a return statementLachlan McIlroy2008-10-301-0/+1
* [XFS] Prevent use-after-free caused by synchronous inode reclaimDavid Chinner2008-10-301-18/+14
* [XFS] Combine the XFS and Linux inodesDavid Chinner2008-10-303-47/+32
* [XFS] Never call mark_inode_dirty_sync() directlyDavid Chinner2008-10-303-3/+3
* [XFS] fix instant oops with tracing enabledChristoph Hellwig2008-10-301-1/+1
* [XFS] Move remaining quiesce code.David Chinner2008-10-303-3/+59
* [XFS] Kill xfs_sync()David Chinner2008-10-302-138/+19
* [XFS] Kill SYNC_CLOSEDavid Chinner2008-10-303-40/+2
* [XFS] make SYNC_DELWRI no longer use xfs_syncDavid Chinner2008-10-303-20/+50
* [XFS] make SYNC_ATTR no longer use xfs_syncDavid Chinner2008-10-303-14/+13
* [XFS] xfssyncd: don't call xfs_syncDavid Chinner2008-10-301-2/+14
* [XFS] kill xfs_syncsubDavid Chinner2008-10-301-79/+62
* [XFS] use xfs_sync_inodes rather than xfs_syncsubDavid Chinner2008-10-302-15/+8
* [XFS] Use struct inodes instead of vnodes to kill vn_grabDavid Chinner2008-10-303-35/+29
* [XFS] split out two helpers from xfs_syncsubChristoph Hellwig2008-10-301-69/+93
* [XFS] Use the inode tree for finding dirty inodesDavid Chinner2008-10-301-260/+101
* [XFS] Remove xfs_iflush_all and clean up xfs_finish_reclaim_all()David Chinner2008-10-301-1/+1
* [XFS] move xfssyncd code to xfs_sync.cDavid Chinner2008-10-305-182/+222
* [XFS] move sync code to its own fileDavid Chinner2008-10-303-0/+613
* [XFS] make btree tracing genericChristoph Hellwig2008-10-301-4/+20
* [XFS] add new btree statisticsDavid Chinner2008-10-302-0/+69
* [XFS] Remove kmem_zone_t argument from xfs_inode_init_once()Lachlan McIlroy2008-10-301-1/+0
* [XFS] Make use of the init-once slab optimisation.David Chinner2008-10-301-1/+36
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds2008-10-231-2/+2
|\
| * [PATCH] propagate mode through open_bdev_excl/close_bdev_exclAl Viro2008-10-211-2/+2
* | [PATCH] Remove XFS buffered readdir hackDavid Woodhouse2008-10-231-128/+0
* | [PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig2008-10-232-33/+6
|/
* xfs: fix remount rw with unrecognized optionsChristoph Hellwig2008-10-151-1/+1
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-1/+1
* Fix barrier fail detection in XFSChristoph Hellwig2008-10-102-1/+10
* [XFS] Prevent direct I/O from mapping extents beyond eofLachlan McIlroy2008-09-171-0/+4
* [XFS] Fix regression introduced by remount fixupChristoph Hellwig2008-09-171-0/+20
* [PATCH] fix ->llseek() for a bunch of directoriesAl Viro2008-08-251-0/+1
* [PATCH] change d_add_ci argument orderingChristoph Hellwig2008-08-251-1/+1
* CRED: Introduce credential access wrappersDavid Howells2008-08-141-2/+0
* [XFS] Use KM_NOFS for debug trace buffersLachlan McIlroy2008-08-131-1/+1
* [XFS] don't call xfs_freesb from xfs_unmountfsChristoph Hellwig2008-08-131-1/+2
* [XFS] cleanup xfs_mountfsChristoph Hellwig2008-08-131-1/+1
* [XFS] move root inode IRELE into xfs_unmountfsChristoph Hellwig2008-08-131-4/+0
* [XFS] stop using file_update_timeChristoph Hellwig2008-08-133-45/+1
* [XFS] optimize xfs_ichgtimeChristoph Hellwig2008-08-131-6/+13
* [XFS] update timestamp in xfs_ialloc manuallyChristoph Hellwig2008-08-131-17/+0
* [XFS] remove the sema_t from XFS.David Chinner2008-08-132-53/+1
* [XFS] replace the XFS buf iodone semaphore with a completionDavid Chinner2008-08-132-5/+5
* [XFS] clean up stale references to semaphoresDavid Chinner2008-08-131-1/+1
* [XFS] Fix compile failure in xfs_buf_trace()Lachlan McIlroy2008-08-131-1/+1
* [XFS] sanitize xfs_initialize_vnodeChristoph Hellwig2008-08-134-122/+102