aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_attr_leaf.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-27xfs: more lockdep whackamole with kmem_alloc*Gravatar Darrick J. Wong 1-1/+1
2020-05-19xfs: cleanup xfs_idestroy_forkGravatar Christoph Hellwig 1-4/+3
2020-05-19xfs: move the fork format fields into struct xfs_iforkGravatar Christoph Hellwig 1-18/+14
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkGravatar Christoph Hellwig 1-1/+2
2020-05-19xfs: don't fail verifier on empty attr3 leaf blockGravatar Brian Foster 1-8/+7
2020-03-19xfs: only check the superblock version for dinode size calculationGravatar Christoph Hellwig 1-3/+2
2020-03-12xfs: add a function to deal with corrupt buffers post-verifiersGravatar Darrick J. Wong 1-3/+3
2020-03-02xfs: remove XFS_DA_OP_INCOMPLETEGravatar Christoph Hellwig 1-9/+6
2020-03-02xfs: clean up the attr flag confusionGravatar Christoph Hellwig 1-7/+7
2020-03-02xfs: factor out a xfs_attr_match helperGravatar Christoph Hellwig 1-50/+30
2020-03-02xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVALGravatar Christoph Hellwig 1-1/+1
2020-03-02xfs: remove ATTR_KERNOVALGravatar Christoph Hellwig 1-7/+7
2020-01-09xfs: fix misuse of the XFS_ATTR_INCOMPLETE flagGravatar Christoph Hellwig 1-2/+2
2019-11-22xfs: remove the mappedbno argument to xfs_da_get_bufGravatar Christoph Hellwig 1-2/+2
2019-11-22xfs: remove the mappedbno argument to xfs_da_read_bufGravatar Christoph Hellwig 1-1/+1
2019-11-22xfs: remove the mappedbno argument to xfs_attr3_leaf_readGravatar Christoph Hellwig 1-9/+8
2019-11-15xfs: fix attr leaf header freemap.size underflowGravatar Brian Foster 1-1/+3
2019-11-10xfs: add a btree entries pointer to struct xfs_da3_icnode_hdrGravatar Christoph Hellwig 1-4/+2
2019-11-10xfs: devirtualize ->node_hdr_to_diskGravatar Christoph Hellwig 1-1/+1
2019-11-10xfs: devirtualize ->node_hdr_from_diskGravatar Christoph Hellwig 1-1/+1
2019-11-10xfs: Correct comment tyops -> typosGravatar Joe Perches 1-1/+1
2019-11-04xfs: always log corruption errorsGravatar Darrick J. Wong 1-3/+9
2019-10-29xfs: check attribute leaf block structureGravatar Darrick J. Wong 1-2/+65
2019-10-21xfs: fix inode fork extent count overflowGravatar Dave Chinner 1-8/+10
2019-10-09xfs: move local to extent inode logging into bmap helperGravatar Brian Foster 1-2/+1
2019-10-09xfs: remove broken error handling on failed attr sf to leaf changeGravatar Brian Foster 1-17/+2
2019-10-09xfs: log the inode on directory sf to block format changeGravatar Brian Foster 1-0/+1
2019-08-30xfs: allocate xattr buffer on demandGravatar Dave Chinner 1-0/+6
2019-08-30xfs: consolidate attribute value copyingGravatar Dave Chinner 1-39/+49
2019-08-30xfs: move remote attr retrieval into xfs_attr3_leaf_getvalueGravatar Dave Chinner 1-1/+1
2019-08-30xfs: remove unnecessary indenting from xfs_attr3_leaf_getvalueGravatar Dave Chinner 1-16/+17
2019-08-30xfs: make attr lookup returns consistentGravatar Dave Chinner 1-4/+11
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Gravatar Tetsuo Handa 1-4/+4
2019-06-28xfs: remove unused header filesGravatar Eric Sandeen 1-3/+0
2019-06-28xfs: add struct xfs_mount pointer to struct xfs_bufGravatar Christoph Hellwig 1-6/+6
2019-02-18xfs: fix xfs_buf magic number endian checksGravatar Darrick J. Wong 1-2/+2
2019-02-11xfs: factor xfs_da3_blkinfo verification into common helperGravatar Brian Foster 1-12/+4
2019-02-11xfs: miscellaneous verifier magic value fixupsGravatar Brian Foster 1-6/+5
2019-02-11xfs: always check magic values in on-disk byte orderGravatar Brian Foster 1-2/+2
2018-11-06xfs: fix overflow in xfs_attr3_leaf_verifyGravatar Dave Chinner 1-2/+9
2018-08-01xfs: refactor log recovery checkGravatar Darrick J. Wong 1-2/+1
2018-07-30xfs: remove the xfs_ifork_t typedefGravatar Christoph Hellwig 1-3/+3
2018-07-23xfs: check leaf attribute block freemap in verifierGravatar Darrick J. Wong 1-0/+22
2018-07-17xfs_attr_leaf: use swap macro in xfs_attr3_leaf_rebalanceGravatar Gustavo A. R. Silva 1-10/+3
2018-07-11xfs: use ->t_firstblock in xattr opsGravatar Brian Foster 1-2/+0
2018-07-11xfs: replace xfs_da_args->dfops accesses with ->t_dfops and removeGravatar Brian Foster 1-13/+11
2018-06-08xfs: don't call xfs_da_shrink_inode with NULL bpGravatar Eric Sandeen 1-3/+2
2018-06-08xfs: clean up MIN/MAXGravatar Dave Chinner 1-1/+1
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-13/+1
2018-01-29Split buffer's b_fspriv fieldGravatar Carlos Maiolino 1-1/+1