summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: fix blk_status_t/errno confusionOmar Sandoval2017-08-241-2/+2
* Merge branch 'for-4.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-151-0/+1
|\
| * btrfs: cloned bios must not be iterated by bio_for_each_segment_allDavid Sterba2017-07-141-0/+1
* | Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2017-07-061-6/+6
|\ \
| * | percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchNikolay Borisov2017-06-201-6/+6
* | | Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-061-96/+98
|\ \ \ | | |/ | |/|
| * | btrfs: move dev stats accounting out of wait_dev_flushDavid Sterba2017-06-211-8/+3Star
| * | btrfs: account as waiting for IO, while waiting fot the flush bio completionDavid Sterba2017-06-211-1/+1
| * | btrfs: preallocate device flush bioDavid Sterba2017-06-211-18/+7Star
| * | btrfs: move fs_info::fs_frozen to the flagsDavid Sterba2017-06-201-1/+0Star
| * | btrfs: wait part of the write_dev_flush() can be separated outAnand Jain2017-06-191-28/+31
| * | btrfs: remove redundant null bdev counting during flush submissionAnand Jain2017-06-191-5/+2Star
| * | btrfs: write_dev_flush does not return ENOMEM anymoreAnand Jain2017-06-191-33/+5Star
| * | btrfs: sink gfp parameter to btrfs_io_bio_allocDavid Sterba2017-06-191-1/+1
| * | btrfs: btrfs_io_bio_alloc never fails, skip error handlingDavid Sterba2017-06-191-3/+0Star
| * | btrfs: use generic slab for for btrfs_transactionDavid Sterba2017-06-191-5/+0Star
| * | btrfs: btrfs_wait_tree_block_writeback can be void returnJeff Layton2017-06-191-3/+3
| * | btrfs: remove unused member list from btrfs_end_io_wqDavid Sterba2017-06-191-1/+0Star
| * | btrfs: remove unused member list from async_submit_bioDavid Sterba2017-06-191-1/+0Star
| * | Btrfs: replace tree->mapping with tree->private_dataJosef Bacik2017-06-191-21/+29
| * | btrfs: Convert fs_info->free_chunk_space to atomic64_tNikolay Borisov2017-06-191-2/+1Star
| * | btrfs: add framework to handle device flush error as a volumeAnand Jain2017-06-191-4/+53
* | | Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-121-4/+6
|\| |
| * | Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-06-101-4/+6
| |\ \
| | * | btrfs: Make flush bios explicitely syncJan Kara2017-05-161-4/+6
* | | | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-38/+37Star
|/ / /
* | / Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-101-6/+7
|\| | | |/ |/|
| * btrfs: fix the gfp_mask for the reada_zones radix treeChris Mason2017-05-051-1/+1
| * btrfs: check if the device is flush capableAnand Jain2017-04-181-0/+4
| * btrfs: delete unused member nobarriersAnand Jain2017-04-181-3/+0Star
| * btrfs: remove redundant parameter from btree_readahead_hookDavid Sterba2017-04-181-2/+2
| * btrfs: preallocate radix tree node for global readahead treeDavid Sterba2017-04-181-1/+1
| * btrfs: convert btrfs_root.refs from atomic_t to refcount_tElena Reshetova2017-04-181-1/+1
| * btrfs: convert btrfs_delayed_ref_node.refs from atomic_t to refcount_tElena Reshetova2017-04-181-1/+1
| * btrfs: convert btrfs_transaction.use_count from atomic_t to refcount_tElena Reshetova2017-04-181-1/+1
* | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-011-29/+7Star
|\ \ | |/ |/|
| * btrfs: Convert to separately allocated bdiJan Kara2017-04-201-29/+7Star
* | Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-04-011-1/+1
|\ \ | |/ |/|
| * btrfs: Change qgroup_meta_rsv to 64bitGoldwyn Rodrigues2017-03-291-1/+1
* | Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-03-031-12/+20
|\|
| * Merge branch 'for-chris-4.11-part2' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason2017-02-281-7/+10
| |\
| | * btrfs: add dummy callback for readpage_io_failed and drop checksDavid Sterba2017-02-281-1/+1
| | * btrfs: document existence of extent_io ops callbacksDavid Sterba2017-02-281-2/+5
| | * btrfs: constify input buffer of btrfs_csum_dataDavid Sterba2017-02-281-2/+2
| | * btrfs: Make get_extent_t take btrfs_inodeNikolay Borisov2017-02-281-3/+3
| * | Btrfs: fix use-after-free due to wrong order of destroying work queuesFilipe Manana2017-02-241-2/+7
| * | Btrfs: fix assertion failure when freeing block groups at close_ctree()Filipe Manana2017-02-241-3/+3
| |/
* | Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-251-19/+10Star
|\|
| * btrfs: remove unused parameter from btrfs_check_super_validDavid Sterba2017-02-171-5/+3Star
| * btrfs: merge two superblock writing helpersDavid Sterba2017-02-171-7/+1Star