aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-19xfs: add const qualifiers to xfs error function argsAlex Elder2-19/+20
2010-05-19xfs: remove xfs_dqmarkerChristoph Hellwig2-21/+2
2010-05-19xfs: convert the dquot free list to use list headsDave Chinner6-165/+72
2010-05-19xfs: convert the dquot hash list to use list headsDave Chinner6-88/+30
2010-05-19xfs: remove duplicate code from dquot reclaimDave Chinner2-193/+73
2010-05-19xfs: convert the per-mount dquot list to use list headsDave Chinner6-112/+97
2010-05-19xfs: add log item recovery tracingDave Chinner5-9/+187
2010-05-19xfs: clean up xlog_write_adv_cntChristoph Hellwig2-27/+27
2010-05-19xfs: introduce new internal log vector structureDave Chinner2-59/+90
2010-05-19xfs: reindent xlog_writeChristoph Hellwig1-106/+120
2010-05-19xfs: factor xlog_writeDave Chinner1-113/+226
2010-05-19xfs: log ticket reservation underestimates the number of iclogsDave Chinner1-13/+42
2010-05-19xfs: Clean up xfs_trans_committed code after factoringDave Chinner1-190/+166
2010-05-19xfs: update and factor xfs_trans_committed()Dave Chinner1-129/+95
2010-05-19xfs: clean up xfs_trans_commit logic even moreChristoph Hellwig1-32/+37
2010-05-19xfs: split out iclog writing from xfs_trans_commit()Dave Chinner1-188/+199
2010-05-19xfs: fix reservation release commit flag in xfs_bmap_add_attrfork()Dave Chinner1-1/+1
2010-05-19xfs: remove stale parameter from ->iop_unpin methodDave Chinner7-52/+39
2010-05-19xfs: Add inode pin counts to tracesDave Chinner3-1/+12
2010-05-19xfs: factor log item initialisationDave Chinner6-30/+29
2010-05-19xfs: add blockdev name to kthreadsJan Engelhardt4-10/+13
2010-05-19xfs: Fix integer overflow in fs/xfs/linux-2.6/xfs_ioctl*.cZhitong Wang2-0/+8
2010-04-29xfs: add a shrinker to background inode reclaimDave Chinner6-9/+120
2010-04-29Merge branch 'master' into for-2.6.35Jens Axboe3-20/+44
2010-04-28blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov1-1/+2
2010-04-26xfs: more swap extent fixes for dynamic fork offsetsDave Chinner1-6/+16
2010-04-16xfs: don't warn on EAGAIN in inode reclaimDave Chinner1-2/+2
2010-04-16xfs: ensure that sync updates the log tail correctlyDave Chinner1-12/+26
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