aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/scrub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-22btrfs: fix typos in commentsDavid Sterba1-1/+1
2021-06-21btrfs: scrub: fix subpage repair error caused by hard coded PAGE_SIZEQu Wenruo1-40/+42
2021-06-21btrfs: scrub: factor out common scrub_stripe constraintsDavid Sterba1-7/+2
2021-06-21btrfs: scrub: per-device bandwidth controlDavid Sterba1-0/+66
2021-04-20btrfs: zoned: fix unpaired block group unfreeze during device replaceFilipe Manana1-3/+2
2021-04-19btrfs: scrub: drop a few function declarationsAnand Jain1-8/+0
2021-03-12Merge tag 'block-5.12-2021-03-12-v2' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig1-1/+1
2021-03-01Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-1/+8
2021-02-22btrfs: fix race between writes to swap files and scrubFilipe Manana1-1/+8
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-02-09btrfs: zoned: relocate block group to repair IO failure in zoned filesystemsNaohiro Aota1-0/+3
2021-02-09btrfs: zoned: support dev-replace in zoned filesystemsNaohiro Aota1-0/+40
2021-02-09btrfs: zoned: implement copying for zoned device-replaceNaohiro Aota1-0/+84
2021-02-09btrfs: zoned: mark block groups to copy for device-replaceNaohiro Aota1-0/+16
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig1-1/+1
2020-12-09btrfs: scrub: allow scrub to work with subpage sectorsizeQu Wenruo1-8/+0
2020-12-09btrfs: scrub: support subpage data scrubQu Wenruo1-3/+7
2020-12-09btrfs: scrub: support subpage tree block scrubQu Wenruo1-4/+14
2020-12-09btrfs: scrub: always allocate one full page for one sector for RAID56Qu Wenruo1-5/+16
2020-12-09btrfs: scrub: reduce width of extent_len/stripe_len from 64 to 32 bitsQu Wenruo1-23/+31
2020-12-09btrfs: implement log-structured superblock for ZONED modeNaohiro Aota1-0/+3
2020-12-08btrfs: scrub: remove the anonymous structure from scrub_pageQu Wenruo1-5/+3
2020-12-08btrfs: remove unused argument seed from btrfs_find_deviceAnand Jain1-2/+2
2020-12-08btrfs: scrub: refactor scrub_find_csum()Qu Wenruo1-20/+47
2020-12-08btrfs: scrub: remove the force parameter from scrub_pagesQu Wenruo1-5/+5
2020-12-08btrfs: scrub: distinguish scrub page from regular pageQu Wenruo1-51/+51
2020-12-08btrfs: scrub: remove local copy of csum_size from contextDavid Sterba1-10/+9
2020-12-08btrfs: use cached value of fs_info::csum_size everywhereDavid Sterba1-1/+1
2020-12-08btrfs: use precalculated sectorsize_bits from fs_infoDavid Sterba1-6/+6
2020-12-08btrfs: do not start readahead for csum tree when scrubbing non-data block groupsFilipe Manana1-8/+12
2020-11-05btrfs: scrub: update message regarding read-only statusDavid Sterba1-2/+3
2020-10-07btrfs: scrub: rename ratelimit state varaible to avoid shadowingDavid Sterba1-4/+4
2020-08-27btrfs: allocate scrub workqueues outside of locksJosef Bacik1-52/+70
2020-07-27btrfs: return EROFS for BTRFS_FS_STATE_ERROR casesJosef Bacik1-1/+1
2020-07-27btrfs: scrub: clean up temporary page variables in scrub_checksum_tree_blockDavid Sterba1-6/+6
2020-07-27btrfs: scrub: simplify tree block checksum calculationDavid Sterba1-24/+9
2020-07-27btrfs: scrub: clean up temporary page variables in scrub_checksum_dataDavid Sterba1-7/+5
2020-07-27btrfs: scrub: simplify data block checksum calculationDavid Sterba1-21/+3
2020-07-27btrfs: scrub: clean up temporary page variables in scrub_checksum_superDavid Sterba1-8/+8
2020-07-27btrfs: scrub: remove temporary csum array in scrub_checksum_superDavid Sterba1-3/+1
2020-07-27btrfs: scrub: simplify superblock checksum calculationDavid Sterba1-27/+4
2020-07-27btrfs: scrub: unify naming of page address variablesDavid Sterba1-16/+16
2020-07-27btrfs: scrub: remove kmap/kunmap of pagesDavid Sterba1-15/+8
2020-05-25btrfs: simplify root lookup by idDavid Sterba1-5/+1
2020-05-25btrfs: scrub, only lookup for csums if we are dealing with a data extentFilipe Manana1-7/+8
2020-05-25btrfs: rename member 'trimming' of block group to a more generic nameFilipe Manana1-3/+3
2020-05-25btrfs: fix a race between scrub and block group removal/allocationFilipe Manana1-2/+36
2020-03-23btrfs: scrub: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik1-3/+3