aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-10Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-6/+7
2017-05-04btrfs: 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-03-31Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+1
2017-03-29btrfs: Change qgroup_meta_rsv to 64bitGoldwyn Rodrigues1-1/+1
2017-03-02Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-12/+20
2017-02-28Merge branch 'for-chris-4.11-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.11Chris 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-25Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus 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
2017-02-17btrfs: remove unused parameter from btrfs_check_super_validDavid Sterba1-5/+3
2017-02-17btrfs: merge two superblock writing helpersDavid Sterba1-7/+1
2017-02-17btrfs: remove unused parameter from write_dev_supersDavid Sterba1-3/+3
2017-02-17btrfs: remove unused parameter from clean_tree_blockDavid Sterba1-2/+1
2017-02-17btrfs: remove unused parameter from check_async_writeDavid Sterba1-2/+2
2017-02-02block: Get rid of blk_get_backing_dev_info()Jan Kara1-1/+1
2016-12-16Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-294/+301
2016-12-13Merge branch 'for-chris-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.10Chris Mason1-4/+19
2016-12-06btrfs: opencode chunk locking, remove helpersDavid Sterba1-2/+2
2016-12-06btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney1-4/+4
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney1-99/+87
2016-12-06btrfs: root->fs_info cleanup, access fs_info->delayed_root directlyJeff Mahoney1-4/+4
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney1-125/+143
2016-12-06btrfs: root->fs_info cleanup, lock/unlock_chunksJeff Mahoney1-2/+2
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney1-35/+27
2016-12-06btrfs: root->fs_info cleanup, use fs_info->dev_root everywhereJeff Mahoney1-2/+2
2016-12-06btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney1-21/+23
2016-12-06btrfs: call functions that overwrite their root parameter with fs_infoJeff Mahoney1-2/+2
2016-11-30btrfs: improve delayed refs iterationsWang Xiaoguang1-0/+2
2016-11-30btrfs: change btrfs_csum_final result param type to u8Domagoj Tršan1-1/+1
2016-11-30btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba1-2/+2
2016-11-30btrfs: use new helpers to set uuids in ebDavid Sterba1-7/+3
2016-11-30btrfs: remove trivial helper btrfs_find_tree_blockDavid Sterba1-7/+1
2016-11-30btrfs: reada, sink start parameter to btree_readahead_hookDavid Sterba1-2/+2
2016-11-23Btrfs: fix emptiness check for dirtied extent buffers at check_leaf()Filipe Manana1-1/+12
2016-11-23Btrfs: fix BUG_ON in btrfs_mark_buffer_dirtyLiu Bo1-3/+7
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-3/+3
2016-11-01btrfs: use op_is_sync to check for synchronous requestsChristoph Hellwig1-1/+1