summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2010-05-19xfs: removed unused XFS_QMOPT_ flagsChristoph Hellwig3-6/+3
2010-05-19xfs: remove a few macro indirections in the quota codeChristoph Hellwig4-31/+25
2010-05-19xfs: access quotainfo structure directlyChristoph Hellwig6-172/+165
2010-05-19xfs: wait for direct I/O to complete in fsync and write_inodeChristoph Hellwig2-0/+3
2010-05-19xfs: xfs_trace.c: duplicated includeAndrea Gelmini1-1/+0
2010-05-19xfs: minor odds and ends in xfs_log_recover.cAlex Elder1-16/+15
2010-05-19xfs: avoid repeated pointer dereferencesAlex Elder1-12/+13
2010-05-19xfs: change a few labels in xfs_log_recover.cAlex Elder1-11/+9
2010-05-19xfs: enforce synchronous writes in xfs_bwriteChristoph Hellwig2-12/+6
2010-05-19xfs: remove periodic superblock writebackChristoph Hellwig1-63/+27
2010-05-19xfs: make the log ticket transaction id randomDave Chinner1-1/+1
2010-05-19xfs: nothing special about 1-block log sectorAlex Elder1-13/+29
2010-05-19xfs: encapsulate bbcount validity checkingAlex Elder1-12/+26
2010-05-19xfs: kill XLOG_SECTOR_ROUND*()Alex Elder1-14/+9
2010-05-19xfs: simplify XLOG_SECTOR_ROUND*()Alex Elder1-5/+4
2010-05-19xfs: fix min bufsize bugs in two placesAlex Elder1-4/+17
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-30xfs: add a shrinker to background inode reclaimDave Chinner6-9/+120
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 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 Torvalds26-1484/+1344
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