summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-4.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-051-1/+0Star
|\
| * btrfs: Fix flush bio leakNikolay Borisov2018-01-021-1/+0Star
* | Merge tag 'for-4.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-291-9/+23
|\|
| * btrfs: dev_alloc_list is not protected by RCU, use normal list_delDavid Sterba2017-11-151-1/+1
| * btrfs: add missing device::flush_bio putsDavid Sterba2017-11-151-0/+10
| * btrfs: Fix transaction abort during failure in btrfs_rm_dev_itemNikolay Borisov2017-11-151-8/+12
* | Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-2/+2
|/
* btrfs: remove BUG_ON in btrfs_rm_dev_replace_free_srcdev()Anand Jain2017-11-011-7/+8
* btrfs: fix false EIO for missing deviceAnand Jain2017-10-301-1/+4
* btrfs: use need_full_stripe() in __btrfs_map_block()Anand Jain2017-10-301-10/+6Star
* btrfs: use BLK_STS defines where neededAnand Jain2017-10-301-1/+1
* btrfs: fix use of error or warning for missing deviceAnand Jain2017-10-301-8/+18
* btrfs: declare btrfs_report_missing_device() staticAnand Jain2017-10-301-6/+6
* btrfs: fix EIO misuse to report missing degraded optionAnand Jain2017-10-301-3/+3
* btrfs: add_missing_dev() should return the actual errorAnand Jain2017-10-301-5/+12
* Btrfs: remove nr_async_biosLiu Bo2017-10-301-17/+0Star
* btrfs: error out if btrfs_attach_transaction() failsAnand Jain2017-10-301-3/+8
* btrfs: fix BUG_ON in btrfs_init_new_device()Anand Jain2017-10-301-5/+9
* btrfs: undo writable superblocke when sprouting failsAnand Jain2017-10-301-0/+2
* btrfs: Rework error handling of add_extent_mapping in __btrfs_alloc_chunkNikolay Borisov2017-10-301-5/+5
* Btrfs: make some volumes.c functions staticOmar Sandoval2017-10-301-6/+7
* Btrfs: remove batch plug in run_scheduled_IOLiu Bo2017-10-301-6/+0Star
* Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-291-1/+1
|\
| * Btrfs: use btrfs_op instead of bio_op in __btrfs_map_blockLiu Bo2017-09-261-1/+1
* | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-151-2/+2
|\ \
| * | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-2/+2
* | | Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2017-09-091-147/+149
|\ \ \ | | |/ | |/|
| * | btrfs: remove superfluous chunk_tree argument from btrfs_alloc_dev_extentNikolay Borisov2017-08-211-7/+5Star
| * | btrfs: Remove chunk_objectid parameter of btrfs_alloc_dev_extentNikolay Borisov2017-08-211-4/+4
| * | btrfs: Remove extraneous chunk_objectid variableNikolay Borisov2017-08-211-10/+6Star
| * | btrfs: Remove chunk_objectid argument from btrfs_make_block_groupNikolay Borisov2017-08-211-3/+1Star
| * | btrfs: Remove redundant setting of uuid in btrfs_block_headerNikolay Borisov2017-08-211-2/+0Star
| * | btrfs: Remove unused sectorsize variable from struct map_lookupNikolay Borisov2017-08-181-2/+0Star
| * | btrfs: use appropriate define for the fsidAnand Jain2017-08-181-8/+8
| * | btrfs: use named constant for bdev blocksizeDavid Sterba2017-08-161-3/+3
| * | btrfs: refactor find_device helperDavid Sterba2017-08-161-6/+13
| * | btrfs: merge alloc_device helpersDavid Sterba2017-08-161-25/+11Star
| * | btrfs: Remove unused parameters from volume.c functionsNikolay Borisov2017-08-161-5/+2Star
| * | btrfs: Remove unused variablesNikolay Borisov2017-08-161-9/+0Star
| * | btrfs: Remove find_raid56_stripe_lenNikolay Borisov2017-08-161-20/+7Star
| * | btrfs: Enhance message when a device is missing during mountQu Wenruo2017-08-161-7/+17
| * | btrfs: Cleanup num_tolerated_disk_barrier_failuresQu Wenruo2017-08-161-17/+0Star
| * | btrfs: Introduce a function to check if all chunks a OK for degraded rw mountQu Wenruo2017-08-161-0/+58
| * | btrfs: Prevent possible ERR_PTR() dereferenceNikolay Borisov2017-08-161-10/+12
| * | btrfs: Be explicit about usage of min()Nikolay Borisov2017-08-161-2/+2
| * | btrfs: Use explicit round_down call rather than open-coding itNikolay Borisov2017-08-161-1/+1
| * | btrfs: convert while loop to list_for_each_entryNikolay Borisov2017-08-161-9/+2Star
* | | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-071-1/+1
|\ \ \
| * | | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-1/+1
| |/ /
* / / Btrfs: fix blk_status_t/errno confusionOmar Sandoval2017-08-241-5/+5
|/ /