aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_attr_leaf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-01xfs: refactor log recovery checkDarrick J. Wong1-2/+1
2018-07-30xfs: remove the xfs_ifork_t typedefChristoph Hellwig1-3/+3
2018-07-23xfs: check leaf attribute block freemap in verifierDarrick J. Wong1-0/+22
2018-07-17xfs_attr_leaf: use swap macro in xfs_attr3_leaf_rebalanceGustavo A. R. Silva1-10/+3
2018-07-11xfs: use ->t_firstblock in xattr opsBrian Foster1-2/+0
2018-07-11xfs: replace xfs_da_args->dfops accesses with ->t_dfops and removeBrian Foster1-13/+11
2018-06-08xfs: don't call xfs_da_shrink_inode with NULL bpEric Sandeen1-3/+2
2018-06-08xfs: clean up MIN/MAXDave Chinner1-1/+1
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-01-29Split buffer's b_fspriv fieldCarlos Maiolino1-1/+1
2018-01-17xfs: attr leaf verifier needs to check for obviously bad countDarrick J. Wong1-5/+21
2018-01-08xfs: create a new buf_ops pointer to verify structure metadataDarrick J. Wong1-0/+1
2018-01-08xfs: fail out of xfs_attr3_leaf_lookup_int if it looks corruptDarrick J. Wong1-3/+6
2018-01-08xfs: create structure verifier function for shortform xattrsDarrick J. Wong1-0/+74
2018-01-08xfs: refactor verifier callers to print address of failing checkDarrick J. Wong1-5/+11
2018-01-08xfs: have buffer verifier functions report failing addressDarrick J. Wong1-10/+10
2018-01-08xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong1-7/+3
2017-12-14xfs: hold xfs_buf locked between shortform->leaf conversion and the addition of an attributeDarrick J. Wong1-3/+6
2017-10-26xfs: remove the never fully implemented UUID fork formatChristoph Hellwig1-5/+1
2017-09-01xfs: refactor xfs_trans_rollChristoph Hellwig1-3/+3
2017-07-07xfs: don't crash on unexpected holes in dir/attr btreesDarrick J. Wong1-1/+1
2016-12-09xfs: ignore leaf attr ichdr.count in verifier during log replayEric Sandeen1-1/+7
2016-08-03xfs: rename flist/free_list to dfopsDarrick J. Wong1-2/+2
2016-01-04xfs: print name of verifier if it failsEric Sandeen1-0/+1
2015-10-12xfs: validate metadata LSNs against log on v5 superblocksBrian Foster1-0/+3
2015-07-29xfs: create new metadata UUID field and incompat flagEric Sandeen1-2/+2
2015-05-29xfs: xfs_attr_inactive leaves inconsistent attr fork state behindDave Chinner1-4/+4
2015-04-13xfs: kill unnecessary firstused overflow check on attr3 leaf removalBrian Foster1-2/+1
2015-04-13xfs: use larger in-core attr firstused field and detect overflowBrian Foster1-5/+79
2015-04-13xfs: pass attr geometry to attr leaf header conversion functionsBrian Foster1-29/+34
2015-01-22xfs: consolidate superblock logging functionsDave Chinner1-1/+1
2015-01-22xfs: remove bitfield based superblock updatesDave Chinner1-1/+1
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig1-1/+0
2014-06-25xfs: global error sign conversionDave Chinner1-22/+22
2014-06-25libxfs: move source filesDave Chinner1-0/+2697