aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/scrub.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-21btrfs: fix assertion failure during scrub due to block group reallocationGravatar Filipe Manana 1-1/+25
2022-03-14btrfs: scrub: remove redundant initialization of incrementGravatar Jiapeng Chong 1-1/+1
2022-01-07btrfs: scrub: cleanup the argument list of scrub_stripe()Gravatar Qu Wenruo 1-32/+35
2022-01-07btrfs: scrub: cleanup the argument list of scrub_chunk()Gravatar Qu Wenruo 1-19/+19
2022-01-07btrfs: remove reada infrastructureGravatar Qu Wenruo 1-36/+0
2022-01-07btrfs: scrub: use btrfs_path::reada for extent tree readaheadGravatar Qu Wenruo 1-0/+1
2022-01-07btrfs: scrub: remove the unnecessary path parameter for scrub_raid56_parity()Gravatar Qu Wenruo 1-14/+16
2022-01-07btrfs: zoned: sink zone check into btrfs_repair_one_zoneGravatar Johannes Thumshirn 1-2/+2
2022-01-07btrfs: scrub: merge SCRUB_PAGES_PER_RD_BIO and SCRUB_PAGES_PER_WR_BIOGravatar Qu Wenruo 1-20/+14
2022-01-07btrfs: update SCRUB_MAX_PAGES_PER_BLOCKGravatar Qu Wenruo 1-6/+5
2022-01-03btrfs: stop accessing ->csum_root directlyGravatar Josef Bacik 1-2/+5
2022-01-03btrfs: stop accessing ->extent_root directlyGravatar Josef Bacik 1-2/+4
2022-01-03btrfs: drop the _nr from the item helpersGravatar Josef Bacik 1-1/+1
2021-11-16btrfs: make 1-bit bit-fields of scrub_page unsigned intGravatar Colin Ian King 1-2/+2
2021-10-26btrfs: handle device lookup with btrfs_dev_lookup_argsGravatar Josef Bacik 1-2/+4
2021-10-26btrfs: add a BTRFS_FS_ERROR helperGravatar Josef Bacik 1-1/+1
2021-10-26btrfs: remove btrfs_raid_bio::fs_info memberGravatar Qu Wenruo 1-4/+4
2021-10-26btrfs: rename struct btrfs_io_bio to btrfs_bioGravatar Qu Wenruo 1-7/+7
2021-10-26btrfs: remove btrfs_bio_alloc() helperGravatar Qu Wenruo 1-2/+2
2021-10-26btrfs: rename btrfs_bio to btrfs_io_contextGravatar Qu Wenruo 1-58/+57
2021-06-22btrfs: fix typos in commentsGravatar David Sterba 1-1/+1
2021-06-21btrfs: scrub: fix subpage repair error caused by hard coded PAGE_SIZEGravatar Qu Wenruo 1-40/+42
2021-06-21btrfs: scrub: factor out common scrub_stripe constraintsGravatar David Sterba 1-7/+2
2021-06-21btrfs: scrub: per-device bandwidth controlGravatar David Sterba 1-0/+66
2021-04-20btrfs: zoned: fix unpaired block group unfreeze during device replaceGravatar Filipe Manana 1-3/+2
2021-04-19btrfs: scrub: drop a few function declarationsGravatar Anand Jain 1-8/+0
2021-03-12Merge tag 'block-5.12-2021-03-12-v2' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSGravatar Christoph Hellwig 1-1/+1
2021-03-01Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+8
2021-02-22btrfs: fix race between writes to swap files and scrubGravatar Filipe Manana 1-1/+8
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2021-02-09btrfs: zoned: relocate block group to repair IO failure in zoned filesystemsGravatar Naohiro Aota 1-0/+3
2021-02-09btrfs: zoned: support dev-replace in zoned filesystemsGravatar Naohiro Aota 1-0/+40
2021-02-09btrfs: zoned: implement copying for zoned device-replaceGravatar Naohiro Aota 1-0/+84
2021-02-09btrfs: zoned: mark block groups to copy for device-replaceGravatar Naohiro Aota 1-0/+16
2021-01-24block: store a block_device pointer in struct bioGravatar Christoph Hellwig 1-1/+1
2020-12-09btrfs: scrub: allow scrub to work with subpage sectorsizeGravatar Qu Wenruo 1-8/+0
2020-12-09btrfs: scrub: support subpage data scrubGravatar Qu Wenruo 1-3/+7
2020-12-09btrfs: scrub: support subpage tree block scrubGravatar Qu Wenruo 1-4/+14
2020-12-09btrfs: scrub: always allocate one full page for one sector for RAID56Gravatar Qu Wenruo 1-5/+16
2020-12-09btrfs: scrub: reduce width of extent_len/stripe_len from 64 to 32 bitsGravatar Qu Wenruo 1-23/+31
2020-12-09btrfs: implement log-structured superblock for ZONED modeGravatar Naohiro Aota 1-0/+3
2020-12-08btrfs: scrub: remove the anonymous structure from scrub_pageGravatar Qu Wenruo 1-5/+3
2020-12-08btrfs: remove unused argument seed from btrfs_find_deviceGravatar Anand Jain 1-2/+2
2020-12-08btrfs: scrub: refactor scrub_find_csum()Gravatar Qu Wenruo 1-20/+47
2020-12-08btrfs: scrub: remove the force parameter from scrub_pagesGravatar Qu Wenruo 1-5/+5
2020-12-08btrfs: scrub: distinguish scrub page from regular pageGravatar Qu Wenruo 1-51/+51
2020-12-08btrfs: scrub: remove local copy of csum_size from contextGravatar David Sterba 1-10/+9
2020-12-08btrfs: use cached value of fs_info::csum_size everywhereGravatar David Sterba 1-1/+1
2020-12-08btrfs: use precalculated sectorsize_bits from fs_infoGravatar David Sterba 1-6/+6