summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_attr.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix xfs_init_attr_trans not handling explicit operation codesDarrick J. Wong2024-05-271-2/+1
* xfs: actually rebuild the parent pointer xattrsDarrick J. Wong2024-04-231-0/+1
* xfs: make the reserved block permission flag explicit in xfs_attr_setDarrick J. Wong2024-04-231-1/+1
* xfs: pass the attr value to put_listent when possibleAllison Henderson2024-04-231-2/+3
* xfs: create attr log item opcodes and formats for parent pointersDarrick J. Wong2024-04-231-2/+2
* xfs: create a separate hashname function for extended attributesDarrick J. Wong2024-04-231-0/+14
* xfs: enforce one namespace per attributeDarrick J. Wong2024-04-231-1/+3
* xfs: use helpers to extract xattr op from opflagsDarrick J. Wong2024-04-231-0/+5
* xfs: make attr removal an explicit operationDarrick J. Wong2024-04-231-1/+2
* xfs: remove xfs_da_args.attr_flagsDarrick J. Wong2024-04-231-1/+8
* xfs: remove XFS_DA_OP_REMOVEDarrick J. Wong2024-04-231-1/+0
* xfs: repair extended attributesDarrick J. Wong2024-04-151-0/+2
* xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong2022-07-121-1/+1
* xfs: use XFS_IFORK_Q to determine the presence of an xattr forkDarrick J. Wong2022-07-091-1/+1
* xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong2022-07-091-5/+5
* xfs: don't hold xattr leaf buffers across transaction rollsDarrick J. Wong2022-06-291-5/+0
* xfs: fix TOCTOU race involving the new logged xattrs control knobDarrick J. Wong2022-06-151-11/+1
* xfs: share xattr name and value buffers when logging xattr updatesDarrick J. Wong2022-05-231-0/+8
* xfs: do not use logged xattr updates on V4 filesystemsDarrick J. Wong2022-05-231-1/+2
* xfs: rename struct xfs_attr_item to xfs_attr_intentDarrick J. Wong2022-05-221-4/+4
* xfs: put attr[id] log item cache init with the othersDarrick J. Wong2022-05-221-8/+0
* xfs: remove struct xfs_attr_item.xattri_flagsDarrick J. Wong2022-05-221-19/+13
* xfs: use a separate slab cache for deferred xattr work stateDarrick J. Wong2022-05-221-0/+4
* xfs: put the xattr intent item op flags in their own namespaceDarrick J. Wong2022-05-221-1/+1
* xfs: ATTR_REPLACE algorithm with LARP enabled needs reworkDave Chinner2022-05-121-18/+31
* xfs: use XFS_DA_OP flags in deferred attr opsDave Chinner2022-05-121-1/+4
* xfs: switch attr remove to xfs_attri_set_iterDave Chinner2022-05-121-0/+10
* xfs: introduce attr remove initial states into xfs_attr_set_iterDave Chinner2022-05-121-0/+4
* xfs: clean up final attr removal in xfs_attr_set_iterDave Chinner2022-05-121-6/+6
* xfs: remote xattr removal in xfs_attr_set_iter() is conditionalDave Chinner2022-05-121-4/+4
* xfs: XFS_DAS_LEAF_REPLACE state only needed if !LARPDave Chinner2022-05-121-22/+22
* xfs: split remote attr setting out from replace pathDave Chinner2022-05-121-5/+9
* xfs: consolidate leaf/node states in xfs_attr_set_iterDave Chinner2022-05-121-2/+7
* xfs: kill XFS_DAC_LEAF_ADDNAME_INITDave Chinner2022-05-121-2/+4
* xfs: separate out initial attr_set statesDave Chinner2022-05-121-13/+76
* xfs: rework deferred attribute operation setupDave Chinner2022-05-111-2/+0
* xfs: Add helper function xfs_init_attr_transAllison Henderson2022-05-111-0/+2
* xfs: Merge xfs_delattr_context into xfs_attr_itemAllison Henderson2022-05-111-23/+17
* xfs: Add larp debug optionAllison Henderson2022-05-111-0/+4
* xfs: Remove unused xfs_attr_*_argsAllison Henderson2022-05-111-6/+2
* xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferredAllison Henderson2022-05-111-0/+2
* xfs: Set up infrastructure for log attribute replayAllison Henderson2022-05-041-0/+38
* xfs: rename xfs_has_attr()Dave Chinner2021-08-191-1/+0
* xfs: Add delay ready attr set routinesAllison Henderson2021-06-011-1/+273
* xfs: Add delay ready attr remove routinesAllison Henderson2021-06-011-0/+131
* xfs: rename and simplify xfs_bmap_one_blockChristoph Hellwig2021-04-151-0/+1
* xfs: Add xfs_has_attr and subroutinesAllison Collins2020-07-281-0/+1
* xfs: Use the correct style for SPDX License IdentifierNishad Kamdar2020-05-131-1/+1
* xfs: embedded the attrlist cursor into struct xfs_attr_list_contextChristoph Hellwig2020-03-021-3/+3
* xfs: clean up the attr flag confusionChristoph Hellwig2020-03-021-21/+1