summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_attr_item.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: don't hold xattr leaf buffers across transaction rollsDarrick J. Wong2022-06-291-22/+0
* xfs: clean up the end of xfs_attri_item_recoverDarrick J. Wong2022-06-261-19/+26
* xfs: always free xattri_leaf_bp when cancelling a deferred opDarrick J. Wong2022-06-261-1/+19
* xfs: fix TOCTOU race involving the new logged xattrs control knobDarrick J. Wong2022-06-151-6/+9
* Merge branch 'guilt/xfs-5.19-misc-3' into xfs-5.19-for-nextDave Chinner2022-05-231-1/+0
|\
| * xfs: Remove duplicate includeJiapeng Chong2022-05-221-1/+0
* | xfs: share xattr name and value buffers when logging xattr updatesDarrick J. Wong2022-05-231-118/+152
* | xfs: rename struct xfs_attr_item to xfs_attr_intentDarrick J. Wong2022-05-221-12/+12
* | xfs: put attr[id] log item cache init with the othersDarrick J. Wong2022-05-221-0/+3
* | xfs: use a separate slab cache for deferred xattr work stateDarrick J. Wong2022-05-221-1/+4
* | xfs: put the xattr intent item op flags in their own namespaceDarrick J. Wong2022-05-221-10/+10
* | xfs: free xfs_attrd_log_items correctlyDarrick J. Wong2022-05-201-1/+1
* | xfs: validate xattr name earlier in recoveryDarrick J. Wong2022-05-201-7/+8
* | xfs: reject unknown xattri log item filter flags during recoveryDarrick J. Wong2022-05-201-3/+7
* | xfs: reject unknown xattri log item operation flags during recoveryDarrick J. Wong2022-05-201-2/+7
* | xfs: don't leak da state when freeing the attr intent itemDarrick J. Wong2022-05-201-3/+12
|/
* xfs: can't use kmem_zalloc() for attribute buffersDave Chinner2022-05-121-20/+15
* xfs: ATTR_REPLACE algorithm with LARP enabled needs reworkDave Chinner2022-05-121-1/+7
* xfs: switch attr remove to xfs_attri_set_iterDave Chinner2022-05-121-24/+7
* xfs: xfs_attr_set_iter() does not need to return EAGAINDave Chinner2022-05-121-0/+2
* xfs: separate out initial attr_set statesDave Chinner2022-05-121-1/+12
* xfs: rework deferred attribute operation setupDave Chinner2022-05-111-1/+8
* xfs: initialise attrd item to zeroDave Chinner2022-05-111-1/+1
* xfs: Add helper function xfs_init_attr_transAllison Henderson2022-05-111-10/+2
* xfs: Merge xfs_delattr_context into xfs_attr_itemAllison Henderson2022-05-111-26/+24
* xfs: Add log attribute error tagAllison Henderson2022-05-111-0/+7
* xfs: Remove unused xfs_attr_*_argsAllison Henderson2022-05-111-6/+3
* xfs: Implement attr logging and replayAllison Henderson2022-05-091-0/+368
* xfs: Set up infrastructure for log attribute replayAllison Henderson2022-05-041-0/+458