summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_log_recover.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-14xfs: pass the defer ops instead of type to xfs_defer_start_recoveryChristoph Hellwig1-1/+2
2023-12-07xfs: move ->iop_recover to xfs_defer_op_typeDarrick J. Wong1-0/+2
2023-12-07xfs: use xfs_defer_finish_one to finish recovered work itemsDarrick J. Wong1-1/+1
2023-12-07xfs: transfer recovered intent item ownership in ->iop_recoverDarrick J. Wong1-0/+2
2023-12-07xfs: use xfs_defer_pending objects to recover intent itemsDarrick J. Wong1-0/+3
2023-09-12xfs: reserve less log space when recovering log intent itemsDarrick J. Wong1-0/+22
2022-05-27xfs: convert buf_cancel_table allocation to kmalloc_arrayDarrick J. Wong1-1/+1
2022-05-27xfs: refactor buffer cancellation table allocationDarrick J. Wong1-6/+8
2022-05-04xfs: Set up infrastructure for log attribute replayAllison Henderson1-0/+2
2021-08-10xfs: refactor xfs_iget calls from log intent recoveryDarrick J. Wong1-0/+2
2020-09-16xfs: remove xlog_recover_iodoneChristoph Hellwig1-1/+0
2020-05-08xfs: move log recovery buffer cancellation code to xfs_buf_item_recover.cDarrick J. Wong1-2/+0
2020-05-08xfs: refactor releasing finished intents during log recoveryDarrick J. Wong1-0/+3
2020-05-08xfs: refactor log recovery buffer item dispatch for pass2 commit functionsDarrick J. Wong1-0/+23
2020-05-08xfs: refactor log recovery item dispatch for pass1 commit functionsDarrick J. Wong1-0/+4
2020-05-08xfs: refactor log recovery item dispatch for pass2 readhead functionsDarrick J. Wong1-0/+6
2020-05-08xfs: refactor log recovery item sorting into a generic dispatch structureDarrick J. Wong1-2/+43
2020-05-08xfs: convert xfs_log_recover_item_t to struct xfs_log_recover_itemDarrick J. Wong1-2/+2
2019-11-14xfs: remove unused typedef definitionsEric Sandeen1-2/+2
2018-06-07xfs: convert to SPDX license tagsDave Chinner1-13/+1
2017-06-20xfs: remove double-underscore integer typesDarrick J. Wong1-1/+1
2017-01-31xfs: remove unused struct declarationsEric Sandeen1-1/+0
2016-11-08libxfs: convert ushort to unsigned shortDarrick J. Wong1-1/+1
2016-01-04xfs: support a crc verification only log record passBrian Foster1-0/+1
2014-06-25libxfs: move header filesDave Chinner1-0/+66