summaryrefslogtreecommitdiff
path: root/fs/btrfs/scrub.c
AgeCommit message (Expand)Author
2025-11-24btrfs: scrub: always update btrfs_scrub_progress::last_physicalQu Wenruo
2025-11-24btrfs: use bool type for btrfs_path members used as booleansFilipe Manana
2025-11-24btrfs: make a few more ASSERTs verboseDavid Sterba
2025-11-24btrfs: move and rename CSUM_FMT definitionDavid Sterba
2025-11-24btrfs: scrub: factor out parity scrub code into a helperQu Wenruo
2025-11-24btrfs: make sure extent and csum paths are always released in scrub_raid56_pa...Qu Wenruo
2025-11-24btrfs: remove btrfs_bio::fs_info by extracting it from btrfs_bio::inodeQu Wenruo
2025-11-24btrfs: declare free_ipath() via DEFINE_FREE()Miquel Sabaté Solà
2025-11-24btrfs: scrub: cancel the run if there is a pending signalQu Wenruo
2025-11-24btrfs: scrub: cancel the run if the process or fs is being frozenQu Wenruo
2025-11-24btrfs: scrub: add cancel/pause/removed bg checks for raid56 parity stripesQu Wenruo
2025-11-24btrfs: fix trivial -Wshadow warningsDavid Sterba
2025-11-05btrfs: scrub: put bio after errors in scrub_raid56_parity_stripe()Zilin Guan
2025-10-13btrfs: do not use folio_test_partial_kmap() in ASSERT()sQu Wenruo
2025-09-23btrfs: add unlikely annotations to branches leading to EIODavid Sterba
2025-09-23btrfs: add unlikely annotations to branches leading to EUCLEANDavid Sterba
2025-09-23btrfs: more trivial BTRFS_PATH_AUTO_FREE conversionsSun YangKai
2025-09-23btrfs: prepare scrub to support bs > ps casesQu Wenruo
2025-09-23btrfs: concentrate highmem handling for data verificationQu Wenruo
2025-09-23btrfs: scrub: replace max_t()/min_t() with clamp() in scrub_throttle_dev_io()Thorsten Blum
2025-09-23btrfs: fix typos in comments and stringsDavid Sterba
2025-09-22btrfs: convert several int parameters to boolDavid Sterba
2025-07-21btrfs: switch RCU helper versions to btrfs_warn()David Sterba
2025-07-21btrfs: switch RCU helper versions to btrfs_err()David Sterba
2025-07-21btrfs: rename err to ret in scrub_submit_extent_sector_read()David Sterba
2025-06-23Merge tag 'for-6.16-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-06-19btrfs: scrub: add prefix for the error messagesAnand Jain
2025-05-26Merge tag 'for-6.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds
2025-05-15btrfs: scrub: reduce memory usage of struct scrub_sector_verificationQu Wenruo
2025-05-15btrfs: scrub: aggregate small bitmaps into a larger oneQu Wenruo
2025-05-15btrfs: scrub: fix a wrong error type when metadata bytenr mismatchesQu Wenruo
2025-05-15btrfs: scrub: move error reporting members to stackQu Wenruo
2025-05-15btrfs: scrub: update device stats when an error is detectedQu Wenruo
2025-05-15btrfs: scrub: use virtual addresses directlyChristoph Hellwig
2025-05-15btrfs: move kmapping out of btrfs_check_sector_csum()Christoph Hellwig
2025-05-07btrfs: use bdev_rw_virt in scrub_one_superChristoph Hellwig
2025-05-02btrfs: avoid NULL pointer dereference if no valid csum treeQu Wenruo
2025-03-18btrfs: unify ordering of btrfs_key initializationsDavid Sterba
2025-01-06btrfs: avoid NULL pointer dereference if no valid extent treeQu Wenruo
2024-11-11btrfs: drop unused parameter map from scrub_simple_mirror()David Sterba
2024-11-11btrfs: scrub: drop unused parameter sctx from scrub_submit_extent_sector_read()David Sterba
2024-11-11btrfs: scrub: skip initial RST lookup errorsJohannes Thumshirn
2024-11-11btrfs: correct typos in multiple comments across various filesShen Lichuan
2024-11-11btrfs: remove redundant stop_loop variable in scrub_stripe()Riyan Dhiman
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