summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/scrub.c
Commit message (Expand)AuthorAgeFilesLines
...
* btrfs: scrub: rename scrub_bio::pagev and related membersQu Wenruo2022-05-161-39/+39
* btrfs: scrub: rename scrub_page to scrub_sectorQu Wenruo2022-05-161-238/+234
* btrfs: scrub: rename members related to scrub_block::pagevQu Wenruo2022-05-161-115/+109
* btrfs: fix assertion failure during scrub due to block group reallocationFilipe Manana2022-04-211-1/+25
* btrfs: scrub: remove redundant initialization of incrementJiapeng Chong2022-03-141-1/+1
* btrfs: scrub: cleanup the argument list of scrub_stripe()Qu Wenruo2022-01-071-32/+35
* btrfs: scrub: cleanup the argument list of scrub_chunk()Qu Wenruo2022-01-071-19/+19
* btrfs: remove reada infrastructureQu Wenruo2022-01-071-36/+0
* btrfs: scrub: use btrfs_path::reada for extent tree readaheadQu Wenruo2022-01-071-0/+1
* btrfs: scrub: remove the unnecessary path parameter for scrub_raid56_parity()Qu Wenruo2022-01-071-14/+16
* btrfs: zoned: sink zone check into btrfs_repair_one_zoneJohannes Thumshirn2022-01-071-2/+2
* btrfs: scrub: merge SCRUB_PAGES_PER_RD_BIO and SCRUB_PAGES_PER_WR_BIOQu Wenruo2022-01-071-20/+14
* btrfs: update SCRUB_MAX_PAGES_PER_BLOCKQu Wenruo2022-01-071-6/+5
* btrfs: stop accessing ->csum_root directlyJosef Bacik2022-01-031-2/+5
* btrfs: stop accessing ->extent_root directlyJosef Bacik2022-01-031-2/+4
* btrfs: drop the _nr from the item helpersJosef Bacik2022-01-031-1/+1
* btrfs: make 1-bit bit-fields of scrub_page unsigned intColin Ian King2021-11-161-2/+2
* btrfs: handle device lookup with btrfs_dev_lookup_argsJosef Bacik2021-10-261-2/+4
* btrfs: add a BTRFS_FS_ERROR helperJosef Bacik2021-10-261-1/+1
* btrfs: remove btrfs_raid_bio::fs_info memberQu Wenruo2021-10-261-4/+4
* btrfs: rename struct btrfs_io_bio to btrfs_bioQu Wenruo2021-10-261-7/+7
* btrfs: remove btrfs_bio_alloc() helperQu Wenruo2021-10-261-2/+2
* btrfs: rename btrfs_bio to btrfs_io_contextQu Wenruo2021-10-261-58/+57
* btrfs: fix typos in commentsDavid Sterba2021-06-221-1/+1
* btrfs: scrub: fix subpage repair error caused by hard coded PAGE_SIZEQu Wenruo2021-06-211-40/+42
* btrfs: scrub: factor out common scrub_stripe constraintsDavid Sterba2021-06-211-7/+2
* btrfs: scrub: per-device bandwidth controlDavid Sterba2021-06-211-0/+66
* btrfs: zoned: fix unpaired block group unfreeze during device replaceFilipe Manana2021-04-201-3/+2
* btrfs: scrub: drop a few function declarationsAnand Jain2021-04-191-8/+0
* Merge tag 'block-5.12-2021-03-12-v2' of git://git.kernel.dk/linux-blockLinus Torvalds2021-03-121-1/+1
|\
| * block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig2021-03-111-1/+1
* | Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-03-011-1/+8
|\ \ | |/ |/|
| * btrfs: fix race between writes to swap files and scrubFilipe Manana2021-02-221-1/+8
* | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-211-1/+1
|\ \ | |/ |/|
| * block: store a block_device pointer in struct bioChristoph Hellwig2021-01-241-1/+1
* | btrfs: zoned: relocate block group to repair IO failure in zoned filesystemsNaohiro Aota2021-02-091-0/+3
* | btrfs: zoned: support dev-replace in zoned filesystemsNaohiro Aota2021-02-091-0/+40
* | btrfs: zoned: implement copying for zoned device-replaceNaohiro Aota2021-02-091-0/+84
* | btrfs: zoned: mark block groups to copy for device-replaceNaohiro Aota2021-02-091-0/+16
|/
* btrfs: scrub: allow scrub to work with subpage sectorsizeQu Wenruo2020-12-091-8/+0
* btrfs: scrub: support subpage data scrubQu Wenruo2020-12-091-3/+7
* btrfs: scrub: support subpage tree block scrubQu Wenruo2020-12-091-4/+14
* btrfs: scrub: always allocate one full page for one sector for RAID56Qu Wenruo2020-12-091-5/+16
* btrfs: scrub: reduce width of extent_len/stripe_len from 64 to 32 bitsQu Wenruo2020-12-091-23/+31
* btrfs: implement log-structured superblock for ZONED modeNaohiro Aota2020-12-091-0/+3
* btrfs: scrub: remove the anonymous structure from scrub_pageQu Wenruo2020-12-081-5/+3
* btrfs: remove unused argument seed from btrfs_find_deviceAnand Jain2020-12-081-2/+2
* btrfs: scrub: refactor scrub_find_csum()Qu Wenruo2020-12-081-20/+47
* btrfs: scrub: remove the force parameter from scrub_pagesQu Wenruo2020-12-081-5/+5
* btrfs: scrub: distinguish scrub page from regular pageQu Wenruo2020-12-081-51/+51