aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_extfree_item.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-13xfs: convert remaining kmem_free() to kfree()Gravatar Dave Chinner 1-2/+2
2024-02-13xfs: convert kmem_free() for kvmalloc users to kvfree()Gravatar Dave Chinner 1-2/+2
2023-12-14xfs: pass the defer ops instead of type to xfs_defer_start_recoveryGravatar Christoph Hellwig 1-1/+1
2023-12-14xfs: store an ops pointer in struct xfs_defer_pendingGravatar Christoph Hellwig 1-0/+2
2023-12-06xfs: automatic freeing of freshly allocated unwritten spaceGravatar Darrick J. Wong 1-4/+5
2023-12-06xfs: move ->iop_relog to struct xfs_defer_op_typeGravatar Darrick J. Wong 1-26/+27
2023-12-06xfs: collapse the ->create_done functionsGravatar Darrick J. Wong 1-33/+20
2023-12-06xfs: hoist xfs_trans_add_item calls to defer ops functionsGravatar Darrick J. Wong 1-3/+0
2023-12-06xfs: clean out XFS_LI_DIRTY setting boilerplate from ->iop_relogGravatar Darrick J. Wong 1-1/+1
2023-12-06xfs: use xfs_defer_create_done for the relogging operationGravatar Darrick J. Wong 1-4/+2
2023-12-06xfs: hoist ->create_intent boilerplate to its callsiteGravatar Darrick J. Wong 1-3/+0
2023-12-06xfs: collapse the ->finish_item helpersGravatar Darrick J. Wong 1-57/+33
2023-12-06xfs: hoist intent done flag setting to ->finish_item callsiteGravatar Darrick J. Wong 1-20/+0
2023-12-06xfs: move ->iop_recover to xfs_defer_op_typeGravatar Darrick J. Wong 1-21/+22
2023-12-06xfs: use xfs_defer_finish_one to finish recovered work itemsGravatar Darrick J. Wong 1-37/+8
2023-12-06xfs: recreate work items when recovering intent itemsGravatar Darrick J. Wong 1-19/+30
2023-12-06xfs: transfer recovered intent item ownership in ->iop_recoverGravatar Darrick J. Wong 1-0/+2
2023-12-06xfs: pass the xfs_defer_pending object to iop_recoverGravatar Darrick J. Wong 1-1/+2
2023-12-06xfs: use xfs_defer_pending objects to recover intent itemsGravatar Darrick J. Wong 1-6/+3
2023-09-12xfs: reserve less log space when recovering log intent itemsGravatar Darrick J. Wong 1-1/+3
2023-07-03xfs: Remove unneeded semicolonGravatar Yang Li 1-1/+1
2023-06-29xfs: allow extent free intents to be retriedGravatar Dave Chinner 1-3/+69
2023-06-29xfs: use deferred frees for btree block freeingGravatar Dave Chinner 1-1/+2
2023-04-11xfs: allow queued AG intents to drain before scrubbingGravatar Darrick J. Wong 1-2/+2
2023-04-11xfs: give xfs_extfree_intent its own perag referenceGravatar Darrick J. Wong 1-20/+38
2023-04-11xfs: pass per-ag references to xfs_free_extentGravatar Darrick J. Wong 1-2/+6
2023-02-05xfs: fix confusing xfs_extent_item variable namesGravatar Darrick J. Wong 1-35/+35
2023-02-05xfs: pass xfs_extent_free_item directly through the log intent codeGravatar Darrick J. Wong 1-25/+30
2022-10-31xfs: dump corrupt recovered log intent items to dmesg consistentlyGravatar Darrick J. Wong 1-2/+4
2022-10-31xfs: actually abort log recovery on corrupt intent-done log itemsGravatar Darrick J. Wong 1-4/+16
2022-10-31xfs: refactor all the EFI/EFD log item sizeof logicGravatar Darrick J. Wong 1-49/+20
2022-10-31xfs: fix memcpy fortify errors in EFI log format copyingGravatar Darrick J. Wong 1-10/+21
2022-07-31xfs: delete extra space and tab in blank lineGravatar Xie Shaowen 1-6/+6
2022-07-07xfs: pass perag to xfs_alloc_read_agf()Gravatar Dave Chinner 1-1/+5
2022-05-04xfs: whiteouts release intents that are not in the AILGravatar Dave Chinner 1-4/+5
2022-05-04xfs: add log item method to return related intentsGravatar Dave Chinner 1-0/+8
2022-05-04xfs: tag transactions that contain intent done itemsGravatar Dave Chinner 1-1/+1
2022-05-04xfs: add log item flags to indicate intentsGravatar Dave Chinner 1-1/+3
2022-03-20xfs: log items should have a xlog pointer, not a mountGravatar Dave Chinner 1-1/+1
2021-10-22xfs: reduce the size of struct xfs_extent_free_itemGravatar Darrick J. Wong 1-3/+10
2021-10-22xfs: rename xfs_bmap_add_free to xfs_free_extent_laterGravatar Darrick J. Wong 1-3/+3
2021-10-22xfs: rename _zone variables to _cacheGravatar Darrick J. Wong 1-9/+9
2021-10-22xfs: remove kmem_zone typedefGravatar Darrick J. Wong 1-2/+2
2021-10-14xfs: port the defer ops capture and continue to resource captureGravatar Darrick J. Wong 1-1/+1
2021-10-11xfs: use kmem_cache_free() for kmem_cache objectsGravatar Rustam Kovhaev 1-3/+3
2021-08-09xfs: dump log intent items that cannot be recovered due to corruptionGravatar Darrick J. Wong 1-0/+3
2021-04-08treewide: Change list_sort to use const pointersGravatar Sami Tolvanen 1-2/+2
2020-12-09xfs: refactor data device extent validationGravatar Darrick J. Wong 1-10/+1
2020-12-09xfs: improve the code that checks recovered extent-free intent itemsGravatar Darrick J. Wong 1-8/+7
2020-12-09xfs: hoist recovered extent-free intent checks out of xfs_efi_item_recoverGravatar Darrick J. Wong 1-8/+25