| Commit message (Expand) | Author | Age | Files | Lines |
* | btrfs: scrub: run relocation repair when/only needed | Naohiro Aota | 2024-04-18 | 1 | -9/+9 |
* | btrfs: zoned: use zone aware sb location for scrub | Johannes Thumshirn | 2024-03-15 | 1 | -1/+11 |
* | btrfs: handle invalid extent item reference found in find_first_extent_item() | David Sterba | 2024-03-04 | 1 | -1/+8 |
* | btrfs: scrub: limit RST scrub to chunk boundary | Qu Wenruo | 2024-01-18 | 1 | -0/+7 |
* | btrfs: scrub: avoid use-after-free when chunk length is not 64K aligned | Qu Wenruo | 2024-01-18 | 1 | -7/+22 |
* | btrfs: refactor alloc_extent_buffer() to allocate-then-attach method | Qu Wenruo | 2023-12-15 | 1 | -1/+1 |
* | btrfs: fix typos found by codespell | David Sterba | 2023-12-15 | 1 | -4/+4 |
* | btrfs: use a dedicated data structure for chunk maps | Filipe Manana | 2023-12-15 | 1 | -23/+16 |
* | btrfs: use btrfs_next_item() at scrub.c:find_first_extent_item() | Filipe Manana | 2023-12-15 | 1 | -8/+5 |
* | btrfs: scrub: remove unused scrub_ctx::sectors_per_bio | David Sterba | 2023-12-15 | 1 | -1/+0 |
* | btrfs: make found_logical_ret parameter mandatory for function queue_scrub_st... | Qu Wenruo | 2023-11-03 | 1 | -3/+7 |
* | btrfs: add and use helpers for reading and writing last_trans_committed | Filipe Manana | 2023-10-12 | 1 | -1/+1 |
* | btrfs: scrub: implement raid stripe tree support | Johannes Thumshirn | 2023-10-12 | 1 | -0/+71 |
* | btrfs: remove the need_raid_map parameter from btrfs_map_block() | Qu Wenruo | 2023-10-12 | 1 | -2/+2 |
* | btrfs: check-integrity: remove btrfsic_unmount() function | Qu Wenruo | 2023-10-12 | 1 | -1/+0 |
* | btrfs: scrub: move write back of repaired sectors to scrub_stripe_read_repair... | Qu Wenruo | 2023-08-21 | 1 | -47/+25 |
* | btrfs: scrub: don't go ordered workqueue for dev-replace | Qu Wenruo | 2023-08-21 | 1 | -7/+3 |
* | btrfs: scrub: fix grouping of read IO | Qu Wenruo | 2023-08-21 | 1 | -25/+71 |
* | btrfs: scrub: avoid unnecessary csum tree search preparing stripes | Qu Wenruo | 2023-08-21 | 1 | -10/+19 |
* | btrfs: scrub: avoid unnecessary extent tree search preparing stripes | Qu Wenruo | 2023-08-21 | 1 | -12/+29 |
* | btrfs: scrub: remove unused btrfs_path in scrub_simple_mirror() | Qu Wenruo | 2023-08-21 | 1 | -5/+0 |
* | btrfs: scrub: remove redundant division of stripe_nr | Colin Ian King | 2023-08-21 | 1 | -1/+0 |
* | Merge tag 'for-6.5-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2023-08-19 | 1 | -1/+2 |
|\ |
|
| * | btrfs: fix replace/scrub failure with metadata_uuid | Anand Jain | 2023-08-17 | 1 | -1/+2 |
* | | Merge tag 'for-6.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav... | Linus Torvalds | 2023-06-26 | 1 | -90/+35 |
|\| |
|
| * | btrfs: scrub: remove btrfs_fs_info::scrub_wr_completion_workers | Qu Wenruo | 2023-06-19 | 1 | -17/+2 |
| * | btrfs: scrub: remove scrub_ctx::csum_list member | Qu Wenruo | 2023-06-19 | 1 | -14/+0 |
| * | btrfs: open code btrfs_map_sblock | Christoph Hellwig | 2023-06-19 | 1 | -4/+5 |
| * | btrfs: use alloc_ordered_workqueue() to create ordered workqueues | Tejun Heo | 2023-06-19 | 1 | -2/+4 |
| * | btrfs: scrub: remove more unused functions | Jiapeng Chong | 2023-06-19 | 1 | -42/+0 |
| * | btrfs: handle tree backref walk error properly | Qu Wenruo | 2023-06-19 | 1 | -11/+17 |
| * | btrfs: scrub: use recovered data stripes as cache to avoid unnecessary read | Qu Wenruo | 2023-06-19 | 1 | -0/+7 |
* | | btrfs: fix remaining u32 overflows when left shifting stripe_nr | Qu Wenruo | 2023-06-22 | 1 | -11/+11 |
|/ |
|
* | btrfs: scrub: fix a return value overwrite in scrub_stripe() | Qu Wenruo | 2023-06-14 | 1 | -1/+1 |
* | btrfs: scrub: also report errors hit during the initial read | Qu Wenruo | 2023-06-08 | 1 | -6/+18 |
* | btrfs: scrub: respect the read-only flag during repair | Qu Wenruo | 2023-06-08 | 1 | -1/+1 |
* | btrfs: zoned: fix dev-replace after the scrub rework | Qu Wenruo | 2023-06-01 | 1 | -16/+32 |
* | btrfs: scrub: try harder to mark RAID56 block groups read-only | Qu Wenruo | 2023-05-17 | 1 | -1/+8 |
* | btrfs: dev-replace: error out if we have unrepaired metadata error during | Qu Wenruo | 2023-04-17 | 1 | -5/+42 |
* | btrfs: scrub: remove scrub_bio structure | Qu Wenruo | 2023-04-17 | 1 | -239/+6 |
* | btrfs: scrub: remove scrub_block and scrub_sector structures | Qu Wenruo | 2023-04-17 | 1 | -563/+0 |
* | btrfs: scrub: remove the old scrub recheck code | Qu Wenruo | 2023-04-17 | 1 | -990/+7 |
* | btrfs: scrub: remove the old writeback infrastructure | Qu Wenruo | 2023-04-17 | 1 | -219/+2 |
* | btrfs: scrub: remove scrub_parity structure | Qu Wenruo | 2023-04-17 | 1 | -520/+4 |
* | btrfs: scrub: use scrub_stripe to implement RAID56 P/Q scrub | Qu Wenruo | 2023-04-17 | 1 | -10/+205 |
* | btrfs: scrub: switch scrub_simple_mirror() to scrub_stripe infrastructure | Qu Wenruo | 2023-04-17 | 1 | -464/+29 |
* | btrfs: scrub: introduce helper to queue a stripe for scrub | Qu Wenruo | 2023-04-17 | 1 | -8/+177 |
* | btrfs: scrub: introduce error reporting functionality for scrub_stripe | Qu Wenruo | 2023-04-17 | 1 | -11/+157 |
* | btrfs: scrub: introduce a writeback helper for scrub_stripe | Qu Wenruo | 2023-04-17 | 1 | -0/+93 |
* | btrfs: scrub: introduce the main read repair worker for scrub_stripe | Qu Wenruo | 2023-04-17 | 1 | -2/+203 |