summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_extfree_item.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: move xfs_extent_free_defer_add to xfs_extfree_item.cDarrick J. Wong2024-07-021-14/+17
* xfs: factor out a xfs_efd_add_extent helperChristoph Hellwig2024-07-021-19/+18
* xfs: reuse xfs_extent_free_cancel_itemChristoph Hellwig2024-07-021-15/+13
* xfs: add a xefi_entry helperChristoph Hellwig2024-07-021-12/+10
* xfs: pass the fsbno to xfs_perag_intent_getChristoph Hellwig2024-07-021-4/+1
* xfs: clean up extent free log intent item tracepoint callsitesDarrick J. Wong2024-07-021-4/+2
* xfs: avoid redundant AGFL buffer invalidationGao Xiang2024-07-011-2/+2
* xfs: convert remaining kmem_free() to kfree()Dave Chinner2024-02-131-2/+2
* xfs: convert kmem_free() for kvmalloc users to kvfree()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/+2
* xfs: automatic freeing of freshly allocated unwritten spaceDarrick J. Wong2023-12-071-4/+5
* xfs: move ->iop_relog to struct xfs_defer_op_typeDarrick J. Wong2023-12-071-26/+27
* xfs: collapse the ->create_done functionsDarrick J. Wong2023-12-071-33/+20
* xfs: hoist xfs_trans_add_item calls to defer ops functionsDarrick J. Wong2023-12-071-3/+0
* xfs: clean out XFS_LI_DIRTY setting boilerplate from ->iop_relogDarrick J. Wong2023-12-071-1/+1
* xfs: use xfs_defer_create_done for the relogging operationDarrick J. Wong2023-12-071-4/+2
* xfs: hoist ->create_intent boilerplate to its callsiteDarrick J. Wong2023-12-071-3/+0
* xfs: collapse the ->finish_item helpersDarrick J. Wong2023-12-071-57/+33
* xfs: hoist intent done flag setting to ->finish_item callsiteDarrick J. Wong2023-12-071-20/+0
* xfs: move ->iop_recover to xfs_defer_op_typeDarrick J. Wong2023-12-071-21/+22
* xfs: use xfs_defer_finish_one to finish recovered work itemsDarrick J. Wong2023-12-071-37/+8
* xfs: recreate work items when recovering intent itemsDarrick J. Wong2023-12-071-19/+30
* xfs: transfer recovered intent item ownership in ->iop_recoverDarrick J. Wong2023-12-071-0/+2
* xfs: pass the xfs_defer_pending object to iop_recoverDarrick J. Wong2023-12-071-1/+2
* xfs: use xfs_defer_pending objects to recover intent itemsDarrick J. Wong2023-12-071-6/+3
* xfs: reserve less log space when recovering log intent itemsDarrick J. Wong2023-09-121-1/+3
* xfs: Remove unneeded semicolonYang Li2023-07-031-1/+1
* xfs: allow extent free intents to be retriedDave Chinner2023-06-291-3/+69
* xfs: use deferred frees for btree block freeingDave Chinner2023-06-291-1/+2
* xfs: allow queued AG intents to drain before scrubbingDarrick J. Wong2023-04-121-2/+2
* xfs: give xfs_extfree_intent its own perag referenceDarrick J. Wong2023-04-121-20/+38
* xfs: pass per-ag references to xfs_free_extentDarrick J. Wong2023-04-121-2/+6
* xfs: fix confusing xfs_extent_item variable namesDarrick J. Wong2023-02-051-35/+35
* xfs: pass xfs_extent_free_item directly through the log intent codeDarrick J. Wong2023-02-051-25/+30
* xfs: dump corrupt recovered log intent items to dmesg consistentlyDarrick J. Wong2022-10-311-2/+4
* xfs: actually abort log recovery on corrupt intent-done log itemsDarrick J. Wong2022-10-311-4/+16
* xfs: refactor all the EFI/EFD log item sizeof logicDarrick J. Wong2022-10-311-49/+20
* xfs: fix memcpy fortify errors in EFI log format copyingDarrick J. Wong2022-10-311-10/+21
* xfs: delete extra space and tab in blank lineXie Shaowen2022-07-311-6/+6
* xfs: pass perag to xfs_alloc_read_agf()Dave Chinner2022-07-071-1/+5
* 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: log items should have a xlog pointer, not a mountDave Chinner2022-03-201-1/+1
* xfs: reduce the size of struct xfs_extent_free_itemDarrick J. Wong2021-10-231-3/+10
* xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong2021-10-231-3/+3
* xfs: rename _zone variables to _cacheDarrick J. Wong2021-10-231-9/+9
* xfs: remove kmem_zone typedefDarrick J. Wong2021-10-231-2/+2