summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_extfree_item.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-13xfs: convert remaining kmem_free() to kfree()Dave Chinner1-2/+2
2024-02-13xfs: convert kmem_free() for kvmalloc users to kvfree()Dave Chinner1-2/+2
2023-12-14xfs: pass the defer ops instead of type to xfs_defer_start_recoveryChristoph Hellwig1-1/+1
2023-12-14xfs: store an ops pointer in struct xfs_defer_pendingChristoph Hellwig1-0/+2
2023-12-07xfs: automatic freeing of freshly allocated unwritten spaceDarrick J. Wong1-4/+5
2023-12-07xfs: move ->iop_relog to struct xfs_defer_op_typeDarrick J. Wong1-26/+27
2023-12-07xfs: collapse the ->create_done functionsDarrick J. Wong1-33/+20
2023-12-07xfs: hoist xfs_trans_add_item calls to defer ops functionsDarrick J. Wong1-3/+0
2023-12-07xfs: clean out XFS_LI_DIRTY setting boilerplate from ->iop_relogDarrick J. Wong1-1/+1
2023-12-07xfs: use xfs_defer_create_done for the relogging operationDarrick J. Wong1-4/+2
2023-12-07xfs: hoist ->create_intent boilerplate to its callsiteDarrick J. Wong1-3/+0
2023-12-07xfs: collapse the ->finish_item helpersDarrick J. Wong1-57/+33
2023-12-07xfs: hoist intent done flag setting to ->finish_item callsiteDarrick J. Wong1-20/+0
2023-12-07xfs: move ->iop_recover to xfs_defer_op_typeDarrick J. Wong1-21/+22
2023-12-07xfs: use xfs_defer_finish_one to finish recovered work itemsDarrick J. Wong1-37/+8
2023-12-07xfs: recreate work items when recovering intent itemsDarrick J. Wong1-19/+30
2023-12-07xfs: transfer recovered intent item ownership in ->iop_recoverDarrick J. Wong1-0/+2
2023-12-07xfs: pass the xfs_defer_pending object to iop_recoverDarrick J. Wong1-1/+2
2023-12-07xfs: use xfs_defer_pending objects to recover intent itemsDarrick J. Wong1-6/+3
2023-09-12xfs: reserve less log space when recovering log intent itemsDarrick J. Wong1-1/+3
2023-07-03xfs: Remove unneeded semicolonYang Li1-1/+1
2023-06-29xfs: allow extent free intents to be retriedDave Chinner1-3/+69
2023-06-29xfs: use deferred frees for btree block freeingDave Chinner1-1/+2
2023-04-12xfs: allow queued AG intents to drain before scrubbingDarrick J. Wong1-2/+2
2023-04-12xfs: give xfs_extfree_intent its own perag referenceDarrick J. Wong1-20/+38
2023-04-12xfs: pass per-ag references to xfs_free_extentDarrick J. Wong1-2/+6
2023-02-05xfs: fix confusing xfs_extent_item variable namesDarrick J. Wong1-35/+35
2023-02-05xfs: pass xfs_extent_free_item directly through the log intent codeDarrick J. Wong1-25/+30
2022-10-31xfs: dump corrupt recovered log intent items to dmesg consistentlyDarrick J. Wong1-2/+4
2022-10-31xfs: actually abort log recovery on corrupt intent-done log itemsDarrick J. Wong1-4/+16
2022-10-31xfs: refactor all the EFI/EFD log item sizeof logicDarrick J. Wong1-49/+20
2022-10-31xfs: fix memcpy fortify errors in EFI log format copyingDarrick J. Wong1-10/+21
2022-07-31xfs: delete extra space and tab in blank lineXie Shaowen1-6/+6
2022-07-07xfs: pass perag to xfs_alloc_read_agf()Dave Chinner1-1/+5
2022-05-04xfs: whiteouts release intents that are not in the AILDave Chinner1-4/+5
2022-05-04xfs: add log item method to return related intentsDave Chinner1-0/+8
2022-05-04xfs: tag transactions that contain intent done itemsDave Chinner1-1/+1
2022-05-04xfs: add log item flags to indicate intentsDave Chinner1-1/+3
2022-03-20xfs: log items should have a xlog pointer, not a mountDave Chinner1-1/+1
2021-10-23xfs: reduce the size of struct xfs_extent_free_itemDarrick J. Wong1-3/+10
2021-10-23xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong1-3/+3
2021-10-23xfs: rename _zone variables to _cacheDarrick J. Wong1-9/+9
2021-10-23xfs: remove kmem_zone typedefDarrick J. Wong1-2/+2
2021-10-14xfs: port the defer ops capture and continue to resource captureDarrick J. Wong1-1/+1
2021-10-12xfs: use kmem_cache_free() for kmem_cache objectsRustam Kovhaev1-3/+3
2021-08-09xfs: dump log intent items that cannot be recovered due to corruptionDarrick J. Wong1-0/+3
2021-04-09treewide: Change list_sort to use const pointersSami Tolvanen1-2/+2
2020-12-09xfs: refactor data device extent validationDarrick J. Wong1-10/+1
2020-12-09xfs: improve the code that checks recovered extent-free intent itemsDarrick J. Wong1-8/+7
2020-12-09xfs: hoist recovered extent-free intent checks out of xfs_efi_item_recoverDarrick J. Wong1-8/+25