index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
scrub.c
Age
Commit message (
Expand
)
Author
2025-11-24
btrfs: scrub: always update btrfs_scrub_progress::last_physical
Qu Wenruo
2025-11-24
btrfs: use bool type for btrfs_path members used as booleans
Filipe Manana
2025-11-24
btrfs: make a few more ASSERTs verbose
David Sterba
2025-11-24
btrfs: move and rename CSUM_FMT definition
David Sterba
2025-11-24
btrfs: scrub: factor out parity scrub code into a helper
Qu Wenruo
2025-11-24
btrfs: make sure extent and csum paths are always released in scrub_raid56_pa...
Qu Wenruo
2025-11-24
btrfs: remove btrfs_bio::fs_info by extracting it from btrfs_bio::inode
Qu Wenruo
2025-11-24
btrfs: declare free_ipath() via DEFINE_FREE()
Miquel SabatĂ© SolĂ
2025-11-24
btrfs: scrub: cancel the run if there is a pending signal
Qu Wenruo
2025-11-24
btrfs: scrub: cancel the run if the process or fs is being frozen
Qu Wenruo
2025-11-24
btrfs: scrub: add cancel/pause/removed bg checks for raid56 parity stripes
Qu Wenruo
2025-11-24
btrfs: fix trivial -Wshadow warnings
David Sterba
2025-11-05
btrfs: scrub: put bio after errors in scrub_raid56_parity_stripe()
Zilin Guan
2025-10-13
btrfs: do not use folio_test_partial_kmap() in ASSERT()s
Qu Wenruo
2025-09-23
btrfs: add unlikely annotations to branches leading to EIO
David Sterba
2025-09-23
btrfs: add unlikely annotations to branches leading to EUCLEAN
David Sterba
2025-09-23
btrfs: more trivial BTRFS_PATH_AUTO_FREE conversions
Sun YangKai
2025-09-23
btrfs: prepare scrub to support bs > ps cases
Qu Wenruo
2025-09-23
btrfs: concentrate highmem handling for data verification
Qu Wenruo
2025-09-23
btrfs: scrub: replace max_t()/min_t() with clamp() in scrub_throttle_dev_io()
Thorsten Blum
2025-09-23
btrfs: fix typos in comments and strings
David Sterba
2025-09-22
btrfs: convert several int parameters to bool
David Sterba
2025-07-21
btrfs: switch RCU helper versions to btrfs_warn()
David Sterba
2025-07-21
btrfs: switch RCU helper versions to btrfs_err()
David Sterba
2025-07-21
btrfs: rename err to ret in scrub_submit_extent_sector_read()
David Sterba
2025-06-23
Merge tag 'for-6.16-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2025-06-19
btrfs: scrub: add prefix for the error messages
Anand Jain
2025-05-26
Merge tag 'for-6.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2025-05-26
Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linux
Linus Torvalds
2025-05-15
btrfs: scrub: reduce memory usage of struct scrub_sector_verification
Qu Wenruo
2025-05-15
btrfs: scrub: aggregate small bitmaps into a larger one
Qu Wenruo
2025-05-15
btrfs: scrub: fix a wrong error type when metadata bytenr mismatches
Qu Wenruo
2025-05-15
btrfs: scrub: move error reporting members to stack
Qu Wenruo
2025-05-15
btrfs: scrub: update device stats when an error is detected
Qu Wenruo
2025-05-15
btrfs: scrub: use virtual addresses directly
Christoph Hellwig
2025-05-15
btrfs: move kmapping out of btrfs_check_sector_csum()
Christoph Hellwig
2025-05-07
btrfs: use bdev_rw_virt in scrub_one_super
Christoph Hellwig
2025-05-02
btrfs: avoid NULL pointer dereference if no valid csum tree
Qu Wenruo
2025-03-18
btrfs: unify ordering of btrfs_key initializations
David Sterba
2025-01-06
btrfs: avoid NULL pointer dereference if no valid extent tree
Qu Wenruo
2024-11-11
btrfs: drop unused parameter map from scrub_simple_mirror()
David Sterba
2024-11-11
btrfs: scrub: drop unused parameter sctx from scrub_submit_extent_sector_read()
David Sterba
2024-11-11
btrfs: scrub: skip initial RST lookup errors
Johannes Thumshirn
2024-11-11
btrfs: correct typos in multiple comments across various files
Shen Lichuan
2024-11-11
btrfs: remove redundant stop_loop variable in scrub_stripe()
Riyan Dhiman
2024-09-10
btrfs: rename btrfs_submit_bio() to btrfs_submit_bbio()
David Sterba
2024-09-10
btrfs: rename btrfs_io_stripe::is_scrub to rst_search_commit_root
Johannes Thumshirn
2024-08-01
btrfs: scrub: update last_physical after scrubbing one stripe
Qu Wenruo
2024-08-01
btrfs: factor out stripe length calculation into a helper
Qu Wenruo
2024-07-11
btrfs: rename the extra_gfp parameter of btrfs_alloc_page_array()
Qu Wenruo
[next]