aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-26xfs: small cleanups for xfs_iomap / __xfs_get_blocksChristoph Hellwig3-11/+10
2010-07-26xfs: reduce stack usage in xfs_iomapChristoph Hellwig1-24/+28
2010-07-26xfs: avoid synchronous transaction in xfs_fs_write_inodeChristoph Hellwig1-30/+22
2010-07-26xfs: simplify xfs_vm_writepageChristoph Hellwig3-102/+49
2010-07-26xfs: simplify xfs_vm_releasepageChristoph Hellwig1-247/+107
2010-07-26xfs: fix corruption case for block size < page sizeEric Sandeen1-0/+10
2010-07-26xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig15-260/+59
2010-07-26xfs: remove unused XFS_BMAPI_ flagsChristoph Hellwig3-20/+8
2010-07-26xfs: remove the unused XFS_TRANS_NOSLEEP/XFS_TRANS_WAIT flagsChristoph Hellwig1-2/+0
2010-07-26xfs: remove the unused XFS_LOG_SLEEP and XFS_LOG_NOSLEEP flagsChristoph Hellwig2-5/+0
2010-07-26xfs: kill the unused xlog_debug variableChristoph Hellwig1-5/+0
2010-07-26xfs: fix the xfs_log_iovec i_addr typeChristoph Hellwig8-52/+39
2010-07-26xfs: simplify inode to transaction joiningChristoph Hellwig19-247/+103
2010-07-26xfs: simplify buffer pinningChristoph Hellwig4-47/+9
2010-07-26xfs: give li_cb callbacks the correct prototypeChristoph Hellwig7-82/+68
2010-07-26xfs: give xfs_item_ops methods the correct prototypesChristoph Hellwig4-404/+360
2010-07-26xfs: merge iop_unpin_remove into iop_unpinChristoph Hellwig6-136/+47
2010-07-26xfs: simplify log item descriptor trackingChristoph Hellwig13-759/+194
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig52-235/+0
2010-07-26xfs: drop dmapi hooksChristoph Hellwig70-779/+27
2010-07-21quota: Clean up the namespace in dqblk_xfs.hChristoph Hellwig2-21/+21
2010-07-20xfs: track AGs with reclaimable inodes in per-ag radix treeDave Chinner2-7/+67
2010-07-20xfs: convert inode shrinker to per-filesystem contextsDave Chinner4-53/+15
2010-07-19mm: add context argument to shrinker callbackDave Chinner3-4/+9
2010-06-24xfs: remove block number from inode lookup codeDave Chinner15-59/+26
2010-06-24xfs: rename XFS_IGET_BULKSTAT to XFS_IGET_UNTRUSTEDDave Chinner5-12/+14
2010-06-24xfs: validate untrusted inode numbers during lookupDave Chinner1-43/+78
2010-06-23xfs: always use iget in bulkstatChristoph Hellwig6-282/+59
2010-06-24xfs: prevent swapext from operating on write-only filesDan Rosenberg1-1/+4
2010-06-08xfs: remove nr_to_write writeback windup.Dave Chinner1-8/+0
2010-06-04Merge branch 'master' into for-linusAlex Elder17-793/+736
2010-06-03xfs: improve xfs_isilockedChristoph Hellwig1-16/+10
2010-06-03xfs: skip writeback from reclaim contextChristoph Hellwig1-0/+15
2010-06-03xfs: fix race in inode cluster freeing failing to stale inodesDave Chinner1-80/+62
2010-05-28xfs: fix access to upper inodes without inode64Christoph Hellwig5-46/+21
2010-05-28xfs: fix might_sleep() warning when initialising per-ag treeDave Chinner1-1/+1
2010-05-28fs/xfs/quota: Add missing mutex_unlockJulia Lawall1-1/+3
2010-05-28xfs: remove duplicated #includeHuang Weiyi1-1/+0
2010-05-28xfs: convert more trace events to DEFINE_EVENTLi Zefan1-168/+188
2010-05-28xfs: xfs_trace.c: remove duplicated #includeHuang Weiyi1-1/+0
2010-05-28xfs: Check new inode size is OK before preallocatingDave Chinner2-4/+14
2010-05-28xfs: clean up xlog_alignChristoph Hellwig1-8/+3
2010-05-28xfs: cleanup log reservation calculactionsChristoph Hellwig2-457/+400
2010-05-28xfs: be more explicit if RT mount fails due to configEric Sandeen1-1/+10
2010-05-28xfs: replace E2BIG with EFBIG where appropriateEric Sandeen2-9/+9
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-5/+5
2010-05-24Merge branch 'delayed-logging-for-2.6.35' into for-linusAlex Elder26-513/+1566
2010-05-24xfs: Ensure inode allocation buffers are fully replayedDave Chinner6-11/+74
2010-05-24xfs: enable background pushing of the CILDave Chinner2-4/+70
2010-05-24xfs: forced unmounts need to push the CILDave Chinner1-0/+15