summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: use btrfs_op instead of bio_op in __btrfs_map_blockLiu Bo2017-09-261-1/+1
* btrfs: remove superfluous chunk_tree argument from btrfs_alloc_dev_extentNikolay Borisov2017-08-211-7/+5
* btrfs: Remove chunk_objectid parameter of btrfs_alloc_dev_extentNikolay Borisov2017-08-211-4/+4
* btrfs: Remove extraneous chunk_objectid variableNikolay Borisov2017-08-211-10/+6
* btrfs: Remove chunk_objectid argument from btrfs_make_block_groupNikolay Borisov2017-08-211-3/+1
* btrfs: Remove redundant setting of uuid in btrfs_block_headerNikolay Borisov2017-08-211-2/+0
* btrfs: Remove unused sectorsize variable from struct map_lookupNikolay Borisov2017-08-181-2/+0
* btrfs: use appropriate define for the fsidAnand Jain2017-08-181-8/+8
* btrfs: use named constant for bdev blocksizeDavid Sterba2017-08-161-3/+3
* btrfs: refactor find_device helperDavid Sterba2017-08-161-6/+13
* btrfs: merge alloc_device helpersDavid Sterba2017-08-161-25/+11
* btrfs: Remove unused parameters from volume.c functionsNikolay Borisov2017-08-161-5/+2
* btrfs: Remove unused variablesNikolay Borisov2017-08-161-9/+0
* btrfs: Remove find_raid56_stripe_lenNikolay Borisov2017-08-161-20/+7
* btrfs: Enhance message when a device is missing during mountQu Wenruo2017-08-161-7/+17
* btrfs: Cleanup num_tolerated_disk_barrier_failuresQu Wenruo2017-08-161-17/+0
* btrfs: Introduce a function to check if all chunks a OK for degraded rw mountQu Wenruo2017-08-161-0/+58
* btrfs: Prevent possible ERR_PTR() dereferenceNikolay Borisov2017-08-161-10/+12
* btrfs: Be explicit about usage of min()Nikolay Borisov2017-08-161-2/+2
* btrfs: Use explicit round_down call rather than open-coding itNikolay Borisov2017-08-161-1/+1
* btrfs: convert while loop to list_for_each_entryNikolay Borisov2017-08-161-9/+2
* 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
|\
OpenPOWER on IntegriCloud