summaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6
AgeCommit message (Expand)AuthorFilesLines
2008-10-30[XFS] Allocate the struct xfs_ailDavid Chinner1-14/+14
2008-10-30[XFS] Prevent looping in xfs_sync_inodes_agDavid Chinner1-4/+22
2008-10-30[XFS] kill deleted inodes listDavid Chinner2-2/+6
2008-10-30[XFS] use the inode radix tree for reclaiming inodesDavid Chinner1-10/+71
2008-10-30[XFS] mark inodes for reclaim via a tag in the inode radix treeDavid Chinner2-0/+45
2008-10-30[XFS] rename inode reclaim functionsDavid Chinner2-7/+7
2008-10-30[XFS] move inode reclaim functions to xfs_sync.cDavid Chinner2-0/+94
2008-10-30[XFS] Fix build warning - xfs_fs_alloc_inode() needs a return statementLachlan McIlroy1-0/+1
2008-10-30[XFS] Prevent use-after-free caused by synchronous inode reclaimDavid Chinner1-18/+14
2008-10-30[XFS] Combine the XFS and Linux inodesDavid Chinner3-47/+32
2008-10-30[XFS] Never call mark_inode_dirty_sync() directlyDavid Chinner3-3/+3
2008-10-30[XFS] fix instant oops with tracing enabledChristoph Hellwig1-1/+1
2008-10-30[XFS] Move remaining quiesce code.David Chinner3-3/+59
2008-10-30[XFS] Kill xfs_sync()David Chinner2-138/+19
2008-10-30[XFS] Kill SYNC_CLOSEDavid Chinner3-40/+2
2008-10-30[XFS] make SYNC_DELWRI no longer use xfs_syncDavid Chinner3-20/+50
2008-10-30[XFS] make SYNC_ATTR no longer use xfs_syncDavid Chinner3-14/+13
2008-10-30[XFS] xfssyncd: don't call xfs_syncDavid Chinner1-2/+14
2008-10-30[XFS] kill xfs_syncsubDavid Chinner1-79/+62
2008-10-30[XFS] use xfs_sync_inodes rather than xfs_syncsubDavid Chinner2-15/+8
2008-10-30[XFS] Use struct inodes instead of vnodes to kill vn_grabDavid Chinner3-35/+29
2008-10-30[XFS] split out two helpers from xfs_syncsubChristoph Hellwig1-69/+93
2008-10-30[XFS] Use the inode tree for finding dirty inodesDavid Chinner1-260/+101
2008-10-30[XFS] Remove xfs_iflush_all and clean up xfs_finish_reclaim_all()David Chinner1-1/+1
2008-10-30[XFS] move xfssyncd code to xfs_sync.cDavid Chinner5-182/+222
2008-10-30[XFS] move sync code to its own fileDavid Chinner3-0/+613
2008-10-30[XFS] make btree tracing genericChristoph Hellwig1-4/+20
2008-10-30[XFS] add new btree statisticsDavid Chinner2-0/+69
2008-10-30[XFS] Remove kmem_zone_t argument from xfs_inode_init_once()Lachlan McIlroy1-1/+0
2008-10-30[XFS] Make use of the init-once slab optimisation.David Chinner1-1/+36
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds1-2/+2
2008-10-23[PATCH] Remove XFS buffered readdir hackDavid Woodhouse1-128/+0
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig2-33/+6
2008-10-21[PATCH] propagate mode through open_bdev_excl/close_bdev_exclAl Viro1-2/+2
2008-10-15xfs: fix remount rw with unrecognized optionsChristoph Hellwig1-1/+1
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-10-10Fix barrier fail detection in XFSChristoph Hellwig2-1/+10
2008-09-17[XFS] Prevent direct I/O from mapping extents beyond eofLachlan McIlroy1-0/+4
2008-09-17[XFS] Fix regression introduced by remount fixupChristoph Hellwig1-0/+20
2008-08-25[PATCH] fix ->llseek() for a bunch of directoriesAl Viro1-0/+1
2008-08-25[PATCH] change d_add_ci argument orderingChristoph Hellwig1-1/+1
2008-08-14CRED: Introduce credential access wrappersDavid Howells1-2/+0
2008-08-13[XFS] Use KM_NOFS for debug trace buffersLachlan McIlroy1-1/+1
2008-08-13[XFS] don't call xfs_freesb from xfs_unmountfsChristoph Hellwig1-1/+2
2008-08-13[XFS] cleanup xfs_mountfsChristoph Hellwig1-1/+1
2008-08-13[XFS] move root inode IRELE into xfs_unmountfsChristoph Hellwig1-4/+0
2008-08-13[XFS] stop using file_update_timeChristoph Hellwig3-45/+1
2008-08-13[XFS] optimize xfs_ichgtimeChristoph Hellwig1-6/+13
2008-08-13[XFS] update timestamp in xfs_ialloc manuallyChristoph Hellwig1-17/+0
2008-08-13[XFS] remove the sema_t from XFS.David Chinner2-53/+1