summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_attr_leaf.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: don't hold xattr leaf buffers across transaction rollsDarrick J. Wong2022-06-291-7/+2
* xfs: empty xattr leaf header blocks are not corruptionDarrick J. Wong2022-06-291-9/+17
* xfs: fix TOCTOU race involving the new logged xattrs control knobDarrick J. Wong2022-06-151-1/+1
* xfs: detect empty attr leaf blocks in xfs_attr3_leaf_verifyDave Chinner2022-05-121-0/+9
* xfs: ATTR_REPLACE algorithm with LARP enabled needs reworkDave Chinner2022-05-121-8/+36
* xfs: use XFS_DA_OP flags in deferred attr opsDave Chinner2022-05-121-1/+1
* xfs: add leaf to node error tagAllison Henderson2022-05-111-0/+6
* xfs: Skip flip flags for delayed attrsAllison Henderson2022-05-091-1/+2
* xfs: rename _zone variables to _cacheDarrick J. Wong2021-10-221-1/+1
* xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner2021-08-191-2/+2
* xfs: convert mount flags to featuresDave Chinner2021-08-191-18/+23
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-7/+7
* xfs: replace kmem_alloc_large() with kvmalloc()Dave Chinner2021-08-091-1/+1
* xfs: fix silly whitespace problems with kernel libxfsDarrick J. Wong2021-08-091-1/+1
* Merge tag 'xfs-delay-ready-attrs-v20.1' of https://github.com/allisonhenderso...Darrick J. Wong2021-06-181-2/+2
|\
| * xfs: Make attr name schemes consistentAllison Henderson2021-06-091-1/+1
| * xfs: Add delay ready attr remove routinesAllison Henderson2021-06-011-1/+1
* | xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner2021-06-021-0/+1
|/
* xfs: remove XFS_IFEXTENTSChristoph Hellwig2021-04-151-3/+1
* xfs: remove XFS_IFINLINEChristoph Hellwig2021-04-151-6/+3
* xfs: move the di_forkoff field to struct xfs_inodeChristoph Hellwig2021-04-071-11/+11
* 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