summaryrefslogtreecommitdiff
path: root/fs/xfs/linux-2.6
AgeCommit message (Expand)AuthorFilesLines
2010-04-16xfs: don't warn on EAGAIN in inode reclaimDave Chinner1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun 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 Torvalds9-956/+1003
2010-03-06Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+20
2010-03-06Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus 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 Elder9-956/+1003
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 Fields18-392/+773
2010-03-02xfs: fix locking for inode cache radix tree tag updatesChristoph Hellwig1-2/+2
2010-03-02xfs: kill xfs_lrw.hChristoph Hellwig2-30/+0
2010-03-02xfs: fix xfs_fsblock_t tracingChristoph Hellwig2-22/+6
2010-03-02xfs: fix inode pincount check in fsyncChristoph Hellwig1-9/+4
2010-03-02xfs: Non-blocking inode locking in IO completionDave Chinner1-37/+56
2010-03-02xfs: implement optimized fdatasyncChristoph Hellwig3-13/+24
2010-03-02xfs: remove wrapper for the fsync file operationChristoph Hellwig1-23/+117
2010-03-02xfs: remove wrappers for read/write file operationsChristoph Hellwig1-171/+114
2010-03-02xfs: merge xfs_lrw.c into xfs_file.cChristoph Hellwig2-796/+723
2010-03-02xfs: fix dquota trace formatChristoph Hellwig1-5/+5
2010-03-02xfs: increase readdir buffer sizeEric Sandeen1-2/+2
2010-02-27Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds17-304/+698
2010-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/xfs-viptLinus Torvalds1-1/+29
2010-02-21xfs_export_operations.commit_metadataBen Myers1-0/+20
2010-02-12xfs: only clear the suid bit once in xfs_writeChristoph Hellwig1-12/+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-01-26xfs: Sort delayed write buffers before dispatchDave Chinner1-27/+60
2010-02-02xfs: Don't issue buffer IO direct from AIL push V2Dave Chinner3-0/+32
2010-02-06xfs: Use delayed write for inodes rather than async V2Dave Chinner2-31/+78
2010-02-06xfs: Make inode reclaim states explicitDave Chinner1-19/+62
2010-02-09xfs: more reserved blocks fixupsEric Sandeen2-14/+40
2010-01-26xfs: don't hold onto reserved blocks on remount,roDave Chinner1-0/+28
2010-01-21xfs: replace KM_LARGE with explicit vmalloc useChristoph Hellwig3-42/+41
2010-01-21xfs: cleanup up xfs_log_force calling conventionsChristoph Hellwig1-12/+5
2010-01-21xfs: remove duplicate buffer flagsChristoph Hellwig4-22/+8
2010-01-20xfs: convert attr to use unsigned namesDave Chinner6-32/+44
2010-01-20xfs: xfs_buf_iomove() doesn't care about signednessDave Chinner2-2/+2
2010-01-16xfs: move more buffer helpers into xfs_buf.cChristoph Hellwig4-50/+124
2010-01-16xfs: clean up xfs_bwriteChristoph Hellwig2-18/+28
2010-01-16xfs: clean up log buffer writesChristoph Hellwig1-2/+0
2010-01-16xfs: Kill filestreams cache flushDave Chinner1-3/+0