summaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2012-05-14xfs: don't assert on delalloc regions beyond EOFDave Chinner1-2/+14
2012-05-14xfs: prevent needless mount warning causing test failuresDave Chinner1-0/+4
2012-05-14xfs: punch new delalloc blocks out of failed writes inside EOF.Dave Chinner1-46/+127
2012-05-14xfs: page type check in writeback only checks last bufferDave Chinner1-6/+6
2012-05-14xfs: Do background CIL flushes via a workqueueDave Chinner4-94/+160
2012-05-14xfs: pass shutdown method into xfs_trans_ail_delete_bulkDave Chinner11-26/+35
2012-05-14xfs: remove some obsolete comments in xfs_trans_ail.cChristoph Hellwig1-14/+0
2012-05-14xfs: on-stack delayed write buffer listsChristoph Hellwig19-918/+442
2012-05-14xfs: do not add buffers to the delwri queue until pushedChristoph Hellwig2-5/+8
2012-05-14xfs: do not write the buffer from xfs_qm_dqflushChristoph Hellwig4-38/+53
2012-05-14xfs: do not write the buffer from xfs_iflushChristoph Hellwig4-54/+48
2012-05-14xfs: don't flush inodes from background inode reclaimChristoph Hellwig1-60/+42
2012-05-14xfs: implement freezing by emptying the AILChristoph Hellwig5-135/+56
2012-05-14xfs: allow assigning the tail lsn with the AIL lock heldChristoph Hellwig4-15/+40
2012-05-14xfs: remove log item from AIL in xfs_iflush after a shutdownChristoph Hellwig4-27/+12
2012-05-14xfs: remove log item from AIL in xfs_qm_dqflush after a shutdownChristoph Hellwig1-1/+13
2012-05-14xfs: using GFP_NOFS for blkdev_issue_flushShaohua Li1-1/+1
2012-05-14xfs: punch all delalloc blocks beyond EOF on write failure.Dave Chinner1-1/+1
2012-05-14xfs: use shared ilock mode for direct IO writes by defaultDave Chinner2-30/+45
2012-05-14xfs: push the ilock into xfs_zero_eofChristoph Hellwig2-102/+63
2012-05-14xfs: reduce ilock hold times in xfs_setattr_sizeChristoph Hellwig1-7/+7
2012-05-14xfs: reduce ilock hold times in xfs_file_aio_write_checksChristoph Hellwig1-14/+9
2012-05-14xfs: avoid taking the ilock unnessecarily in xfs_qm_dqattachChristoph Hellwig1-5/+21
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-04-17xfs: Ensure inode reclaim can run during quotacheckDave Chinner2-21/+19
2012-04-16xfs: don't fill statvfs with project quota for a directory if it was not enab...Jie Liu1-1/+1
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds1-1/+0
2012-03-28Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds17-76/+317
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-27xfs: add lots of attribute trace pointsDave Chinner4-6/+144
2012-03-27xfs: Fix oops on IO error during xlog_recover_process_iunlinks()Jan Kara1-22/+11
2012-03-27xfs: fix fstrim offset calculationsDave Chinner3-24/+46
2012-03-26xfs: Account log unmount transaction correctlyDave Chinner1-1/+2
2012-03-26xfs: don't cache inodes read through bulkstatDave Chinner4-4/+28
2012-03-26xfs: trace xfs_name strings correctlyChristoph Hellwig1-3/+13
2012-03-23Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds50-2248/+1374
2012-03-22xfs: introduce an allocation workqueueDave Chinner3-1/+54
2012-03-22xfs: Fix open flag handling in open_by_handle codeDave Chinner1-9/+5
2012-03-22xfs: fix deadlock in xfs_rtfree_extentKamal Dasu2-5/+13
2012-03-22fs: xfs: fix section mismatch in linux-nextGerard Snitselaar1-1/+1
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-4/+2
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro4-29/+1
2012-03-15xfs: fallback to vmalloc for large buffers in xfs_getbmapDave Chinner1-3/+10
2012-03-15xfs: fallback to vmalloc for large buffers in xfs_attrmulti_attr_getDave Chinner1-4/+10
2012-03-15xfs: remove remaining scraps of struct xfs_iomapDave Chinner2-4/+0
2012-03-15xfs: fix inode lookup raceDave Chinner1-6/+12
2012-03-14xfs: clean up minor sparse warningsDave Chinner3-6/+10
2012-03-14xfs: remove the global xfs_Gqm structureChristoph Hellwig7-174/+46
2012-03-14xfs: remove the per-filesystem list of dquotsChristoph Hellwig5-304/+226
2012-03-14xfs: use per-filesystem radix trees for dquot lookupChristoph Hellwig6-263/+66