summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_attr_item.c
AgeCommit message (Expand)Author
2026-04-02xfs: don't irele after failing to iget in xfs_attri_recover_workDarrick J. Wong
2026-04-02xfs: fix ri_total validation in xlog_recover_attri_commit_pass2Long Li
2025-12-16xfs: fix stupid compiler warningDarrick J. Wong
2025-09-18xfs: remove the expr argument to XFS_TEST_ERRORChristoph Hellwig
2025-07-24xfs: don't use a xfs_log_iovec for ri_buf in log recoveryChristoph Hellwig
2025-07-24xfs: don't use a xfs_log_iovec for attr_item names and valuesChristoph Hellwig
2025-07-24xfs: return the allocated transaction from xfs_trans_alloc_emptyChristoph Hellwig
2024-05-27xfs: fix xfs_init_attr_trans not handling explicit operation codesDarrick J. Wong
2024-04-23xfs: add parent pointer validator functionsAllison Henderson
2024-04-23xfs: record inode generation in xattr update log intent itemsDarrick J. Wong
2024-04-23xfs: create attr log item opcodes and formats for parent pointersDarrick J. Wong
2024-04-23xfs: refactor xfs_is_using_logged_xattrs checks in attr item recoveryDarrick J. Wong
2024-04-23xfs: create a separate hashname function for extended attributesDarrick J. Wong
2024-04-23xfs: move xfs_attr_defer_add to xfs_attr_item.cDarrick J. Wong
2024-04-23xfs: enforce one namespace per attributeDarrick J. Wong
2024-04-23xfs: refactor name/value iovec validation in xlog_recover_attri_commit_pass2Darrick J. Wong
2024-04-23xfs: refactor name/length checks in xfs_attri_validateDarrick J. Wong
2024-04-23xfs: use local variables for name and value length in _attri_commit_pass2Darrick J. Wong
2024-04-23xfs: always set args->value in xfs_attri_item_recoverDarrick J. Wong
2024-04-23xfs: validate recovered name buffers when recovering xattr itemsDarrick J. Wong
2024-04-23xfs: use helpers to extract xattr op from opflagsDarrick J. Wong
2024-04-23xfs: check opcode and iovec count match in xlog_recover_attri_commit_pass2Darrick J. Wong
2024-04-23xfs: use an XFS_OPSTATE_ flag for detecting if logged xattrs are availableDarrick J. Wong
2024-04-23xfs: require XFS_SB_FEAT_INCOMPAT_LOG_XATTRS for attr log intent item recoveryDarrick J. Wong
2024-04-23xfs: attr fork iext must be loaded before calling xfs_attr_is_leafDarrick J. Wong
2024-04-15xfs: add an explicit owner field to xfs_da_argsDarrick J. Wong
2024-02-22xfs: add a xattr_entry helperDarrick J. Wong
2024-02-13xfs: place intent recovery under NOFS allocation contextDave Chinner
2024-02-13xfs: use GFP_KERNEL in pure transaction contextsDave Chinner
2024-02-13xfs: convert remaining kmem_free() to kfree()Dave Chinner
2024-02-13xfs: convert kmem_free() for kvmalloc users to kvfree()Dave Chinner
2024-02-13xfs: convert kmem_zalloc() to kzalloc()Dave Chinner
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