summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_bmap_item.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: ensure st_blocks never goes to zero during COW writesChristoph Hellwig2024-09-031-0/+17
* xfs: pass the fsbno to xfs_perag_intent_getChristoph Hellwig2024-07-021-5/+1
* xfs: simplify iext overflow checking and upgradeChristoph Hellwig2024-05-031-3/+1
* xfs: support recovering bmap intent items targetting realtime extentsDarrick J. Wong2024-02-221-0/+9
* xfs: add a realtime flag to the bmap update log redo itemsDarrick J. Wong2024-02-221-0/+8
* xfs: move xfs_bmap_defer_add to xfs_bmap_item.cDarrick J. Wong2024-02-221-1/+14
* xfs: reuse xfs_bmap_update_cancel_itemDarrick J. Wong2024-02-221-13/+12
* xfs: add a bi_entry helperDarrick J. Wong2024-02-221-10/+9
* xfs: remove xfs_trans_set_bmap_flagsDarrick J. Wong2024-02-221-25/+13
* 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-071-22/+22
* xfs: collapse the ->create_done functionsDarrick J. Wong2023-12-071-18/+11
* 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-5/+1
* xfs: hoist ->create_intent boilerplate to its callsiteDarrick J. Wong2023-12-071-3/+0
* xfs: collapse the ->finish_item helpersDarrick J. Wong2023-12-071-16/+2
* xfs: hoist intent done flag setting to ->finish_item callsiteDarrick J. Wong2023-12-071-15/+1
* xfs: move ->iop_recover to xfs_defer_op_typeDarrick J. Wong2023-12-071-18/+21
* xfs: use xfs_defer_finish_one to finish recovered work itemsDarrick J. Wong2023-12-071-17/+7
* xfs: recreate work items when recovering intent itemsDarrick J. Wong2023-12-071-20/+35
* 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: allow queued AG intents to drain before scrubbingDarrick J. Wong2023-04-121-2/+10
* xfs: give xfs_bmap_intent its own perag referenceDarrick J. Wong2023-04-121-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-231-2/+2
* xfs: rename _zone variables to _cacheDarrick J. Wong2021-10-231-6/+6
* xfs: remove kmem_zone typedefDarrick J. Wong2021-10-231-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-101-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-091-2/+2
* xfs: Check for extent overflow when punching a holeChandan Babu R2021-01-231-6/+9
* xfs: Check for extent overflow when trivally adding a new extentChandan Babu R2021-01-231-0/+7