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
*
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
*
btrfs: scrub: rename scrub_bio::pagev and related members
Qu Wenruo
2022-05-16
1
-39
/
+39
*
btrfs: scrub: rename scrub_page to scrub_sector
Qu Wenruo
2022-05-16
1
-238
/
+234
*
btrfs: scrub: rename members related to scrub_block::pagev
Qu Wenruo
2022-05-16
1
-115
/
+109
*
btrfs: fix assertion failure during scrub due to block group reallocation
Filipe Manana
2022-04-21
1
-1
/
+25
*
btrfs: scrub: remove redundant initialization of increment
Jiapeng Chong
2022-03-14
1
-1
/
+1
*
btrfs: scrub: cleanup the argument list of scrub_stripe()
Qu Wenruo
2022-01-07
1
-32
/
+35
*
btrfs: scrub: cleanup the argument list of scrub_chunk()
Qu Wenruo
2022-01-07
1
-19
/
+19
*
btrfs: remove reada infrastructure
Qu Wenruo
2022-01-07
1
-36
/
+0
*
btrfs: scrub: use btrfs_path::reada for extent tree readahead
Qu Wenruo
2022-01-07
1
-0
/
+1
*
btrfs: scrub: remove the unnecessary path parameter for scrub_raid56_parity()
Qu Wenruo
2022-01-07
1
-14
/
+16
*
btrfs: zoned: sink zone check into btrfs_repair_one_zone
Johannes Thumshirn
2022-01-07
1
-2
/
+2
*
btrfs: scrub: merge SCRUB_PAGES_PER_RD_BIO and SCRUB_PAGES_PER_WR_BIO
Qu Wenruo
2022-01-07
1
-20
/
+14
*
btrfs: update SCRUB_MAX_PAGES_PER_BLOCK
Qu Wenruo
2022-01-07
1
-6
/
+5
*
btrfs: stop accessing ->csum_root directly
Josef Bacik
2022-01-03
1
-2
/
+5
*
btrfs: stop accessing ->extent_root directly
Josef Bacik
2022-01-03
1
-2
/
+4
*
btrfs: drop the _nr from the item helpers
Josef Bacik
2022-01-03
1
-1
/
+1
*
btrfs: make 1-bit bit-fields of scrub_page unsigned int
Colin Ian King
2021-11-16
1
-2
/
+2
*
btrfs: handle device lookup with btrfs_dev_lookup_args
Josef Bacik
2021-10-26
1
-2
/
+4
*
btrfs: add a BTRFS_FS_ERROR helper
Josef Bacik
2021-10-26
1
-1
/
+1
*
btrfs: remove btrfs_raid_bio::fs_info member
Qu Wenruo
2021-10-26
1
-4
/
+4
*
btrfs: rename struct btrfs_io_bio to btrfs_bio
Qu Wenruo
2021-10-26
1
-7
/
+7
*
btrfs: remove btrfs_bio_alloc() helper
Qu Wenruo
2021-10-26
1
-2
/
+2
*
btrfs: rename btrfs_bio to btrfs_io_context
Qu Wenruo
2021-10-26
1
-58
/
+57
*
btrfs: fix typos in comments
David Sterba
2021-06-22
1
-1
/
+1
*
btrfs: scrub: fix subpage repair error caused by hard coded PAGE_SIZE
Qu Wenruo
2021-06-21
1
-40
/
+42
*
btrfs: scrub: factor out common scrub_stripe constraints
David Sterba
2021-06-21
1
-7
/
+2
*
btrfs: scrub: per-device bandwidth control
David Sterba
2021-06-21
1
-0
/
+66
*
btrfs: zoned: fix unpaired block group unfreeze during device replace
Filipe Manana
2021-04-20
1
-3
/
+2
*
btrfs: scrub: drop a few function declarations
Anand Jain
2021-04-19
1
-8
/
+0
*
Merge tag 'block-5.12-2021-03-12-v2' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-03-12
1
-1
/
+1
|
\
|
*
block: rename BIO_MAX_PAGES to BIO_MAX_VECS
Christoph Hellwig
2021-03-11
1
-1
/
+1
*
|
Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-03-01
1
-1
/
+8
|
\
\
|
|
/
|
/
|
|
*
btrfs: fix race between writes to swap files and scrub
Filipe Manana
2021-02-22
1
-1
/
+8
*
|
Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-02-21
1
-1
/
+1
|
\
\
|
|
/
|
/
|
[next]