aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/scrub.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-15btrfs: open code btrfs_dev_replace_stats_incGravatar David Sterba 1-7/+4
2018-10-15Btrfs: clean up scrub is_dev_replace parameterGravatar Omar Sandoval 1-14/+9
2018-08-06btrfs: Use wrapper macro for rcu string to remove duplicate codeGravatar Misono Tomohiro 1-6/+2
2018-08-06btrfs: scrub: cleanup the remaining nodatasum fixup codeGravatar Qu Wenruo 1-289/+0
2018-08-06btrfs: Use btrfs_mark_bg_unused to replace open codeGravatar Qu Wenruo 1-8/+1
2018-08-06btrfs: open-code bio_set_op_attrsGravatar David Sterba 1-3/+3
2018-08-06btrfs: Remove fs_info from btrfs_inc_block_group_roGravatar Nikolay Borisov 1-1/+1
2018-08-06btrfs: scrub: Remove unused copy_nocow_pages and its callchainGravatar Qu Wenruo 1-365/+0
2018-07-17btrfs: scrub: Don't use inode page cache in scrub_handle_errored_block()Gravatar Qu Wenruo 1-8/+9
2018-06-11btrfs: scrub: Don't use inode pages for device replaceGravatar Qu Wenruo 1-1/+1
2018-05-28btrfs: trace: Add trace points for unused block groupsGravatar Qu Wenruo 1-0/+1
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesGravatar David Sterba 1-14/+1
2018-03-31btrfs: split dev-replace locking helpers for read and writeGravatar David Sterba 1-7/+7
2018-03-31btrfs: use lockdep_assert_held for mutexesGravatar David Sterba 1-2/+2
2018-03-31btrfs: Remove unused length var from scrub_handle_errored_blockGravatar Nikolay Borisov 1-2/+0
2018-03-31Btrfs: scrub: batch rebuild for raid56Gravatar Liu Bo 1-18/+61
2018-03-26Btrfs: dev-replace: make sure target is identical to source when raid56 rebui...Gravatar Liu Bo 1-2/+11
2018-03-26Btrfs: dev-replace: skip prealloc extents when copy nocow pagesGravatar Liu Bo 1-1/+2
2018-03-26btrfs: not a disk error if the bio_add_page failsGravatar Anand Jain 1-7/+4
2018-01-22btrfs: rename btrfs_device::scrub_device to scrub_ctxGravatar Anand Jain 1-7/+7
2018-01-22Btrfs: fix scrub to repair raid6 corruptionGravatar Liu Bo 1-12/+32
2018-01-22btrfs: sink unlock_extent parameter gfp_flagsGravatar David Sterba 1-2/+1
2018-01-22Btrfs: use struct completion in scrub_submit_raid56_bio_waitGravatar Liu Bo 1-17/+4
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_REPLACE_TGTGravatar Anand Jain 1-1/+1
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_MISSINGGravatar Anand Jain 1-3/+4
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_IN_FS_METADATAGravatar Anand Jain 1-1/+2
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_WRITEABLEGravatar Anand Jain 1-1/+2
2017-11-01btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for ...Gravatar Zygo Blaxell 1-3/+3
2017-10-30btrfs: scrub: get rid of sector_tGravatar David Sterba 1-8/+8
2017-09-09Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-25/+22
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexGravatar Christoph Hellwig 1-6/+6
2017-08-21btrfs: scrub: simplify scrub worker initializationGravatar David Sterba 1-8/+2
2017-08-21btrfs: scrub: clean up division in scrub_find_csumGravatar David Sterba 1-1/+3
2017-08-21btrfs: scrub: clean up division in __scrub_mark_bitmapGravatar David Sterba 1-2/+6
2017-08-21btrfs: scrub: use bool for flush_all_writesGravatar David Sterba 1-10/+8
2017-08-18btrfs: use appropriate define for the fsidGravatar Anand Jain 1-1/+1
2017-08-16btrfs: account that we're waiting for IO in scrub_submit_raid56_bio_waitGravatar David Sterba 1-1/+1
2017-08-16btrfs: drop newlines from strings when using btrfs_* helpersGravatar David Sterba 1-2/+1
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-133/+78
2017-06-29btrfs: fix integer overflow in calc_reclaim_items_nrGravatar Chris Mason 1-1/+1
2017-06-29btrfs: scrub: fix target device intialization while setting up scrub contextGravatar David Sterba 1-2/+2
2017-06-19btrfs: sink gfp parameter to btrfs_io_bio_allocGravatar David Sterba 1-9/+7
2017-06-19btrfs: btrfs_io_bio_alloc never fails, skip error handlingGravatar David Sterba 1-25/+0
2017-06-19btrfs: scrub: add memalloc_nofs protection around init_ipathGravatar David Sterba 1-0/+9
2017-06-19btrfs: scrub: embed scrub_wr_ctx into scrub contextGravatar David Sterba 1-54/+49
2017-06-19btrfs: scrub: use fs_info::sectorsize and drop it from scrub contextGravatar David Sterba 1-14/+10
2017-06-19btrfs: scrub: simplify cleanup of wr_ctx in scrub_free_ctxGravatar David Sterba 1-5/+1
2017-06-19btrfs: scrub: inline helper scrub_free_wr_ctxGravatar David Sterba 1-10/+4
2017-06-19btrfs: scrub: inline helper scrub_setup_wr_ctxGravatar David Sterba 1-27/+9
2017-06-19btrfs: remove inode argument from repair_io_failureGravatar Josef Bacik 1-1/+1