summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_rmap_item.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: allow queued AG intents to drain before scrubbingDarrick J. Wong2023-04-111-2/+2
* xfs: give xfs_rmap_intent its own perag referenceDarrick J. Wong2023-04-111-3/+29
* xfs: fix confusing variable names in xfs_rmap_item.cDarrick J. Wong2023-02-051-39/+40
* xfs: pass rmap space mapping directly through the log intent codeDarrick J. Wong2023-02-051-36/+29
* xfs: dump corrupt recovered log intent items to dmesg consistentlyDarrick J. Wong2022-10-311-3/+7
* xfs: actually abort log recovery on corrupt intent-done log itemsDarrick J. Wong2022-10-311-1/+5
* xfs: fix memcpy fortify errors in RUI log format copyingDarrick J. Wong2022-10-311-31/+27
* 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: 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: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-1/+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: refactor file range validationDarrick J. Wong2020-12-091-1/+1
* xfs: refactor data device extent validationDarrick J. Wong2020-12-091-10/+1
* xfs: validate feature support when recovering rmap/refcount intentsDarrick J. Wong2020-12-091-0/+3
* xfs: improve the code that checks recovered rmap intent itemsDarrick J. Wong2020-12-091-12/+18
* xfs: hoist recovered rmap intent checks out of xfs_rui_item_recoverDarrick J. Wong2020-12-091-25/+42
* 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-1/+1
* xfs: proper replay of deferred ops queued during log recoveryDarrick J. Wong2020-10-071-4/+3
* xfs: don't release log intent items when recovery failsDarrick J. Wong2020-09-231-7/+1
* xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino2020-07-281-2/+3
* xfs: hoist setting of XFS_LI_RECOVERED to callerDarrick J. Wong2020-05-081-4/+0
* xfs: refactor intent item iop_recover callsDarrick J. Wong2020-05-081-33/+12
* xfs: refactor intent item RECOVERED flag into the log itemDarrick J. Wong2020-05-081-4/+4
* xfs: refactor adding recovered intent items to the logDarrick J. Wong2020-05-081-7/+3
* xfs: refactor releasing finished intents during log recoveryDarrick J. Wong2020-05-081-32/+10
* xfs: refactor recovered RUI log item playbackDarrick J. Wong2020-05-081-9/+35
* xfs: refactor log recovery RUI item dispatch for pass2 commit functionsDarrick J. Wong2020-05-081-3/+101
* xfs: refactor log recovery item sorting into a generic dispatch structureDarrick J. Wong2020-05-081-0/+9
* xfs: use delete helper for items expected to be in AILBrian Foster2020-05-071-1/+1
* xfs: use a xfs_btree_cur for the ->finish_cleanup stateChristoph Hellwig2020-05-041-21/+6
* xfs: turn dfp_done into a xfs_log_itemChristoph Hellwig2020-05-041-4/+4
* xfs: turn dfp_intent into a xfs_log_itemChristoph Hellwig2020-05-041-6/+6
* xfs: merge the ->diff_items defer op into ->create_intentChristoph Hellwig2020-05-041-2/+4
* xfs: merge the ->log_item defer op into ->create_intentChristoph Hellwig2020-05-041-28/+20
* xfs: Remove kmem_zone_free() wrapperCarlos Maiolino2019-11-181-2/+2
* xfs: convert EIO to EFSCORRUPTED when log contents are invalidDarrick J. Wong2019-11-101-1/+1
* xfs: always log corruption errorsDarrick J. Wong2019-11-041-2/+5
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-3/+3
* xfs: remove unused header filesEric Sandeen2019-06-281-1/+0
* xfs: merge xfs_trans_rmap.c into xfs_rmap_item.cChristoph Hellwig2019-06-281-1/+228