summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-141-10/+9
|\
| * Btrfs: fix unexpected return value of bio_readpage_errorLiu Bo2017-07-141-6/+6
| * btrfs: btrfs_create_repair_bio never fails, skip error handlingDavid Sterba2017-07-141-4/+0
| * btrfs: cloned bios must not be iterated by bio_for_each_segment_allDavid Sterba2017-07-141-0/+3
* | Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2017-07-061-3/+3
|\ \
| * | percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchNikolay Borisov2017-06-201-3/+3
* | | Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-051-137/+108
|\ \ \ | | |/ | |/|
| * | btrfs: Remove false alert when fiemap range is smaller than on-disk extentQu Wenruo2017-06-291-16/+12
| * | btrfs: sink gfp parameter to btrfs_io_bio_allocDavid Sterba2017-06-191-4/+4
| * | btrfs: add helper to initialize the non-bio part of btrfs_io_bioDavid Sterba2017-06-191-16/+14
| * | btrfs: pass bytes to btrfs_bio_allocDavid Sterba2017-06-191-3/+3
| * | btrfs: remove redundant parameters from btrfs_bio_allocDavid Sterba2017-06-191-6/+3
| * | btrfs: sink gfp parameter to btrfs_bio_cloneDavid Sterba2017-06-191-2/+2
| * | btrfs: btrfs_io_bio_alloc never fails, skip error handlingDavid Sterba2017-06-191-5/+0
| * | btrfs: btrfs_bio_alloc never fails, skip error handlingDavid Sterba2017-06-191-3/+0
| * | btrfs: bioset allocations will never fail, adapt our helpersDavid Sterba2017-06-191-32/+20
| * | btrfs: rename btrfs_leaf_data to BTRFS_LEAF_DATA_OFFSETNikolay Borisov2017-06-191-1/+1
| * | Btrfs: hardcode GFP_NOFS for btrfs_bio_clone_partialLiu Bo2017-06-191-3/+2
| * | Btrfs: change how we iterate bios in endioLiu Bo2017-06-191-0/+2
| * | Btrfs: new helper btrfs_bio_clone_partialLiu Bo2017-06-191-0/+18
| * | Btrfs: use bio_clone_fast to clone our bioLiu Bo2017-06-191-1/+1
| * | Btrfs: don't pass the inode through clean_io_failureJosef Bacik2017-06-191-23/+28
| * | btrfs: remove inode argument from repair_io_failureJosef Bacik2017-06-191-9/+7
| * | Btrfs: replace tree->mapping with tree->private_dataJosef Bacik2017-06-191-37/+15
* | | btrfs: add support for passing in write hints for buffered writesJens Axboe2017-06-271-0/+1
* | | blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown2017-06-181-1/+2
* | | Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-121-3/+123
|\ \ \ | |/ /
| * | btrfs: fix incorrect error return ret being passed to mapping_set_errorColin Ian King2017-05-161-1/+1
| * | btrfs: fiemap: Cache and merge fiemap extent before submit it to userQu Wenruo2017-05-161-2/+122
* | | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-10/+13
|/ /
* | Btrfs: enable repair during read for raid56 profileLiu Bo2017-04-181-13/+27
* | Btrfs: create a helper for getting chunk mapLiu Bo2017-04-181-2/+1
* | btrfs: convert extent_state.refs from atomic_t to refcount_tElena Reshetova2017-04-181-7/+7
* | btrfs: convert extent_map.refs from atomic_t to refcount_tElena Reshetova2017-04-181-2/+2
|/
* Btrfs: bring back repair during readLiu Bo2017-03-291-18/+28
* Btrfs: fix regression in lock_delalloc_pagesLiu Bo2017-03-171-1/+2
* btrfs: add dummy callback for readpage_io_failed and drop checksDavid Sterba2017-02-281-1/+1
* btrfs: drop checks for mandatory extent_io_ops callbacksDavid Sterba2017-02-281-4/+3
* btrfs: let writepage_end_io_hook return voidDavid Sterba2017-02-281-6/+3
* btrfs: Make get_extent_t take btrfs_inodeNikolay Borisov2017-02-281-3/+3
* btrfs: Make btrfs_clear_bit_hook take btrfs_inodeNikolay Borisov2017-02-281-1/+2
* btrfs: make btrfs_free_io_failure_record take btrfs_inodeNikolay Borisov2017-02-281-2/+2
* btrfs: make clean_io_failure take btrfs_inodeNikolay Borisov2017-02-281-10/+11
* btrfs: make repair_io_failure take btrfs_inodeNikolay Borisov2017-02-281-6/+7
* btrfs: make free_io_failure take btrfs_inodeNikolay Borisov2017-02-281-7/+7
* btrfs: Make btrfs_lookup_ordered_range take btrfs_inodeNikolay Borisov2017-02-281-2/+2
* btrfs: remove unused parameter from extent_write_cache_pagesDavid Sterba2017-02-171-4/+2
* btrfs: remove unused parameter from update_nr_writtenDavid Sterba2017-02-171-4/+4
* btrfs: remove unused parameter from submit_extent_pageDavid Sterba2017-02-171-9/+3
* btrfs: embed extent_changeset::range_changed to the structureDavid Sterba2017-02-171-1/+1
OpenPOWER on IntegriCloud