summaryrefslogtreecommitdiff
path: root/fs/btrfs/scrub.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: do not return errors from raid56_parity_recoverChristoph Hellwig2022-06-221-8/+2
* btrfs: raid56: use fix stripe length everywhereChristoph Hellwig2022-06-221-6/+3
* btrfs: remove parameter dev_extent_len from scrub_stripe()Qu Wenruo2022-06-221-7/+8
* btrfs: use integrated bitmaps for scrub_parity::dbitmap and ebitmapQu Wenruo2022-06-201-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
* btrfs: stop accessing ->extent_root directlyJosef Bacik2022-01-031-2/+4
* btrfs: drop the _nr from the item helpersJosef Bacik2022-01-031-1/+1
* btrfs: make 1-bit bit-fields of scrub_page unsigned intColin Ian King2021-11-161-2/+2
* btrfs: handle device lookup with btrfs_dev_lookup_argsJosef Bacik2021-10-261-2/+4
* btrfs: add a BTRFS_FS_ERROR helperJosef Bacik2021-10-261-1/+1
* btrfs: remove btrfs_raid_bio::fs_info memberQu Wenruo2021-10-261-4/+4
* btrfs: rename struct btrfs_io_bio to btrfs_bioQu Wenruo2021-10-261-7/+7
* btrfs: remove btrfs_bio_alloc() helperQu Wenruo2021-10-261-2/+2
* btrfs: rename btrfs_bio to btrfs_io_contextQu Wenruo2021-10-261-58/+57
* btrfs: fix typos in commentsDavid Sterba2021-06-221-1/+1
* btrfs: scrub: fix subpage repair error caused by hard coded PAGE_SIZEQu Wenruo2021-06-211-40/+42
* btrfs: scrub: factor out common scrub_stripe constraintsDavid Sterba2021-06-211-7/+2
* btrfs: scrub: per-device bandwidth controlDavid Sterba2021-06-211-0/+66
* btrfs: zoned: fix unpaired block group unfreeze during device replaceFilipe Manana2021-04-201-3/+2
* btrfs: scrub: drop a few function declarationsAnand Jain2021-04-191-8/+0
* Merge tag 'block-5.12-2021-03-12-v2' of git://git.kernel.dk/linux-blockLinus Torvalds2021-03-121-1/+1
|\