aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/scrub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-18btrfs: scrub: Don't append on-disk pages for raid56 scrubQu Wenruo1-4/+0
2017-04-18btrfs: drop redundant parameters from btrfs_map_sblockDavid Sterba1-3/+3
2017-04-18Btrfs: set scrub page's io_error if failing to submit ioLiu Bo1-2/+6
2017-04-18btrfs: convert scrub_ctx.refs from atomic_t to refcount_tElena Reshetova1-5/+5
2017-04-18btrfs: convert scrub_parity.refs from atomic_t to refcount_tElena Reshetova1-4/+4
2017-04-18btrfs: convert scrub_block.refs from atomic_t to refcount_tElena Reshetova1-5/+5
2017-04-18btrfs: convert scrub_recover.refs from atomic_t to refcount_tElena Reshetova1-4/+4
2017-02-28btrfs: Make check_extent_to_block take btrfs_inodeNikolay Borisov1-5/+6
2017-02-28btrfs: make repair_io_failure take btrfs_inodeNikolay Borisov1-1/+1
2017-02-28btrfs: Make btrfs_lookup_ordered_range take btrfs_inodeNikolay Borisov1-1/+1
2017-02-17btrfs: convert btrfs_inc_block_group_ro to accept fs_infoJeff Mahoney1-1/+1
2017-02-17btrfs: remove unused parameters from scrub_setup_wr_ctxDavid Sterba1-7/+3
2016-12-16Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-95/+86
2016-12-06btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney1-5/+4
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney1-14/+7
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney1-41/+39
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney1-15/+15
2016-12-06btrfs: root->fs_info cleanup, use fs_info->dev_root everywhereJeff Mahoney1-43/+43
2016-11-29btrfs: don't abuse REQ_OP_* flags for btrfs_map_blockChristoph Hellwig1-8/+9
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-1/+1
2016-09-26btrfs: unsplit printed stringsJeff Mahoney1-29/+29
2016-08-04Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-6/+6
2016-07-26btrfs: plumb fs_info into btrfs_workJeff Mahoney1-5/+5
2016-07-26Btrfs: subpage-blocksize: Rate limit scrub error messageChandan Rajendra1-1/+1
2016-06-07btrfs: use bio op accessorsMike Christie1-5/+5
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-5/+10
2016-05-30Btrfs: fix race setting block group back to RW mode during device replaceFilipe Manana1-5/+5
2016-05-30Btrfs: fix unprotected assignment of the left cursor for device replaceFilipe Manana1-0/+4
2016-05-30Btrfs: fix race setting block group readonly during device replaceFilipe Manana1-0/+40
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba1-4/+4