summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)Author
2017-11-01btrfs: remove BUG_ON in btrfs_rm_dev_replace_free_srcdev()Anand Jain
2017-10-30btrfs: fix false EIO for missing deviceAnand Jain
2017-10-30btrfs: use need_full_stripe() in __btrfs_map_block()Anand Jain
2017-10-30btrfs: use BLK_STS defines where neededAnand Jain
2017-10-30btrfs: fix use of error or warning for missing deviceAnand Jain
2017-10-30btrfs: declare btrfs_report_missing_device() staticAnand Jain
2017-10-30btrfs: fix EIO misuse to report missing degraded optionAnand Jain
2017-10-30btrfs: add_missing_dev() should return the actual errorAnand Jain
2017-10-30Btrfs: remove nr_async_biosLiu Bo
2017-10-30btrfs: error out if btrfs_attach_transaction() failsAnand Jain
2017-10-30btrfs: fix BUG_ON in btrfs_init_new_device()Anand Jain
2017-10-30btrfs: undo writable superblocke when sprouting failsAnand Jain
2017-10-30btrfs: Rework error handling of add_extent_mapping in __btrfs_alloc_chunkNikolay Borisov
2017-10-30Btrfs: make some volumes.c functions staticOmar Sandoval
2017-10-30Btrfs: remove batch plug in run_scheduled_IOLiu Bo
2017-09-29Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-09-26Btrfs: use btrfs_op instead of bio_op in __btrfs_map_blockLiu Bo
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-09-09Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-08-24Btrfs: fix blk_status_t/errno confusionOmar Sandoval
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-08-21btrfs: remove superfluous chunk_tree argument from btrfs_alloc_dev_extentNikolay Borisov
2017-08-21btrfs: Remove chunk_objectid parameter of btrfs_alloc_dev_extentNikolay Borisov
2017-08-21btrfs: Remove extraneous chunk_objectid variableNikolay Borisov
2017-08-21btrfs: Remove chunk_objectid argument from btrfs_make_block_groupNikolay Borisov
2017-08-21btrfs: Remove redundant setting of uuid in btrfs_block_headerNikolay Borisov
2017-08-18btrfs: Remove unused sectorsize variable from struct map_lookupNikolay Borisov
2017-08-18btrfs: use appropriate define for the fsidAnand Jain
2017-08-16btrfs: use named constant for bdev blocksizeDavid Sterba
2017-08-16btrfs: refactor find_device helperDavid Sterba
2017-08-16btrfs: merge alloc_device helpersDavid Sterba
2017-08-16btrfs: Remove unused parameters from volume.c functionsNikolay Borisov
2017-08-16btrfs: Remove unused variablesNikolay Borisov
2017-08-16btrfs: Remove find_raid56_stripe_lenNikolay Borisov
2017-08-16btrfs: Enhance message when a device is missing during mountQu Wenruo
2017-08-16btrfs: Cleanup num_tolerated_disk_barrier_failuresQu Wenruo
2017-08-16btrfs: Introduce a function to check if all chunks a OK for degraded rw mountQu Wenruo
2017-08-16btrfs: Prevent possible ERR_PTR() dereferenceNikolay Borisov
2017-08-16btrfs: Be explicit about usage of min()Nikolay Borisov
2017-08-16btrfs: Use explicit round_down call rather than open-coding itNikolay Borisov
2017-08-16btrfs: convert while loop to list_for_each_entryNikolay Borisov
2017-07-28Merge branch 'for-4.13-part3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-24btrfs: round down size diff when shrinking/growing deviceNikolay Borisov
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-06-21btrfs: preallocate device flush bioDavid Sterba
2017-06-20btrfs: Round down values which are written for total_bytes_sizeNikolay Borisov
2017-06-20btrfs: obsolete and remove mount option alloc_startDavid Sterba
2017-06-19btrfs: use GFP_KERNEL in btrfs_init_dev_replace_tgtdevDavid Sterba