aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/xfs/libxfs/xfs_attr.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-12xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong1-1/+1
2022-07-09xfs: use XFS_IFORK_Q to determine the presence of an xattr forkDarrick J. Wong1-1/+1
2022-07-09xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong1-5/+5
2022-06-29xfs: don't hold xattr leaf buffers across transaction rollsDarrick J. Wong1-5/+0
2022-06-15xfs: fix TOCTOU race involving the new logged xattrs control knobDarrick J. Wong1-11/+1
2022-05-23xfs: share xattr name and value buffers when logging xattr updatesDarrick J. Wong1-0/+8
2022-05-23xfs: do not use logged xattr updates on V4 filesystemsDarrick J. Wong1-1/+2
2022-05-22xfs: rename struct xfs_attr_item to xfs_attr_intentDarrick J. Wong1-4/+4
2022-05-22xfs: put attr[id] log item cache init with the othersDarrick J. Wong1-8/+0
2022-05-22xfs: remove struct xfs_attr_item.xattri_flagsDarrick J. Wong1-19/+13
2022-05-22xfs: use a separate slab cache for deferred xattr work stateDarrick J. Wong1-0/+4
2022-05-22xfs: put the xattr intent item op flags in their own namespaceDarrick J. Wong1-1/+1
2022-05-12xfs: ATTR_REPLACE algorithm with LARP enabled needs reworkDave Chinner1-18/+31
2022-05-12xfs: use XFS_DA_OP flags in deferred attr opsDave Chinner1-1/+4
2022-05-12xfs: switch attr remove to xfs_attri_set_iterDave Chinner1-0/+10
2022-05-12xfs: introduce attr remove initial states into xfs_attr_set_iterDave Chinner1-0/+4
2022-05-12xfs: clean up final attr removal in xfs_attr_set_iterDave Chinner1-6/+6
2022-05-12xfs: remote xattr removal in xfs_attr_set_iter() is conditionalDave Chinner1-4/+4
2022-05-12xfs: XFS_DAS_LEAF_REPLACE state only needed if !LARPDave Chinner1-22/+22
2022-05-12xfs: split remote attr setting out from replace pathDave Chinner1-5/+9
2022-05-12xfs: consolidate leaf/node states in xfs_attr_set_iterDave Chinner1-2/+7
2022-05-12xfs: kill XFS_DAC_LEAF_ADDNAME_INITDave Chinner1-2/+4
2022-05-12xfs: separate out initial attr_set statesDave Chinner1-13/+76
2022-05-11xfs: rework deferred attribute operation setupDave Chinner1-2/+0
2022-05-11xfs: Add helper function xfs_init_attr_transAllison Henderson1-0/+2
2022-05-11xfs: Merge xfs_delattr_context into xfs_attr_itemAllison Henderson1-23/+17
2022-05-11xfs: Add larp debug optionAllison Henderson1-0/+4
2022-05-11xfs: Remove unused xfs_attr_*_argsAllison Henderson1-6/+2
2022-05-11xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferredAllison Henderson1-0/+2
2022-05-04xfs: Set up infrastructure for log attribute replayAllison Henderson1-0/+38
2021-08-19xfs: rename xfs_has_attr()Dave Chinner1-1/+0
2021-06-01xfs: Add delay ready attr set routinesAllison Henderson1-1/+273
2021-06-01xfs: Add delay ready attr remove routinesAllison Henderson1-0/+131
2021-04-15xfs: rename and simplify xfs_bmap_one_blockChristoph Hellwig1-0/+1
2020-07-28xfs: Add xfs_has_attr and subroutinesAllison Collins1-0/+1
2020-05-13xfs: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2020-03-02xfs: embedded the attrlist cursor into struct xfs_attr_list_contextChristoph Hellwig1-3/+3
2020-03-02xfs: clean up the attr flag confusionChristoph Hellwig1-21/+1
2020-03-02xfs: rename xfs_attr_list_int to xfs_attr_listChristoph Hellwig1-2/+2
2020-03-02xfs: move the legacy xfs_attr_list to xfs_ioctl.cChristoph Hellwig1-23/+0
2020-03-02xfs: remove the unused ATTR_ENTRY macroChristoph Hellwig1-8/+0
2020-03-02xfs: cleanup struct xfs_attr_list_contextChristoph Hellwig1-17/+17
2020-03-02xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIMEChristoph Hellwig1-7/+1
2020-03-02xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVALChristoph Hellwig1-5/+2
2020-03-02xfs: remove ATTR_KERNOVALChristoph Hellwig1-3/+1
2020-03-02xfs: remove the xfs_inode argument to xfs_attr_get_ilockedChristoph Hellwig1-1/+1
2020-03-02xfs: pass an initialized xfs_da_args to xfs_attr_getChristoph Hellwig1-3/+1
2020-03-02xfs: pass an initialized xfs_da_args structure to xfs_attr_setChristoph Hellwig1-2/+1
2020-03-02xfs: merge xfs_attr_remove into xfs_attr_setChristoph Hellwig1-2/+0
2020-03-02xfs: remove the ATTR_INCOMPLETE flagChristoph Hellwig1-3/+2