summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\| | | |/ |/|
| * Merge branch 'misc-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason2016-06-081-15/+94
| |\
| | * Btrfs: add validadtion checks for chunk loadingLiu Bo2016-06-061-15/+67
| | * Btrfs: add more validation checks for superblockLiu Bo2016-06-061-0/+24
| | * Btrfs: clear uptodate flags of pages in sys_array ebLiu Bo2016-06-061-0/+2
| | * Btrfs: end transaction if we abort when creating uuid rootJosef Bacik2016-06-011-0/+1
* | | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-06-041-12/+20
|\| |
| * | Btrfs: fix race between device replace and chunk allocationFilipe Manana2016-05-301-12/+9
| * | Btrfs: fix race between device replace and block group removalFilipe Manana2016-05-301-0/+11
| |/
* | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-271-6/+6
|\|
| * Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba2016-05-251-4/+4
| |\
| | * btrfs: fix string and comment grammatical issues and typosNicholas D Steeves2016-05-251-4/+4
| * | Btrfs: free sys_array eb as soon as possibleLiu Bo2016-05-251-2/+2
* | | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-211-205/+249
|\| |
| * | Merge branch 'foreign/anand/dev-del-by-id-ext' into for-chris-4.7-20160516David Sterba2016-05-161-181/+198
| |\ \
| | * | btrfs: cleanup assigning next active device with a checkAnand Jain2016-05-041-17/+43
| | * | btrfs: s_bdev is not null after missing replaceAnand Jain2016-05-041-2/+4
| | * | btrfs: rename btrfs_find_device_by_user_inputDavid Sterba2016-04-281-7/+10
| | * | btrfs: use existing device constraints table btrfs_raid_arrayDavid Sterba2016-04-281-14/+9
| | * | btrfs: introduce raid-type to error-code table, for minimum device constraintDavid Sterba2016-04-281-0/+15
| | * | btrfs: pass number of devices to btrfs_check_raid_min_devicesDavid Sterba2016-04-281-15/+20
| | * | btrfs: rename __check_raid_min_devicesDavid Sterba2016-04-281-2/+2
| | * | btrfs: optimize check for stale deviceAnand Jain2016-04-281-1/+2
| | * | btrfs: introduce device delete by devidAnand Jain2016-04-281-2/+2
| | * | btrfs: make use of btrfs_scratch_superblocks() in btrfs_rm_device()Anand Jain2016-04-281-64/+13
| | * | btrfs: enhance btrfs_find_device_by_user_input() to check device pathAnand Jain2016-04-281-0/+3
| | * | btrfs: make use of btrfs_find_device_by_user_input()Anand Jain2016-04-281-63/+37
| | * | btrfs: create helper btrfs_find_device_by_user_input()Anand Jain2016-04-281-0/+19
| | * | btrfs: clean up and optimize __check_raid_min_device()Anand Jain2016-04-281-24/+19