aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-04btrfs: 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-14Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+1
2017-04-11Btrfs: fix potential use-after-free for cloned bioLiu Bo1-1/+1
2017-03-02Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus 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-25Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus 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
2017-02-02block: Get rid of blk_get_backing_dev_info()Jan Kara1-1/+1
2016-12-16Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-432/+413
2016-12-06btrfs: opencode chunk locking, remove helpersDavid Sterba1-35/+35
2016-12-06btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney1-17/+16
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney1-92/+67
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney1-254/+257
2016-12-06btrfs: root->fs_info cleanup, lock/unlock_chunksJeff Mahoney1-35/+35
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney1-19/+22
2016-12-06btrfs: root->fs_info cleanup, use fs_info->dev_root everywhereJeff Mahoney1-21/+20
2016-12-06btrfs: btrfs_init_new_device should use fs_info->dev_rootJeff Mahoney1-1/+2
2016-12-06btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney1-21/+26
2016-12-06btrfs: call functions that overwrite their root parameter with fs_infoJeff Mahoney1-31/+25
2016-11-30btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba1-1/+1
2016-11-30btrfs: use new helpers to set uuids in ebDavid Sterba1-2/+2
2016-11-29btrfs: don't abuse REQ_OP_* flags for btrfs_map_blockChristoph Hellwig1-28/+30
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-1/+1
2016-11-01btrfs: use op_is_sync to check for synchronous requestsChristoph Hellwig1-1/+1
2016-10-10Revert "btrfs: let btrfs_delete_unused_bgs() to clean relocated bgs"Chris Mason1-10/+14
2016-09-26btrfs: fix a possible umount deadlockAnand Jain1-6/+20
2016-09-26btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney1-14/+20
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney1-10/+8
2016-09-26btrfs: unsplit printed stringsJeff Mahoney1-46/+51
2016-09-26btrfs: clean the old superblocks before freeing the deviceJeff Mahoney1-27/+11
2016-09-26Btrfs: add a flags field to btrfs_fs_infoJosef Bacik1-1/+1
2016-09-26btrfs: let btrfs_delete_unused_bgs() to clean relocated bgsNaohiro Aota1-14/+10
2016-08-26Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-8/+19