aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-02Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-9/+12
2017-02-28btrfs: handle allocation error in update_dev_stat_itemGravatar David Sterba 1-1/+2
2017-02-28btrfs: constify device path passed to relevant helpersGravatar David Sterba 1-8/+10
2017-02-25Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-11/+7
2017-02-17btrfs: remove unused parameter from init_first_rw_deviceGravatar David Sterba 1-5/+3
2017-02-17btrfs: remove unused parameter from __btrfs_alloc_chunkGravatar David Sterba 1-6/+4
2017-02-02block: Get rid of blk_get_backing_dev_info()Gravatar Jan Kara 1-1/+1
2016-12-16Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-432/+413
2016-12-06btrfs: opencode chunk locking, remove helpersGravatar David Sterba 1-35/+35
2016-12-06btrfs: remove root parameter from transaction commit/end routinesGravatar Jeff Mahoney 1-17/+16
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseGravatar Jeff Mahoney 1-92/+67
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesGravatar Jeff Mahoney 1-254/+257
2016-12-06btrfs: root->fs_info cleanup, lock/unlock_chunksGravatar Jeff Mahoney 1-35/+35
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoGravatar Jeff Mahoney 1-19/+22
2016-12-06btrfs: root->fs_info cleanup, use fs_info->dev_root everywhereGravatar Jeff Mahoney 1-21/+20
2016-12-06btrfs: btrfs_init_new_device should use fs_info->dev_rootGravatar Jeff Mahoney 1-1/+2
2016-12-06btrfs: call functions that always use the same root with fs_info insteadGravatar Jeff Mahoney 1-21/+26
2016-12-06btrfs: call functions that overwrite their root parameter with fs_infoGravatar Jeff Mahoney 1-31/+25
2016-11-30btrfs: remove constant parameter to memset_extent_buffer and rename itGravatar David Sterba 1-1/+1
2016-11-30btrfs: use new helpers to set uuids in ebGravatar David Sterba 1-2/+2
2016-11-29btrfs: don't abuse REQ_OP_* flags for btrfs_map_blockGravatar Christoph Hellwig 1-28/+30
2016-11-01block,fs: use REQ_* flags directlyGravatar Christoph Hellwig 1-1/+1
2016-11-01btrfs: use op_is_sync to check for synchronous requestsGravatar Christoph Hellwig 1-1/+1
2016-10-10Revert "btrfs: let btrfs_delete_unused_bgs() to clean relocated bgs"Gravatar Chris Mason 1-10/+14
2016-09-26btrfs: fix a possible umount deadlockGravatar Anand Jain 1-6/+20
2016-09-26btrfs: convert pr_* to btrfs_* where possibleGravatar Jeff Mahoney 1-14/+20
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsGravatar Jeff Mahoney 1-10/+8
2016-09-26btrfs: unsplit printed stringsGravatar Jeff Mahoney 1-46/+51
2016-09-26btrfs: clean the old superblocks before freeing the deviceGravatar Jeff Mahoney 1-27/+11
2016-09-26Btrfs: add a flags field to btrfs_fs_infoGravatar Josef Bacik 1-1/+1
2016-09-26btrfs: let btrfs_delete_unused_bgs() to clean relocated bgsGravatar Naohiro Aota 1-14/+10
2016-08-26Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-8/+19
2016-08-25btrfs: do not background blkdev_put()Gravatar Anand Jain 1-8/+19
2016-08-07block: rename bio bi_rw to bi_opfGravatar Jens Axboe 1-3/+3
2016-08-04Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-57/+81
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-43/+48
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterGravatar Jeff Mahoney 1-9/+9
2016-07-26btrfs: btrfs_relocate_chunk pass extent_root to btrfs_end_transactionGravatar Jeff Mahoney 1-1/+1
2016-07-26btrfs: introduce BTRFS_MAX_ITEM_SIZEGravatar Jeff Mahoney 1-2/+1
2016-07-26btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoGravatar Jeff Mahoney 1-5/+6
2016-07-26Btrfs: fix unexpected balance crash due to BUG_ONGravatar Liu Bo 1-4/+24
2016-07-26btrfs: make sure device is synced before returnGravatar Anand Jain 1-0/+5
2016-07-26btrfs: reorg btrfs_close_one_device()Gravatar Anand Jain 1-36/+35
2016-07-18Btrfs: fix comparison in __btrfs_map_block()Gravatar Vincent Stehlé 1-1/+1
2016-06-25Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+2
2016-06-23Btrfs: Force stripesize to the value of sectorsizeGravatar Chandan Rajendra 1-2/+2
2016-06-18Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+2
2016-06-17Btrfs: check if extent buffer is aligned to sectorsizeGravatar Liu Bo 1-2/+2
2016-06-10Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-15/+94
2016-06-08Merge branch 'misc-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Chris Mason 1-15/+94