index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
scrub.c
Age
Commit message (
Expand
)
Author
2023-04-17
btrfs: dev-replace: error out if we have unrepaired metadata error during
Qu Wenruo
2023-04-17
btrfs: scrub: remove scrub_bio structure
Qu Wenruo
2023-04-17
btrfs: scrub: remove scrub_block and scrub_sector structures
Qu Wenruo
2023-04-17
btrfs: scrub: remove the old scrub recheck code
Qu Wenruo
2023-04-17
btrfs: scrub: remove the old writeback infrastructure
Qu Wenruo
2023-04-17
btrfs: scrub: remove scrub_parity structure
Qu Wenruo
2023-04-17
btrfs: scrub: use scrub_stripe to implement RAID56 P/Q scrub
Qu Wenruo
2023-04-17
btrfs: scrub: switch scrub_simple_mirror() to scrub_stripe infrastructure
Qu Wenruo
2023-04-17
btrfs: scrub: introduce helper to queue a stripe for scrub
Qu Wenruo
2023-04-17
btrfs: scrub: introduce error reporting functionality for scrub_stripe
Qu Wenruo
2023-04-17
btrfs: scrub: introduce a writeback helper for scrub_stripe
Qu Wenruo
2023-04-17
btrfs: scrub: introduce the main read repair worker for scrub_stripe
Qu Wenruo
2023-04-17
btrfs: scrub: introduce a helper to verify one scrub_stripe
Qu Wenruo
2023-04-17
btrfs: scrub: introduce a helper to verify one metadata block
Qu Wenruo
2023-04-17
btrfs: scrub: introduce helper to find and fill sector info for a scrub_stripe
Qu Wenruo
2023-04-17
btrfs: scrub: introduce structure for new BTRFS_STRIPE_LEN based interface
Qu Wenruo
2023-04-17
btrfs: scrub: use dedicated super block verification function to scrub one su...
Qu Wenruo
2023-04-17
btrfs: scrub: remove root and csum_root arguments from scrub_simple_mirror()
Qu Wenruo
2023-04-17
btrfs: scrub: remove unused path inside scrub_stripe()
Qu Wenruo
2023-04-17
btrfs: dev-replace: properly follow its read mode
Qu Wenruo
2023-04-17
btrfs: replace btrfs_io_context::raid_map with a fixed u64 value
Qu Wenruo
2023-04-17
btrfs: use an efficient way to represent source of duplicated stripes
Qu Wenruo
2023-04-17
btrfs: reduce div64 calls by limiting the number of stripes of a chunk to u32
Qu Wenruo
2023-04-17
btrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LEN
Qu Wenruo
2023-02-15
btrfs: fix spelling mistakes found using codespell
Colin Ian King
2023-02-13
btrfs: scrub: improve tree block error reporting
Qu Wenruo
2022-12-05
btrfs: introduce a bitmap based csum range search function
Qu Wenruo
2022-12-05
btrfs: use btrfs_dev_name() helper to handle missing devices better
Qu Wenruo
2022-12-05
btrfs: use a structure to pass arguments to backref walking functions
Filipe Manana
2022-12-05
btrfs: use a single argument for extent offset in backref walking functions
Filipe Manana
2022-12-05
btrfs: send: optimize clone detection to increase extent sharing
Filipe Manana
2022-12-05
btrfs: move scrub prototypes into scrub.h
Josef Bacik
2022-12-05
btrfs: move file-item prototypes into their own header
Josef Bacik
2022-12-05
btrfs: sink gfp_t parameter to alloc_scrub_sector
David Sterba
2022-12-05
btrfs: switch GFP_NOFS to GFP_KERNEL in scrub_setup_recheck_block
David Sterba
2022-12-05
btrfs: move accessor helpers into accessors.h
Josef Bacik
2022-12-05
btrfs: move fs wide helpers out of ctree.h
Josef Bacik
2022-12-05
btrfs: move BTRFS_MAX_MIRRORS into scrub.c
Josef Bacik
2022-11-07
btrfs: zoned: fix locking imbalance on scrub
Johannes Thumshirn
2022-11-07
Revert "btrfs: scrub: use larger block size for data extent scrub"
Qu Wenruo
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
[next]