summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/scrub.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * btrfs: handle empty block_group removal for async discardDennis Zhou2020-01-201-1/+6
* | btrfs: scrub: Require mandatory block group RO for dev-replaceQu Wenruo2020-01-241-5/+28
|/
* Btrfs: fix block group remaining RO forever after error during device replaceFilipe Manana2019-11-181-39/+0
* btrfs: scrub: Don't check free space before marking a block group ROQu Wenruo2019-11-181-1/+20
* btrfs: rename btrfs_block_group_cacheDavid Sterba2019-11-181-6/+5
* btrfs: clean up locking name in scrub_enumerate_chunks()Dan Carpenter2019-11-181-3/+3
* btrfs: add dedicated members for start and length of a block groupDavid Sterba2019-11-181-4/+4
* btrfs: move block_group_item::used to block groupDavid Sterba2019-11-181-1/+1
* btrfs: get rid of unique workqueue helper functionsOmar Sandoval2019-11-181-8/+6
* btrfs: don't prematurely free work in scrub_missing_raid56_worker()Omar Sandoval2019-11-181-2/+1
* btrfs: move basic block_group definitions to their own headerJosef Bacik2019-09-091-0/+1
* btrfs: add mask for all RAID1 typesDavid Sterba2019-07-021-1/+1