summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/scrub.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* btrfs: scrub: print messages when started or finishedAnand Jain2019-02-251-0/+5
* btrfs: merge btrfs_find_device and find_deviceAnand Jain2019-02-251-2/+2
* btrfs: refactor btrfs_find_device() take fs_devices as argumentAnand Jain2019-02-251-2/+2
* btrfs: Fix typos in comments and stringsAndrea Gelmini2018-12-171-1/+1
* Btrfs: scrub, move setup of nofs contexts higher in the stackFilipe Manana2018-12-171-20/+14
* btrfs: scrub: move scrub_setup_ctx allocation out of device_list_mutexDavid Sterba2018-12-171-12/+18
* btrfs: scrub: pass fs_info to scrub_setup_ctxDavid Sterba2018-12-171-5/+4
* btrfs: dev-replace: open code trivial locking helpersDavid Sterba2018-12-171-7/+8
* Btrfs: fix deadlock with memory reclaim during scrubFilipe Manana2018-12-171-1/+34
* btrfs: open code btrfs_dev_replace_stats_incDavid Sterba2018-10-151-7/+4
* Btrfs: clean up scrub is_dev_replace parameterOmar Sandoval2018-10-151-14/+9
* btrfs: Use wrapper macro for rcu string to remove duplicate codeMisono Tomohiro2018-08-061-6/+2
* btrfs: scrub: cleanup the remaining nodatasum fixup codeQu Wenruo2018-08-061-289/+0
* btrfs: Use btrfs_mark_bg_unused to replace open codeQu Wenruo2018-08-061-8/+1
* btrfs: open-code bio_set_op_attrsDavid Sterba2018-08-061-3/+3
* btrfs: Remove fs_info from btrfs_inc_block_group_roNikolay Borisov2018-08-061-1/+1
* btrfs: scrub: Remove unused copy_nocow_pages and its callchainQu Wenruo2018-08-061-365/+0
* btrfs: scrub: Don't use inode page cache in scrub_handle_errored_block()Qu Wenruo2018-07-171-8/+9
* btrfs: scrub: Don't use inode pages for device replaceQu Wenruo2018-06-111-1/+1
* btrfs: trace: Add trace points for unused block groupsQu Wenruo2018-05-281-0/+1
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-14/+1
* btrfs: split dev-replace locking helpers for read and writeDavid Sterba2018-03-311-7/+7
* btrfs: use lockdep_assert_held for mutexesDavid Sterba2018-03-311-2/+2
* btrfs: Remove unused length var from scrub_handle_errored_blockNikolay Borisov2018-03-311-2/+0
* Btrfs: scrub: batch rebuild for raid56Liu Bo2018-03-311-18/+61
* Btrfs: dev-replace: make sure target is identical to source when raid56 rebui...Liu Bo2018-03-261-2/+11
OpenPOWER on IntegriCloud