aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2010-07-20xfs: track AGs with reclaimable inodes in per-ag radix treeGravatar Dave Chinner 2-7/+67
2010-07-20xfs: convert inode shrinker to per-filesystem contextsGravatar Dave Chinner 4-53/+15
2010-07-19mm: add context argument to shrinker callbackGravatar Dave Chinner 3-4/+9
2010-06-24xfs: remove block number from inode lookup codeGravatar Dave Chinner 15-59/+26
2010-06-24xfs: rename XFS_IGET_BULKSTAT to XFS_IGET_UNTRUSTEDGravatar Dave Chinner 5-12/+14
2010-06-24xfs: validate untrusted inode numbers during lookupGravatar Dave Chinner 1-43/+78
2010-06-23xfs: always use iget in bulkstatGravatar Christoph Hellwig 6-282/+59
2010-06-24xfs: prevent swapext from operating on write-only filesGravatar Dan Rosenberg 1-1/+4
2010-06-08xfs: remove nr_to_write writeback windup.Gravatar Dave Chinner 1-8/+0
2010-06-04Merge branch 'master' into for-linusGravatar Alex Elder 17-793/+736
2010-06-03xfs: improve xfs_isilockedGravatar Christoph Hellwig 1-16/+10
2010-06-03xfs: skip writeback from reclaim contextGravatar Christoph Hellwig 1-0/+15
2010-06-03xfs: fix race in inode cluster freeing failing to stale inodesGravatar Dave Chinner 1-80/+62
2010-05-28xfs: fix access to upper inodes without inode64Gravatar Christoph Hellwig 5-46/+21
2010-05-28xfs: fix might_sleep() warning when initialising per-ag treeGravatar Dave Chinner 1-1/+1
2010-05-28fs/xfs/quota: Add missing mutex_unlockGravatar Julia Lawall 1-1/+3
2010-05-28xfs: remove duplicated #includeGravatar Huang Weiyi 1-1/+0
2010-05-28xfs: convert more trace events to DEFINE_EVENTGravatar Li Zefan 1-168/+188
2010-05-28xfs: xfs_trace.c: remove duplicated #includeGravatar Huang Weiyi 1-1/+0
2010-05-28xfs: Check new inode size is OK before preallocatingGravatar Dave Chinner 2-4/+14
2010-05-28xfs: clean up xlog_alignGravatar Christoph Hellwig 1-8/+3
2010-05-28xfs: cleanup log reservation calculactionsGravatar Christoph Hellwig 2-457/+400
2010-05-28xfs: be more explicit if RT mount fails due to configGravatar Eric Sandeen 1-1/+10
2010-05-28xfs: replace E2BIG with EFBIG where appropriateGravatar Eric Sandeen 2-9/+9
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 1-5/+5
2010-05-24Merge branch 'delayed-logging-for-2.6.35' into for-linusGravatar Alex Elder 26-513/+1566
2010-05-24xfs: Ensure inode allocation buffers are fully replayedGravatar Dave Chinner 6-11/+74
2010-05-24xfs: enable background pushing of the CILGravatar Dave Chinner 2-4/+70
2010-05-24xfs: forced unmounts need to push the CILGravatar Dave Chinner 1-0/+15
2010-05-24xfs: Introduce delayed logging core codeGravatar Dave Chinner 11-30/+912
2010-05-24xfs: Improve scalability of busy extent trackingGravatar Dave Chinner 11-322/+350
2010-05-24xfs: make the log ticket ID available outside the log infrastructureGravatar Dave Chinner 4-3/+12
2010-05-24xfs: clean up log ticket overrun debug outputGravatar Dave Chinner 2-15/+6
2010-05-24xfs: Clean up XFS_BLI_* flag namespaceGravatar Dave Chinner 7-70/+70
2010-05-24xfs: modify buffer item reference countingGravatar Dave Chinner 1-60/+50
2010-05-24xfs: allow log ticket allocation to take allocation flagsGravatar Dave Chinner 1-8/+8
2010-05-24xfs: Don't reuse the same transaction ID for duplicated transactions.Gravatar Dave Chinner 1-0/+9
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-9/+9
2010-05-21xfs: constify xattr_handlerGravatar Stephen Hemminger 4-9/+9
2010-05-21Merge branch 'master' into for-2.6.35Gravatar Jens Axboe 43-2134/+2036
2010-05-21quota: unify ->set_dqblkGravatar Christoph Hellwig 2-5/+9
2010-05-21quota: unify ->get_dqblkGravatar Christoph Hellwig 1-2/+2
2010-05-19xfs: mark xfs_iomap_write_ helpers staticGravatar Christoph Hellwig 2-13/+13
2010-05-19xfs: clean up end index calculation in xfs_page_state_convertGravatar Christoph Hellwig 1-8/+15
2010-05-19xfs: clean up mapping size calculation in __xfs_get_blocksGravatar Christoph Hellwig 1-9/+16
2010-05-19xfs: clean up xfs_iomap_validGravatar Christoph Hellwig 1-23/+23
2010-05-19xfs: move I/O type flags into xfs_aops.cGravatar Christoph Hellwig 2-29/+30
2010-05-19xfs: kill struct xfs_iomapGravatar Christoph Hellwig 3-123/+75
2010-05-19xfs: report iomap_bn in block baseGravatar Christoph Hellwig 3-26/+16
2010-05-19xfs: report iomap_offset and iomap_bsize in block baseGravatar Christoph Hellwig 2-14/+27