summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_attr.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: rename xfs_attr_list_int to xfs_attr_listChristoph Hellwig2020-03-021-2/+2
* xfs: move the legacy xfs_attr_list to xfs_ioctl.cChristoph Hellwig2020-03-021-23/+0
* xfs: remove the unused ATTR_ENTRY macroChristoph Hellwig2020-03-021-8/+0
* xfs: cleanup struct xfs_attr_list_contextChristoph Hellwig2020-03-021-17/+17
* xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIMEChristoph Hellwig2020-03-021-7/+1
* xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVALChristoph Hellwig2020-03-021-5/+2
* xfs: remove ATTR_KERNOVALChristoph Hellwig2020-03-021-3/+1
* xfs: remove the xfs_inode argument to xfs_attr_get_ilockedChristoph Hellwig2020-03-021-1/+1
* xfs: pass an initialized xfs_da_args to xfs_attr_getChristoph Hellwig2020-03-021-3/+1
* xfs: pass an initialized xfs_da_args structure to xfs_attr_setChristoph Hellwig2020-03-021-2/+1
* xfs: merge xfs_attr_remove into xfs_attr_setChristoph Hellwig2020-03-021-2/+0
* xfs: remove the ATTR_INCOMPLETE flagChristoph Hellwig2020-03-021-3/+2