summaryrefslogtreecommitdiff
path: root/fs/btrfs/scrub.c
AgeCommit message (Expand)Author
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
2023-04-17btrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LENQu Wenruo
2023-02-15btrfs: fix spelling mistakes found using codespellColin Ian King
2023-02-13btrfs: scrub: improve tree block error reportingQu Wenruo
2022-12-05btrfs: introduce a bitmap based csum range search functionQu Wenruo
2022-12-05btrfs: use btrfs_dev_name() helper to handle missing devices betterQu Wenruo
2022-12-05btrfs: use a structure to pass arguments to backref walking functionsFilipe Manana
2022-12-05btrfs: use a single argument for extent offset in backref walking functionsFilipe Manana
2022-12-05btrfs: send: optimize clone detection to increase extent sharingFilipe Manana
2022-12-05btrfs: move scrub prototypes into scrub.hJosef Bacik
2022-12-05btrfs: move file-item prototypes into their own headerJosef Bacik
2022-12-05btrfs: sink gfp_t parameter to alloc_scrub_sectorDavid Sterba
2022-12-05btrfs: switch GFP_NOFS to GFP_KERNEL in scrub_setup_recheck_blockDavid Sterba
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik
2022-12-05btrfs: move fs wide helpers out of ctree.hJosef Bacik
2022-12-05btrfs: move BTRFS_MAX_MIRRORS into scrub.cJosef Bacik
2022-11-07btrfs: zoned: fix locking imbalance on scrubJohannes Thumshirn
2022-11-07Revert "btrfs: scrub: use larger block size for data extent scrub"Qu Wenruo
2022-09-29btrfs: make can_nocow_extent nowait compatibleJosef Bacik
2022-09-26btrfs: properly abstract the parity raid bio handlingChristoph Hellwig
2022-09-26btrfs: scrub: use larger block size for data extent scrubQu Wenruo
2022-09-26btrfs: scrub: move logical/physical/dev/mirror_num from scrub_sector to scrub...Qu Wenruo
2022-09-26btrfs: scrub: remove scrub_sector::page and use scrub_block::pages insteadQu Wenruo
2022-09-26btrfs: scrub: introduce scrub_block::pages for more efficient memory usage fo...Qu Wenruo
2022-09-26btrfs: scrub: factor out allocation and initialization of scrub_sector into h...Qu Wenruo
2022-09-26btrfs: scrub: factor out initialization of scrub_block into helperQu Wenruo
2022-09-26btrfs: scrub: use pointer array to replace sblocks_for_recheckQu Wenruo
2022-09-26btrfs: scrub: remove impossible sanity checksQu Wenruo