index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
scrub.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2022-05-16
btrfs: scrub: use scrub_simple_mirror() to handle RAID56 data stripe scrub
Qu Wenruo
1
-226
/
+21
2022-05-16
btrfs: scrub: cleanup the non-RAID56 branches in scrub_stripe()
Qu Wenruo
1
-77
/
+51
2022-05-16
btrfs: scrub: introduce dedicated helper to scrub simple-stripe based range
Qu Wenruo
1
-12
/
+88
2022-05-16
btrfs: scrub: introduce dedicated helper to scrub simple-mirror based range
Qu Wenruo
1
-0
/
+188
2022-05-16
btrfs: scrub: introduce a helper to locate an extent item
Qu Wenruo
1
-0
/
+107
2022-05-16
btrfs: calculate physical_end using dev_extent_len directly in scrub_stripe()
Qu Wenruo
1
-4
/
+2
2022-05-16
btrfs: use normal workqueues for scrub
Christoph Hellwig
1
-41
/
+38
2022-05-16
btrfs: raid56: make raid56_add_scrub_pages() subpage compatible
Qu Wenruo
1
-1
/
+5
2022-05-16
btrfs: don't allocate a btrfs_bio for scrub bios
Christoph Hellwig
1
-29
/
+15
2022-05-16
btrfs: use on-stack bio in scrub_repair_page_from_good_copy
Christoph Hellwig
1
-14
/
+9
2022-05-16
btrfs: use on-stack bio in scrub_recheck_block
Christoph Hellwig
1
-10
/
+8
2022-05-16
btrfs: check-integrity: split submit_bio from btrfsic checking
Christoph Hellwig
1
-4
/
+8
2022-05-16
btrfs: remove unnecessary type casts
Yu Zhe
1
-1
/
+1
2022-05-16
btrfs: scrub: rename scrub_bio::pagev and related members
Qu Wenruo
1
-39
/
+39
2022-05-16
btrfs: scrub: rename scrub_page to scrub_sector
Qu Wenruo
1
-238
/
+234
2022-05-16
btrfs: scrub: rename members related to scrub_block::pagev
Qu Wenruo
1
-115
/
+109
2022-04-21
btrfs: fix assertion failure during scrub due to block group reallocation
Filipe Manana
1
-1
/
+25
2022-03-14
btrfs: scrub: remove redundant initialization of increment
Jiapeng Chong
1
-1
/
+1
2022-01-07
btrfs: scrub: cleanup the argument list of scrub_stripe()
Qu Wenruo
1
-32
/
+35
2022-01-07
btrfs: scrub: cleanup the argument list of scrub_chunk()
Qu Wenruo
1
-19
/
+19
2022-01-07
btrfs: remove reada infrastructure
Qu Wenruo
1
-36
/
+0
2022-01-07
btrfs: scrub: use btrfs_path::reada for extent tree readahead
Qu Wenruo
1
-0
/
+1
2022-01-07
btrfs: scrub: remove the unnecessary path parameter for scrub_raid56_parity()
Qu Wenruo
1
-14
/
+16
2022-01-07
btrfs: zoned: sink zone check into btrfs_repair_one_zone
Johannes Thumshirn
1
-2
/
+2
2022-01-07
btrfs: scrub: merge SCRUB_PAGES_PER_RD_BIO and SCRUB_PAGES_PER_WR_BIO
Qu Wenruo
1
-20
/
+14
2022-01-07
btrfs: update SCRUB_MAX_PAGES_PER_BLOCK
Qu Wenruo
1
-6
/
+5
2022-01-03
btrfs: stop accessing ->csum_root directly
Josef Bacik
1
-2
/
+5
2022-01-03
btrfs: stop accessing ->extent_root directly
Josef Bacik
1
-2
/
+4
2022-01-03
btrfs: drop the _nr from the item helpers
Josef Bacik
1
-1
/
+1
2021-11-16
btrfs: make 1-bit bit-fields of scrub_page unsigned int
Colin Ian King
1
-2
/
+2
2021-10-26
btrfs: handle device lookup with btrfs_dev_lookup_args
Josef Bacik
1
-2
/
+4
2021-10-26
btrfs: add a BTRFS_FS_ERROR helper
Josef Bacik
1
-1
/
+1
2021-10-26
btrfs: remove btrfs_raid_bio::fs_info member
Qu Wenruo
1
-4
/
+4
2021-10-26
btrfs: rename struct btrfs_io_bio to btrfs_bio
Qu Wenruo
1
-7
/
+7
2021-10-26
btrfs: remove btrfs_bio_alloc() helper
Qu Wenruo
1
-2
/
+2
2021-10-26
btrfs: rename btrfs_bio to btrfs_io_context
Qu Wenruo
1
-58
/
+57
2021-06-22
btrfs: fix typos in comments
David Sterba
1
-1
/
+1
2021-06-21
btrfs: scrub: fix subpage repair error caused by hard coded PAGE_SIZE
Qu Wenruo
1
-40
/
+42
2021-06-21
btrfs: scrub: factor out common scrub_stripe constraints
David Sterba
1
-7
/
+2
2021-06-21
btrfs: scrub: per-device bandwidth control
David Sterba
1
-0
/
+66
2021-04-20
btrfs: zoned: fix unpaired block group unfreeze during device replace
Filipe Manana
1
-3
/
+2
2021-04-19
btrfs: scrub: drop a few function declarations
Anand Jain
1
-8
/
+0
2021-03-13
Merge tag 'block-5.12-2021-03-12-v2' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
[next]