summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/scrub.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Btrfs: dev-replace: skip prealloc extents when copy nocow pagesLiu Bo2018-03-261-1/+2
* btrfs: not a disk error if the bio_add_page failsAnand Jain2018-03-261-7/+4
* btrfs: rename btrfs_device::scrub_device to scrub_ctxAnand Jain2018-01-221-7/+7
* Btrfs: fix scrub to repair raid6 corruptionLiu Bo2018-01-221-12/+32
* btrfs: sink unlock_extent parameter gfp_flagsDavid Sterba2018-01-221-2/+1
* Btrfs: use struct completion in scrub_submit_raid56_bio_waitLiu Bo2018-01-221-17/+4
* btrfs: cleanup device states define BTRFS_DEV_STATE_REPLACE_TGTAnand Jain2018-01-221-1/+1
* btrfs: cleanup device states define BTRFS_DEV_STATE_MISSINGAnand Jain2018-01-221-3/+4
* btrfs: cleanup device states define BTRFS_DEV_STATE_IN_FS_METADATAAnand Jain2018-01-221-1/+2
* btrfs: cleanup device states define BTRFS_DEV_STATE_WRITEABLEAnand Jain2018-01-221-1/+2
* btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for ...Zygo Blaxell2017-11-011-3/+3
* btrfs: scrub: get rid of sector_tDavid Sterba2017-10-301-8/+8