summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_attr_leaf.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-10xfs: validate attr entry pointer before field accessHongling Zeng1-0/+14
2026-06-09xfs: remove the i_ino field in struct xfs_inodeChristoph Hellwig1-1/+1
2026-03-23xfs: factor out xfs_attr3_leaf_initLong Li1-0/+22
2026-01-23xfs: add a method to replace shortform attrsDarrick J. Wong1-0/+38
2026-01-23xfs: strengthen attr leaf block freemap checkingDarrick J. Wong1-0/+55
2026-01-23xfs: refactor attr3 leaf table size computationDarrick J. Wong1-28/+29
2026-01-23xfs: fix freemap adjustments when adding xattrs to leaf blocksDarrick J. Wong1-8/+28
2026-01-23xfs: delete attr leaf freemap entries when emptyDarrick J. Wong1-0/+13
2026-01-21xfs: directly include xfs_platform.hChristoph Hellwig1-1/+1
2025-09-18xfs: remove the expr argument to XFS_TEST_ERRORChristoph Hellwig1-1/+1
2025-09-05xfs: remove deprecated mount optionsDarrick J. Wong1-18/+5
2024-10-07xfs: distinguish extra split from real ENOSPC from xfs_attr3_leaf_splitChristoph Hellwig1-1/+4
2024-10-07xfs: return bool from xfs_attr3_leaf_addChristoph Hellwig1-18/+19
2024-09-20Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-9/+6
2024-09-02xfs: use kvmalloc for xattr buffersDave Chinner1-9/+6
2024-09-01xfs: replace shouty XFS_BM{BT,DR} macrosDarrick J. Wong1-4/+4
2024-04-23xfs: don't remove the attr fork when parent pointers are enabledAllison Henderson1-2/+4
2024-04-23xfs: allow xattr matching on name and value for parent pointersDarrick J. Wong1-6/+46
2024-04-23xfs: create a separate hashname function for extended attributesDarrick J. Wong1-2/+1
2024-04-23xfs: check the flags earlier in xfs_attr_matchChristoph Hellwig1-9/+10
2024-04-23xfs: rearrange xfs_attr_match parametersDarrick J. Wong1-11/+12
2024-04-23xfs: enforce one namespace per attributeDarrick J. Wong1-1/+6
2024-04-15xfs: validate attr leaf buffer ownersDarrick J. Wong1-9/+47
2024-04-15xfs: use the xfs_da_args owner field to set new dir/attr block ownerDarrick J. Wong1-1/+1
2024-04-15xfs: add an explicit owner field to xfs_da_argsDarrick J. Wong1-0/+2
2024-02-22xfs: report dir/attr block corruption errors to the health systemDarrick J. Wong1-0/+4
2024-02-13xfs: convert remaining kmem_free() to kfree()Dave Chinner1-4/+4
2024-02-13xfs: convert kmem_alloc() to kmalloc()Dave Chinner1-4/+3
2024-02-13xfs: convert kmem_zalloc() to kzalloc()Dave Chinner1-1/+2
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-20xfs: 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-09xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong1-13/+12
2022-07-09xfs: 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-15xfs: 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