summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_attr_leaf.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-18xfs: fix forkoff miscalculation related to XFS_LITINO(mp)Gao Xiang1-1/+7
2020-09-16xfs: Convert xfs_attr_sf macros to inline functionsCarlos Maiolino1-9/+9
2020-09-16xfs: Use variable-size array for nameval in xfs_attr_sf_entryCarlos Maiolino1-4/+3
2020-09-16xfs: Remove typedef xfs_attr_shortform_tCarlos Maiolino1-8/+8
2020-09-16xfs: remove typedef xfs_attr_sf_entry_tCarlos Maiolino1-2/+2
2020-08-27xfs: initialize the shortform attr header padding entryDarrick J. Wong1-2/+2
2020-08-27xfs: fix boundary test in xfs_attr_shortform_verifyEric Sandeen1-1/+3
2020-07-29xfs: Pull up trans roll in xfs_attr3_leaf_clearflagAllison Collins1-4/+1
2020-07-29xfs: Pull up trans roll from xfs_attr3_leaf_setflagAllison Collins1-4/+1
2020-07-29xfs: Pull up trans handling in xfs_attr3_leaf_flipflagsAllison Collins1-6/+1
2020-07-29xfs: Add xfs_has_attr and subroutinesAllison Collins1-30/+70
2020-05-27xfs: more lockdep whackamole with kmem_alloc*Darrick J. Wong1-1/+1
2020-05-19xfs: cleanup xfs_idestroy_forkChristoph Hellwig1-4/+3
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig1-18/+14
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig1-1/+2
2020-05-19xfs: don't fail verifier on empty attr3 leaf blockBrian Foster1-8/+7
2020-03-19xfs: only check the superblock version for dinode size calculationChristoph Hellwig1-3/+2
2020-03-12xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong1-3/+3
2020-03-03xfs: remove XFS_DA_OP_INCOMPLETEChristoph Hellwig1-9/+6
2020-03-03xfs: clean up the attr flag confusionChristoph Hellwig1-7/+7
2020-03-03xfs: factor out a xfs_attr_match helperChristoph Hellwig1-50/+30
2020-03-03xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVALChristoph Hellwig1-1/+1
2020-03-03xfs: remove ATTR_KERNOVALChristoph Hellwig1-7/+7
2020-01-09xfs: fix misuse of the XFS_ATTR_INCOMPLETE flagChristoph Hellwig1-2/+2
2019-11-22xfs: remove the mappedbno argument to xfs_da_get_bufChristoph Hellwig1-2/+2
2019-11-22xfs: remove the mappedbno argument to xfs_da_read_bufChristoph Hellwig1-1/+1
2019-11-22xfs: remove the mappedbno argument to xfs_attr3_leaf_readChristoph Hellwig1-9/+8
2019-11-16xfs: fix attr leaf header freemap.size underflowBrian Foster1-1/+3
2019-11-11xfs: add a btree entries pointer to struct xfs_da3_icnode_hdrChristoph Hellwig1-4/+2
2019-11-11xfs: devirtualize ->node_hdr_to_diskChristoph Hellwig1-1/+1
2019-11-11xfs: devirtualize ->node_hdr_from_diskChristoph Hellwig1-1/+1
2019-11-10xfs: Correct comment tyops -> typosJoe Perches1-1/+1
2019-11-05xfs: always log corruption errorsDarrick J. Wong1-3/+9
2019-10-29xfs: check attribute leaf block structureDarrick J. Wong1-2/+65
2019-10-21xfs: fix inode fork extent count overflowDave Chinner1-8/+10
2019-10-09xfs: move local to extent inode logging into bmap helperBrian Foster1-2/+1
2019-10-09xfs: remove broken error handling on failed attr sf to leaf changeBrian Foster1-17/+2
2019-10-09xfs: log the inode on directory sf to block format changeBrian Foster1-0/+1
2019-08-31xfs: allocate xattr buffer on demandDave Chinner1-0/+6
2019-08-31xfs: consolidate attribute value copyingDave Chinner1-39/+49
2019-08-31xfs: move remote attr retrieval into xfs_attr3_leaf_getvalueDave Chinner1-1/+1
2019-08-31xfs: remove unnecessary indenting from xfs_attr3_leaf_getvalueDave Chinner1-16/+17
2019-08-31xfs: make attr lookup returns consistentDave Chinner1-4/+11
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa1-4/+4
2019-06-29xfs: remove unused header filesEric Sandeen1-3/+0
2019-06-29xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig1-6/+6
2019-02-18xfs: fix xfs_buf magic number endian checksDarrick J. Wong1-2/+2
2019-02-12xfs: factor xfs_da3_blkinfo verification into common helperBrian Foster1-12/+4
2019-02-12xfs: miscellaneous verifier magic value fixupsBrian Foster1-6/+5
2019-02-12xfs: always check magic values in on-disk byte orderBrian Foster1-2/+2