summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/scrub.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* btrfs: scrub: remove local copy of csum_size from contextDavid Sterba2020-12-081-10/+9
* btrfs: use cached value of fs_info::csum_size everywhereDavid Sterba2020-12-081-1/+1
* btrfs: use precalculated sectorsize_bits from fs_infoDavid Sterba2020-12-081-6/+6
* btrfs: do not start readahead for csum tree when scrubbing non-data block groupsFilipe Manana2020-12-081-8/+12
* btrfs: scrub: update message regarding read-only statusDavid Sterba2020-11-051-2/+3
* btrfs: scrub: rename ratelimit state varaible to avoid shadowingDavid Sterba2020-10-071-4/+4
* btrfs: allocate scrub workqueues outside of locksJosef Bacik2020-08-271-52/+70
* btrfs: return EROFS for BTRFS_FS_STATE_ERROR casesJosef Bacik2020-07-271-1/+1
* btrfs: scrub: clean up temporary page variables in scrub_checksum_tree_blockDavid Sterba2020-07-271-6/+6
* btrfs: scrub: simplify tree block checksum calculationDavid Sterba2020-07-271-24/+9
* btrfs: scrub: clean up temporary page variables in scrub_checksum_dataDavid Sterba2020-07-271-7/+5
* btrfs: scrub: simplify data block checksum calculationDavid Sterba2020-07-271-21/+3
* btrfs: scrub: clean up temporary page variables in scrub_checksum_superDavid Sterba2020-07-271-8/+8
* btrfs: scrub: remove temporary csum array in scrub_checksum_superDavid Sterba2020-07-271-3/+1
* btrfs: scrub: simplify superblock checksum calculationDavid Sterba2020-07-271-27/+4
* btrfs: scrub: unify naming of page address variablesDavid Sterba2020-07-271-16/+16
* btrfs: scrub: remove kmap/kunmap of pagesDavid Sterba2020-07-271-15/+8
* btrfs: simplify root lookup by idDavid Sterba2020-05-251-5/+1
* btrfs: scrub, only lookup for csums if we are dealing with a data extentFilipe Manana2020-05-251-7/+8
* btrfs: rename member 'trimming' of block group to a more generic nameFilipe Manana2020-05-251-3/+3
* btrfs: fix a race between scrub and block group removal/allocationFilipe Manana2020-05-251-2/+36
* btrfs: scrub: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-231-1/+1
* btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik2020-03-231-3/+3
* btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik2020-03-231-4/+0
* btrfs: hold a ref on the root in scrub_print_warning_inodeJosef Bacik2020-03-231-0/+7
* btrfs: open code btrfs_read_fs_root_no_nameJosef Bacik2020-03-231-1/+1
* Merge tag 'for-5.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2020-01-281-1/+6
|\