summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_log_recover.c
AgeCommit message (Expand)Author
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-09-03xfs: Use xfs set and clear mp state helpersJohn Garry
2024-09-01mm: kvmalloc: align kvrealloc() with krealloc()Danilo Krummrich
2024-07-04xfs: grant heads track byte counts, not LSNsDave Chinner
2024-07-04xfs: l_last_sync_lsn is really AIL stateDave Chinner
2024-07-01xfs: add bounds checking to xlog_recover_process_datalei lu
2024-05-03xfs: clean up buffer allocation in xlog_do_recovery_passChristoph Hellwig
2024-05-03xfs: fix log recovery buffer allocation for the legacy h_size fixupChristoph Hellwig
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
2024-04-15xfs: only clear log incompat flags at clean unmountDarrick J. Wong
2024-04-15xfs: pass xfs_buf lookup flags to xfs_*read_agiDarrick J. Wong
2024-02-24xfs: fix log recovery erroring out on refcount recovery failureDarrick J. Wong
2024-02-17xfs: ensure submit buffers on LSN boundaries in error handlersLong Li
2024-02-13xfs: place intent recovery under NOFS allocation contextDave Chinner
2024-02-13xfs: convert remaining kmem_free() to kfree()Dave Chinner
2024-02-13xfs: convert kmem_free() for kvmalloc users to kvfree()Dave Chinner
2024-02-13xfs: convert kmem_alloc() to kmalloc()Dave Chinner
2024-02-13xfs: convert kmem_zalloc() to kzalloc()Dave Chinner
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: pass the xfs_defer_pending object to iop_recoverDarrick J. Wong
2023-12-06xfs: use xfs_defer_pending objects to recover intent itemsDarrick J. Wong
2023-11-13xfs: abort intent items when recovery intents failLong Li
2023-09-13xfs: use roundup_pow_of_two instead of ffs during xlog_find_tailWang Jianchao
2023-06-05xfs: collect errors from inodegc for unlinked inode recoveryDave Chinner
2022-10-18xfs: avoid a UAF when log intent item recovery failsDarrick J. Wong
2022-08-04Merge tag 'xfs-5.20-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-07-14fs/xfs: Use the enum req_op and blk_opf_t typesBart Van Assche
2022-07-14xfs: double link the unlinked inode listDave Chinner
2022-07-14xfs: refactor xlog_recover_process_iunlinks()Dave Chinner
2022-07-14xfs: track the iunlink list pointer in the xfs_inodeDave Chinner
2022-07-14xfs: flush inode gc workqueue before clearing agi bucketZhang Yi
2022-07-07xfs: Pre-calculate per-AG agbno geometryDave Chinner
2022-07-07xfs: pass perag to xfs_read_agiDave Chinner
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