aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/scrub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-07btrfs: zoned: fix locking imbalance on scrubJohannes Thumshirn1-1/+0
2022-11-07Revert "btrfs: scrub: use larger block size for data extent scrub"Qu Wenruo1-7/+1
2022-09-29btrfs: make can_nocow_extent nowait compatibleJosef Bacik1-2/+2
2022-09-26btrfs: properly abstract the parity raid bio handlingChristoph Hellwig1-3/+5
2022-09-26btrfs: scrub: use larger block size for data extent scrubQu Wenruo1-1/+7
2022-09-26btrfs: scrub: move logical/physical/dev/mirror_num from scrub_sector to scrub_blockQu Wenruo1-73/+92
2022-09-26btrfs: scrub: remove scrub_sector::page and use scrub_block::pages insteadQu Wenruo1-32/+67
2022-09-26btrfs: scrub: introduce scrub_block::pages for more efficient memory usage for subpageQu Wenruo1-22/+116
2022-09-26btrfs: scrub: factor out allocation and initialization of scrub_sector into helperQu Wenruo1-31/+29
2022-09-26btrfs: scrub: factor out initialization of scrub_block into helperQu Wenruo1-23/+23
2022-09-26btrfs: scrub: use pointer array to replace sblocks_for_recheckQu Wenruo1-46/+53
2022-09-26btrfs: scrub: remove impossible sanity checksQu Wenruo1-25/+9
2022-09-26btrfs: remove lock protection for BLOCK_GROUP_FLAG_TO_COPYJosef Bacik1-2/+0
2022-09-26btrfs: convert block group bit field to use bit helpersJosef Bacik1-6/+6
2022-09-26btrfs: scrub: try to fix super block errorsQu Wenruo1-0/+36
2022-09-26btrfs: scrub: properly report super block errors in system logQu Wenruo1-21/+12
2022-07-25btrfs: do not return errors from raid56_parity_recoverChristoph Hellwig1-8/+2
2022-07-25btrfs: raid56: use fixed stripe length everywhereChristoph Hellwig1-6/+3
2022-07-25btrfs: remove parameter dev_extent_len from scrub_stripe()Qu Wenruo1-7/+8
2022-07-25btrfs: use integrated bitmaps for scrub_parity::dbitmap and ebitmapQu Wenruo1-24/+13
2022-05-16btrfs: scrub: move scrub_remap_extent() call into scrub_extent()Qu Wenruo1-27/+35
2022-05-16btrfs: scrub: use find_first_extent_item to for extent item searchQu Wenruo1-73/+25
2022-05-16btrfs: scrub: refactor scrub_raid56_parity()Qu Wenruo1-181/+164
2022-05-16btrfs: scrub: use scrub_simple_mirror() to handle RAID56 data stripe scrubQu Wenruo1-226/+21
2022-05-16btrfs: scrub: cleanup the non-RAID56 branches in scrub_stripe()Qu Wenruo1-77/+51
2022-05-16btrfs: scrub: introduce dedicated helper to scrub simple-stripe based rangeQu Wenruo1-12/+88
2022-05-16btrfs: scrub: introduce dedicated helper to scrub simple-mirror based rangeQu Wenruo1-0/+188
2022-05-16btrfs: scrub: introduce a helper to locate an extent itemQu Wenruo1-0/+107
2022-05-16btrfs: calculate physical_end using dev_extent_len directly in scrub_stripe()Qu Wenruo1-4/+2
2022-05-16btrfs: use normal workqueues for scrubChristoph Hellwig1-41/+38
2022-05-16btrfs: raid56: make raid56_add_scrub_pages() subpage compatibleQu Wenruo1-1/+5
2022-05-16btrfs: don't allocate a btrfs_bio for scrub biosChristoph Hellwig1-29/+15
2022-05-16btrfs: use on-stack bio in scrub_repair_page_from_good_copyChristoph Hellwig1-14/+9
2022-05-16btrfs: use on-stack bio in scrub_recheck_blockChristoph Hellwig1-10/+8
2022-05-16btrfs: check-integrity: split submit_bio from btrfsic checkingChristoph Hellwig1-4/+8
2022-05-16btrfs: remove unnecessary type castsYu Zhe1-1/+1
2022-05-16btrfs: scrub: rename scrub_bio::pagev and related membersQu Wenruo1-39/+39
2022-05-16btrfs: scrub: rename scrub_page to scrub_sectorQu Wenruo1-238/+234
2022-05-16btrfs: scrub: rename members related to scrub_block::pagevQu Wenruo1-115/+109
2022-04-21btrfs: fix assertion failure during scrub due to block group reallocationFilipe Manana1-1/+25
2022-03-14btrfs: scrub: remove redundant initialization of incrementJiapeng Chong1-1/+1
2022-01-07btrfs: scrub: cleanup the argument list of scrub_stripe()Qu Wenruo1-32/+35
2022-01-07btrfs: scrub: cleanup the argument list of scrub_chunk()Qu Wenruo1-19/+19
2022-01-07btrfs: remove reada infrastructureQu Wenruo1-36/+0
2022-01-07btrfs: scrub: use btrfs_path::reada for extent tree readaheadQu Wenruo1-0/+1
2022-01-07btrfs: scrub: remove the unnecessary path parameter for scrub_raid56_parity()Qu Wenruo1-14/+16
2022-01-07btrfs: zoned: sink zone check into btrfs_repair_one_zoneJohannes Thumshirn1-2/+2
2022-01-07btrfs: scrub: merge SCRUB_PAGES_PER_RD_BIO and SCRUB_PAGES_PER_WR_BIOQu Wenruo1-20/+14
2022-01-07btrfs: update SCRUB_MAX_PAGES_PER_BLOCKQu Wenruo1-6/+5
2022-01-03btrfs: stop accessing ->csum_root directlyJosef Bacik1-2/+5