summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: fix out of bounds array access while reading extent bufferLiu Bo2017-08-211-8/+12
* btrfs: merge REQ_OP and REQ_ flags to one parameter in submit_extent_pageDavid Sterba2017-08-161-6/+8
* btrfs: cleanup types storing REQ_*David Sterba2017-08-161-6/+8
* btrfs: Remove unused parameters from volume.c functionsNikolay Borisov2017-08-161-1/+1
* btrfs: btrfs_check_shared should manage its own transactionEdmund Nadolski2017-08-161-19/+3Star
* btrfs: struct-funcs, constify readersJeff Mahoney2017-08-161-13/+11Star
* Merge branch 'for-4.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-151-10/+9Star
|\
| * 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/+0Star
| * 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-061-137/+108Star
|\ \ \ | | |/ | |/|
| * | btrfs: Remove false alert when fiemap range is smaller than on-disk extentQu Wenruo2017-06-291-16/+12Star
| * | 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/+14Star
| * | btrfs: pass bytes to btrfs_bio_allocDavid Sterba2017-06-191-3/+3
| * | btrfs: remove redundant parameters from btrfs_bio_allocDavid Sterba2017-06-191-6/+3Star
| * | 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/+0Star
| * | btrfs: btrfs_bio_alloc never fails, skip error handlingDavid Sterba2017-06-191-3/+0Star
| * | btrfs: bioset allocations will never fail, adapt our helpersDavid Sterba2017-06-191-32/+20Star
| * | 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/+2Star
| * | 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/+7Star
| * | Btrfs: replace tree->mapping with tree->private_dataJosef Bacik2017-06-191-37/+15Star
* | | 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/+1Star
* | 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/+3Star
* btrfs: let writepage_end_io_hook return voidDavid Sterba2017-02-281-6/+3Star
* 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