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