summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
2017-06-19btrfs: write_dev_flush does not return ENOMEM anymoreAnand Jain
2017-06-19btrfs: sink gfp parameter to btrfs_io_bio_allocDavid Sterba
2017-06-19btrfs: btrfs_io_bio_alloc never fails, skip error handlingDavid Sterba
2017-06-19btrfs: use generic slab for for btrfs_transactionDavid Sterba
2017-06-19btrfs: btrfs_wait_tree_block_writeback can be void returnJeff Layton
2017-06-19btrfs: remove unused member list from btrfs_end_io_wqDavid Sterba
2017-06-19btrfs: remove unused member list from async_submit_bioDavid Sterba
2017-06-19Btrfs: replace tree->mapping with tree->private_dataJosef Bacik
2017-06-19btrfs: Convert fs_info->free_chunk_space to atomic64_tNikolay Borisov
2017-06-19btrfs: add framework to handle device flush error as a volumeAnand Jain
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe
2017-06-10Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-05-16btrfs: Make flush bios explicitely syncJan Kara
2017-05-10Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-05-04btrfs: fix the gfp_mask for the reada_zones radix treeChris Mason
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-04-20btrfs: Convert to separately allocated bdiJan Kara
2017-04-18btrfs: check if the device is flush capableAnand Jain
2017-04-18btrfs: delete unused member nobarriersAnand Jain
2017-04-18btrfs: remove redundant parameter from btree_readahead_hookDavid Sterba
2017-04-18btrfs: preallocate radix tree node for global readahead treeDavid Sterba
2017-04-18btrfs: convert btrfs_root.refs from atomic_t to refcount_tElena Reshetova
2017-04-18btrfs: convert btrfs_delayed_ref_node.refs from atomic_t to refcount_tElena Reshetova
2017-04-18btrfs: convert btrfs_transaction.use_count from atomic_t to refcount_tElena Reshetova
2017-03-31Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-03-29btrfs: Change qgroup_meta_rsv to 64bitGoldwyn Rodrigues
2017-03-02Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-02-28Merge branch 'for-chris-4.11-part2' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason
2017-02-28btrfs: add dummy callback for readpage_io_failed and drop checksDavid Sterba
2017-02-28btrfs: document existence of extent_io ops callbacksDavid Sterba
2017-02-28btrfs: constify input buffer of btrfs_csum_dataDavid Sterba
2017-02-28btrfs: Make get_extent_t take btrfs_inodeNikolay Borisov
2017-02-25Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-02-24Btrfs: fix use-after-free due to wrong order of destroying work queuesFilipe Manana
2017-02-24Btrfs: fix assertion failure when freeing block groups at close_ctree()Filipe Manana
2017-02-17btrfs: remove unused parameter from btrfs_check_super_validDavid Sterba
2017-02-17btrfs: merge two superblock writing helpersDavid Sterba
2017-02-17btrfs: remove unused parameter from write_dev_supersDavid Sterba
2017-02-17btrfs: remove unused parameter from clean_tree_blockDavid Sterba
2017-02-17btrfs: remove unused parameter from check_async_writeDavid Sterba
2017-02-02block: Get rid of blk_get_backing_dev_info()Jan Kara
2016-12-16Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-12-13Merge branch 'for-chris-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason
2016-12-06btrfs: opencode chunk locking, remove helpersDavid Sterba
2016-12-06btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, access fs_info->delayed_root directlyJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, lock/unlock_chunksJeff Mahoney