aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/scrub.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-09block: switch bios to blk_status_tGravatar Christoph Hellwig 1-13/+13
2017-04-18btrfs: scrub: Fix RAID56 recovery race conditionGravatar Qu Wenruo 1-0/+22
2017-04-18btrfs: scrub: Introduce full stripe lock for RAID56Gravatar Qu Wenruo 1-0/+223
2017-04-18Btrfs: switch to div64_u64 if with a u64 divisorGravatar Liu Bo 1-2/+2
2017-04-18Btrfs: update scrub_parity to use u64 stripe_lenGravatar Liu Bo 1-4/+4
2017-04-18btrfs: use clear_page where appropriateGravatar David Sterba 1-1/+1
2017-04-18btrfs: Prevent scrub recheck from racing with dev replaceGravatar Qu Wenruo 1-4/+9
2017-04-18btrfs: Wait for in-flight bios before freeing target device for raid56Gravatar Qu Wenruo 1-0/+5
2017-04-18btrfs: scrub: Don't append on-disk pages for raid56 scrubGravatar Qu Wenruo 1-4/+0
2017-04-18btrfs: drop redundant parameters from btrfs_map_sblockGravatar David Sterba 1-3/+3
2017-04-18Btrfs: set scrub page's io_error if failing to submit ioGravatar Liu Bo 1-2/+6
2017-04-18btrfs: convert scrub_ctx.refs from atomic_t to refcount_tGravatar Elena Reshetova 1-5/+5
2017-04-18btrfs: convert scrub_parity.refs from atomic_t to refcount_tGravatar Elena Reshetova 1-4/+4
2017-04-18btrfs: convert scrub_block.refs from atomic_t to refcount_tGravatar Elena Reshetova 1-5/+5
2017-04-18btrfs: convert scrub_recover.refs from atomic_t to refcount_tGravatar Elena Reshetova 1-4/+4
2017-02-28btrfs: Make check_extent_to_block take btrfs_inodeGravatar Nikolay Borisov 1-5/+6
2017-02-28btrfs: make repair_io_failure take btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2017-02-28btrfs: Make btrfs_lookup_ordered_range take btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2017-02-17btrfs: convert btrfs_inc_block_group_ro to accept fs_infoGravatar Jeff Mahoney 1-1/+1
2017-02-17btrfs: remove unused parameters from scrub_setup_wr_ctxGravatar David Sterba 1-7/+3
2016-12-16Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-95/+86
2016-12-06btrfs: remove root parameter from transaction commit/end routinesGravatar Jeff Mahoney 1-5/+4
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseGravatar Jeff Mahoney 1-14/+7
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesGravatar Jeff Mahoney 1-41/+39
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoGravatar Jeff Mahoney 1-15/+15
2016-12-06btrfs: root->fs_info cleanup, use fs_info->dev_root everywhereGravatar Jeff Mahoney 1-43/+43
2016-11-29btrfs: don't abuse REQ_OP_* flags for btrfs_map_blockGravatar Christoph Hellwig 1-8/+9
2016-11-01block,fs: use REQ_* flags directlyGravatar Christoph Hellwig 1-1/+1
2016-09-26btrfs: unsplit printed stringsGravatar Jeff Mahoney 1-29/+29