summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * btrfs: do not background blkdev_put()Anand Jain2016-08-251-8/+19
* | block: rename bio bi_rw to bi_opfJens Axboe2016-08-071-3/+3
* | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-041-57/+81
|\|
| * btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney2016-07-261-9/+9
| * btrfs: btrfs_relocate_chunk pass extent_root to btrfs_end_transactionJeff Mahoney2016-07-261-1/+1
| * btrfs: introduce BTRFS_MAX_ITEM_SIZEJeff Mahoney2016-07-261-2/+1
| * btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney2016-07-261-5/+6
| * Btrfs: fix unexpected balance crash due to BUG_ONLiu Bo2016-07-261-4/+24
| * btrfs: make sure device is synced before returnAnand Jain2016-07-261-0/+5
| * btrfs: reorg btrfs_close_one_device()Anand Jain2016-07-261-36/+35
* | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-261-43/+48
|\ \ | |/ |/|
| * Btrfs: fix comparison in __btrfs_map_block()Vincent Stehlé2016-07-181-1/+1
| * btrfs: use bio fields for op and flagsMike Christie2016-06-071-6/+5
| * btrfs: update __btrfs_map_block for REQ_OP transitionMike Christie2016-06-071-25/+30
| * btrfs: use bio op accessorsMike Christie2016-06-071-7/+8
| * block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-7/+7
* | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-06-251-2/+2
|\ \
| * | Btrfs: Force stripesize to the value of sectorsizeChandan Rajendra2016-06-231-2/+2
* | | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-06-181-2/+2
|\| |
| * | Btrfs: check if extent buffer is aligned to sectorsizeLiu Bo2016-06-171-2/+2
* | | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-06-101-15/+94
|\| | | |/ |/|