index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
scrub.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
btrfs: scrub: introduce a helper to verify one scrub_stripe
Qu Wenruo
2023-04-17
1
-1
/
+76
*
btrfs: scrub: introduce a helper to verify one metadata block
Qu Wenruo
2023-04-17
1
-0
/
+106
*
btrfs: scrub: introduce helper to find and fill sector info for a scrub_stripe
Qu Wenruo
2023-04-17
1
-0
/
+143
*
btrfs: scrub: introduce structure for new BTRFS_STRIPE_LEN based interface
Qu Wenruo
2023-04-17
1
-0
/
+142
*
btrfs: scrub: use dedicated super block verification function to scrub one su...
Qu Wenruo
2023-04-17
1
-8
/
+52
*
btrfs: scrub: remove root and csum_root arguments from scrub_simple_mirror()
Qu Wenruo
2023-04-17
1
-19
/
+9
*
btrfs: scrub: remove unused path inside scrub_stripe()
Qu Wenruo
2023-04-17
1
-15
/
+0
*
btrfs: dev-replace: properly follow its read mode
Qu Wenruo
2023-04-17
1
-40
/
+112
*
btrfs: replace btrfs_io_context::raid_map with a fixed u64 value
Qu Wenruo
2023-04-17
1
-11
/
+14
*
btrfs: use an efficient way to represent source of duplicated stripes
Qu Wenruo
2023-04-17
1
-2
/
+2
*
btrfs: reduce div64 calls by limiting the number of stripes of a chunk to u32
Qu Wenruo
2023-04-17
1
-6
/
+7
*
btrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LEN
Qu Wenruo
2023-04-17
1
-22
/
+21
*
btrfs: fix spelling mistakes found using codespell
Colin Ian King
2023-02-15
1
-1
/
+1
*
btrfs: scrub: improve tree block error reporting
Qu Wenruo
2023-02-13
1
-9
/
+40
*
btrfs: introduce a bitmap based csum range search function
Qu Wenruo
2022-12-05
1
-4
/
+4
*
btrfs: use btrfs_dev_name() helper to handle missing devices better
Qu Wenruo
2022-12-05
1
-11
/
+9
*
btrfs: use a structure to pass arguments to backref walking functions
Filipe Manana
2022-12-05
1
-5
/
+9
*
btrfs: use a single argument for extent offset in backref walking functions
Filipe Manana
2022-12-05
1
-1
/
+1
*
btrfs: send: optimize clone detection to increase extent sharing
Filipe Manana
2022-12-05
1
-2
/
+2
*
btrfs: move scrub prototypes into scrub.h
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: move file-item prototypes into their own header
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: sink gfp_t parameter to alloc_scrub_sector
David Sterba
2022-12-05
1
-6
/
+6
*
btrfs: switch GFP_NOFS to GFP_KERNEL in scrub_setup_recheck_block
David Sterba
2022-12-05
1
-2
/
+2
*
btrfs: move accessor helpers into accessors.h
Josef Bacik
2022-12-05
1
-0
/
+1
[next]