index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
scrub.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-17
btrfs: scrub: introduce the main read repair worker for scrub_stripe
Qu Wenruo
1
-2
/
+203
2023-04-17
btrfs: scrub: introduce a helper to verify one scrub_stripe
Qu Wenruo
1
-1
/
+76
2023-04-17
btrfs: scrub: introduce a helper to verify one metadata block
Qu Wenruo
1
-0
/
+106
2023-04-17
btrfs: scrub: introduce helper to find and fill sector info for a scrub_stripe
Qu Wenruo
1
-0
/
+143
2023-04-17
btrfs: scrub: introduce structure for new BTRFS_STRIPE_LEN based interface
Qu Wenruo
1
-0
/
+142
2023-04-17
btrfs: scrub: use dedicated super block verification function to scrub one su...
Qu Wenruo
1
-8
/
+52
2023-04-17
btrfs: scrub: remove root and csum_root arguments from scrub_simple_mirror()
Qu Wenruo
1
-19
/
+9
2023-04-17
btrfs: scrub: remove unused path inside scrub_stripe()
Qu Wenruo
1
-15
/
+0
2023-04-17
btrfs: dev-replace: properly follow its read mode
Qu Wenruo
1
-40
/
+112
2023-04-17
btrfs: replace btrfs_io_context::raid_map with a fixed u64 value
Qu Wenruo
1
-11
/
+14
2023-04-17
btrfs: use an efficient way to represent source of duplicated stripes
Qu Wenruo
1
-2
/
+2
2023-04-17
btrfs: reduce div64 calls by limiting the number of stripes of a chunk to u32
Qu Wenruo
1
-6
/
+7
2023-04-17
btrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LEN
Qu Wenruo
1
-22
/
+21
2023-02-15
btrfs: fix spelling mistakes found using codespell
Colin Ian King
1
-1
/
+1
2023-02-13
btrfs: scrub: improve tree block error reporting
Qu Wenruo
1
-9
/
+40
2022-12-05
btrfs: introduce a bitmap based csum range search function
Qu Wenruo
1
-4
/
+4
2022-12-05
btrfs: use btrfs_dev_name() helper to handle missing devices better
Qu Wenruo
1
-11
/
+9
2022-12-05
btrfs: use a structure to pass arguments to backref walking functions
Filipe Manana
1
-5
/
+9
2022-12-05
btrfs: use a single argument for extent offset in backref walking functions
Filipe Manana
1
-1
/
+1
2022-12-05
btrfs: send: optimize clone detection to increase extent sharing
Filipe Manana
1
-2
/
+2
2022-12-05
btrfs: move scrub prototypes into scrub.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move file-item prototypes into their own header
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: sink gfp_t parameter to alloc_scrub_sector
David Sterba
1
-6
/
+6
2022-12-05
btrfs: switch GFP_NOFS to GFP_KERNEL in scrub_setup_recheck_block
David Sterba
1
-2
/
+2
2022-12-05
btrfs: move accessor helpers into accessors.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move fs wide helpers out of ctree.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move BTRFS_MAX_MIRRORS into scrub.c
Josef Bacik
1
-0
/
+11
2022-11-07
btrfs: zoned: fix locking imbalance on scrub
Johannes Thumshirn
1
-1
/
+0
2022-11-07
Revert "btrfs: scrub: use larger block size for data extent scrub"
Qu Wenruo
1
-7
/
+1
2022-09-29
btrfs: make can_nocow_extent nowait compatible
Josef Bacik
1
-2
/
+2
2022-09-26
btrfs: properly abstract the parity raid bio handling
Christoph Hellwig
1
-3
/
+5
2022-09-26
btrfs: scrub: use larger block size for data extent scrub
Qu Wenruo
1
-1
/
+7
2022-09-26
btrfs: scrub: move logical/physical/dev/mirror_num from scrub_sector to scrub...
Qu Wenruo
1
-73
/
+92
2022-09-26
btrfs: scrub: remove scrub_sector::page and use scrub_block::pages instead
Qu Wenruo
1
-32
/
+67
2022-09-26
btrfs: scrub: introduce scrub_block::pages for more efficient memory usage fo...
Qu Wenruo
1
-22
/
+116
2022-09-26
btrfs: scrub: factor out allocation and initialization of scrub_sector into h...
Qu Wenruo
1
-31
/
+29
2022-09-26
btrfs: scrub: factor out initialization of scrub_block into helper
Qu Wenruo
1
-23
/
+23
2022-09-26
btrfs: scrub: use pointer array to replace sblocks_for_recheck
Qu Wenruo
1
-46
/
+53
2022-09-26
btrfs: scrub: remove impossible sanity checks
Qu Wenruo
1
-25
/
+9
2022-09-26
btrfs: remove lock protection for BLOCK_GROUP_FLAG_TO_COPY
Josef Bacik
1
-2
/
+0
2022-09-26
btrfs: convert block group bit field to use bit helpers
Josef Bacik
1
-6
/
+6
2022-09-26
btrfs: scrub: try to fix super block errors
Qu Wenruo
1
-0
/
+36
2022-09-26
btrfs: scrub: properly report super block errors in system log
Qu Wenruo
1
-21
/
+12
2022-07-25
btrfs: do not return errors from raid56_parity_recover
Christoph Hellwig
1
-8
/
+2
2022-07-25
btrfs: raid56: use fixed stripe length everywhere
Christoph Hellwig
1
-6
/
+3
2022-07-25
btrfs: remove parameter dev_extent_len from scrub_stripe()
Qu Wenruo
1
-7
/
+8
2022-07-25
btrfs: use integrated bitmaps for scrub_parity::dbitmap and ebitmap
Qu Wenruo
1
-24
/
+13
2022-05-16
btrfs: scrub: move scrub_remap_extent() call into scrub_extent()
Qu Wenruo
1
-27
/
+35
2022-05-16
btrfs: scrub: use find_first_extent_item to for extent item search
Qu Wenruo
1
-73
/
+25
2022-05-16
btrfs: scrub: refactor scrub_raid56_parity()
Qu Wenruo
1
-181
/
+164
[prev]
[next]