summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)Author
2017-08-24Btrfs: fix blk_status_t/errno confusionOmar Sandoval
2017-07-28Merge branch 'for-4.13-part3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-24btrfs: round down size diff when shrinking/growing deviceNikolay Borisov
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-06-21btrfs: preallocate device flush bioDavid Sterba
2017-06-20btrfs: Round down values which are written for total_bytes_sizeNikolay Borisov
2017-06-20btrfs: obsolete and remove mount option alloc_startDavid Sterba
2017-06-19btrfs: use GFP_KERNEL in btrfs_init_dev_replace_tgtdevDavid Sterba
2017-06-19btrfs: sink gfp parameter to btrfs_bio_cloneDavid Sterba
2017-06-19btrfs: btrfs_bio_clone never fails, skip error handlingDavid Sterba
2017-06-19btrfs: cleanup root usage by btrfs_get_alloc_profileJeff Mahoney
2017-06-19btrfs: Convert fs_info->free_chunk_space to atomic64_tNikolay Borisov
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-05-04btrfs: fix the gfp_mask for the reada_zones radix treeChris Mason
2017-04-18btrfs: use q which is already obtained from bdev_get_queueAnand Jain
2017-04-18Btrfs: switch to div64_u64 if with a u64 divisorLiu Bo
2017-04-18btrfs: drop redundant parameters from btrfs_map_sblockDavid Sterba
2017-04-18btrfs: track exclusive filesystem operation in flagsDavid Sterba
2017-04-18btrfs: preallocate radix tree node for readaheadDavid Sterba
2017-04-18Btrfs: convert BUG_ON to WARN_ONLiu Bo
2017-04-18Btrfs: helper for ops that requires full stripeLiu Bo
2017-04-18Btrfs: do not add extra mirror when dev_replace target dev is not availableLiu Bo
2017-04-18Btrfs: handle operations for device replace separatelyLiu Bo
2017-04-18Btrfs: introduce a function to get extra mirror from replaceLiu Bo
2017-04-18Btrfs: separate DISCARD from __btrfs_map_blockLiu Bo
2017-04-18Btrfs: create a helper for getting chunk mapLiu Bo
2017-04-18btrfs: convert extent_map.refs from atomic_t to refcount_tElena Reshetova
2017-04-18btrfs: convert btrfs_bio.refs from atomic_t to refcount_tElena Reshetova
2017-04-18btrfs: fix a bogus warning when converting only data or metadataAdam Borowski
2017-04-14Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-04-11Btrfs: fix potential use-after-free for cloned bioLiu Bo
2017-03-02Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-02-28btrfs: handle allocation error in update_dev_stat_itemDavid Sterba
2017-02-28btrfs: constify device path passed to relevant helpersDavid Sterba
2017-02-25Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-02-17btrfs: remove unused parameter from init_first_rw_deviceDavid Sterba
2017-02-17btrfs: remove unused parameter from __btrfs_alloc_chunkDavid 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-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, add fs_info convenience variablesJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, lock/unlock_chunksJeff Mahoney
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, use fs_info->dev_root everywhereJeff Mahoney
2016-12-06btrfs: btrfs_init_new_device should use fs_info->dev_rootJeff Mahoney
2016-12-06btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney
2016-12-06btrfs: call functions that overwrite their root parameter with fs_infoJeff Mahoney
2016-11-30btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba