summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_attr_item.c
AgeCommit message (Expand)Author
2023-12-14xfs: pass the defer ops instead of type to xfs_defer_start_recoveryChristoph Hellwig
2023-12-14xfs: store an ops pointer in struct xfs_defer_pendingChristoph Hellwig
2023-12-14xfs: move xfs_attr_defer_type up in xfs_attr_item.cChristoph Hellwig
2023-12-06xfs: elide ->create_done calls for unlogged deferred workDarrick J. Wong
2023-12-06xfs: move ->iop_relog to struct xfs_defer_op_typeDarrick J. Wong
2023-12-06xfs: collapse the ->create_done functionsDarrick J. Wong
2023-12-06xfs: hoist xfs_trans_add_item calls to defer ops functionsDarrick J. Wong
2023-12-06xfs: clean out XFS_LI_DIRTY setting boilerplate from ->iop_relogDarrick J. Wong
2023-12-06xfs: use xfs_defer_create_done for the relogging operationDarrick J. Wong
2023-12-06xfs: hoist ->create_intent boilerplate to its callsiteDarrick J. Wong
2023-12-06xfs: collapse the ->finish_item helpersDarrick J. Wong
2023-12-06xfs: hoist intent done flag setting to ->finish_item callsiteDarrick J. Wong
2023-12-06xfs: don't set XFS_TRANS_HAS_INTENT_DONE when there's no ATTRD log itemDarrick J. Wong
2023-12-06xfs: move ->iop_recover to xfs_defer_op_typeDarrick J. Wong
2023-12-06xfs: use xfs_defer_finish_one to finish recovered work itemsDarrick J. Wong
2023-12-06xfs: dump the recovered xattri log item if corruption happensDarrick J. Wong
2023-12-06xfs: recreate work items when recovering intent itemsDarrick J. Wong
2023-12-06xfs: transfer recovered intent item ownership in ->iop_recoverDarrick J. Wong
2023-12-06xfs: pass the xfs_defer_pending object to iop_recoverDarrick J. Wong
2023-12-06xfs: use xfs_defer_pending objects to recover intent itemsDarrick J. Wong
2023-12-06xfs: don't leak recovered attri intent itemsDarrick J. Wong
2023-09-12xfs: reserve less log space when recovering log intent itemsDarrick J. Wong
2022-10-31xfs: dump corrupt recovered log intent items to dmesg consistentlyDarrick J. Wong
2022-10-31xfs: fix validation in attr log item recoveryDarrick J. Wong
2022-09-19xfs: do not need to check return value of xlog_kvmalloc()Zhiqiang Liu
2022-06-29xfs: don't hold xattr leaf buffers across transaction rollsDarrick J. Wong
2022-06-26xfs: clean up the end of xfs_attri_item_recoverDarrick J. Wong
2022-06-26xfs: always free xattri_leaf_bp when cancelling a deferred opDarrick J. Wong
2022-06-15xfs: fix TOCTOU race involving the new logged xattrs control knobDarrick J. Wong
2022-05-23Merge branch 'guilt/xfs-5.19-misc-3' into xfs-5.19-for-nextDave Chinner
2022-05-23xfs: share xattr name and value buffers when logging xattr updatesDarrick J. Wong
2022-05-22xfs: Remove duplicate includeJiapeng Chong
2022-05-22xfs: rename struct xfs_attr_item to xfs_attr_intentDarrick J. Wong
2022-05-22xfs: put attr[id] log item cache init with the othersDarrick J. Wong
2022-05-22xfs: use a separate slab cache for deferred xattr work stateDarrick J. Wong
2022-05-22xfs: put the xattr intent item op flags in their own namespaceDarrick J. Wong
2022-05-20xfs: free xfs_attrd_log_items correctlyDarrick J. Wong
2022-05-20xfs: validate xattr name earlier in recoveryDarrick J. Wong
2022-05-20xfs: reject unknown xattri log item filter flags during recoveryDarrick J. Wong
2022-05-20xfs: reject unknown xattri log item operation flags during recoveryDarrick J. Wong
2022-05-20xfs: don't leak da state when freeing the attr intent itemDarrick J. Wong
2022-05-12xfs: can't use kmem_zalloc() for attribute buffersDave Chinner
2022-05-12xfs: ATTR_REPLACE algorithm with LARP enabled needs reworkDave Chinner
2022-05-12xfs: switch attr remove to xfs_attri_set_iterDave Chinner
2022-05-12xfs: xfs_attr_set_iter() does not need to return EAGAINDave Chinner
2022-05-12xfs: separate out initial attr_set statesDave Chinner
2022-05-11xfs: rework deferred attribute operation setupDave Chinner
2022-05-11xfs: initialise attrd item to zeroDave Chinner
2022-05-11xfs: Add helper function xfs_init_attr_transAllison Henderson
2022-05-11xfs: Merge xfs_delattr_context into xfs_attr_itemAllison Henderson