summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-141-6/+6
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-6/+6
* | Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-141-0/+2
|\ \
| * | btrfs: Add zstd supportNick Terrell2017-08-151-0/+2
| |/
* | Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2017-09-091-148/+94
|\ \
| * | btrfs: submit superblock io with REQ_META and REQ_PRIODavid Sterba2017-08-221-2/+3
| * | btrfs: Do not use data_alloc_cluster in ssd modeHans van Kranenburg2017-08-211-4/+2
| * | btrfs: use btrfsic_submit_bio instead of submit_bio in write_dev_flushLu Fengqi2017-08-211-1/+1
| * | btrfs: use appropriate define for the fsidAnand Jain2017-08-181-3/+3
| * | btrfs: drop chunk locks at the end of close_ctreeDavid Sterba2017-08-161-2/+0
| * | btrfs: fix spelling of snapshottingDavid Sterba2017-08-161-1/+1
| * | btrfs: use named constant for bdev blocksizeDavid Sterba2017-08-161-5/+6
| * | btrfs: split write_dev_supers to two functionsDavid Sterba2017-08-161-56/+73
| * | btrfs: get fs_info from eb in btrfs_print_leaf, remove argumentDavid Sterba2017-08-161-1/+1
| * | btrfs: Cleanup num_tolerated_disk_barrier_failuresQu Wenruo2017-08-161-54/+0
| * | btrfs: Allow barrier_all_devices to do chunk level device checkQu Wenruo2017-08-161-13/+3
| * | btrfs: Do chunk level check for degraded rw mountQu Wenruo2017-08-161-8/+3
| |/
* | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-071-1/+1
|\ \
| * | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-1/+1
| |/
* / 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-141-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-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