summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_refcount_item.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: place intent recovery under NOFS allocation contextDave Chinner2024-02-131-1/+1
* xfs: convert remaining kmem_free() to kfree()Dave Chinner2024-02-131-1/+1
* xfs: convert kmem_free() for kvmalloc users to kvfree()Dave Chinner2024-02-131-2/+2
* xfs: convert kmem_zalloc() to kzalloc()Dave Chinner2024-02-131-2/+2
* xfs: pass the defer ops instead of type to xfs_defer_start_recoveryChristoph Hellwig2023-12-141-1/+1
* xfs: store an ops pointer in struct xfs_defer_pendingChristoph Hellwig2023-12-141-0/+1
* xfs: move ->iop_relog to struct xfs_defer_op_typeDarrick J. Wong2023-12-061-22/+22
* xfs: collapse the ->create_done functionsDarrick J. Wong2023-12-061-17/+10
* xfs: hoist xfs_trans_add_item calls to defer ops functionsDarrick J. Wong2023-12-061-3/+0
* xfs: clean out XFS_LI_DIRTY setting boilerplate from ->iop_relogDarrick J. Wong2023-12-061-1/+1
* xfs: use xfs_defer_create_done for the relogging operationDarrick J. Wong2023-12-061-5/+1
* xfs: hoist ->create_intent boilerplate to its callsiteDarrick J. Wong2023-12-061-3/+0
* xfs: collapse the ->finish_item helpersDarrick J. Wong2023-12-061-17/+1
* xfs: hoist intent done flag setting to ->finish_item callsiteDarrick J. Wong2023-12-061-15/+1
* xfs: move ->iop_recover to xfs_defer_op_typeDarrick J. Wong2023-12-061-12/+12
* xfs: use xfs_defer_finish_one to finish recovered work itemsDarrick J. Wong2023-12-061-53/+8
* xfs: recreate work items when recovering intent itemsDarrick J. Wong2023-12-061-32/+28
* xfs: transfer recovered intent item ownership in ->iop_recoverDarrick J. Wong2023-12-061-0/+1
* xfs: pass the xfs_defer_pending object to iop_recoverDarrick J. Wong2023-12-061-1/+2
* xfs: use xfs_defer_pending objects to recover intent itemsDarrick J. Wong2023-12-061-6/+3
* xfs: reserve less log space when recovering log intent itemsDarrick J. Wong2023-09-121-2/+4
* xfs: allow queued AG intents to drain before scrubbingDarrick J. Wong2023-04-111-2/+2
* xfs: give xfs_refcount_intent its own perag referenceDarrick J. Wong2023-04-111-4/+32
* xfs: fix confusing variable names in xfs_refcount_item.cDarrick J. Wong2023-02-051-27/+27
* xfs: pass refcount intent directly through the log intent codeDarrick J. Wong2023-02-051-36/+26
* xfs: dump corrupt recovered log intent items to dmesg consistentlyDarrick J. Wong2022-10-311-5/+11
* xfs: fix memcpy fortify errors in CUI log format copyingDarrick J. Wong2022-10-311-24/+21
* xfs: whiteouts release intents that are not in the AILDave Chinner2022-05-041-4/+5
* xfs: add log item method to return related intentsDave Chinner2022-05-041-0/+8
* xfs: tag transactions that contain intent done itemsDave Chinner2022-05-041-1/+1
* xfs: add log item flags to indicate intentsDave Chinner2022-05-041-1/+3
* xfs: fix potential log item leakDave Chinner2022-05-041-0/+2
* xfs: log items should have a xlog pointer, not a mountDave Chinner2022-03-201-1/+1
* xfs: create slab caches for frequently-used deferred itemsDarrick J. Wong2021-10-221-2/+2
* xfs: rename _zone variables to _cacheDarrick J. Wong2021-10-221-6/+6
* xfs: remove kmem_zone typedefDarrick J. Wong2021-10-221-2/+2
* xfs: port the defer ops capture and continue to resource captureDarrick J. Wong2021-10-141-1/+1
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-1/+1
* xfs: dump log intent items that cannot be recovered due to corruptionDarrick J. Wong2021-08-091-0/+3
* treewide: Change list_sort to use const pointersSami Tolvanen2021-04-081-2/+2
* xfs: refactor data device extent validationDarrick J. Wong2020-12-091-10/+1
* xfs: validate feature support when recovering rmap/refcount intentsDarrick J. Wong2020-12-091-0/+3
* xfs: improve the code that checks recovered refcount intent itemsDarrick J. Wong2020-12-091-12/+11
* xfs: hoist recovered refcount intent checks out of xfs_cui_item_recoverDarrick J. Wong2020-12-091-21/+38
* xfs: periodically relog deferred intent itemsDarrick J. Wong2020-10-071-0/+27
* xfs: fix an incore inode UAF in xfs_bui_recoverDarrick J. Wong2020-10-071-1/+1
* xfs: proper replay of deferred ops queued during log recoveryDarrick J. Wong2020-10-071-12/+4
* xfs: don't release log intent items when recovery failsDarrick J. Wong2020-09-231-7/+1
* xfs: log new intent items created as part of finishing recovered intent itemsDarrick J. Wong2020-09-231-1/+1
* xfs: delete duplicated words + other fixesRandy Dunlap2020-08-051-1/+1