summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_refcount_item.c
AgeCommit message (Expand)Author
2023-04-11xfs: allow queued AG intents to drain before scrubbingDarrick J. Wong
2023-04-11xfs: give xfs_refcount_intent its own perag referenceDarrick J. Wong
2023-02-05xfs: fix confusing variable names in xfs_refcount_item.cDarrick J. Wong
2023-02-05xfs: pass refcount intent directly through the log intent codeDarrick J. Wong
2022-10-31xfs: dump corrupt recovered log intent items to dmesg consistentlyDarrick J. Wong
2022-10-31xfs: fix memcpy fortify errors in CUI log format copyingDarrick J. Wong
2022-05-04xfs: whiteouts release intents that are not in the AILDave Chinner
2022-05-04xfs: add log item method to return related intentsDave Chinner
2022-05-04xfs: tag transactions that contain intent done itemsDave Chinner
2022-05-04xfs: add log item flags to indicate intentsDave Chinner
2022-05-04xfs: fix potential log item leakDave Chinner
2022-03-20xfs: log items should have a xlog pointer, not a mountDave Chinner
2021-10-22xfs: create slab caches for frequently-used deferred itemsDarrick J. Wong
2021-10-22xfs: rename _zone variables to _cacheDarrick J. Wong
2021-10-22xfs: remove kmem_zone typedefDarrick J. Wong
2021-10-14xfs: port the defer ops capture and continue to resource captureDarrick J. Wong
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-09xfs: dump log intent items that cannot be recovered due to corruptionDarrick J. Wong
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen
2020-12-09xfs: refactor data device extent validationDarrick J. Wong
2020-12-09xfs: validate feature support when recovering rmap/refcount intentsDarrick J. Wong
2020-12-09xfs: improve the code that checks recovered refcount intent itemsDarrick J. Wong
2020-12-09xfs: hoist recovered refcount intent checks out of xfs_cui_item_recoverDarrick J. Wong
2020-10-07xfs: periodically relog deferred intent itemsDarrick J. Wong
2020-10-07xfs: fix an incore inode UAF in xfs_bui_recoverDarrick J. Wong
2020-10-07xfs: proper replay of deferred ops queued during log recoveryDarrick J. Wong
2020-09-23xfs: don't release log intent items when recovery failsDarrick J. Wong
2020-09-23xfs: log new intent items created as part of finishing recovered intent itemsDarrick J. Wong
2020-08-05xfs: delete duplicated words + other fixesRandy Dunlap
2020-07-28xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino
2020-05-08xfs: hoist setting of XFS_LI_RECOVERED to callerDarrick J. Wong
2020-05-08xfs: refactor intent item iop_recover callsDarrick J. Wong
2020-05-08xfs: refactor intent item RECOVERED flag into the log itemDarrick J. Wong
2020-05-08xfs: refactor adding recovered intent items to the logDarrick J. Wong
2020-05-08xfs: refactor releasing finished intents during log recoveryDarrick J. Wong
2020-05-08xfs: refactor recovered CUI log item playbackDarrick J. Wong
2020-05-08xfs: refactor log recovery CUI item dispatch for pass2 commit functionsDarrick J. Wong
2020-05-08xfs: refactor log recovery item sorting into a generic dispatch structureDarrick J. Wong
2020-05-07xfs: use delete helper for items expected to be in AILBrian Foster
2020-05-04xfs: use a xfs_btree_cur for the ->finish_cleanup stateChristoph Hellwig
2020-05-04xfs: turn dfp_done into a xfs_log_itemChristoph Hellwig
2020-05-04xfs: turn dfp_intent into a xfs_log_itemChristoph Hellwig
2020-05-04xfs: merge the ->diff_items defer op into ->create_intentChristoph Hellwig
2020-05-04xfs: merge the ->log_item defer op into ->create_intentChristoph Hellwig
2019-11-18xfs: Remove kmem_zone_free() wrapperCarlos Maiolino
2019-11-10xfs: convert EIO to EFSCORRUPTED when log contents are invalidDarrick J. Wong
2019-11-04xfs: always log corruption errorsDarrick J. Wong
2019-08-28xfs: remove unnecessary int returns from deferred refcount functionsDarrick J. Wong
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa
2019-06-28xfs: remove unused header filesEric Sandeen