summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_bmap_item.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: place intent recovery under NOFS allocation contextDave Chinner2024-02-131-1/+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/+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-18/+11
* 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-16/+2
* 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-18/+21
* xfs: use xfs_defer_finish_one to finish recovered work itemsDarrick J. Wong2023-12-061-17/+7
* xfs: recreate work items when recovering intent itemsDarrick J. Wong2023-12-061-20/+35
* xfs: transfer recovered intent item ownership in ->iop_recoverDarrick J. Wong2023-12-061-0/+2
* 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-1/+3
* xfs: allow queued AG intents to drain before scrubbingDarrick J. Wong2023-04-111-2/+10
* xfs: give xfs_bmap_intent its own perag referenceDarrick J. Wong2023-04-111-1/+28
* xfs: fix confusing variable names in xfs_bmap_item.cDarrick J. Wong2023-02-051-28/+28
* xfs: pass the xfs_bmbt_irec directly through the log intent codeDarrick J. Wong2023-02-051-51/+30
* xfs: dump corrupt recovered log intent items to dmesg consistentlyDarrick J. Wong2022-10-311-4/+8
* xfs: fix memcpy fortify errors in BUI log format copyingDarrick J. Wong2022-10-311-24/+22
* 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: Conditionally upgrade existing inodes to use large extent countersChandan Babu R2022-04-131-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: refactor xfs_iget calls from log intent recoveryDarrick J. Wong2021-08-091-10/+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: Check for extent overflow when punching a holeChandan Babu R2021-01-221-6/+9
* xfs: Check for extent overflow when trivally adding a new extentChandan Babu R2021-01-221-0/+7
* xfs: refactor file range validationDarrick J. Wong2020-12-091-1/+1
* xfs: refactor data device extent validationDarrick J. Wong2020-12-091-10/+1
* xfs: improve the code that checks recovered bmap intent itemsDarrick J. Wong2020-12-091-13/+13
* xfs: hoist recovered bmap intent checks out of xfs_bui_item_recoverDarrick J. Wong2020-12-091-27/+47
* 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-2/+5
* xfs: clean up xfs_bui_item_recover iget/trans_alloc/ilock orderingDarrick J. Wong2020-10-071-18/+23
* xfs: clean up bmap intent item recovery checkingDarrick J. Wong2020-10-071-26/+12
* xfs: proper replay of deferred ops queued during log recoveryDarrick J. Wong2020-10-071-12/+4