aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/scrub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-18btrfs: move block_group_item::used to block groupDavid Sterba1-1/+1
2019-11-18btrfs: get rid of unique workqueue helper functionsOmar Sandoval1-8/+6
2019-11-18btrfs: don't prematurely free work in scrub_missing_raid56_worker()Omar Sandoval1-2/+1
2019-09-09btrfs: move basic block_group definitions to their own headerJosef Bacik1-0/+1
2019-07-02btrfs: add mask for all RAID1 typesDavid Sterba1-1/+1
2019-07-01btrfs: directly call into crypto framework for checksummingJohannes Thumshirn1-9/+21
2019-07-01btrfs: don't assume ordered sums to be 4 bytesJohannes Thumshirn1-1/+1
2019-07-01btrfs: read number of data stripes from map only onceDavid Sterba1-4/+4
2019-07-01btrfs: remove mapping tree structures indirectionDavid Sterba1-4/+4
2019-04-29btrfs: get fs_info from device in btrfs_scrub_cancel_devDavid Sterba1-2/+2
2019-04-29btrfs: scrub: return EAGAIN when fs is closingDavid Sterba1-1/+1
2019-02-25btrfs: init csum_list before possible freeDan Robertson1-1/+1
2019-02-25btrfs: scrub: add assertions for worker pointersDavid Sterba1-0/+7
2019-02-25btrfs: scrub: convert scrub_workers_refcnt to refcount_tAnand Jain1-3/+6
2019-02-25btrfs: scrub: add scrub_lock lockdep check in scrub_workers_getAnand Jain1-0/+2
2019-02-25btrfs: scrub: fix circular locking dependency warningAnand Jain1-11/+11
2019-02-25btrfs: scrub: print messages when started or finishedAnand Jain1-0/+5
2019-02-25btrfs: merge btrfs_find_device and find_deviceAnand Jain1-2/+2
2019-02-25btrfs: refactor btrfs_find_device() take fs_devices as argumentAnand Jain1-2/+2
2018-12-17btrfs: Fix typos in comments and stringsAndrea Gelmini1-1/+1
2018-12-17Btrfs: scrub, move setup of nofs contexts higher in the stackFilipe Manana1-20/+14
2018-12-17btrfs: scrub: move scrub_setup_ctx allocation out of device_list_mutexDavid Sterba1-12/+18
2018-12-17btrfs: scrub: pass fs_info to scrub_setup_ctxDavid Sterba1-5/+4
2018-12-17btrfs: dev-replace: open code trivial locking helpersDavid Sterba1-7/+8
2018-12-17Btrfs: fix deadlock with memory reclaim during scrubFilipe Manana1-1/+34
2018-10-15btrfs: open code btrfs_dev_replace_stats_incDavid Sterba1-7/+4
2018-10-15Btrfs: clean up scrub is_dev_replace parameterOmar Sandoval1-14/+9
2018-08-06btrfs: Use wrapper macro for rcu string to remove duplicate codeMisono Tomohiro1-6/+2
2018-08-06btrfs: scrub: cleanup the remaining nodatasum fixup codeQu Wenruo1-289/+0
2018-08-06btrfs: Use btrfs_mark_bg_unused to replace open codeQu Wenruo1-8/+1
2018-08-06btrfs: open-code bio_set_op_attrsDavid Sterba1-3/+3
2018-08-06btrfs: Remove fs_info from btrfs_inc_block_group_roNikolay Borisov1-1/+1
2018-08-06btrfs: scrub: Remove unused copy_nocow_pages and its callchainQu Wenruo1-365/+0
2018-07-17btrfs: scrub: Don't use inode page cache in scrub_handle_errored_block()Qu Wenruo1-8/+9
2018-06-11btrfs: scrub: Don't use inode pages for device replaceQu Wenruo1-1/+1
2018-05-28btrfs: trace: Add trace points for unused block groupsQu Wenruo1-0/+1
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba1-14/+1
2018-03-31btrfs: split dev-replace locking helpers for read and writeDavid Sterba1-7/+7
2018-03-31btrfs: use lockdep_assert_held for mutexesDavid Sterba1-2/+2
2018-03-31btrfs: Remove unused length var from scrub_handle_errored_blockNikolay Borisov1-2/+0
2018-03-31Btrfs: scrub: batch rebuild for raid56Liu Bo1-18/+61
2018-03-26Btrfs: dev-replace: make sure target is identical to source when raid56 rebuild failsLiu Bo1-2/+11
2018-03-26Btrfs: dev-replace: skip prealloc extents when copy nocow pagesLiu Bo1-1/+2
2018-03-26btrfs: not a disk error if the bio_add_page failsAnand Jain1-7/+4
2018-01-22btrfs: rename btrfs_device::scrub_device to scrub_ctxAnand Jain1-7/+7
2018-01-22Btrfs: fix scrub to repair raid6 corruptionLiu Bo1-12/+32
2018-01-22btrfs: sink unlock_extent parameter gfp_flagsDavid Sterba1-2/+1
2018-01-22Btrfs: use struct completion in scrub_submit_raid56_bio_waitLiu Bo1-17/+4
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_REPLACE_TGTAnand Jain1-1/+1
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_MISSINGAnand Jain1-3/+4