summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_attr_leaf.c
AgeCommit message (Expand)Author
2024-09-20Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2024-09-02xfs: use kvmalloc for xattr buffersDave Chinner
2024-09-01xfs: replace shouty XFS_BM{BT,DR} macrosDarrick J. Wong
2024-04-23xfs: don't remove the attr fork when parent pointers are enabledAllison Henderson
2024-04-23xfs: allow xattr matching on name and value for parent pointersDarrick J. Wong
2024-04-23xfs: create a separate hashname function for extended attributesDarrick J. Wong
2024-04-23xfs: check the flags earlier in xfs_attr_matchChristoph Hellwig
2024-04-23xfs: rearrange xfs_attr_match parametersDarrick J. Wong
2024-04-23xfs: enforce one namespace per attributeDarrick J. Wong
2024-04-15xfs: validate attr leaf buffer ownersDarrick J. Wong
2024-04-15xfs: use the xfs_da_args owner field to set new dir/attr block ownerDarrick J. Wong
2024-04-15xfs: add an explicit owner field to xfs_da_argsDarrick J. Wong
2024-02-22xfs: report dir/attr block corruption errors to the health systemDarrick J. Wong
2024-02-13xfs: convert remaining kmem_free() to kfree()Dave Chinner
2024-02-13xfs: convert kmem_alloc() to kmalloc()Dave Chinner
2024-02-13xfs: convert kmem_zalloc() to kzalloc()Dave Chinner
2023-12-29xfs: remove xfs_attr_sf_hdr_tChristoph Hellwig
2023-12-29xfs: remove struct xfs_attr_shortformChristoph Hellwig
2023-12-29xfs: use xfs_attr_sf_findname in xfs_attr_shortform_getvalueChristoph Hellwig
2023-12-29xfs: remove xfs_attr_shortform_lookupChristoph Hellwig
2023-12-29xfs: simplify xfs_attr_sf_findnameChristoph Hellwig
2023-12-29xfs: move the xfs_attr_sf_lookup tracepointChristoph Hellwig
2023-12-29xfs: return if_data from xfs_idata_reallocChristoph Hellwig
2023-12-29xfs: make if_data a void pointerChristoph Hellwig
2023-12-15xfs: zap broken inode forksDarrick J. Wong
2023-12-07xfs: extract xfs_da_buf_copy() helper functionZhang Tianci
2023-06-29xfs: remove redundant initializations of pointers drop_leaf and save_leafColin Ian King
2022-07-20xfs: don't leak memory when attr fork loading failsDarrick J. Wong
2022-07-12xfs: replace inode fork size macros with functionsDarrick J. Wong
2022-07-09xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong
2022-07-09xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong
2022-06-29xfs: don't hold xattr leaf buffers across transaction rollsDarrick J. Wong
2022-06-29xfs: empty xattr leaf header blocks are not corruptionDarrick J. Wong
2022-06-15xfs: fix TOCTOU race involving the new logged xattrs control knobDarrick J. Wong
2022-05-12xfs: detect empty attr leaf blocks in xfs_attr3_leaf_verifyDave Chinner
2022-05-12xfs: ATTR_REPLACE algorithm with LARP enabled needs reworkDave Chinner
2022-05-12xfs: use XFS_DA_OP flags in deferred attr opsDave Chinner
2022-05-11xfs: add leaf to node error tagAllison Henderson
2022-05-09xfs: Skip flip flags for delayed attrsAllison Henderson
2021-10-22xfs: rename _zone variables to _cacheDarrick J. Wong
2021-08-19xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner
2021-08-19xfs: convert mount flags to featuresDave Chinner
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-09xfs: replace kmem_alloc_large() with kvmalloc()Dave Chinner
2021-08-09xfs: fix silly whitespace problems with kernel libxfsDarrick J. Wong
2021-06-18Merge tag 'xfs-delay-ready-attrs-v20.1' of https://github.com/allisonhenderso...Darrick J. Wong
2021-06-09xfs: Make attr name schemes consistentAllison Henderson
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner
2021-06-01xfs: Add delay ready attr remove routinesAllison Henderson
2021-04-15xfs: remove XFS_IFEXTENTSChristoph Hellwig