summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_attr_remote.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-06xfs: remote attribute overwrite causes transaction overrunDave Chinner1-3/+5
2014-02-27xfs: modify verifiers to differentiate CRC from other errorsEric Sandeen1-9/+6
2014-01-10xfs: fix off-by-one error in xfs_attr3_rmt_verifyJie Liu1-1/+1
2013-10-30xfs: fix static and extern sparse warningsDave Chinner1-0/+1
2013-10-24xfs: decouple inode and bmap btree header filesDave Chinner1-3/+2
2013-10-24xfs: decouple log and transaction headersDave Chinner1-4/+3
2013-10-23xfs: unify directory/attribute format definitionsDave Chinner1-0/+1
2013-08-13xfs: fix issues that cause userspace warningsDave Chinner1-4/+4
2013-08-13xfs: minor cleanupsDave Chinner1-7/+1
2013-08-13xfs: create xfs_bmap_util.[ch]Dave Chinner1-0/+1
2013-08-13xfs: sync minor header differences needed by userspace.Dave Chinner1-0/+1
2013-05-31xfs: rework remote attr CRCsDave Chinner1-153/+228
2013-05-31xfs: correctly map remote attr buffers during removalDave Chinner1-9/+18
2013-05-31xfs: remote attribute tail zeroing does too muchDave Chinner1-19/+18
2013-05-31xfs: remote attribute read too shortDave Chinner1-6/+9
2013-05-31xfs: remote attribute allocation may be contiguousDave Chinner1-1/+5
2013-05-01xfs: Remote attr validation fixes and optimisationsDave Chinner1-14/+5
2013-04-27xfs: add CRC protection to remote attributesDave Chinner1-51/+273
2013-04-27xfs: split remote attribute code outDave Chinner1-0/+328