aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/scrub.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-05btrfs: introduce a bitmap based csum range search functionGravatar Qu Wenruo 1-4/+4
2022-12-05btrfs: use btrfs_dev_name() helper to handle missing devices betterGravatar Qu Wenruo 1-11/+9
2022-12-05btrfs: use a structure to pass arguments to backref walking functionsGravatar Filipe Manana 1-5/+9
2022-12-05btrfs: use a single argument for extent offset in backref walking functionsGravatar Filipe Manana 1-1/+1
2022-12-05btrfs: send: optimize clone detection to increase extent sharingGravatar Filipe Manana 1-2/+2
2022-12-05btrfs: move scrub prototypes into scrub.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move file-item prototypes into their own headerGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: sink gfp_t parameter to alloc_scrub_sectorGravatar David Sterba 1-6/+6
2022-12-05btrfs: switch GFP_NOFS to GFP_KERNEL in scrub_setup_recheck_blockGravatar David Sterba 1-2/+2
2022-12-05btrfs: move accessor helpers into accessors.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move fs wide helpers out of ctree.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move BTRFS_MAX_MIRRORS into scrub.cGravatar Josef Bacik 1-0/+11
2022-11-07btrfs: zoned: fix locking imbalance on scrubGravatar Johannes Thumshirn 1-1/+0
2022-11-07Revert "btrfs: scrub: use larger block size for data extent scrub"Gravatar Qu Wenruo 1-7/+1
2022-09-29btrfs: make can_nocow_extent nowait compatibleGravatar Josef Bacik 1-2/+2
2022-09-26btrfs: properly abstract the parity raid bio handlingGravatar Christoph Hellwig 1-3/+5
2022-09-26btrfs: scrub: use larger block size for data extent scrubGravatar Qu Wenruo 1-1/+7
2022-09-26btrfs: scrub: move logical/physical/dev/mirror_num from scrub_sector to scrub...Gravatar Qu Wenruo 1-73/+92
2022-09-26btrfs: scrub: remove scrub_sector::page and use scrub_block::pages insteadGravatar Qu Wenruo 1-32/+67
2022-09-26btrfs: scrub: introduce scrub_block::pages for more efficient memory usage fo...Gravatar Qu Wenruo 1-22/+116
2022-09-26btrfs: scrub: factor out allocation and initialization of scrub_sector into h...Gravatar Qu Wenruo 1-31/+29
2022-09-26btrfs: scrub: factor out initialization of scrub_block into helperGravatar Qu Wenruo 1-23/+23
2022-09-26btrfs: scrub: use pointer array to replace sblocks_for_recheckGravatar Qu Wenruo 1-46/+53
2022-09-26btrfs: scrub: remove impossible sanity checksGravatar Qu Wenruo 1-25/+9
2022-09-26btrfs: remove lock protection for BLOCK_GROUP_FLAG_TO_COPYGravatar Josef Bacik 1-2/+0
2022-09-26btrfs: convert block group bit field to use bit helpersGravatar Josef Bacik 1-6/+6
2022-09-26btrfs: scrub: try to fix super block errorsGravatar Qu Wenruo 1-0/+36
2022-09-26btrfs: scrub: properly report super block errors in system logGravatar Qu Wenruo 1-21/+12
2022-07-25btrfs: do not return errors from raid56_parity_recoverGravatar Christoph Hellwig 1-8/+2
2022-07-25btrfs: raid56: use fixed stripe length everywhereGravatar Christoph Hellwig 1-6/+3
2022-07-25btrfs: remove parameter dev_extent_len from scrub_stripe()Gravatar Qu Wenruo 1-7/+8
2022-07-25btrfs: use integrated bitmaps for scrub_parity::dbitmap and ebitmapGravatar Qu Wenruo 1-24/+13
2022-05-16btrfs: scrub: move scrub_remap_extent() call into scrub_extent()Gravatar Qu Wenruo 1-27/+35
2022-05-16btrfs: scrub: use find_first_extent_item to for extent item searchGravatar Qu Wenruo 1-73/+25
2022-05-16btrfs: scrub: refactor scrub_raid56_parity()Gravatar Qu Wenruo 1-181/+164
2022-05-16btrfs: scrub: use scrub_simple_mirror() to handle RAID56 data stripe scrubGravatar Qu Wenruo 1-226/+21
2022-05-16btrfs: scrub: cleanup the non-RAID56 branches in scrub_stripe()Gravatar Qu Wenruo 1-77/+51
2022-05-16btrfs: scrub: introduce dedicated helper to scrub simple-stripe based rangeGravatar Qu Wenruo 1-12/+88
2022-05-16btrfs: scrub: introduce dedicated helper to scrub simple-mirror based rangeGravatar Qu Wenruo 1-0/+188
2022-05-16btrfs: scrub: introduce a helper to locate an extent itemGravatar Qu Wenruo 1-0/+107
2022-05-16btrfs: calculate physical_end using dev_extent_len directly in scrub_stripe()Gravatar Qu Wenruo 1-4/+2
2022-05-16btrfs: use normal workqueues for scrubGravatar Christoph Hellwig 1-41/+38
2022-05-16btrfs: raid56: make raid56_add_scrub_pages() subpage compatibleGravatar Qu Wenruo 1-1/+5
2022-05-16btrfs: don't allocate a btrfs_bio for scrub biosGravatar Christoph Hellwig 1-29/+15
2022-05-16btrfs: use on-stack bio in scrub_repair_page_from_good_copyGravatar Christoph Hellwig 1-14/+9
2022-05-16btrfs: use on-stack bio in scrub_recheck_blockGravatar Christoph Hellwig 1-10/+8
2022-05-16btrfs: check-integrity: split submit_bio from btrfsic checkingGravatar Christoph Hellwig 1-4/+8
2022-05-16btrfs: remove unnecessary type castsGravatar Yu Zhe 1-1/+1
2022-05-16btrfs: scrub: rename scrub_bio::pagev and related membersGravatar Qu Wenruo 1-39/+39
2022-05-16btrfs: scrub: rename scrub_page to scrub_sectorGravatar Qu Wenruo 1-238/+234