summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/scrub.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2017-09-091-25/+22
|\
| * btrfs: scrub: simplify scrub worker initializationDavid Sterba2017-08-211-8/+2
| * btrfs: scrub: clean up division in scrub_find_csumDavid Sterba2017-08-211-1/+3
| * btrfs: scrub: clean up division in __scrub_mark_bitmapDavid Sterba2017-08-211-2/+6
| * btrfs: scrub: use bool for flush_all_writesDavid Sterba2017-08-211-10/+8
| * btrfs: use appropriate define for the fsidAnand Jain2017-08-181-1/+1
| * btrfs: account that we're waiting for IO in scrub_submit_raid56_bio_waitDavid Sterba2017-08-161-1/+1
| * btrfs: drop newlines from strings when using btrfs_* helpersDavid Sterba2017-08-161-2/+1
* | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-6/+6
|/
* Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-051-133/+78
|\
| * btrfs: fix integer overflow in calc_reclaim_items_nrChris Mason2017-06-291-1/+1
| * btrfs: scrub: fix target device intialization while setting up scrub contextDavid Sterba2017-06-291-2/+2
| * btrfs: sink gfp parameter to btrfs_io_bio_allocDavid Sterba2017-06-191-9/+7
| * btrfs: btrfs_io_bio_alloc never fails, skip error handlingDavid Sterba2017-06-191-25/+0
| * btrfs: scrub: add memalloc_nofs protection around init_ipathDavid Sterba2017-06-191-0/+9
| * btrfs: scrub: embed scrub_wr_ctx into scrub contextDavid Sterba2017-06-191-54/+49
| * btrfs: scrub: use fs_info::sectorsize and drop it from scrub contextDavid Sterba2017-06-191-14/+10
| * btrfs: scrub: simplify cleanup of wr_ctx in scrub_free_ctxDavid Sterba2017-06-191-5/+1
| * btrfs: scrub: inline helper scrub_free_wr_ctxDavid Sterba2017-06-191-10/+4
| * btrfs: scrub: inline helper scrub_setup_wr_ctxDavid Sterba2017-06-191-27/+9
| * btrfs: remove inode argument from repair_io_failureJosef Bacik2017-06-191-1/+1
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-13/+13
|/
* btrfs: scrub: Fix RAID56 recovery race conditionQu Wenruo2017-04-181-0/+22
* btrfs: scrub: Introduce full stripe lock for RAID56Qu Wenruo2017-04-181-0/+223
* Btrfs: switch to div64_u64 if with a u64 divisorLiu Bo2017-04-181-2/+2
* Btrfs: update scrub_parity to use u64 stripe_lenLiu Bo2017-04-181-4/+4
* btrfs: use clear_page where appropriateDavid Sterba2017-04-181-1/+1
* btrfs: Prevent scrub recheck from racing with dev replaceQu Wenruo2017-04-181-4/+9
* btrfs: Wait for in-flight bios before freeing target device for raid56Qu Wenruo2017-04-181-0/+5
* btrfs: scrub: Don't append on-disk pages for raid56 scrubQu Wenruo2017-04-181-4/+0
* btrfs: drop redundant parameters from btrfs_map_sblockDavid Sterba2017-04-181-3/+3
* Btrfs: set scrub page's io_error if failing to submit ioLiu Bo2017-04-181-2/+6