summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/scrub.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+22
|\
| * btrfs: scrub: simplify scrub worker initializationDavid Sterba2017-08-211-8/+2
| * 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/+8
| * 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/+1
* | 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-051-133/+78
|\
| * 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/+7
| * btrfs: btrfs_io_bio_alloc never fails, skip error handlingDavid Sterba2017-06-191-25/+0
| * 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/+49
| * btrfs: scrub: use fs_info::sectorsize and drop it from scrub contextDavid Sterba2017-06-191-14/+10
| * btrfs: scrub: simplify cleanup of wr_ctx in scrub_free_ctxDavid Sterba2017-06-191-5/+1
| * btrfs: scrub: inline helper scrub_free_wr_ctxDavid Sterba2017-06-191-10/+4
| * btrfs: scrub: inline helper scrub_setup_wr_ctxDavid Sterba2017-06-191-27/+9
| * 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
* btrfs: scrub: Introduce full stripe lock for RAID56Qu Wenruo2017-04-181-0/+223
* Btrfs: switch to div64_u64 if with a u64 divisorLiu Bo2017-04-181-2/+2
* Btrfs: update scrub_parity to use u64 stripe_lenLiu Bo2017-04-181-4/+4
* btrfs: use clear_page where appropriateDavid Sterba2017-04-181-1/+1
* btrfs: Prevent scrub recheck from racing with dev replaceQu Wenruo2017-04-181-4/+9
* btrfs: Wait for in-flight bios before freeing target device for raid56Qu Wenruo2017-04-181-0/+5
* btrfs: scrub: Don't append on-disk pages for raid56 scrubQu Wenruo2017-04-181-4/+0
* btrfs: drop redundant parameters from btrfs_map_sblockDavid Sterba2017-04-181-3/+3
* Btrfs: set scrub page's io_error if failing to submit ioLiu Bo2017-04-181-2/+6
* btrfs: convert scrub_ctx.refs from atomic_t to refcount_tElena Reshetova2017-04-181-5/+5
* btrfs: convert scrub_parity.refs from atomic_t to refcount_tElena Reshetova2017-04-181-4/+4
* btrfs: convert scrub_block.refs from atomic_t to refcount_tElena Reshetova2017-04-181-5/+5
* btrfs: convert scrub_recover.refs from atomic_t to refcount_tElena Reshetova2017-04-181-4/+4
* btrfs: Make check_extent_to_block take btrfs_inodeNikolay Borisov2017-02-281-5/+6
* btrfs: make repair_io_failure take btrfs_inodeNikolay Borisov2017-02-281-1/+1
* btrfs: Make btrfs_lookup_ordered_range take btrfs_inodeNikolay Borisov2017-02-281-1/+1
* btrfs: convert btrfs_inc_block_group_ro to accept fs_infoJeff Mahoney2017-02-171-1/+1
* btrfs: remove unused parameters from scrub_setup_wr_ctxDavid Sterba2017-02-171-7/+3
* Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-12-161-95/+86
|\
| * btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney2016-12-061-5/+4
| * btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney2016-12-061-14/+7
| * btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney2016-12-061-41/+39
| * btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney2016-12-061-15/+15
| * btrfs: root->fs_info cleanup, use fs_info->dev_root everywhereJeff Mahoney2016-12-061-43/+43
| * btrfs: don't abuse REQ_OP_* flags for btrfs_map_blockChristoph Hellwig2016-11-291-8/+9
OpenPOWER on IntegriCloud