summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_attr_leaf.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix forkoff miscalculation related to XFS_LITINO(mp)Gao Xiang2020-11-181-1/+7
* xfs: Convert xfs_attr_sf macros to inline functionsCarlos Maiolino2020-09-151-9/+9
* xfs: Use variable-size array for nameval in xfs_attr_sf_entryCarlos Maiolino2020-09-151-4/+3
* xfs: Remove typedef xfs_attr_shortform_tCarlos Maiolino2020-09-151-8/+8
* xfs: remove typedef xfs_attr_sf_entry_tCarlos Maiolino2020-09-151-2/+2
* xfs: initialize the shortform attr header padding entryDarrick J. Wong2020-08-271-2/+2
* xfs: fix boundary test in xfs_attr_shortform_verifyEric Sandeen2020-08-261-1/+3
* xfs: Pull up trans roll in xfs_attr3_leaf_clearflagAllison Collins2020-07-281-4/+1
* xfs: Pull up trans roll from xfs_attr3_leaf_setflagAllison Collins2020-07-281-4/+1
* xfs: Pull up trans handling in xfs_attr3_leaf_flipflagsAllison Collins2020-07-281-6/+1
* xfs: Add xfs_has_attr and subroutinesAllison Collins2020-07-281-30/+70
* xfs: more lockdep whackamole with kmem_alloc*Darrick J. Wong2020-05-271-1/+1
* xfs: cleanup xfs_idestroy_forkChristoph Hellwig2020-05-191-4/+3
* xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig2020-05-191-18/+14
* xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig2020-05-191-1/+2
* xfs: don't fail verifier on empty attr3 leaf blockBrian Foster2020-05-191-8/+7
* xfs: only check the superblock version for dinode size calculationChristoph Hellwig2020-03-191-3/+2
* xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong2020-03-121-3/+3
* xfs: remove XFS_DA_OP_INCOMPLETEChristoph Hellwig2020-03-021-9/+6
* xfs: clean up the attr flag confusionChristoph Hellwig2020-03-021-7/+7
* xfs: factor out a xfs_attr_match helperChristoph Hellwig2020-03-021-50/+30
* xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVALChristoph Hellwig2020-03-021-1/+1
* xfs: remove ATTR_KERNOVALChristoph Hellwig2020-03-021-7/+7
* xfs: fix misuse of the XFS_ATTR_INCOMPLETE flagChristoph Hellwig2020-01-091-2/+2
* xfs: remove the mappedbno argument to xfs_da_get_bufChristoph Hellwig2019-11-221-2/+2
* xfs: remove the mappedbno argument to xfs_da_read_bufChristoph Hellwig2019-11-221-1/+1
* xfs: remove the mappedbno argument to xfs_attr3_leaf_readChristoph Hellwig2019-11-221-9/+8
* xfs: fix attr leaf header freemap.size underflowBrian Foster2019-11-151-1/+3
* 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