summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/scrub.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: Use wrapper macro for rcu string to remove duplicate codeMisono Tomohiro2018-08-061-6/+2Star
* btrfs: scrub: cleanup the remaining nodatasum fixup codeQu Wenruo2018-08-061-289/+0Star
* btrfs: Use btrfs_mark_bg_unused to replace open codeQu Wenruo2018-08-061-8/+1Star
* 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/+0Star
* 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/+1Star
* 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/+0Star
* 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/+4Star
* 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/+1Star
* Btrfs: use struct completion in scrub_submit_raid56_bio_waitLiu Bo2018-01-221-17/+4Star
* 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/+22Star
|\
| * btrfs: scrub: simplify scrub worker initializationDavid Sterba2017-08-211-8/+2Star
| * 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/+8Star
| * 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/+1Star
* | 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-061-133/+78Star
|\
| * 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/+7Star
| * btrfs: btrfs_io_bio_alloc never fails, skip error handlingDavid Sterba2017-06-191-25/+0Star
| * 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/+49Star
| * btrfs: scrub: use fs_info::sectorsize and drop it from scrub contextDavid Sterba2017-06-191-14/+10Star
| * btrfs: scrub: simplify cleanup of wr_ctx in scrub_free_ctxDavid Sterba2017-06-191-5/+1Star
| * btrfs: scrub: inline helper scrub_free_wr_ctxDavid Sterba2017-06-191-10/+4Star
| * btrfs: scrub: inline helper scrub_setup_wr_ctxDavid Sterba2017-06-191-27/+9Star
| * 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