summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/scrub.c
Commit message (Expand)AuthorAgeFilesLines
...
* btrfs: scrub: introduce structure for new BTRFS_STRIPE_LEN based interfaceQu Wenruo2023-04-171-0/+142
* btrfs: scrub: use dedicated super block verification function to scrub one su...Qu Wenruo2023-04-171-8/+52
* btrfs: scrub: remove root and csum_root arguments from scrub_simple_mirror()Qu Wenruo2023-04-171-19/+9
* btrfs: scrub: remove unused path inside scrub_stripe()Qu Wenruo2023-04-171-15/+0
* btrfs: dev-replace: properly follow its read modeQu Wenruo2023-04-171-40/+112
* btrfs: replace btrfs_io_context::raid_map with a fixed u64 valueQu Wenruo2023-04-171-11/+14
* btrfs: use an efficient way to represent source of duplicated stripesQu Wenruo2023-04-171-2/+2
* btrfs: reduce div64 calls by limiting the number of stripes of a chunk to u32Qu Wenruo2023-04-171-6/+7
* btrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LENQu Wenruo2023-04-171-22/+21
* btrfs: fix spelling mistakes found using codespellColin Ian King2023-02-151-1/+1
* btrfs: scrub: improve tree block error reportingQu Wenruo2023-02-131-9/+40
* btrfs: introduce a bitmap based csum range search functionQu Wenruo2022-12-051-4/+4
* btrfs: use btrfs_dev_name() helper to handle missing devices betterQu Wenruo2022-12-051-11/+9
* btrfs: use a structure to pass arguments to backref walking functionsFilipe Manana2022-12-051-5/+9
* btrfs: use a single argument for extent offset in backref walking functionsFilipe Manana2022-12-051-1/+1
* btrfs: send: optimize clone detection to increase extent sharingFilipe Manana2022-12-051-2/+2
* btrfs: move scrub prototypes into scrub.hJosef Bacik2022-12-051-0/+1
* btrfs: move file-item prototypes into their own headerJosef Bacik2022-12-051-0/+1
* btrfs: sink gfp_t parameter to alloc_scrub_sectorDavid Sterba2022-12-051-6/+6
* btrfs: switch GFP_NOFS to GFP_KERNEL in scrub_setup_recheck_blockDavid Sterba2022-12-051-2/+2
* btrfs: move accessor helpers into accessors.hJosef Bacik2022-12-051-0/+1
* btrfs: move fs wide helpers out of ctree.hJosef Bacik2022-12-051-0/+1
* btrfs: move BTRFS_MAX_MIRRORS into scrub.cJosef Bacik2022-12-051-0/+11
* 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