summaryrefslogtreecommitdiff
path: root/fs/btrfs/scrub.c
AgeCommit message (Expand)Author
2024-09-10btrfs: rename btrfs_submit_bio() to btrfs_submit_bbio()David Sterba
2024-09-10btrfs: rename btrfs_io_stripe::is_scrub to rst_search_commit_rootJohannes Thumshirn
2024-08-01btrfs: scrub: update last_physical after scrubbing one stripeQu Wenruo
2024-08-01btrfs: factor out stripe length calculation into a helperQu Wenruo
2024-07-11btrfs: rename the extra_gfp parameter of btrfs_alloc_page_array()Qu Wenruo
2024-07-11btrfs: add and use helper to commit the current transactionFilipe Manana
2024-07-11btrfs: scrub: avoid create/commit empty transaction at finish_extent_writes_f...Filipe Manana
2024-07-11btrfs: simplify range parameters of btrfs_wait_ordered_roots()David Sterba
2024-06-25btrfs: scrub: handle RST lookup error correctlyQu Wenruo
2024-05-15btrfs: scrub: initialize ret in scrub_simple_mirror() to fix compilation warningLu Yao
2024-04-18btrfs: scrub: run relocation repair when/only neededNaohiro Aota
2024-03-15btrfs: zoned: use zone aware sb location for scrubJohannes Thumshirn
2024-03-04btrfs: handle invalid extent item reference found in find_first_extent_item()David Sterba
2024-01-18btrfs: scrub: limit RST scrub to chunk boundaryQu Wenruo
2024-01-18btrfs: scrub: avoid use-after-free when chunk length is not 64K alignedQu Wenruo
2023-12-15btrfs: refactor alloc_extent_buffer() to allocate-then-attach methodQu Wenruo
2023-12-15btrfs: fix typos found by codespellDavid Sterba
2023-12-15btrfs: use a dedicated data structure for chunk mapsFilipe Manana
2023-12-15btrfs: use btrfs_next_item() at scrub.c:find_first_extent_item()Filipe Manana
2023-12-15btrfs: scrub: remove unused scrub_ctx::sectors_per_bioDavid Sterba
2023-11-03btrfs: make found_logical_ret parameter mandatory for function queue_scrub_st...Qu Wenruo
2023-10-12btrfs: add and use helpers for reading and writing last_trans_committedFilipe Manana
2023-10-12btrfs: scrub: implement raid stripe tree supportJohannes Thumshirn
2023-10-12btrfs: remove the need_raid_map parameter from btrfs_map_block()Qu Wenruo
2023-10-12btrfs: check-integrity: remove btrfsic_unmount() functionQu Wenruo
2023-08-21btrfs: scrub: move write back of repaired sectors to scrub_stripe_read_repair...Qu Wenruo
2023-08-21btrfs: scrub: don't go ordered workqueue for dev-replaceQu Wenruo
2023-08-21btrfs: scrub: fix grouping of read IOQu Wenruo
2023-08-21btrfs: scrub: avoid unnecessary csum tree search preparing stripesQu Wenruo
2023-08-21btrfs: scrub: avoid unnecessary extent tree search preparing stripesQu Wenruo
2023-08-21btrfs: scrub: remove unused btrfs_path in scrub_simple_mirror()Qu Wenruo
2023-08-21btrfs: scrub: remove redundant division of stripe_nrColin Ian King
2023-08-19Merge tag 'for-6.5-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-08-17btrfs: fix replace/scrub failure with metadata_uuidAnand Jain
2023-06-26Merge tag 'for-6.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2023-06-22btrfs: fix remaining u32 overflows when left shifting stripe_nrQu Wenruo
2023-06-19btrfs: scrub: remove btrfs_fs_info::scrub_wr_completion_workersQu Wenruo
2023-06-19btrfs: scrub: remove scrub_ctx::csum_list memberQu Wenruo
2023-06-19btrfs: open code btrfs_map_sblockChristoph Hellwig
2023-06-19btrfs: use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo
2023-06-19btrfs: scrub: remove more unused functionsJiapeng Chong
2023-06-19btrfs: handle tree backref walk error properlyQu Wenruo
2023-06-19btrfs: scrub: use recovered data stripes as cache to avoid unnecessary readQu Wenruo
2023-06-14btrfs: scrub: fix a return value overwrite in scrub_stripe()Qu Wenruo
2023-06-08btrfs: scrub: also report errors hit during the initial readQu Wenruo
2023-06-08btrfs: scrub: respect the read-only flag during repairQu Wenruo
2023-06-01btrfs: zoned: fix dev-replace after the scrub reworkQu Wenruo
2023-05-17btrfs: scrub: try harder to mark RAID56 block groups read-onlyQu Wenruo
2023-04-17btrfs: dev-replace: error out if we have unrepaired metadata error duringQu Wenruo
2023-04-17btrfs: scrub: remove scrub_bio structureQu Wenruo