aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-03xfs: fix sparse reported log CRC endian issueDave Chinner3-5/+5
2012-11-29xfs: fix stray dquot unlock when reclaiming dquotsDave Chinner1-8/+7
2012-11-29xfs: fix direct IO nested transaction deadlock.Dave Chinner2-53/+31
2012-11-29xfs: byte range granularity for XFS_IOC_ZERO_RANGEDave Chinner3-22/+77
2012-11-26xfs: inode allocation should use unmapped buffers.Dave Chinner1-1/+2
2012-11-19xfs: add CRC checks to the logChristoph Hellwig3-99/+176
2012-11-19xfs: add CRC infrastructureChristoph Hellwig5-0/+78
2012-11-15xfs: convert buffer verifiers to an ops structure.Dave Chinner37-249/+357
2012-11-15xfs: connect up write verifiers to new buffersDave Chinner24-89/+137
2012-11-15xfs: add pre-write metadata buffer verifier callbacksDave Chinner20-56/+273
2012-11-15xfs: add buffer pre-write callbackDave Chinner2-0/+19
2012-11-15xfs: Add verifiers to dir2 data readahead.Dave Chinner6-12/+26
2012-11-15xfs: add xfs_da_node verificationDave Chinner7-50/+107
2012-11-15xfs: factor and verify attr leaf readsDave Chinner3-85/+66
2012-11-15xfs: factor dir2 leaf readDave Chinner3-14/+67
2012-11-15xfs: factor out dir2 data block readingDave Chinner5-27/+56
2012-11-15xfs: factor dir2 free block readingDave Chinner3-80/+143
2012-11-15xfs: verify dir2 block format buffersDave Chinner3-31/+68
2012-11-15xfs: factor dir2 block read operationsDave Chinner1-177/+209
2012-11-15xfs: add verifier callback to directory read codeDave Chinner8-91/+102
2012-11-15xfs: verify dquot blocks as they are read from diskDave Chinner3-23/+98
2012-11-15xfs: verify btree blocks as they are read from diskDave Chinner10-61/+230
2012-11-15xfs: verify inode buffers as they are read from diskDave Chinner1-49/+51
2012-11-15xfs: verify AGFL blocks as they are read from diskDave Chinner1-1/+38
2012-11-15xfs: verify AGI blocks as they are read from diskDave Chinner1-21/+35
2012-11-15xfs: verify AGF blocks as they are read from diskDave Chinner1-26/+42
2012-11-15xfs: verify superblocks as they are read from diskDave Chinner4-41/+69
2012-11-15xfs: uncached buffer reads need to return an errorDave Chinner4-8/+21
2012-11-15xfs: make buffer read verication an IO completion functionDave Chinner19-61/+75
2012-11-14xfs: remove xfs_flushinval_pagesDave Chinner6-72/+21
2012-11-14xfs: remove xfs_flush_pagesDave Chinner6-32/+9
2012-11-14xfs: remove xfs_wait_on_pages()Dave Chinner2-17/+2
2012-11-14xfs: reverse the check on XFS_IOC_ZERO_RANGEAndrew Dahl1-1/+1
2012-11-14xfs: remove xfs_tosspagesDave Chinner4-21/+26
2012-11-13xfs: make growfs initialise the AGFL headerDave Chinner1-1/+22
2012-11-13xfs: growfs: use uncached buffers for new headersDave Chinner1-22/+41
2012-11-13xfs: use btree block initialisation functions in growfsDave Chinner3-33/+48
2012-11-13xfs: add more attribute tree trace points.Dave Chinner4-16/+99
2012-11-13xfs: drop buffer io reference when a bad bio is builtDave Chinner1-2/+12
2012-11-13xfs: fix broken error handling in xfs_vm_writepageDave Chinner1-15/+39
2012-11-13xfs: fix attr tree double split corruptionDave Chinner1-2/+18
2012-11-08xfs: add background scanning to clear eofblocks inodesBrian Foster9-1/+58
2012-11-08xfs: add minimum file size filtering to eofblocks scanBrian Foster2-4/+14
2012-11-08xfs: support multiple inode id filtering in eofblocks scanBrian Foster1-11/+13
2012-11-08xfs: add inode id filtering to eofblocks scanBrian Foster3-3/+36
2012-11-08xfs: add XFS_IOC_FREE_EOFBLOCKS ioctlBrian Foster4-4/+45
2012-11-08xfs: create function to scan and clear EOFBLOCKS inodesBrian Foster3-0/+45
2012-11-08xfs: make xfs_free_eofblocks() non-static, return EAGAIN on trylock failureBrian Foster2-3/+4
2012-11-08xfs: create helper to check whether to free eofblocks on inodeBrian Foster3-12/+45
2012-11-08xfs: support a tag-based inode_ag_iteratorBrian Foster3-11/+59