aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo8-1/+8
2010-03-16xfs: don't warn about page discards on shutdownDave Chinner1-3/+10
2010-03-16xfs: use scalable vmap APIAlex Elder1-3/+4
2010-03-16xfs: remove old vmap cacheAlex Elder1-75/+1
2010-03-06Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds26-1484/+1344
2010-03-06Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+20
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-19/+0
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig1-2/+2
2010-03-05make sure data is on disk before calling ->write_inodeChristoph Hellwig1-4/+0
2010-03-05Merge branch 'for-2.6.34-rc1-batch2' into for-linusAlex Elder26-1484/+1344
2010-03-05xfs: return inode fork offset in bulkstat for fsrDave Chinner2-1/+4
2010-03-05xfs: Increase the default size of the reserved blocks poolDave Chinner1-20/+29
2010-03-05xfs: truncate delalloc extents when IO fails in writebackDave Chinner1-10/+114
2010-03-05xfs: check for more work before sleeping in xfssyncdDave Chinner1-3/+3
2010-03-05xfs: Fix a build warning in xfs_aops.cDave Chinner1-1/+1
2010-03-05quota: drop permission checks from xfs_fs_set_xstate/xfs_fs_set_xquotaChristoph Hellwig1-4/+0
2010-03-05quota: clean up Q_XQUOTASYNCChristoph Hellwig1-15/+0
2010-03-04Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs into for-2.6.34-incomingJ. Bruce Fields81-1706/+1847
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2010-03-01xfs: fix locking for inode cache radix tree tag updatesChristoph Hellwig2-8/+15
2010-03-01xfs: remove xfs_ipin/xfs_iunpinChristoph Hellwig3-37/+11
2010-03-01xfs: cleanup xfs_iunpin_wait/xfs_iunpin_nowaitChristoph Hellwig1-28/+12
2010-03-01xfs: kill xfs_lrw.hChristoph Hellwig4-30/+4
2010-03-01xfs: factor common xfs_trans_bjoin codeChristoph Hellwig1-150/+66
2010-03-01xfs: stop passing opaque handles to xfs_log.c routinesChristoph Hellwig4-64/+62
2010-03-01xfs: split xfs_bmap_btallocChristoph Hellwig1-101/+119
2010-03-01xfs: fix xfs_fsblock_t tracingChristoph Hellwig2-22/+6
2010-03-01xfs: fix inode pincount check in fsyncChristoph Hellwig1-9/+4
2010-03-01xfs: Non-blocking inode locking in IO completionDave Chinner1-37/+56
2010-03-01xfs: implement optimized fdatasyncChristoph Hellwig4-13/+25
2010-03-01xfs: remove wrapper for the fsync file operationChristoph Hellwig3-131/+117
2010-03-01xfs: remove wrappers for read/write file operationsChristoph Hellwig1-171/+114
2010-03-01xfs: merge xfs_lrw.c into xfs_file.cChristoph Hellwig5-809/+743
2010-03-01xfs: fix dquota trace formatChristoph Hellwig1-5/+5
2010-03-01xfs: increase readdir buffer sizeEric Sandeen1-2/+2
2010-02-26Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds79-1596/+1666
2010-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/xfs-viptLinus Torvalds1-1/+29
2010-02-20xfs_export_operations.commit_metadataBen Myers1-0/+20
2010-02-17percpu: add __percpu sparse annotations to fsTejun Heo1-1/+1
2010-02-13fs/xfs: Correct NULL testJulia Lawall1-1/+1
2010-02-12xfs: optimize log flushing in xfs_fsyncChristoph Hellwig1-2/+8
2010-02-12xfs: only clear the suid bit once in xfs_writeChristoph Hellwig3-55/+3
2010-02-05xfs: fix xfs to work with Virtually Indexed architecturesJames Bottomley1-1/+29
2010-02-04xfs: kill xfs_bawriteDave Chinner2-20/+0
2010-02-09xfs: log changed inodes instead of writing them synchronouslyChristoph Hellwig1-29/+82
2010-02-02xfs: remove invalid barrier optimization from xfs_fsyncChristoph Hellwig1-10/+2
2010-02-04xfs: kill the unused XFS_QMOPT_* flush flags V2Dave Chinner4-23/+14
2010-01-26xfs: Use delay write promotion for dquot flushingDave Chinner1-15/+10
2010-01-26xfs: Sort delayed write buffers before dispatchDave Chinner1-27/+60
2010-02-02xfs: Don't issue buffer IO direct from AIL push V2Dave Chinner10-203/+102