summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-08-24Btrfs: fix blk_status_t/errno confusionOmar Sandoval1-2/+2
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-1/+1
2017-07-15Merge branch 'for-4.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2017-07-14btrfs: cloned bios must not be iterated by bio_for_each_segment_allDavid Sterba1-0/+1
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds1-6/+6
2017-07-06Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-96/+98
2017-06-21btrfs: move dev stats accounting out of wait_dev_flushDavid Sterba1-8/+3
2017-06-21btrfs: account as waiting for IO, while waiting fot the flush bio completionDavid Sterba1-1/+1
2017-06-21btrfs: preallocate device flush bioDavid Sterba1-18/+7
2017-06-20percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchNikolay Borisov1-6/+6
2017-06-20btrfs: move fs_info::fs_frozen to the flagsDavid Sterba1-1/+0
2017-06-19btrfs: wait part of the write_dev_flush() can be separated outAnand Jain1-28/+31
2017-06-19btrfs: remove redundant null bdev counting during flush submissionAnand Jain1-5/+2
2017-06-19btrfs: write_dev_flush does not return ENOMEM anymoreAnand Jain1-33/+5
2017-06-19btrfs: sink gfp parameter to btrfs_io_bio_allocDavid Sterba1-1/+1
2017-06-19btrfs: btrfs_io_bio_alloc never fails, skip error handlingDavid Sterba1-3/+0
2017-06-19btrfs: use generic slab for for btrfs_transactionDavid Sterba1-5/+0
2017-06-19btrfs: btrfs_wait_tree_block_writeback can be void returnJeff Layton1-3/+3
2017-06-19btrfs: remove unused member list from btrfs_end_io_wqDavid Sterba1-1/+0
2017-06-19btrfs: remove unused member list from async_submit_bioDavid Sterba1-1/+0
2017-06-19Btrfs: replace tree->mapping with tree->private_dataJosef Bacik1-21/+29
2017-06-19btrfs: Convert fs_info->free_chunk_space to atomic64_tNikolay Borisov1-2/+1
2017-06-19btrfs: add framework to handle device flush error as a volumeAnand Jain1-4/+53
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe1-4/+6
2017-06-10Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+6
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-38/+37
2017-05-16btrfs: Make flush bios explicitely syncJan Kara1-4/+6
2017-05-10Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+7
2017-05-05btrfs: fix the gfp_mask for the reada_zones radix treeChris Mason1-1/+1
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-29/+7
2017-04-20btrfs: Convert to separately allocated bdiJan Kara1-29/+7
2017-04-18btrfs: check if the device is flush capableAnand Jain1-0/+4
2017-04-18btrfs: delete unused member nobarriersAnand Jain1-3/+0
2017-04-18btrfs: remove redundant parameter from btree_readahead_hookDavid Sterba1-2/+2
2017-04-18btrfs: preallocate radix tree node for global readahead treeDavid Sterba1-1/+1
2017-04-18btrfs: convert btrfs_root.refs from atomic_t to refcount_tElena Reshetova1-1/+1
2017-04-18btrfs: convert btrfs_delayed_ref_node.refs from atomic_t to refcount_tElena Reshetova1-1/+1
2017-04-18btrfs: convert btrfs_transaction.use_count from atomic_t to refcount_tElena Reshetova1-1/+1
2017-04-01Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2017-03-29btrfs: Change qgroup_meta_rsv to 64bitGoldwyn Rodrigues1-1/+1
2017-03-03Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-12/+20
2017-03-01Merge branch 'for-chris-4.11-part2' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason1-7/+10
2017-02-28btrfs: add dummy callback for readpage_io_failed and drop checksDavid Sterba1-1/+1
2017-02-28btrfs: document existence of extent_io ops callbacksDavid Sterba1-2/+5
2017-02-28btrfs: constify input buffer of btrfs_csum_dataDavid Sterba1-2/+2
2017-02-28btrfs: Make get_extent_t take btrfs_inodeNikolay Borisov1-3/+3
2017-02-26Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-19/+10
2017-02-24Btrfs: fix use-after-free due to wrong order of destroying work queuesFilipe Manana1-2/+7
2017-02-24Btrfs: fix assertion failure when freeing block groups at close_ctree()Filipe Manana1-3/+3