summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_attr_leaf.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: add a btree entries pointer to struct xfs_da3_icnode_hdrChristoph Hellwig2019-11-101-4/+2
* xfs: devirtualize ->node_hdr_to_diskChristoph Hellwig2019-11-101-1/+1
* xfs: devirtualize ->node_hdr_from_diskChristoph Hellwig2019-11-101-1/+1
* xfs: Correct comment tyops -> typosJoe Perches2019-11-101-1/+1
* xfs: always log corruption errorsDarrick J. Wong2019-11-041-3/+9
* xfs: check attribute leaf block structureDarrick J. Wong2019-10-291-2/+65
* xfs: fix inode fork extent count overflowDave Chinner2019-10-211-8/+10
* xfs: move local to extent inode logging into bmap helperBrian Foster2019-10-091-2/+1
* xfs: remove broken error handling on failed attr sf to leaf changeBrian Foster2019-10-091-17/+2
* xfs: log the inode on directory sf to block format changeBrian Foster2019-10-091-0/+1
* xfs: allocate xattr buffer on demandDave Chinner2019-08-301-0/+6
* xfs: consolidate attribute value copyingDave Chinner2019-08-301-39/+49
* xfs: move remote attr retrieval into xfs_attr3_leaf_getvalueDave Chinner2019-08-301-1/+1
* xfs: remove unnecessary indenting from xfs_attr3_leaf_getvalueDave Chinner2019-08-301-16/+17
* xfs: make attr lookup returns consistentDave Chinner2019-08-301-4/+11
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-4/+4
* xfs: remove unused header filesEric Sandeen2019-06-281-3/+0
* xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig2019-06-281-6/+6
* xfs: fix xfs_buf magic number endian checksDarrick J. Wong2019-02-181-2/+2
* xfs: factor xfs_da3_blkinfo verification into common helperBrian Foster2019-02-111-12/+4
* xfs: miscellaneous verifier magic value fixupsBrian Foster2019-02-111-6/+5
* xfs: always check magic values in on-disk byte orderBrian Foster2019-02-111-2/+2
* xfs: fix overflow in xfs_attr3_leaf_verifyDave Chinner2018-11-061-2/+9
* xfs: refactor log recovery checkDarrick J. Wong2018-08-011-2/+1
* xfs: remove the xfs_ifork_t typedefChristoph Hellwig2018-07-301-3/+3
* xfs: check leaf attribute block freemap in verifierDarrick J. Wong2018-07-231-0/+22
* xfs_attr_leaf: use swap macro in xfs_attr3_leaf_rebalanceGustavo A. R. Silva2018-07-171-10/+3
* xfs: use ->t_firstblock in xattr opsBrian Foster2018-07-111-2/+0
* xfs: replace xfs_da_args->dfops accesses with ->t_dfops and removeBrian Foster2018-07-111-13/+11
* xfs: don't call xfs_da_shrink_inode with NULL bpEric Sandeen2018-06-081-3/+2
* xfs: clean up MIN/MAXDave Chinner2018-06-081-1/+1
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* Split buffer's b_fspriv fieldCarlos Maiolino2018-01-291-1/+1
* xfs: attr leaf verifier needs to check for obviously bad countDarrick J. Wong2018-01-171-5/+21
* xfs: create a new buf_ops pointer to verify structure metadataDarrick J. Wong2018-01-081-0/+1
* xfs: fail out of xfs_attr3_leaf_lookup_int if it looks corruptDarrick J. Wong2018-01-081-3/+6
* xfs: create structure verifier function for shortform xattrsDarrick J. Wong2018-01-081-0/+74
* xfs: refactor verifier callers to print address of failing checkDarrick J. Wong2018-01-081-5/+11
* xfs: have buffer verifier functions report failing addressDarrick J. Wong2018-01-081-10/+10
* xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong2018-01-081-7/+3
* xfs: hold xfs_buf locked between shortform->leaf conversion and the addition ...Darrick J. Wong2017-12-141-3/+6
* xfs: remove the never fully implemented UUID fork formatChristoph Hellwig2017-10-261-5/+1
* xfs: refactor xfs_trans_rollChristoph Hellwig2017-09-011-3/+3
* xfs: don't crash on unexpected holes in dir/attr btreesDarrick J. Wong2017-07-071-1/+1
* xfs: ignore leaf attr ichdr.count in verifier during log replayEric Sandeen2016-12-091-1/+7
* xfs: rename flist/free_list to dfopsDarrick J. Wong2016-08-031-2/+2
* xfs: print name of verifier if it failsEric Sandeen2016-01-041-0/+1
* xfs: validate metadata LSNs against log on v5 superblocksBrian Foster2015-10-121-0/+3
* xfs: create new metadata UUID field and incompat flagEric Sandeen2015-07-291-2/+2
* xfs: xfs_attr_inactive leaves inconsistent attr fork state behindDave Chinner2015-05-291-4/+4