summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/scrub.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-12-05btrfs: move fs wide helpers out of ctree.hJosef Bacik1-0/+1
2022-12-05btrfs: move BTRFS_MAX_MIRRORS into scrub.cJosef Bacik1-0/+11
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...Qu 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 fo...Qu Wenruo1-22/+116
2022-09-26btrfs: scrub: factor out allocation and initialization of scrub_sector into h...Qu 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