summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_log_recover.h
AgeCommit message (Expand)Author
2024-04-15xfs: capture inode generation numbers in the ondisk exchmaps log itemDarrick J. Wong
2024-04-15xfs: introduce a file mapping exchange log intent itemDarrick J. Wong
2023-12-14xfs: pass the defer ops instead of type to xfs_defer_start_recoveryChristoph Hellwig
2023-12-06xfs: move ->iop_recover to xfs_defer_op_typeDarrick J. Wong
2023-12-06xfs: use xfs_defer_finish_one to finish recovered work itemsDarrick J. Wong
2023-12-06xfs: transfer recovered intent item ownership in ->iop_recoverDarrick J. Wong
2023-12-06xfs: use xfs_defer_pending objects to recover intent itemsDarrick J. Wong
2023-09-12xfs: reserve less log space when recovering log intent itemsDarrick J. Wong
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-04xfs: Set up infrastructure for log attribute replayAllison Henderson
2021-08-09xfs: refactor xfs_iget calls from log intent recoveryDarrick J. Wong
2020-09-15xfs: remove xlog_recover_iodoneChristoph Hellwig
2020-05-08xfs: move log recovery buffer cancellation code to xfs_buf_item_recover.cDarrick J. Wong
2020-05-08xfs: refactor releasing finished intents during log recoveryDarrick J. Wong
2020-05-08xfs: refactor log recovery buffer item dispatch for pass2 commit functionsDarrick J. Wong
2020-05-08xfs: refactor log recovery item dispatch for pass1 commit functionsDarrick J. Wong
2020-05-08xfs: refactor log recovery item dispatch for pass2 readhead functionsDarrick J. Wong
2020-05-08xfs: refactor log recovery item sorting into a generic dispatch structureDarrick J. Wong
2020-05-08xfs: convert xfs_log_recover_item_t to struct xfs_log_recover_itemDarrick J. Wong
2019-11-13xfs: remove unused typedef definitionsEric Sandeen
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong
2017-01-30xfs: remove unused struct declarationsEric Sandeen
2016-11-08libxfs: convert ushort to unsigned shortDarrick J. Wong
2016-01-04xfs: support a crc verification only log record passBrian Foster
2014-06-25libxfs: move header filesDave Chinner