summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * btrfs: use new helpers to set uuids in ebDavid Sterba2016-11-301-2/+2
| * btrfs: don't abuse REQ_OP_* flags for btrfs_map_blockChristoph Hellwig2016-11-291-28/+30
* | block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-1/+1
* | btrfs: use op_is_sync to check for synchronous requestsChristoph Hellwig2016-11-011-1/+1
|/
* Revert "btrfs: let btrfs_delete_unused_bgs() to clean relocated bgs"Chris Mason2016-10-101-10/+14
* btrfs: fix a possible umount deadlockAnand Jain2016-09-261-6/+20
* btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney2016-09-261-14/+20
* btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney2016-09-261-10/+8
* btrfs: unsplit printed stringsJeff Mahoney2016-09-261-46/+51
* btrfs: clean the old superblocks before freeing the deviceJeff Mahoney2016-09-261-27/+11
* Btrfs: add a flags field to btrfs_fs_infoJosef Bacik2016-09-261-1/+1
* btrfs: let btrfs_delete_unused_bgs() to clean relocated bgsNaohiro Aota2016-09-261-14/+10
* Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-261-8/+19
|\
OpenPOWER on IntegriCloud