index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
scrub.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-23
Merge tag 'for-6.16-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
1
-27
/
+26
2025-06-19
btrfs: scrub: add prefix for the error messages
Anand Jain
1
-27
/
+26
2025-05-26
Merge tag 'for-6.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
1
-174
/
+286
2025-05-26
Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linux
Linus Torvalds
1
-8
/
+2
2025-05-15
btrfs: scrub: reduce memory usage of struct scrub_sector_verification
Qu Wenruo
1
-8
/
+9
2025-05-15
btrfs: scrub: aggregate small bitmaps into a larger one
Qu Wenruo
1
-91
/
+196
2025-05-15
btrfs: scrub: fix a wrong error type when metadata bytenr mismatches
Qu Wenruo
1
-1
/
+1
2025-05-15
btrfs: scrub: move error reporting members to stack
Qu Wenruo
1
-42
/
+38
2025-05-15
btrfs: scrub: update device stats when an error is detected
Qu Wenruo
1
-3
/
+29
2025-05-15
btrfs: scrub: use virtual addresses directly
Christoph Hellwig
1
-57
/
+38
2025-05-15
btrfs: move kmapping out of btrfs_check_sector_csum()
Christoph Hellwig
1
-1
/
+4
2025-05-07
btrfs: use bdev_rw_virt in scrub_one_super
Christoph Hellwig
1
-8
/
+2
2025-05-02
btrfs: avoid NULL pointer dereference if no valid csum tree
Qu Wenruo
1
-2
/
+2
2025-03-18
btrfs: unify ordering of btrfs_key initializations
David Sterba
1
-2
/
+2
2025-01-06
btrfs: avoid NULL pointer dereference if no valid extent tree
Qu Wenruo
1
-0
/
+4
2024-11-11
btrfs: drop unused parameter map from scrub_simple_mirror()
David Sterba
1
-4
/
+3
2024-11-11
btrfs: scrub: drop unused parameter sctx from scrub_submit_extent_sector_read()
David Sterba
1
-3
/
+2
2024-11-11
btrfs: scrub: skip initial RST lookup errors
Johannes Thumshirn
1
-2
/
+12
2024-11-11
btrfs: correct typos in multiple comments across various files
Shen Lichuan
1
-1
/
+1
2024-11-11
btrfs: remove redundant stop_loop variable in scrub_stripe()
Riyan Dhiman
1
-8
/
+1
2024-09-10
btrfs: rename btrfs_submit_bio() to btrfs_submit_bbio()
David Sterba
1
-5
/
+5
2024-09-10
btrfs: rename btrfs_io_stripe::is_scrub to rst_search_commit_root
Johannes Thumshirn
1
-1
/
+1
2024-08-01
btrfs: scrub: update last_physical after scrubbing one stripe
Qu Wenruo
1
-0
/
+9
2024-08-01
btrfs: factor out stripe length calculation into a helper
Qu Wenruo
1
-6
/
+10
2024-07-11
btrfs: rename the extra_gfp parameter of btrfs_alloc_page_array()
Qu Wenruo
1
-1
/
+1
2024-07-11
btrfs: add and use helper to commit the current transaction
Filipe Manana
1
-9
/
+1
2024-07-11
btrfs: scrub: avoid create/commit empty transaction at finish_extent_writes_for_zoned()
Filipe Manana
1
-3
/
+7
2024-07-11
btrfs: simplify range parameters of btrfs_wait_ordered_roots()
David Sterba
1
-3
/
+2
2024-06-25
btrfs: scrub: handle RST lookup error correctly
Qu Wenruo
1
-10
/
+14
2024-05-15
btrfs: scrub: initialize ret in scrub_simple_mirror() to fix compilation warning
Lu Yao
1
-1
/
+1
2024-04-18
btrfs: scrub: run relocation repair when/only needed
Naohiro Aota
1
-9
/
+9
2024-03-15
btrfs: zoned: use zone aware sb location for scrub
Johannes Thumshirn
1
-1
/
+11
2024-03-04
btrfs: handle invalid extent item reference found in find_first_extent_item()
David Sterba
1
-1
/
+8
2024-01-18
btrfs: scrub: limit RST scrub to chunk boundary
Qu Wenruo
1
-0
/
+7
2024-01-18
btrfs: scrub: avoid use-after-free when chunk length is not 64K aligned
Qu Wenruo
1
-7
/
+22
2023-12-15
btrfs: refactor alloc_extent_buffer() to allocate-then-attach method
Qu Wenruo
1
-1
/
+1
2023-12-15
btrfs: fix typos found by codespell
David Sterba
1
-4
/
+4
2023-12-15
btrfs: use a dedicated data structure for chunk maps
Filipe Manana
1
-23
/
+16
2023-12-15
btrfs: use btrfs_next_item() at scrub.c:find_first_extent_item()
Filipe Manana
1
-8
/
+5
2023-12-15
btrfs: scrub: remove unused scrub_ctx::sectors_per_bio
David Sterba
1
-1
/
+0
2023-11-03
btrfs: make found_logical_ret parameter mandatory for function queue_scrub_stripe()
Qu Wenruo
1
-3
/
+7
2023-10-12
btrfs: add and use helpers for reading and writing last_trans_committed
Filipe Manana
1
-1
/
+1
2023-10-12
btrfs: scrub: implement raid stripe tree support
Johannes Thumshirn
1
-0
/
+71
2023-10-12
btrfs: remove the need_raid_map parameter from btrfs_map_block()
Qu Wenruo
1
-2
/
+2
2023-10-12
btrfs: check-integrity: remove btrfsic_unmount() function
Qu Wenruo
1
-1
/
+0
2023-08-21
btrfs: scrub: move write back of repaired sectors to scrub_stripe_read_repair_worker()
Qu Wenruo
1
-47
/
+25
2023-08-21
btrfs: scrub: don't go ordered workqueue for dev-replace
Qu Wenruo
1
-7
/
+3
2023-08-21
btrfs: scrub: fix grouping of read IO
Qu Wenruo
1
-25
/
+71
2023-08-21
btrfs: scrub: avoid unnecessary csum tree search preparing stripes
Qu Wenruo
1
-10
/
+19
2023-08-21
btrfs: scrub: avoid unnecessary extent tree search preparing stripes
Qu Wenruo
1
-12
/
+29
[next]