summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_attr_leaf.c
AgeCommit message (Expand)Author
2020-10-01xfs: fix attr leaf header freemap.size underflowBrian Foster
2020-10-01xfs: fix inode fork extent count overflowDave Chinner
2020-09-17xfs: initialize the shortform attr header padding entryDarrick J. Wong
2020-09-09xfs: fix boundary test in xfs_attr_shortform_verifyEric Sandeen
2019-10-09xfs: move local to extent inode logging into bmap helperBrian Foster
2019-10-09xfs: remove broken error handling on failed attr sf to leaf changeBrian Foster
2019-10-09xfs: log the inode on directory sf to block format changeBrian Foster
2019-08-30xfs: allocate xattr buffer on demandDave Chinner
2019-08-30xfs: consolidate attribute value copyingDave Chinner
2019-08-30xfs: move remote attr retrieval into xfs_attr3_leaf_getvalueDave Chinner
2019-08-30xfs: remove unnecessary indenting from xfs_attr3_leaf_getvalueDave Chinner
2019-08-30xfs: make attr lookup returns consistentDave Chinner
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-28xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig
2019-02-18xfs: fix xfs_buf magic number endian checksDarrick J. Wong
2019-02-11xfs: factor xfs_da3_blkinfo verification into common helperBrian Foster
2019-02-11xfs: miscellaneous verifier magic value fixupsBrian Foster
2019-02-11xfs: always check magic values in on-disk byte orderBrian Foster
2018-11-06xfs: fix overflow in xfs_attr3_leaf_verifyDave Chinner
2018-08-01xfs: refactor log recovery checkDarrick J. Wong
2018-07-30xfs: remove the xfs_ifork_t typedefChristoph Hellwig
2018-07-23xfs: check leaf attribute block freemap in verifierDarrick J. Wong
2018-07-17xfs_attr_leaf: use swap macro in xfs_attr3_leaf_rebalanceGustavo A. R. Silva
2018-07-11xfs: use ->t_firstblock in xattr opsBrian Foster
2018-07-11xfs: replace xfs_da_args->dfops accesses with ->t_dfops and removeBrian Foster
2018-06-08xfs: don't call xfs_da_shrink_inode with NULL bpEric Sandeen
2018-06-08xfs: clean up MIN/MAXDave Chinner
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-01-29Split buffer's b_fspriv fieldCarlos Maiolino
2018-01-17xfs: attr leaf verifier needs to check for obviously bad countDarrick J. Wong
2018-01-08xfs: create a new buf_ops pointer to verify structure metadataDarrick J. Wong
2018-01-08xfs: fail out of xfs_attr3_leaf_lookup_int if it looks corruptDarrick J. Wong
2018-01-08xfs: create structure verifier function for shortform xattrsDarrick J. Wong
2018-01-08xfs: refactor verifier callers to print address of failing checkDarrick J. Wong
2018-01-08xfs: have buffer verifier functions report failing addressDarrick J. Wong
2018-01-08xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong
2017-12-14xfs: hold xfs_buf locked between shortform->leaf conversion and the addition ...Darrick J. Wong
2017-10-26xfs: remove the never fully implemented UUID fork formatChristoph Hellwig
2017-09-01xfs: refactor xfs_trans_rollChristoph Hellwig
2017-07-07xfs: don't crash on unexpected holes in dir/attr btreesDarrick J. Wong
2016-12-09xfs: ignore leaf attr ichdr.count in verifier during log replayEric Sandeen
2016-08-03xfs: rename flist/free_list to dfopsDarrick J. Wong
2016-01-04xfs: print name of verifier if it failsEric Sandeen
2015-10-12xfs: validate metadata LSNs against log on v5 superblocksBrian Foster
2015-07-29xfs: create new metadata UUID field and incompat flagEric Sandeen
2015-05-29xfs: xfs_attr_inactive leaves inconsistent attr fork state behindDave Chinner
2015-04-13xfs: kill unnecessary firstused overflow check on attr3 leaf removalBrian Foster
2015-04-13xfs: use larger in-core attr firstused field and detect overflowBrian Foster
2015-04-13xfs: pass attr geometry to attr leaf header conversion functionsBrian Foster