aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/scrub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-13btrfs: do not use folio_test_partial_kmap() in ASSERT()sQu Wenruo1-2/+2
2025-09-23btrfs: add unlikely annotations to branches leading to EIODavid Sterba1-7/+7
2025-09-23btrfs: add unlikely annotations to branches leading to EUCLEANDavid Sterba1-2/+2
2025-09-23btrfs: more trivial BTRFS_PATH_AUTO_FREE conversionsSun YangKai1-8/+3
2025-09-23btrfs: prepare scrub to support bs > ps casesQu Wenruo1-22/+29
2025-09-23btrfs: concentrate highmem handling for data verificationQu Wenruo1-2/+16
2025-09-23btrfs: scrub: replace max_t()/min_t() with clamp() in scrub_throttle_dev_io()Thorsten Blum1-2/+1
2025-09-23btrfs: fix typos in comments and stringsDavid Sterba1-1/+1
2025-09-22btrfs: convert several int parameters to boolDavid Sterba1-3/+3
2025-07-21btrfs: switch RCU helper versions to btrfs_warn()David Sterba1-4/+4
2025-07-21btrfs: switch RCU helper versions to btrfs_err()David Sterba1-5/+5
2025-07-21btrfs: rename err to ret in scrub_submit_extent_sector_read()David Sterba1-4/+4
2025-06-23Merge tag 'for-6.16-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-27/+26
2025-06-19btrfs: scrub: add prefix for the error messagesAnand Jain1-27/+26
2025-05-26Merge tag 'for-6.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-174/+286
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds1-8/+2
2025-05-15btrfs: scrub: reduce memory usage of struct scrub_sector_verificationQu Wenruo1-8/+9
2025-05-15btrfs: scrub: aggregate small bitmaps into a larger oneQu Wenruo1-91/+196
2025-05-15btrfs: scrub: fix a wrong error type when metadata bytenr mismatchesQu Wenruo1-1/+1
2025-05-15btrfs: scrub: move error reporting members to stackQu Wenruo1-42/+38
2025-05-15btrfs: scrub: update device stats when an error is detectedQu Wenruo1-3/+29
2025-05-15btrfs: scrub: use virtual addresses directlyChristoph Hellwig1-57/+38
2025-05-15btrfs: move kmapping out of btrfs_check_sector_csum()Christoph Hellwig1-1/+4
2025-05-07btrfs: use bdev_rw_virt in scrub_one_superChristoph Hellwig1-8/+2
2025-05-02btrfs: avoid NULL pointer dereference if no valid csum treeQu Wenruo1-2/+2
2025-03-18btrfs: unify ordering of btrfs_key initializationsDavid Sterba1-2/+2
2025-01-06btrfs: avoid NULL pointer dereference if no valid extent treeQu Wenruo1-0/+4
2024-11-11btrfs: drop unused parameter map from scrub_simple_mirror()David Sterba1-4/+3
2024-11-11btrfs: scrub: drop unused parameter sctx from scrub_submit_extent_sector_read()David Sterba1-3/+2
2024-11-11btrfs: scrub: skip initial RST lookup errorsJohannes Thumshirn1-2/+12
2024-11-11btrfs: correct typos in multiple comments across various filesShen Lichuan1-1/+1
2024-11-11btrfs: remove redundant stop_loop variable in scrub_stripe()Riyan Dhiman1-8/+1
2024-09-10btrfs: rename btrfs_submit_bio() to btrfs_submit_bbio()David Sterba1-5/+5
2024-09-10btrfs: rename btrfs_io_stripe::is_scrub to rst_search_commit_rootJohannes Thumshirn1-1/+1
2024-08-01btrfs: scrub: update last_physical after scrubbing one stripeQu Wenruo1-0/+9
2024-08-01btrfs: factor out stripe length calculation into a helperQu Wenruo1-6/+10
2024-07-11btrfs: rename the extra_gfp parameter of btrfs_alloc_page_array()Qu Wenruo1-1/+1
2024-07-11btrfs: add and use helper to commit the current transactionFilipe Manana1-9/+1
2024-07-11btrfs: scrub: avoid create/commit empty transaction at finish_extent_writes_f...Filipe Manana1-3/+7
2024-07-11btrfs: simplify range parameters of btrfs_wait_ordered_roots()David Sterba1-3/+2
2024-06-25btrfs: scrub: handle RST lookup error correctlyQu Wenruo1-10/+14
2024-05-15btrfs: scrub: initialize ret in scrub_simple_mirror() to fix compilation warningLu Yao1-1/+1
2024-04-18btrfs: scrub: run relocation repair when/only neededNaohiro Aota1-9/+9
2024-03-15btrfs: zoned: use zone aware sb location for scrubJohannes Thumshirn1-1/+11
2024-03-04btrfs: handle invalid extent item reference found in find_first_extent_item()David Sterba1-1/+8
2024-01-18btrfs: scrub: limit RST scrub to chunk boundaryQu Wenruo1-0/+7
2024-01-18btrfs: scrub: avoid use-after-free when chunk length is not 64K alignedQu Wenruo1-7/+22
2023-12-15btrfs: refactor alloc_extent_buffer() to allocate-then-attach methodQu Wenruo1-1/+1
2023-12-15btrfs: fix typos found by codespellDavid Sterba1-4/+4
2023-12-15btrfs: use a dedicated data structure for chunk mapsFilipe Manana1-23/+16