summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_attr_leaf.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-29xfs: remove xfs_attr_sf_hdr_tChristoph Hellwig1-2/+2
2023-12-29xfs: remove struct xfs_attr_shortformChristoph Hellwig1-19/+18
2023-12-29xfs: use xfs_attr_sf_findname in xfs_attr_shortform_getvalueChristoph Hellwig1-11/+5
2023-12-29xfs: remove xfs_attr_shortform_lookupChristoph Hellwig1-24/+0
2023-12-29xfs: simplify xfs_attr_sf_findnameChristoph Hellwig1-61/+35
2023-12-29xfs: move the xfs_attr_sf_lookup tracepointChristoph Hellwig1-2/+3
2023-12-29xfs: return if_data from xfs_idata_reallocChristoph Hellwig1-4/+3
2023-12-29xfs: make if_data a void pointerChristoph Hellwig1-38/+24
2023-12-15xfs: zap broken inode forksDarrick J. Wong1-10/+3
2023-12-07xfs: extract xfs_da_buf_copy() helper functionZhang Tianci1-8/+4
2023-06-29xfs: remove redundant initializations of pointers drop_leaf and save_leafColin Ian King1-2/+0
2022-07-21xfs: don't leak memory when attr fork loading failsDarrick J. Wong1-1/+0
2022-07-12xfs: replace inode fork size macros with functionsDarrick J. Wong1-1/+1
2022-07-10xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong1-13/+12
2022-07-10xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong1-1/+1
2022-06-29xfs: don't hold xattr leaf buffers across transaction rollsDarrick J. Wong1-7/+2
2022-06-29xfs: empty xattr leaf header blocks are not corruptionDarrick J. Wong1-9/+17
2022-06-16xfs: fix TOCTOU race involving the new logged xattrs control knobDarrick J. Wong1-1/+1
2022-05-12xfs: detect empty attr leaf blocks in xfs_attr3_leaf_verifyDave Chinner1-0/+9
2022-05-12xfs: ATTR_REPLACE algorithm with LARP enabled needs reworkDave Chinner1-8/+36
2022-05-12xfs: use XFS_DA_OP flags in deferred attr opsDave Chinner1-1/+1
2022-05-11xfs: add leaf to node error tagAllison Henderson1-0/+6
2022-05-09xfs: Skip flip flags for delayed attrsAllison Henderson1-1/+2
2021-10-23xfs: rename _zone variables to _cacheDarrick J. Wong1-1/+1
2021-08-19xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner1-2/+2
2021-08-19xfs: convert mount flags to featuresDave Chinner1-18/+23
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-7/+7
2021-08-10xfs: replace kmem_alloc_large() with kvmalloc()Dave Chinner1-1/+1
2021-08-09xfs: fix silly whitespace problems with kernel libxfsDarrick J. Wong1-1/+1
2021-06-18Merge tag 'xfs-delay-ready-attrs-v20.1' of https://github.com/allisonhenderso...Darrick J. Wong1-2/+2
2021-06-09xfs: Make attr name schemes consistentAllison Henderson1-1/+1
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner1-0/+1
2021-06-01xfs: Add delay ready attr remove routinesAllison Henderson1-1/+1
2021-04-15xfs: remove XFS_IFEXTENTSChristoph Hellwig1-3/+1
2021-04-15xfs: remove XFS_IFINLINEChristoph Hellwig1-6/+3
2021-04-08xfs: move the di_forkoff field to struct xfs_inodeChristoph Hellwig1-11/+11
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