summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-18btrfs: use appropriate define for the fsidAnand Jain1-8/+8
2017-08-16btrfs: use named constant for bdev blocksizeDavid Sterba1-3/+3
2017-08-16btrfs: refactor find_device helperDavid Sterba1-6/+13
2017-08-16btrfs: merge alloc_device helpersDavid Sterba1-25/+11
2017-08-16btrfs: Remove unused parameters from volume.c functionsNikolay Borisov1-5/+2
2017-08-16btrfs: Remove unused variablesNikolay Borisov1-9/+0
2017-08-16btrfs: Remove find_raid56_stripe_lenNikolay Borisov1-20/+7
2017-08-16btrfs: Enhance message when a device is missing during mountQu Wenruo1-7/+17
2017-08-16btrfs: Cleanup num_tolerated_disk_barrier_failuresQu Wenruo1-17/+0
2017-08-16btrfs: Introduce a function to check if all chunks a OK for degraded rw mountQu Wenruo1-0/+58
2017-08-16btrfs: Prevent possible ERR_PTR() dereferenceNikolay Borisov1-10/+12
2017-08-16btrfs: Be explicit about usage of min()Nikolay Borisov1-2/+2
2017-08-16btrfs: Use explicit round_down call rather than open-coding itNikolay Borisov1-1/+1
2017-08-16btrfs: convert while loop to list_for_each_entryNikolay Borisov1-9/+2
2017-07-28Merge branch 'for-4.13-part3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2017-07-24btrfs: round down size diff when shrinking/growing deviceNikolay Borisov1-2/+2
2017-07-06Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-35/+39
2017-06-21btrfs: preallocate device flush bioDavid Sterba1-0/+12
2017-06-20btrfs: Round down values which are written for total_bytes_sizeNikolay Borisov1-5/+13
2017-06-20btrfs: obsolete and remove mount option alloc_startDavid Sterba1-3/+1
2017-06-19btrfs: use GFP_KERNEL in btrfs_init_dev_replace_tgtdevDavid Sterba1-1/+1
2017-06-19btrfs: sink gfp parameter to btrfs_bio_cloneDavid Sterba1-1/+1
2017-06-19btrfs: btrfs_bio_clone never fails, skip error handlingDavid Sterba1-3/+2
2017-06-19btrfs: cleanup root usage by btrfs_get_alloc_profileJeff Mahoney1-3/+2
2017-06-19btrfs: Convert fs_info->free_chunk_space to atomic64_tNikolay Borisov1-19/+7
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-5/+6
2017-05-05btrfs: fix the gfp_mask for the reada_zones radix treeChris Mason1-1/+1
2017-04-18btrfs: use q which is already obtained from bdev_get_queueAnand Jain1-4/+3
2017-04-18Btrfs: switch to div64_u64 if with a u64 divisorLiu Bo1-4/+4
2017-04-18btrfs: drop redundant parameters from btrfs_map_sblockDavid Sterba1-4/+2
2017-04-18btrfs: track exclusive filesystem operation in flagsDavid Sterba1-3/+3
2017-04-18btrfs: preallocate radix tree node for readaheadDavid Sterba1-1/+1
2017-04-18Btrfs: convert BUG_ON to WARN_ONLiu Bo1-2/+2
2017-04-18Btrfs: helper for ops that requires full stripeLiu Bo1-8/+10
2017-04-18Btrfs: do not add extra mirror when dev_replace target dev is not availableLiu Bo1-3/+4
2017-04-18Btrfs: handle operations for device replace separatelyLiu Bo1-81/+98
2017-04-18Btrfs: introduce a function to get extra mirror from replaceLiu Bo1-72/+89
2017-04-18Btrfs: separate DISCARD from __btrfs_map_blockLiu Bo1-114/+175
2017-04-18Btrfs: create a helper for getting chunk mapLiu Bo1-108/+55
2017-04-18btrfs: convert extent_map.refs from atomic_t to refcount_tElena Reshetova1-1/+1
2017-04-18btrfs: convert btrfs_bio.refs from atomic_t to refcount_tElena Reshetova1-4/+4
2017-04-18btrfs: fix a bogus warning when converting only data or metadataAdam Borowski1-3/+9
2017-04-15Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2017-04-11Btrfs: fix potential use-after-free for cloned bioLiu Bo1-1/+1
2017-03-03Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-9/+12
2017-02-28btrfs: handle allocation error in update_dev_stat_itemDavid Sterba1-1/+2
2017-02-28btrfs: constify device path passed to relevant helpersDavid Sterba1-8/+10
2017-02-26Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-11/+7
2017-02-17btrfs: remove unused parameter from init_first_rw_deviceDavid Sterba1-5/+3
2017-02-17btrfs: remove unused parameter from __btrfs_alloc_chunkDavid Sterba1-6/+4