summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-051-96/+98
|\
| * btrfs: move dev stats accounting out of wait_dev_flushDavid Sterba2017-06-211-8/+3
| * 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/+7
| * btrfs: move fs_info::fs_frozen to the flagsDavid Sterba2017-06-201-1/+0
| * 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/+2
| * btrfs: write_dev_flush does not return ENOMEM anymoreAnand Jain2017-06-191-33/+5
| * 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/+0
| * btrfs: use generic slab for for btrfs_transactionDavid Sterba2017-06-191-5/+0
| * 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/+0
| * btrfs: remove unused member list from async_submit_bioDavid Sterba2017-06-191-1/+0
| * 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/+1
| * 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/+37
|/ /
* | 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-041-1/+1
| * btrfs: check if the device is flush capableAnand Jain2017-04-181-0/+4
| * btrfs: delete unused member nobarriersAnand Jain2017-04-181-3/+0
| * 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/+7
|\ \ | |/ |/|
| * btrfs: Convert to separately allocated bdiJan Kara2017-04-201-29/+7
* | Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-03-311-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-021-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/+10
|\ \ | |/
| * btrfs: remove unused parameter from btrfs_check_super_validDavid Sterba2017-02-171-5/+3
| * btrfs: merge two superblock writing helpersDavid Sterba2017-02-171-7/+1
| * btrfs: remove unused parameter from write_dev_supersDavid Sterba2017-02-171-3/+3
| * btrfs: remove unused parameter from clean_tree_blockDavid Sterba2017-02-171-2/+1
| * btrfs: remove unused parameter from check_async_writeDavid Sterba2017-02-171-2/+2
* | block: Get rid of blk_get_backing_dev_info()Jan Kara2017-02-021-1/+1
|/
* Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-12-161-294/+301
|\