summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_attr_leaf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: distinguish extra split from real ENOSPC from xfs_attr3_leaf_splitChristoph Hellwig2024-10-071-1/+4
* xfs: return bool from xfs_attr3_leaf_addChristoph Hellwig2024-10-071-18/+19
* Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds2024-09-211-9/+6
|\
| * xfs: use kvmalloc for xattr buffersDave Chinner2024-09-021-9/+6
* | xfs: replace shouty XFS_BM{BT,DR} macrosDarrick J. Wong2024-09-011-4/+4
|/
* xfs: don't remove the attr fork when parent pointers are enabledAllison Henderson2024-04-231-2/+4
* xfs: allow xattr matching on name and value for parent pointersDarrick J. Wong2024-04-231-6/+46
* xfs: create a separate hashname function for extended attributesDarrick J. Wong2024-04-231-2/+1
* xfs: check the flags earlier in xfs_attr_matchChristoph Hellwig2024-04-231-9/+10
* xfs: rearrange xfs_attr_match parametersDarrick J. Wong2024-04-231-11/+12
* xfs: enforce one namespace per attributeDarrick J. Wong2024-04-231-1/+6
* xfs: validate attr leaf buffer ownersDarrick J. Wong2024-04-151-9/+47
* xfs: use the xfs_da_args owner field to set new dir/attr block ownerDarrick J. Wong2024-04-151-1/+1
* xfs: add an explicit owner field to xfs_da_argsDarrick J. Wong2024-04-151-0/+2
* xfs: report dir/attr block corruption errors to the health systemDarrick J. Wong2024-02-221-0/+4
* xfs: convert remaining kmem_free() to kfree()Dave Chinner2024-02-131-4/+4
* xfs: convert kmem_alloc() to kmalloc()Dave Chinner2024-02-131-4/+3
* xfs: convert kmem_zalloc() to kzalloc()Dave Chinner2024-02-131-1/+2
* xfs: remove xfs_attr_sf_hdr_tChristoph Hellwig2023-12-291-2/+2
* xfs: remove struct xfs_attr_shortformChristoph Hellwig2023-12-291-19/+18
* xfs: use xfs_attr_sf_findname in xfs_attr_shortform_getvalueChristoph Hellwig2023-12-291-11/+5
* xfs: remove xfs_attr_shortform_lookupChristoph Hellwig2023-12-291-24/+0
* xfs: simplify xfs_attr_sf_findnameChristoph Hellwig2023-12-291-61/+35
* xfs: move the xfs_attr_sf_lookup tracepointChristoph Hellwig2023-12-291-2/+3
* xfs: return if_data from xfs_idata_reallocChristoph Hellwig2023-12-291-4/+3
* xfs: make if_data a void pointerChristoph Hellwig2023-12-291-38/+24
* xfs: zap broken inode forksDarrick J. Wong2023-12-151-10/+3
* xfs: extract xfs_da_buf_copy() helper functionZhang Tianci2023-12-071-8/+4
* xfs: remove redundant initializations of pointers drop_leaf and save_leafColin Ian King2023-06-291-2/+0
* xfs: don't leak memory when attr fork loading failsDarrick J. Wong2022-07-211-1/+0
* xfs: replace inode fork size macros with functionsDarrick J. Wong2022-07-121-1/+1
* xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong2022-07-101-13/+12
* xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong2022-07-101-1/+1
* 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-161-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-231-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-101-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