aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/scrub.c
AgeCommit message (Expand)Author
2024-05-02btrfs: scrub: run relocation repair when/only neededNaohiro Aota
2024-04-03btrfs: zoned: use zone aware sb location for scrubJohannes Thumshirn
2024-01-31btrfs: scrub: avoid use-after-free when chunk length is not 64K alignedQu Wenruo
2023-11-20btrfs: make found_logical_ret parameter mandatory for function queue_scrub_st...Qu Wenruo
2023-08-21btrfs: scrub: move write back of repaired sectors to scrub_stripe_read_repair...Qu Wenruo
2023-08-21btrfs: scrub: don't go ordered workqueue for dev-replaceQu Wenruo
2023-08-21btrfs: scrub: fix grouping of read IOQu Wenruo
2023-08-21btrfs: scrub: avoid unnecessary csum tree search preparing stripesQu Wenruo
2023-08-21btrfs: scrub: avoid unnecessary extent tree search preparing stripesQu Wenruo
2023-08-21btrfs: scrub: remove unused btrfs_path in scrub_simple_mirror()Qu Wenruo
2023-08-21btrfs: scrub: remove redundant division of stripe_nrColin Ian King
2023-08-19Merge tag 'for-6.5-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-08-17btrfs: fix replace/scrub failure with metadata_uuidAnand Jain
2023-06-26Merge tag 'for-6.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2023-06-22btrfs: fix remaining u32 overflows when left shifting stripe_nrQu Wenruo
2023-06-19btrfs: scrub: remove btrfs_fs_info::scrub_wr_completion_workersQu Wenruo
2023-06-19btrfs: scrub: remove scrub_ctx::csum_list memberQu Wenruo
2023-06-19btrfs: open code btrfs_map_sblockChristoph Hellwig
2023-06-19btrfs: use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo
2023-06-19btrfs: scrub: remove more unused functionsJiapeng Chong
2023-06-19btrfs: handle tree backref walk error properlyQu Wenruo
2023-06-19btrfs: scrub: use recovered data stripes as cache to avoid unnecessary readQu Wenruo
2023-06-14btrfs: scrub: fix a return value overwrite in scrub_stripe()Qu Wenruo
2023-06-08btrfs: scrub: also report errors hit during the initial readQu Wenruo
2023-06-08btrfs: scrub: respect the read-only flag during repairQu Wenruo
2023-06-01btrfs: zoned: fix dev-replace after the scrub reworkQu Wenruo
2023-05-17btrfs: scrub: try harder to mark RAID56 block groups read-onlyQu Wenruo
2023-04-17btrfs: dev-replace: error out if we have unrepaired metadata error duringQu Wenruo
2023-04-17btrfs: scrub: remove scrub_bio structureQu Wenruo
2023-04-17btrfs: scrub: remove scrub_block and scrub_sector structuresQu Wenruo
2023-04-17btrfs: scrub: remove the old scrub recheck codeQu Wenruo
2023-04-17btrfs: scrub: remove the old writeback infrastructureQu Wenruo
2023-04-17btrfs: scrub: remove scrub_parity structureQu Wenruo
2023-04-17btrfs: scrub: use scrub_stripe to implement RAID56 P/Q scrubQu Wenruo
2023-04-17btrfs: scrub: switch scrub_simple_mirror() to scrub_stripe infrastructureQu Wenruo
2023-04-17btrfs: scrub: introduce helper to queue a stripe for scrubQu Wenruo
2023-04-17btrfs: scrub: introduce error reporting functionality for scrub_stripeQu Wenruo
2023-04-17btrfs: scrub: introduce a writeback helper for scrub_stripeQu Wenruo
2023-04-17btrfs: scrub: introduce the main read repair worker for scrub_stripeQu Wenruo
2023-04-17btrfs: scrub: introduce a helper to verify one scrub_stripeQu Wenruo
2023-04-17btrfs: scrub: introduce a helper to verify one metadata blockQu Wenruo
2023-04-17btrfs: scrub: introduce helper to find and fill sector info for a scrub_stripeQu Wenruo
2023-04-17btrfs: scrub: introduce structure for new BTRFS_STRIPE_LEN based interfaceQu Wenruo
2023-04-17btrfs: scrub: use dedicated super block verification function to scrub one su...Qu Wenruo
2023-04-17btrfs: scrub: remove root and csum_root arguments from scrub_simple_mirror()Qu Wenruo
2023-04-17btrfs: scrub: remove unused path inside scrub_stripe()Qu Wenruo
2023-04-17btrfs: dev-replace: properly follow its read modeQu Wenruo
2023-04-17btrfs: replace btrfs_io_context::raid_map with a fixed u64 valueQu Wenruo
2023-04-17btrfs: use an efficient way to represent source of duplicated stripesQu Wenruo
2023-04-17btrfs: reduce div64 calls by limiting the number of stripes of a chunk to u32Qu Wenruo