index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
scrub.c
Age
Commit message (
Expand
)
Author
2022-09-29
btrfs: make can_nocow_extent nowait compatible
Josef Bacik
2022-09-26
btrfs: properly abstract the parity raid bio handling
Christoph Hellwig
2022-09-26
btrfs: scrub: use larger block size for data extent scrub
Qu Wenruo
2022-09-26
btrfs: scrub: move logical/physical/dev/mirror_num from scrub_sector to scrub...
Qu Wenruo
2022-09-26
btrfs: scrub: remove scrub_sector::page and use scrub_block::pages instead
Qu Wenruo
2022-09-26
btrfs: scrub: introduce scrub_block::pages for more efficient memory usage fo...
Qu Wenruo
2022-09-26
btrfs: scrub: factor out allocation and initialization of scrub_sector into h...
Qu Wenruo
2022-09-26
btrfs: scrub: factor out initialization of scrub_block into helper
Qu Wenruo
2022-09-26
btrfs: scrub: use pointer array to replace sblocks_for_recheck
Qu Wenruo
2022-09-26
btrfs: scrub: remove impossible sanity checks
Qu Wenruo
2022-09-26
btrfs: remove lock protection for BLOCK_GROUP_FLAG_TO_COPY
Josef Bacik
2022-09-26
btrfs: convert block group bit field to use bit helpers
Josef Bacik
2022-09-26
btrfs: scrub: try to fix super block errors
Qu Wenruo
2022-09-26
btrfs: scrub: properly report super block errors in system log
Qu Wenruo
2022-07-25
btrfs: do not return errors from raid56_parity_recover
Christoph Hellwig
2022-07-25
btrfs: raid56: use fixed stripe length everywhere
Christoph Hellwig
2022-07-25
btrfs: remove parameter dev_extent_len from scrub_stripe()
Qu Wenruo
2022-07-25
btrfs: use integrated bitmaps for scrub_parity::dbitmap and ebitmap
Qu Wenruo
2022-05-16
btrfs: scrub: move scrub_remap_extent() call into scrub_extent()
Qu Wenruo
2022-05-16
btrfs: scrub: use find_first_extent_item to for extent item search
Qu Wenruo
2022-05-16
btrfs: scrub: refactor scrub_raid56_parity()
Qu Wenruo
2022-05-16
btrfs: scrub: use scrub_simple_mirror() to handle RAID56 data stripe scrub
Qu Wenruo
2022-05-16
btrfs: scrub: cleanup the non-RAID56 branches in scrub_stripe()
Qu Wenruo
2022-05-16
btrfs: scrub: introduce dedicated helper to scrub simple-stripe based range
Qu Wenruo
2022-05-16
btrfs: scrub: introduce dedicated helper to scrub simple-mirror based range
Qu Wenruo
2022-05-16
btrfs: scrub: introduce a helper to locate an extent item
Qu Wenruo
2022-05-16
btrfs: calculate physical_end using dev_extent_len directly in scrub_stripe()
Qu Wenruo
2022-05-16
btrfs: use normal workqueues for scrub
Christoph Hellwig
2022-05-16
btrfs: raid56: make raid56_add_scrub_pages() subpage compatible
Qu Wenruo
2022-05-16
btrfs: don't allocate a btrfs_bio for scrub bios
Christoph Hellwig
2022-05-16
btrfs: use on-stack bio in scrub_repair_page_from_good_copy
Christoph Hellwig
2022-05-16
btrfs: use on-stack bio in scrub_recheck_block
Christoph Hellwig
2022-05-16
btrfs: check-integrity: split submit_bio from btrfsic checking
Christoph Hellwig
2022-05-16
btrfs: remove unnecessary type casts
Yu Zhe
2022-05-16
btrfs: scrub: rename scrub_bio::pagev and related members
Qu Wenruo
2022-05-16
btrfs: scrub: rename scrub_page to scrub_sector
Qu Wenruo
2022-05-16
btrfs: scrub: rename members related to scrub_block::pagev
Qu Wenruo
2022-04-21
btrfs: fix assertion failure during scrub due to block group reallocation
Filipe Manana
2022-03-14
btrfs: scrub: remove redundant initialization of increment
Jiapeng Chong
2022-01-07
btrfs: scrub: cleanup the argument list of scrub_stripe()
Qu Wenruo
2022-01-07
btrfs: scrub: cleanup the argument list of scrub_chunk()
Qu Wenruo
2022-01-07
btrfs: remove reada infrastructure
Qu Wenruo
2022-01-07
btrfs: scrub: use btrfs_path::reada for extent tree readahead
Qu Wenruo
2022-01-07
btrfs: scrub: remove the unnecessary path parameter for scrub_raid56_parity()
Qu Wenruo
2022-01-07
btrfs: zoned: sink zone check into btrfs_repair_one_zone
Johannes Thumshirn
2022-01-07
btrfs: scrub: merge SCRUB_PAGES_PER_RD_BIO and SCRUB_PAGES_PER_WR_BIO
Qu Wenruo
2022-01-07
btrfs: update SCRUB_MAX_PAGES_PER_BLOCK
Qu Wenruo
2022-01-03
btrfs: stop accessing ->csum_root directly
Josef Bacik
2022-01-03
btrfs: stop accessing ->extent_root directly
Josef Bacik
2022-01-03
btrfs: drop the _nr from the item helpers
Josef Bacik
[next]