aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_attr_item.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-31xfs: dump corrupt recovered log intent items to dmesg consistentlyDarrick J. Wong1-6/+13
2022-10-31xfs: fix validation in attr log item recoveryDarrick J. Wong1-31/+23
2022-09-19xfs: do not need to check return value of xlog_kvmalloc()Zhiqiang Liu1-6/+0
2022-06-29xfs: don't hold xattr leaf buffers across transaction rollsDarrick J. Wong1-22/+0
2022-06-26xfs: clean up the end of xfs_attri_item_recoverDarrick J. Wong1-19/+26
2022-06-26xfs: always free xattri_leaf_bp when cancelling a deferred opDarrick J. Wong1-1/+19
2022-06-15xfs: fix TOCTOU race involving the new logged xattrs control knobDarrick J. Wong1-6/+9
2022-05-23Merge branch 'guilt/xfs-5.19-misc-3' into xfs-5.19-for-nextDave Chinner1-1/+0
2022-05-23xfs: share xattr name and value buffers when logging xattr updatesDarrick J. Wong1-118/+152
2022-05-22xfs: Remove duplicate includeJiapeng Chong1-1/+0
2022-05-22xfs: rename struct xfs_attr_item to xfs_attr_intentDarrick J. Wong1-12/+12
2022-05-22xfs: put attr[id] log item cache init with the othersDarrick J. Wong1-0/+3
2022-05-22xfs: use a separate slab cache for deferred xattr work stateDarrick J. Wong1-1/+4
2022-05-22xfs: put the xattr intent item op flags in their own namespaceDarrick J. Wong1-10/+10
2022-05-20xfs: free xfs_attrd_log_items correctlyDarrick J. Wong1-1/+1
2022-05-20xfs: validate xattr name earlier in recoveryDarrick J. Wong1-7/+8
2022-05-20xfs: reject unknown xattri log item filter flags during recoveryDarrick J. Wong1-3/+7
2022-05-20xfs: reject unknown xattri log item operation flags during recoveryDarrick J. Wong1-2/+7
2022-05-20xfs: don't leak da state when freeing the attr intent itemDarrick J. Wong1-3/+12
2022-05-12xfs: can't use kmem_zalloc() for attribute buffersDave Chinner1-20/+15
2022-05-12xfs: ATTR_REPLACE algorithm with LARP enabled needs reworkDave Chinner1-1/+7
2022-05-12xfs: switch attr remove to xfs_attri_set_iterDave Chinner1-24/+7
2022-05-12xfs: xfs_attr_set_iter() does not need to return EAGAINDave Chinner1-0/+2
2022-05-12xfs: separate out initial attr_set statesDave Chinner1-1/+12
2022-05-11xfs: rework deferred attribute operation setupDave Chinner1-1/+8
2022-05-11xfs: initialise attrd item to zeroDave Chinner1-1/+1
2022-05-11xfs: Add helper function xfs_init_attr_transAllison Henderson1-10/+2
2022-05-11xfs: Merge xfs_delattr_context into xfs_attr_itemAllison Henderson1-26/+24
2022-05-11xfs: Add log attribute error tagAllison Henderson1-0/+7
2022-05-11xfs: Remove unused xfs_attr_*_argsAllison Henderson1-6/+3
2022-05-09xfs: Implement attr logging and replayAllison Henderson1-0/+368
2022-05-04xfs: Set up infrastructure for log attribute replayAllison Henderson1-0/+458