summaryrefslogtreecommitdiff
path: root/fs/btrfs/scrub.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-26Merge tag 'for-6.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-90/+35
2023-06-22btrfs: fix remaining u32 overflows when left shifting stripe_nrQu Wenruo1-11/+11
2023-06-19btrfs: scrub: remove btrfs_fs_info::scrub_wr_completion_workersQu Wenruo1-17/+2
2023-06-19btrfs: scrub: remove scrub_ctx::csum_list memberQu Wenruo1-14/+0
2023-06-19btrfs: open code btrfs_map_sblockChristoph Hellwig1-4/+5
2023-06-19btrfs: use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo1-2/+4
2023-06-19btrfs: scrub: remove more unused functionsJiapeng Chong1-42/+0
2023-06-19btrfs: handle tree backref walk error properlyQu Wenruo1-11/+17
2023-06-19btrfs: scrub: use recovered data stripes as cache to avoid unnecessary readQu Wenruo1-0/+7
2023-06-14btrfs: scrub: fix a return value overwrite in scrub_stripe()Qu Wenruo1-1/+1
2023-06-08btrfs: scrub: also report errors hit during the initial readQu Wenruo1-6/+18
2023-06-08btrfs: scrub: respect the read-only flag during repairQu Wenruo1-1/+1
2023-06-01btrfs: zoned: fix dev-replace after the scrub reworkQu Wenruo1-16/+32
2023-05-17btrfs: scrub: try harder to mark RAID56 block groups read-onlyQu Wenruo1-1/+8
2023-04-17btrfs: dev-replace: error out if we have unrepaired metadata error duringQu Wenruo1-5/+42
2023-04-17btrfs: scrub: remove scrub_bio structureQu Wenruo1-239/+6
2023-04-17btrfs: scrub: remove scrub_block and scrub_sector structuresQu Wenruo1-563/+0
2023-04-17btrfs: scrub: remove the old scrub recheck codeQu Wenruo1-990/+7
2023-04-17btrfs: scrub: remove the old writeback infrastructureQu Wenruo1-219/+2
2023-04-17btrfs: scrub: remove scrub_parity structureQu Wenruo1-520/+4
2023-04-17btrfs: scrub: use scrub_stripe to implement RAID56 P/Q scrubQu Wenruo1-10/+205
2023-04-17btrfs: scrub: switch scrub_simple_mirror() to scrub_stripe infrastructureQu Wenruo1-464/+29
2023-04-17btrfs: scrub: introduce helper to queue a stripe for scrubQu Wenruo1-8/+177
2023-04-17btrfs: scrub: introduce error reporting functionality for scrub_stripeQu Wenruo1-11/+157
2023-04-17btrfs: scrub: introduce a writeback helper for scrub_stripeQu Wenruo1-0/+93
2023-04-17btrfs: scrub: introduce the main read repair worker for scrub_stripeQu Wenruo1-2/+203
2023-04-17btrfs: scrub: introduce a helper to verify one scrub_stripeQu Wenruo1-1/+76
2023-04-17btrfs: scrub: introduce a helper to verify one metadata blockQu Wenruo1-0/+106
2023-04-17btrfs: scrub: introduce helper to find and fill sector info for a scrub_stripeQu Wenruo1-0/+143
2023-04-17btrfs: scrub: introduce structure for new BTRFS_STRIPE_LEN based interfaceQu Wenruo1-0/+142
2023-04-17btrfs: scrub: use dedicated super block verification function to scrub one su...Qu Wenruo1-8/+52
2023-04-17btrfs: scrub: remove root and csum_root arguments from scrub_simple_mirror()Qu Wenruo1-19/+9
2023-04-17btrfs: scrub: remove unused path inside scrub_stripe()Qu Wenruo1-15/+0
2023-04-17btrfs: dev-replace: properly follow its read modeQu Wenruo1-40/+112
2023-04-17btrfs: replace btrfs_io_context::raid_map with a fixed u64 valueQu Wenruo1-11/+14
2023-04-17btrfs: use an efficient way to represent source of duplicated stripesQu Wenruo1-2/+2
2023-04-17btrfs: reduce div64 calls by limiting the number of stripes of a chunk to u32Qu Wenruo1-6/+7
2023-04-17btrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LENQu Wenruo1-22/+21
2023-02-15btrfs: fix spelling mistakes found using codespellColin Ian King1-1/+1
2023-02-13btrfs: scrub: improve tree block error reportingQu Wenruo1-9/+40
2022-12-05btrfs: introduce a bitmap based csum range search functionQu Wenruo1-4/+4
2022-12-05btrfs: use btrfs_dev_name() helper to handle missing devices betterQu Wenruo1-11/+9
2022-12-05btrfs: use a structure to pass arguments to backref walking functionsFilipe Manana1-5/+9
2022-12-05btrfs: use a single argument for extent offset in backref walking functionsFilipe Manana1-1/+1
2022-12-05btrfs: send: optimize clone detection to increase extent sharingFilipe Manana1-2/+2
2022-12-05btrfs: move scrub prototypes into scrub.hJosef Bacik1-0/+1
2022-12-05btrfs: move file-item prototypes into their own headerJosef Bacik1-0/+1
2022-12-05btrfs: sink gfp_t parameter to alloc_scrub_sectorDavid Sterba1-6/+6
2022-12-05btrfs: switch GFP_NOFS to GFP_KERNEL in scrub_setup_recheck_blockDavid Sterba1-2/+2
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik1-0/+1