aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-21quota: Clean up the namespace in dqblk_xfs.hChristoph Hellwig2-21/+21
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
2010-05-24xfs: Introduce delayed logging core codeDave Chinner11-30/+912
2010-05-24xfs: Improve scalability of busy extent trackingDave Chinner11-322/+350
2010-05-24xfs: make the log ticket ID available outside the log infrastructureDave Chinner4-3/+12
2010-05-24xfs: clean up log ticket overrun debug outputDave Chinner2-15/+6
2010-05-24xfs: Clean up XFS_BLI_* flag namespaceDave Chinner7-70/+70
2010-05-24xfs: modify buffer item reference countingDave Chinner1-60/+50
2010-05-24xfs: allow log ticket allocation to take allocation flagsDave Chinner1-8/+8
2010-05-24xfs: Don't reuse the same transaction ID for duplicated transactions.Dave Chinner1-0/+9
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds4-9/+9
2010-05-21xfs: constify xattr_handlerStephen Hemminger4-9/+9
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe43-2134/+2036
2010-05-21quota: unify ->set_dqblkChristoph Hellwig2-5/+9
2010-05-21quota: unify ->get_dqblkChristoph Hellwig1-2/+2
2010-05-19xfs: mark xfs_iomap_write_ helpers staticChristoph Hellwig2-13/+13
2010-05-19xfs: clean up end index calculation in xfs_page_state_convertChristoph Hellwig1-8/+15
2010-05-19xfs: clean up mapping size calculation in __xfs_get_blocksChristoph Hellwig1-9/+16
2010-05-19xfs: clean up xfs_iomap_validChristoph Hellwig1-23/+23
2010-05-19xfs: move I/O type flags into xfs_aops.cChristoph Hellwig2-29/+30
2010-05-19xfs: kill struct xfs_iomapChristoph Hellwig3-123/+75
2010-05-19xfs: report iomap_bn in block baseChristoph Hellwig3-26/+16
2010-05-19xfs: report iomap_offset and iomap_bsize in block baseChristoph Hellwig2-14/+27
2010-05-19xfs: remove iomap_deltaChristoph Hellwig3-4/+4
2010-05-19xfs: remove iomap_targetChristoph Hellwig3-29/+18