aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_log_recover.c
AgeCommit message (Expand)Author
2022-05-27xfs: convert buf_cancel_table allocation to kmalloc_arrayDarrick J. Wong
2022-05-27xfs: refactor buffer cancellation table allocationDarrick J. Wong
2022-05-22xfs: Remove dead codeJiapeng Chong
2022-05-04xfs: Set up infrastructure for log attribute replayAllison Henderson
2022-03-29xfs: log shutdown triggers should only shut down the logDave Chinner
2022-03-29xfs: shutdown in intent recovery has non-intent items in the AILDave Chinner
2022-01-06xfs: Remove redundant assignment of mpJiapeng Chong
2021-12-21xfs: only run COW extent recovery when there are no live extentsDarrick J. Wong
2021-10-14xfs: port the defer ops capture and continue to resource captureDarrick J. Wong
2021-08-19xfs: introduce xfs_sb_is_v5 helperDave Chinner
2021-08-19xfs: convert remaining mount flags to state flagsDave Chinner
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-19xfs: reflect sb features in xfs_mountDave Chinner
2021-08-16xfs: convert log flags to an operational state fieldDave Chinner
2021-08-16xfs: move recovery needed state updates to xfs_log_mount_finishDave Chinner
2021-08-16xfs: convert XLOG_FORCED_SHUTDOWN() to xlog_is_shutdown()Dave Chinner
2021-08-09xfs: refactor xfs_iget calls from log intent recoveryDarrick J. Wong
2021-08-09xfs: allow setting and clearing of log incompat feature flagsDarrick J. Wong
2021-08-09xfs: replace kmem_alloc_large() with kvmalloc()Dave Chinner
2021-08-09xfs: remove kmem_alloc_io()Dave Chinner
2021-08-09mm: Add kvrealloc()Dave Chinner
2021-08-06xfs: per-cpu deferred inode inactivation queuesDave Chinner
2021-06-21xfs: force the log offline when log intent item recovery failsDarrick J. Wong
2021-06-02xfs: convert raw ag walks to use for_each_peragDave Chinner
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner
2021-04-07xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinodeChristoph Hellwig
2021-04-07xfs: split xfs_imap_to_bpChristoph Hellwig
2021-03-25xfs: Rudimentary typo fixesBhaskar Chowdhury
2020-12-16xfs: remove xfs_buf_t typedefDave Chinner
2020-12-09xfs: trace log intent item recovery failuresDarrick J. Wong
2020-10-21xfs: cancel intents immediately if process_intents failsDarrick J. Wong
2020-10-07xfs: fix an incore inode UAF in xfs_bui_recoverDarrick J. Wong
2020-10-07xfs: xfs_defer_capture should absorb remaining transaction reservationDarrick J. Wong
2020-10-07xfs: xfs_defer_capture should absorb remaining block reservationsDarrick J. Wong
2020-10-07xfs: proper replay of deferred ops queued during log recoveryDarrick J. Wong
2020-10-07xfs: remove XFS_LI_RECOVEREDDarrick J. Wong
2020-09-25xfs: do the assert for all the log done items in xfs_trans_cancelKaixu Xia
2020-09-23xfs: clean up calculation of LR header blocksGao Xiang
2020-09-23xfs: avoid LR buffer overrun due to crafted h_lenGao Xiang
2020-09-15xfs: reuse _xfs_buf_read for re-reading the superblockChristoph Hellwig
2020-09-15xfs: remove xfs_getsbChristoph Hellwig
2020-09-15xfs: remove xlog_recover_iodoneChristoph Hellwig
2020-09-15xfs: fold xfs_buf_ioend_finish into xfs_ioendChristoph Hellwig
2020-09-15xfs: refactor xfs_buf_ioendChristoph Hellwig
2020-09-06xfs: remove kmem_realloc()Carlos Maiolino
2020-08-05xfs: delete duplicated words + other fixesRandy Dunlap
2020-07-06xfs: mark log recovery buffers for completionDave Chinner
2020-05-08xfs: remove unnecessary includes from xfs_log_recover.cDarrick J. Wong
2020-05-08xfs: move log recovery buffer cancellation code to xfs_buf_item_recover.cDarrick J. Wong
2020-05-08xfs: hoist setting of XFS_LI_RECOVERED to callerDarrick J. Wong