summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: fix blk_status_t/errno confusionOmar Sandoval2017-08-241-5/+5
* Merge branch 'for-4.13-part3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-281-2/+2
|\
| * btrfs: round down size diff when shrinking/growing deviceNikolay Borisov2017-07-241-2/+2
* | Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-051-35/+39
|\ \ | |/
| * btrfs: preallocate device flush bioDavid Sterba2017-06-211-0/+12
| * btrfs: Round down values which are written for total_bytes_sizeNikolay Borisov2017-06-201-5/+13
| * btrfs: obsolete and remove mount option alloc_startDavid Sterba2017-06-201-3/+1
| * btrfs: use GFP_KERNEL in btrfs_init_dev_replace_tgtdevDavid Sterba2017-06-191-1/+1
| * btrfs: sink gfp parameter to btrfs_bio_cloneDavid Sterba2017-06-191-1/+1
| * btrfs: btrfs_bio_clone never fails, skip error handlingDavid Sterba2017-06-191-3/+2
| * btrfs: cleanup root usage by btrfs_get_alloc_profileJeff Mahoney2017-06-191-3/+2
| * btrfs: Convert fs_info->free_chunk_space to atomic64_tNikolay Borisov2017-06-191-19/+7
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-5/+6
|/
* btrfs: fix the gfp_mask for the reada_zones radix treeChris Mason2017-05-041-1/+1
* btrfs: use q which is already obtained from bdev_get_queueAnand Jain2017-04-181-4/+3
* Btrfs: switch to div64_u64 if with a u64 divisorLiu Bo2017-04-181-4/+4
* btrfs: drop redundant parameters from btrfs_map_sblockDavid Sterba2017-04-181-4/+2
* btrfs: track exclusive filesystem operation in flagsDavid Sterba2017-04-181-3/+3
* btrfs: preallocate radix tree node for readaheadDavid Sterba2017-04-181-1/+1
* Btrfs: convert BUG_ON to WARN_ONLiu Bo2017-04-181-2/+2
* Btrfs: helper for ops that requires full stripeLiu Bo2017-04-181-8/+10
* Btrfs: do not add extra mirror when dev_replace target dev is not availableLiu Bo2017-04-181-3/+4
* Btrfs: handle operations for device replace separatelyLiu Bo2017-04-181-81/+98
* Btrfs: introduce a function to get extra mirror from replaceLiu Bo2017-04-181-72/+89
* Btrfs: separate DISCARD from __btrfs_map_blockLiu Bo2017-04-181-114/+175
* Btrfs: create a helper for getting chunk mapLiu Bo2017-04-181-108/+55
* btrfs: convert extent_map.refs from atomic_t to refcount_tElena Reshetova2017-04-181-1/+1
* btrfs: convert btrfs_bio.refs from atomic_t to refcount_tElena Reshetova2017-04-181-4/+4
* btrfs: fix a bogus warning when converting only data or metadataAdam Borowski2017-04-181-3/+9
* Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-04-141-1/+1
|\
| * Btrfs: fix potential use-after-free for cloned bioLiu Bo2017-04-111-1/+1
* | Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-03-021-9/+12
|\ \ | |/
| * btrfs: handle allocation error in update_dev_stat_itemDavid Sterba2017-02-281-1/+2
| * btrfs: constify device path passed to relevant helpersDavid Sterba2017-02-281-8/+10
* | Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-251-11/+7
|\ \ | |/
| * btrfs: remove unused parameter from init_first_rw_deviceDavid Sterba2017-02-171-5/+3
| * btrfs: remove unused parameter from __btrfs_alloc_chunkDavid Sterba2017-02-171-6/+4
* | block: Get rid of blk_get_backing_dev_info()Jan Kara2017-02-021-1/+1
|/
* Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-12-161-432/+413
|\
| * btrfs: opencode chunk locking, remove helpersDavid Sterba2016-12-061-35/+35
| * btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney2016-12-061-17/+16
| * btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney2016-12-061-92/+67
| * btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney2016-12-061-254/+257
| * btrfs: root->fs_info cleanup, lock/unlock_chunksJeff Mahoney2016-12-061-35/+35
| * btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney2016-12-061-19/+22
| * btrfs: root->fs_info cleanup, use fs_info->dev_root everywhereJeff Mahoney2016-12-061-21/+20
| * btrfs: btrfs_init_new_device should use fs_info->dev_rootJeff Mahoney2016-12-061-1/+2
| * btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney2016-12-061-21/+26
| * btrfs: call functions that overwrite their root parameter with fs_infoJeff Mahoney2016-12-061-31/+25
| * btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba2016-11-301-1/+1
OpenPOWER on IntegriCloud