aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2010-04-29xfs: add a shrinker to background inode reclaimGravatar Dave Chinner 6-9/+120
2010-04-26xfs: more swap extent fixes for dynamic fork offsetsGravatar Dave Chinner 1-6/+16
2010-04-16xfs: don't warn on EAGAIN in inode reclaimGravatar Dave Chinner 1-2/+2
2010-04-16xfs: ensure that sync updates the log tail correctlyGravatar Dave Chinner 1-12/+26
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 8-1/+8
2010-03-16xfs: don't warn about page discards on shutdownGravatar Dave Chinner 1-3/+10
2010-03-16xfs: use scalable vmap APIGravatar Alex Elder 1-3/+4
2010-03-16xfs: remove old vmap cacheGravatar Alex Elder 1-75/+1
2010-03-06Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 26-1484/+1344
2010-03-06Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-0/+20
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-19/+0
2010-03-05pass writeback_control to ->write_inodeGravatar Christoph Hellwig 1-2/+2
2010-03-05make sure data is on disk before calling ->write_inodeGravatar Christoph Hellwig 1-4/+0
2010-03-05Merge branch 'for-2.6.34-rc1-batch2' into for-linusGravatar Alex Elder 26-1484/+1344
2010-03-05xfs: return inode fork offset in bulkstat for fsrGravatar Dave Chinner 2-1/+4
2010-03-05xfs: Increase the default size of the reserved blocks poolGravatar Dave Chinner 1-20/+29
2010-03-05xfs: truncate delalloc extents when IO fails in writebackGravatar Dave Chinner 1-10/+114
2010-03-05xfs: check for more work before sleeping in xfssyncdGravatar Dave Chinner 1-3/+3
2010-03-05xfs: Fix a build warning in xfs_aops.cGravatar Dave Chinner 1-1/+1
2010-03-05quota: drop permission checks from xfs_fs_set_xstate/xfs_fs_set_xquotaGravatar Christoph Hellwig 1-4/+0
2010-03-05quota: clean up Q_XQUOTASYNCGravatar Christoph Hellwig 1-15/+0
2010-03-04Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs into for-2.6.34-incomingGravatar J. Bruce Fields 81-1706/+1847
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Gravatar Linus Torvalds 1-1/+1
2010-03-01xfs: fix locking for inode cache radix tree tag updatesGravatar Christoph Hellwig 2-8/+15
2010-03-01xfs: remove xfs_ipin/xfs_iunpinGravatar Christoph Hellwig 3-37/+11
2010-03-01xfs: cleanup xfs_iunpin_wait/xfs_iunpin_nowaitGravatar Christoph Hellwig 1-28/+12
2010-03-01xfs: kill xfs_lrw.hGravatar Christoph Hellwig 4-30/+4
2010-03-01xfs: factor common xfs_trans_bjoin codeGravatar Christoph Hellwig 1-150/+66
2010-03-01xfs: stop passing opaque handles to xfs_log.c routinesGravatar Christoph Hellwig 4-64/+62
2010-03-01xfs: split xfs_bmap_btallocGravatar Christoph Hellwig 1-101/+119
2010-03-01xfs: fix xfs_fsblock_t tracingGravatar Christoph Hellwig 2-22/+6
2010-03-01xfs: fix inode pincount check in fsyncGravatar Christoph Hellwig 1-9/+4
2010-03-01xfs: Non-blocking inode locking in IO completionGravatar Dave Chinner 1-37/+56
2010-03-01xfs: implement optimized fdatasyncGravatar Christoph Hellwig 4-13/+25
2010-03-01xfs: remove wrapper for the fsync file operationGravatar Christoph Hellwig 3-131/+117
2010-03-01xfs: remove wrappers for read/write file operationsGravatar Christoph Hellwig 1-171/+114
2010-03-01xfs: merge xfs_lrw.c into xfs_file.cGravatar Christoph Hellwig 5-809/+743
2010-03-01xfs: fix dquota trace formatGravatar Christoph Hellwig 1-5/+5
2010-03-01xfs: increase readdir buffer sizeGravatar Eric Sandeen 1-2/+2
2010-02-26Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 79-1596/+1666
2010-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/xfs-viptGravatar Linus Torvalds 1-1/+29
2010-02-20xfs_export_operations.commit_metadataGravatar Ben Myers 1-0/+20
2010-02-17percpu: add __percpu sparse annotations to fsGravatar Tejun Heo 1-1/+1
2010-02-13fs/xfs: Correct NULL testGravatar Julia Lawall 1-1/+1
2010-02-12xfs: optimize log flushing in xfs_fsyncGravatar Christoph Hellwig 1-2/+8
2010-02-12xfs: only clear the suid bit once in xfs_writeGravatar Christoph Hellwig 3-55/+3
2010-02-05xfs: fix xfs to work with Virtually Indexed architecturesGravatar James Bottomley 1-1/+29
2010-02-04xfs: kill xfs_bawriteGravatar Dave Chinner 2-20/+0
2010-02-09xfs: log changed inodes instead of writing them synchronouslyGravatar Christoph Hellwig 1-29/+82
2010-02-02xfs: remove invalid barrier optimization from xfs_fsyncGravatar Christoph Hellwig 1-10/+2