aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-09Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-147/+149
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2017-08-24Btrfs: fix blk_status_t/errno confusionGravatar Omar Sandoval 1-5/+5
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexGravatar Christoph Hellwig 1-1/+1
2017-08-21btrfs: remove superfluous chunk_tree argument from btrfs_alloc_dev_extentGravatar Nikolay Borisov 1-7/+5
2017-08-21btrfs: Remove chunk_objectid parameter of btrfs_alloc_dev_extentGravatar Nikolay Borisov 1-4/+4
2017-08-21btrfs: Remove extraneous chunk_objectid variableGravatar Nikolay Borisov 1-10/+6
2017-08-21btrfs: Remove chunk_objectid argument from btrfs_make_block_groupGravatar Nikolay Borisov 1-3/+1
2017-08-21btrfs: Remove redundant setting of uuid in btrfs_block_headerGravatar Nikolay Borisov 1-2/+0
2017-08-18btrfs: Remove unused sectorsize variable from struct map_lookupGravatar Nikolay Borisov 1-2/+0
2017-08-18btrfs: use appropriate define for the fsidGravatar Anand Jain 1-8/+8
2017-08-16btrfs: use named constant for bdev blocksizeGravatar David Sterba 1-3/+3
2017-08-16btrfs: refactor find_device helperGravatar David Sterba 1-6/+13
2017-08-16btrfs: merge alloc_device helpersGravatar David Sterba 1-25/+11
2017-08-16btrfs: Remove unused parameters from volume.c functionsGravatar Nikolay Borisov 1-5/+2
2017-08-16btrfs: Remove unused variablesGravatar Nikolay Borisov 1-9/+0
2017-08-16btrfs: Remove find_raid56_stripe_lenGravatar Nikolay Borisov 1-20/+7
2017-08-16btrfs: Enhance message when a device is missing during mountGravatar Qu Wenruo 1-7/+17
2017-08-16btrfs: Cleanup num_tolerated_disk_barrier_failuresGravatar Qu Wenruo 1-17/+0
2017-08-16btrfs: Introduce a function to check if all chunks a OK for degraded rw mountGravatar Qu Wenruo 1-0/+58
2017-08-16btrfs: Prevent possible ERR_PTR() dereferenceGravatar Nikolay Borisov 1-10/+12
2017-08-16btrfs: Be explicit about usage of min()Gravatar Nikolay Borisov 1-2/+2
2017-08-16btrfs: Use explicit round_down call rather than open-coding itGravatar Nikolay Borisov 1-1/+1
2017-08-16btrfs: convert while loop to list_for_each_entryGravatar Nikolay Borisov 1-9/+2
2017-07-28Merge branch 'for-4.13-part3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+2
2017-07-24btrfs: round down size diff when shrinking/growing deviceGravatar Nikolay Borisov 1-2/+2
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-35/+39
2017-06-21btrfs: preallocate device flush bioGravatar David Sterba 1-0/+12
2017-06-20btrfs: Round down values which are written for total_bytes_sizeGravatar Nikolay Borisov 1-5/+13
2017-06-20btrfs: obsolete and remove mount option alloc_startGravatar David Sterba 1-3/+1
2017-06-19btrfs: use GFP_KERNEL in btrfs_init_dev_replace_tgtdevGravatar David Sterba 1-1/+1
2017-06-19btrfs: sink gfp parameter to btrfs_bio_cloneGravatar David Sterba 1-1/+1
2017-06-19btrfs: btrfs_bio_clone never fails, skip error handlingGravatar David Sterba 1-3/+2
2017-06-19btrfs: cleanup root usage by btrfs_get_alloc_profileGravatar Jeff Mahoney 1-3/+2
2017-06-19btrfs: Convert fs_info->free_chunk_space to atomic64_tGravatar Nikolay Borisov 1-19/+7
2017-06-09block: switch bios to blk_status_tGravatar Christoph Hellwig 1-5/+6
2017-05-04btrfs: fix the gfp_mask for the reada_zones radix treeGravatar Chris Mason 1-1/+1
2017-04-18btrfs: use q which is already obtained from bdev_get_queueGravatar Anand Jain 1-4/+3
2017-04-18Btrfs: switch to div64_u64 if with a u64 divisorGravatar Liu Bo 1-4/+4
2017-04-18btrfs: drop redundant parameters from btrfs_map_sblockGravatar David Sterba 1-4/+2
2017-04-18btrfs: track exclusive filesystem operation in flagsGravatar David Sterba 1-3/+3
2017-04-18btrfs: preallocate radix tree node for readaheadGravatar David Sterba 1-1/+1
2017-04-18Btrfs: convert BUG_ON to WARN_ONGravatar Liu Bo 1-2/+2
2017-04-18Btrfs: helper for ops that requires full stripeGravatar Liu Bo 1-8/+10
2017-04-18Btrfs: do not add extra mirror when dev_replace target dev is not availableGravatar Liu Bo 1-3/+4
2017-04-18Btrfs: handle operations for device replace separatelyGravatar Liu Bo 1-81/+98
2017-04-18Btrfs: introduce a function to get extra mirror from replaceGravatar Liu Bo 1-72/+89
2017-04-18Btrfs: separate DISCARD from __btrfs_map_blockGravatar Liu Bo 1-114/+175
2017-04-18Btrfs: create a helper for getting chunk mapGravatar Liu Bo 1-108/+55
2017-04-18btrfs: convert extent_map.refs from atomic_t to refcount_tGravatar Elena Reshetova 1-1/+1