aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/scrub.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-15btrfs: scrub: initialize ret in scrub_simple_mirror() to fix compilation warningGravatar Lu Yao 1-1/+1
2024-04-18btrfs: scrub: run relocation repair when/only neededGravatar Naohiro Aota 1-9/+9
2024-03-15btrfs: zoned: use zone aware sb location for scrubGravatar Johannes Thumshirn 1-1/+11
2024-03-04btrfs: handle invalid extent item reference found in find_first_extent_item()Gravatar David Sterba 1-1/+8
2024-01-18btrfs: scrub: limit RST scrub to chunk boundaryGravatar Qu Wenruo 1-0/+7
2024-01-18btrfs: scrub: avoid use-after-free when chunk length is not 64K alignedGravatar Qu Wenruo 1-7/+22
2023-12-15btrfs: refactor alloc_extent_buffer() to allocate-then-attach methodGravatar Qu Wenruo 1-1/+1
2023-12-15btrfs: fix typos found by codespellGravatar David Sterba 1-4/+4
2023-12-15btrfs: use a dedicated data structure for chunk mapsGravatar Filipe Manana 1-23/+16
2023-12-15btrfs: use btrfs_next_item() at scrub.c:find_first_extent_item()Gravatar Filipe Manana 1-8/+5
2023-12-15btrfs: scrub: remove unused scrub_ctx::sectors_per_bioGravatar David Sterba 1-1/+0
2023-11-03btrfs: make found_logical_ret parameter mandatory for function queue_scrub_st...Gravatar Qu Wenruo 1-3/+7
2023-10-12btrfs: add and use helpers for reading and writing last_trans_committedGravatar Filipe Manana 1-1/+1
2023-10-12btrfs: scrub: implement raid stripe tree supportGravatar Johannes Thumshirn 1-0/+71
2023-10-12btrfs: remove the need_raid_map parameter from btrfs_map_block()Gravatar Qu Wenruo 1-2/+2
2023-10-12btrfs: check-integrity: remove btrfsic_unmount() functionGravatar Qu Wenruo 1-1/+0
2023-08-21btrfs: scrub: move write back of repaired sectors to scrub_stripe_read_repair...Gravatar Qu Wenruo 1-47/+25
2023-08-21btrfs: scrub: don't go ordered workqueue for dev-replaceGravatar Qu Wenruo 1-7/+3
2023-08-21btrfs: scrub: fix grouping of read IOGravatar Qu Wenruo 1-25/+71
2023-08-21btrfs: scrub: avoid unnecessary csum tree search preparing stripesGravatar Qu Wenruo 1-10/+19
2023-08-21btrfs: scrub: avoid unnecessary extent tree search preparing stripesGravatar Qu Wenruo 1-12/+29
2023-08-21btrfs: scrub: remove unused btrfs_path in scrub_simple_mirror()Gravatar Qu Wenruo 1-5/+0
2023-08-21btrfs: scrub: remove redundant division of stripe_nrGravatar Colin Ian King 1-1/+0
2023-08-19Merge tag 'for-6.5-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+2
2023-08-17btrfs: fix replace/scrub failure with metadata_uuidGravatar Anand Jain 1-1/+2
2023-06-26Merge tag 'for-6.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-90/+35
2023-06-22btrfs: fix remaining u32 overflows when left shifting stripe_nrGravatar Qu Wenruo 1-11/+11
2023-06-19btrfs: scrub: remove btrfs_fs_info::scrub_wr_completion_workersGravatar Qu Wenruo 1-17/+2
2023-06-19btrfs: scrub: remove scrub_ctx::csum_list memberGravatar Qu Wenruo 1-14/+0
2023-06-19btrfs: open code btrfs_map_sblockGravatar Christoph Hellwig 1-4/+5
2023-06-19btrfs: use alloc_ordered_workqueue() to create ordered workqueuesGravatar Tejun Heo 1-2/+4
2023-06-19btrfs: scrub: remove more unused functionsGravatar Jiapeng Chong 1-42/+0
2023-06-19btrfs: handle tree backref walk error properlyGravatar Qu Wenruo 1-11/+17
2023-06-19btrfs: scrub: use recovered data stripes as cache to avoid unnecessary readGravatar Qu Wenruo 1-0/+7
2023-06-14btrfs: scrub: fix a return value overwrite in scrub_stripe()Gravatar Qu Wenruo 1-1/+1
2023-06-08btrfs: scrub: also report errors hit during the initial readGravatar Qu Wenruo 1-6/+18
2023-06-08btrfs: scrub: respect the read-only flag during repairGravatar Qu Wenruo 1-1/+1
2023-06-01btrfs: zoned: fix dev-replace after the scrub reworkGravatar Qu Wenruo 1-16/+32
2023-05-17btrfs: scrub: try harder to mark RAID56 block groups read-onlyGravatar Qu Wenruo 1-1/+8
2023-04-17btrfs: dev-replace: error out if we have unrepaired metadata error duringGravatar Qu Wenruo 1-5/+42
2023-04-17btrfs: scrub: remove scrub_bio structureGravatar Qu Wenruo 1-239/+6
2023-04-17btrfs: scrub: remove scrub_block and scrub_sector structuresGravatar Qu Wenruo 1-563/+0
2023-04-17btrfs: scrub: remove the old scrub recheck codeGravatar Qu Wenruo 1-990/+7
2023-04-17btrfs: scrub: remove the old writeback infrastructureGravatar Qu Wenruo 1-219/+2
2023-04-17btrfs: scrub: remove scrub_parity structureGravatar Qu Wenruo 1-520/+4
2023-04-17btrfs: scrub: use scrub_stripe to implement RAID56 P/Q scrubGravatar Qu Wenruo 1-10/+205
2023-04-17btrfs: scrub: switch scrub_simple_mirror() to scrub_stripe infrastructureGravatar Qu Wenruo 1-464/+29
2023-04-17btrfs: scrub: introduce helper to queue a stripe for scrubGravatar Qu Wenruo 1-8/+177
2023-04-17btrfs: scrub: introduce error reporting functionality for scrub_stripeGravatar Qu Wenruo 1-11/+157
2023-04-17btrfs: scrub: introduce a writeback helper for scrub_stripeGravatar Qu Wenruo 1-0/+93