aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/scrub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_IN_FS_METADATAAnand Jain1-1/+2
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_WRITEABLEAnand Jain1-1/+2
2017-11-01btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for uncompressed extentsZygo Blaxell1-3/+3
2017-10-30btrfs: scrub: get rid of sector_tDavid Sterba1-8/+8
2017-09-09Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-25/+22
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-6/+6
2017-08-21btrfs: scrub: simplify scrub worker initializationDavid Sterba1-8/+2
2017-08-21btrfs: scrub: clean up division in scrub_find_csumDavid Sterba1-1/+3
2017-08-21btrfs: scrub: clean up division in __scrub_mark_bitmapDavid Sterba1-2/+6
2017-08-21btrfs: scrub: use bool for flush_all_writesDavid Sterba1-10/+8
2017-08-18btrfs: use appropriate define for the fsidAnand Jain1-1/+1
2017-08-16btrfs: account that we're waiting for IO in scrub_submit_raid56_bio_waitDavid Sterba1-1/+1
2017-08-16btrfs: drop newlines from strings when using btrfs_* helpersDavid Sterba1-2/+1
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-133/+78
2017-06-29btrfs: fix integer overflow in calc_reclaim_items_nrChris Mason1-1/+1
2017-06-29btrfs: scrub: fix target device intialization while setting up scrub contextDavid Sterba1-2/+2
2017-06-19btrfs: sink gfp parameter to btrfs_io_bio_allocDavid Sterba1-9/+7
2017-06-19btrfs: btrfs_io_bio_alloc never fails, skip error handlingDavid Sterba1-25/+0
2017-06-19btrfs: scrub: add memalloc_nofs protection around init_ipathDavid Sterba1-0/+9
2017-06-19btrfs: scrub: embed scrub_wr_ctx into scrub contextDavid Sterba1-54/+49
2017-06-19btrfs: scrub: use fs_info::sectorsize and drop it from scrub contextDavid Sterba1-14/+10
2017-06-19btrfs: scrub: simplify cleanup of wr_ctx in scrub_free_ctxDavid Sterba1-5/+1
2017-06-19btrfs: scrub: inline helper scrub_free_wr_ctxDavid Sterba1-10/+4
2017-06-19btrfs: scrub: inline helper scrub_setup_wr_ctxDavid Sterba1-27/+9
2017-06-19btrfs: remove inode argument from repair_io_failureJosef Bacik1-1/+1
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-13/+13
2017-04-18btrfs: scrub: Fix RAID56 recovery race conditionQu Wenruo1-0/+22
2017-04-18btrfs: scrub: Introduce full stripe lock for RAID56Qu Wenruo1-0/+223
2017-04-18Btrfs: switch to div64_u64 if with a u64 divisorLiu Bo1-2/+2
2017-04-18Btrfs: update scrub_parity to use u64 stripe_lenLiu Bo1-4/+4
2017-04-18btrfs: use clear_page where appropriateDavid Sterba1-1/+1
2017-04-18btrfs: Prevent scrub recheck from racing with dev replaceQu Wenruo1-4/+9
2017-04-18btrfs: Wait for in-flight bios before freeing target device for raid56Qu Wenruo1-0/+5