summaryrefslogtreecommitdiff
path: root/fs/btrfs/scrub.c
AgeCommit message (Expand)Author
2022-04-21btrfs: fix assertion failure during scrub due to block group reallocationFilipe Manana
2022-03-14btrfs: scrub: remove redundant initialization of incrementJiapeng Chong
2022-01-07btrfs: scrub: cleanup the argument list of scrub_stripe()Qu Wenruo
2022-01-07btrfs: scrub: cleanup the argument list of scrub_chunk()Qu Wenruo
2022-01-07btrfs: remove reada infrastructureQu Wenruo
2022-01-07btrfs: scrub: use btrfs_path::reada for extent tree readaheadQu Wenruo
2022-01-07btrfs: scrub: remove the unnecessary path parameter for scrub_raid56_parity()Qu Wenruo
2022-01-07btrfs: zoned: sink zone check into btrfs_repair_one_zoneJohannes Thumshirn
2022-01-07btrfs: scrub: merge SCRUB_PAGES_PER_RD_BIO and SCRUB_PAGES_PER_WR_BIOQu Wenruo
2022-01-07btrfs: update SCRUB_MAX_PAGES_PER_BLOCKQu Wenruo
2022-01-03btrfs: stop accessing ->csum_root directlyJosef Bacik
2022-01-03btrfs: stop accessing ->extent_root directlyJosef Bacik
2022-01-03btrfs: drop the _nr from the item helpersJosef Bacik
2021-11-16btrfs: make 1-bit bit-fields of scrub_page unsigned intColin Ian King
2021-10-26btrfs: handle device lookup with btrfs_dev_lookup_argsJosef Bacik
2021-10-26btrfs: add a BTRFS_FS_ERROR helperJosef Bacik
2021-10-26btrfs: remove btrfs_raid_bio::fs_info memberQu Wenruo
2021-10-26btrfs: rename struct btrfs_io_bio to btrfs_bioQu Wenruo
2021-10-26btrfs: remove btrfs_bio_alloc() helperQu Wenruo
2021-10-26btrfs: rename btrfs_bio to btrfs_io_contextQu Wenruo
2021-06-22btrfs: fix typos in commentsDavid Sterba
2021-06-21btrfs: scrub: fix subpage repair error caused by hard coded PAGE_SIZEQu Wenruo
2021-06-21btrfs: scrub: factor out common scrub_stripe constraintsDavid Sterba
2021-06-21btrfs: scrub: per-device bandwidth controlDavid Sterba
2021-04-20btrfs: zoned: fix unpaired block group unfreeze during device replaceFilipe Manana
2021-04-19btrfs: scrub: drop a few function declarationsAnand Jain
2021-03-12Merge tag 'block-5.12-2021-03-12-v2' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig
2021-03-01Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-02-22btrfs: fix race between writes to swap files and scrubFilipe Manana
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-09btrfs: zoned: relocate block group to repair IO failure in zoned filesystemsNaohiro Aota
2021-02-09btrfs: zoned: support dev-replace in zoned filesystemsNaohiro Aota
2021-02-09btrfs: zoned: implement copying for zoned device-replaceNaohiro Aota
2021-02-09btrfs: zoned: mark block groups to copy for device-replaceNaohiro Aota
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig
2020-12-09btrfs: scrub: allow scrub to work with subpage sectorsizeQu Wenruo
2020-12-09btrfs: scrub: support subpage data scrubQu Wenruo
2020-12-09btrfs: scrub: support subpage tree block scrubQu Wenruo
2020-12-09btrfs: scrub: always allocate one full page for one sector for RAID56Qu Wenruo
2020-12-09btrfs: scrub: reduce width of extent_len/stripe_len from 64 to 32 bitsQu Wenruo
2020-12-09btrfs: implement log-structured superblock for ZONED modeNaohiro Aota
2020-12-08btrfs: scrub: remove the anonymous structure from scrub_pageQu Wenruo
2020-12-08btrfs: remove unused argument seed from btrfs_find_deviceAnand Jain
2020-12-08btrfs: scrub: refactor scrub_find_csum()Qu Wenruo
2020-12-08btrfs: scrub: remove the force parameter from scrub_pagesQu Wenruo
2020-12-08btrfs: scrub: distinguish scrub page from regular pageQu Wenruo
2020-12-08btrfs: scrub: remove local copy of csum_size from contextDavid Sterba
2020-12-08btrfs: use cached value of fs_info::csum_size everywhereDavid Sterba
2020-12-08btrfs: use precalculated sectorsize_bits from fs_infoDavid Sterba