summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/scrub.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* btrfs: directly call into crypto framework for checksummingJohannes Thumshirn2019-07-011-9/+21
* btrfs: don't assume ordered sums to be 4 bytesJohannes Thumshirn2019-07-011-1/+1
* btrfs: read number of data stripes from map only onceDavid Sterba2019-07-011-4/+4
* btrfs: remove mapping tree structures indirectionDavid Sterba2019-07-011-4/+4
* btrfs: get fs_info from device in btrfs_scrub_cancel_devDavid Sterba2019-04-291-2/+2
* btrfs: scrub: return EAGAIN when fs is closingDavid Sterba2019-04-291-1/+1
* btrfs: init csum_list before possible freeDan Robertson2019-02-251-1/+1
* btrfs: scrub: add assertions for worker pointersDavid Sterba2019-02-251-0/+7
* btrfs: scrub: convert scrub_workers_refcnt to refcount_tAnand Jain2019-02-251-3/+6
* btrfs: scrub: add scrub_lock lockdep check in scrub_workers_getAnand Jain2019-02-251-0/+2
* btrfs: scrub: fix circular locking dependency warningAnand Jain2019-02-251-11/+11