summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2013-05-30xfs: rework remote attr CRCsDave Chinner4-158/+247
2013-05-30xfs: fully initialise temp leaf in xfs_attr3_leaf_compactDave Chinner1-16/+26
2013-05-30xfs: fully initialise temp leaf in xfs_attr3_leaf_unbalanceDave Chinner1-3/+13
2013-05-30xfs: correctly map remote attr buffers during removalDave Chinner1-9/+18
2013-05-30xfs: remote attribute tail zeroing does too muchDave Chinner1-19/+18
2013-05-30xfs: remote attribute read too shortDave Chinner1-6/+9
2013-05-30xfs: remote attribute allocation may be contiguousDave Chinner1-1/+5
2013-05-30xfs: fix dir3 freespace block corruptionDave Chinner2-7/+7
2013-05-30xfs: disable swap extents ioctl on CRC enabled filesystemsDave Chinner1-0/+8
2013-05-30xfs: add fsgeom flag for v5 superblock support.Dave Chinner2-1/+4
2013-05-30xfs: fix incorrect remote symlink block countDave Chinner1-14/+6
2013-05-30xfs: fix split buffer vector log recovery supportDave Chinner2-6/+12
2013-05-30xfs: kill suid/sgid through the truncate path.Dave Chinner1-15/+32
2013-05-30xfs: avoid nesting transactions in xfs_qm_scall_setqlim()Dave Chinner1-17/+23
2013-05-24xfs: remote attribute lookups require the value lengthDave Chinner1-1/+2
2013-05-24xfs: xfs_attr_shortform_allfit() does not handle attr3 format.Dave Chinner1-11/+13
2013-05-24xfs: xfs_da3_node_read_verify() doesn't handle XFS_ATTR3_LEAF_MAGICDave Chinner1-0/+1
2013-05-24xfs: fix missing KM_NOFS tags to keep lockdep happyDave Chinner4-5/+7
2013-05-24xfs: Don't reference the EFI after it is freedDave Chinner1-2/+3
2013-05-24xfs: fix rounding in xfs_free_file_spaceDave Chinner1-2/+2
2013-05-24xfs: fix sub-page blocksize data integrity writesDave Chinner1-0/+19
2013-05-09Merge tag 'for-linus-v3.10-rc1-2' of git://oss.sgi.com/xfs/xfsLinus Torvalds15-32/+83
2013-05-07aio: don't include aio.h in sched.hKent Overstreet2-0/+2
2013-05-07xfs: fallback to vmalloc for large buffers in xfs_compat_attrlist_by_handleEric Sandeen1-4/+10
2013-05-07xfs: fallback to vmalloc for large buffers in xfs_attrlist_by_handleEric Sandeen1-4/+10
2013-05-07xfs: introduce CONFIG_XFS_WARNDave Chinner13-24/+63
2013-05-02Merge tag 'for-linus-v3.10-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds63-5846/+9572
2013-05-01xfs: fix da node magic number mismatchesDave Chinner2-3/+2
2013-05-01xfs: Remote attr validation fixes and optimisationsDave Chinner1-14/+5
2013-04-30xfs: Teach dquot recovery about CONFIG_XFS_QUOTADave Chinner1-0/+6
2013-04-27xfs: implement extended feature masksDave Chinner3-8/+129
2013-04-27xfs: add CRC checks to the superblockDave Chinner4-45/+172
2013-04-27xfs: buffer type overruns blf_flags fieldDave Chinner14-106/+134
2013-04-27xfs: add buffer types to directory and attribute buffersDave Chinner13-90/+323
2013-04-27xfs: add CRC protection to remote attributesDave Chinner2-51/+292
2013-04-27xfs: split remote attribute code outDave Chinner6-298/+356
2013-04-27xfs: add CRCs to attr leaf blocksDave Chinner5-849/+1177
2013-04-27xfs: add CRCs to dir2/da node blocksDave Chinner7-619/+972
2013-04-27xfs: shortform directory offsets change for dir3 formatDave Chinner2-16/+19
2013-04-27xfs: add CRC checking to dir2 leaf blocksDave Chinner7-522/+924
2013-04-27xfs: add CRC checking to dir2 data blocksDave Chinner7-105/+162
2013-04-27xfs: add CRC checking to dir2 free blocksDave Chinner3-162/+382
2013-04-27xfs: add CRC checks to block format directory blocksDave Chinner7-105/+344
2013-04-27xfs: add CRC checks to remote symlinksDave Chinner4-43/+283
2013-04-21xfs: split out symlink code into it's own file.Dave Chinner5-493/+578
2013-04-21xfs: add version 3 inode format with CRCsChristoph Hellwig8-77/+254
2013-04-21xfs: add CRC checks for quota blocksChristoph Hellwig5-17/+141
2013-04-21xfs: add CRC checks to the AGIDave Chinner5-15/+65
2013-04-21xfs: add CRC checks to the AGFLChristoph Hellwig5-44/+119
2013-04-21xfs: add CRC checks to the AGFDave Chinner5-27/+91