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.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
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
scrub.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
btrfs: move fs wide helpers out of ctree.h
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: move BTRFS_MAX_MIRRORS into scrub.c
Josef Bacik
2022-12-05
1
-0
/
+11
*
btrfs: zoned: fix locking imbalance on scrub
Johannes Thumshirn
2022-11-07
1
-1
/
+0
*
Revert "btrfs: scrub: use larger block size for data extent scrub"
Qu Wenruo
2022-11-07
1
-7
/
+1
*
btrfs: make can_nocow_extent nowait compatible
Josef Bacik
2022-09-29
1
-2
/
+2
*
btrfs: properly abstract the parity raid bio handling
Christoph Hellwig
2022-09-26
1
-3
/
+5
*
btrfs: scrub: use larger block size for data extent scrub
Qu Wenruo
2022-09-26
1
-1
/
+7
*
btrfs: scrub: move logical/physical/dev/mirror_num from scrub_sector to scrub...
Qu Wenruo
2022-09-26
1
-73
/
+92
*
btrfs: scrub: remove scrub_sector::page and use scrub_block::pages instead
Qu Wenruo
2022-09-26
1
-32
/
+67
*
btrfs: scrub: introduce scrub_block::pages for more efficient memory usage fo...
Qu Wenruo
2022-09-26
1
-22
/
+116
*
btrfs: scrub: factor out allocation and initialization of scrub_sector into h...
Qu Wenruo
2022-09-26
1
-31
/
+29
*
btrfs: scrub: factor out initialization of scrub_block into helper
Qu Wenruo
2022-09-26
1
-23
/
+23
*
btrfs: scrub: use pointer array to replace sblocks_for_recheck
Qu Wenruo
2022-09-26
1
-46
/
+53
*
btrfs: scrub: remove impossible sanity checks
Qu Wenruo
2022-09-26
1
-25
/
+9
*
btrfs: remove lock protection for BLOCK_GROUP_FLAG_TO_COPY
Josef Bacik
2022-09-26
1
-2
/
+0
*
btrfs: convert block group bit field to use bit helpers
Josef Bacik
2022-09-26
1
-6
/
+6
*
btrfs: scrub: try to fix super block errors
Qu Wenruo
2022-09-26
1
-0
/
+36
*
btrfs: scrub: properly report super block errors in system log
Qu Wenruo
2022-09-26
1
-21
/
+12
*
btrfs: do not return errors from raid56_parity_recover
Christoph Hellwig
2022-07-25
1
-8
/
+2
*
btrfs: raid56: use fixed stripe length everywhere
Christoph Hellwig
2022-07-25
1
-6
/
+3
*
btrfs: remove parameter dev_extent_len from scrub_stripe()
Qu Wenruo
2022-07-25
1
-7
/
+8
*
btrfs: use integrated bitmaps for scrub_parity::dbitmap and ebitmap
Qu Wenruo
2022-07-25
1
-24
/
+13
*
btrfs: scrub: move scrub_remap_extent() call into scrub_extent()
Qu Wenruo
2022-05-16
1
-27
/
+35
*
btrfs: scrub: use find_first_extent_item to for extent item search
Qu Wenruo
2022-05-16
1
-73
/
+25
*
btrfs: scrub: refactor scrub_raid56_parity()
Qu Wenruo
2022-05-16
1
-181
/
+164
*
btrfs: scrub: use scrub_simple_mirror() to handle RAID56 data stripe scrub
Qu Wenruo
2022-05-16
1
-226
/
+21
*
btrfs: scrub: cleanup the non-RAID56 branches in scrub_stripe()
Qu Wenruo
2022-05-16
1
-77
/
+51
*
btrfs: scrub: introduce dedicated helper to scrub simple-stripe based range
Qu Wenruo
2022-05-16
1
-12
/
+88
*
btrfs: scrub: introduce dedicated helper to scrub simple-mirror based range
Qu Wenruo
2022-05-16
1
-0
/
+188
*
btrfs: scrub: introduce a helper to locate an extent item
Qu Wenruo
2022-05-16
1
-0
/
+107
*
btrfs: calculate physical_end using dev_extent_len directly in scrub_stripe()
Qu Wenruo
2022-05-16
1
-4
/
+2
*
btrfs: use normal workqueues for scrub
Christoph Hellwig
2022-05-16
1
-41
/
+38
*
btrfs: raid56: make raid56_add_scrub_pages() subpage compatible
Qu Wenruo
2022-05-16
1
-1
/
+5
*
btrfs: don't allocate a btrfs_bio for scrub bios
Christoph Hellwig
2022-05-16
1
-29
/
+15
*
btrfs: use on-stack bio in scrub_repair_page_from_good_copy
Christoph Hellwig
2022-05-16
1
-14
/
+9
*
btrfs: use on-stack bio in scrub_recheck_block
Christoph Hellwig
2022-05-16
1
-10
/
+8
*
btrfs: check-integrity: split submit_bio from btrfsic checking
Christoph Hellwig
2022-05-16
1
-4
/
+8
*
btrfs: remove unnecessary type casts
Yu Zhe
2022-05-16
1
-1
/
+1
[next]