summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-05btrfs: tree-checker: Verify block_group_itemQu Wenruo1-1/+1
2018-12-05btrfs: validate type when reading a chunkGu Jinxiang1-0/+28
2018-10-10btrfs: btrfs_shrink_device should call commit transaction at the endAnand Jain1-1/+6
2018-09-15btrfs: Exit gracefully when chunk map cannot be inserted to the treeQu Wenruo1-2/+6
2018-06-21Btrfs: make raid6 rebuild retry moreLiu Bo1-1/+8
2018-06-21Revert "Btrfs: fix scrub to repair raid6 corruption"Sasha Levin1-8/+1
2018-05-22btrfs: fix crash when trying to resume balance without the resume flagAnand Jain1-0/+9
2018-04-26Btrfs: fix scrub to repair raid6 corruptionLiu Bo1-1/+8
2018-03-21btrfs: Fix memory barriers usage with device stats countersNikolay Borisov1-2/+16
2018-03-21btrfs: Fix use-after-free when cleaning up fs_devs with a single stale deviceNikolay Borisov1-0/+1
2018-03-21btrfs: alloc_chunk: fix DUP stripe size handlingHans van Kranenburg1-5/+6
2018-03-03btrfs: Fix flush bio leakNikolay Borisov1-1/+0
2018-02-03btrfs: Fix transaction abort during failure in btrfs_rm_dev_itemNikolay Borisov1-8/+12
2017-12-20btrfs: undo writable superblocke when sprouting failsAnand Jain1-0/+2
2017-12-20btrfs: fix false EIO for missing deviceAnand Jain1-1/+4
2017-09-29Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2017-09-26Btrfs: use btrfs_op instead of bio_op in __btrfs_map_blockLiu Bo1-1/+1
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-2/+2
2017-09-09Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-147/+149
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-08-24Btrfs: fix blk_status_t/errno confusionOmar Sandoval1-5/+5
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-1/+1
2017-08-21btrfs: remove superfluous chunk_tree argument from btrfs_alloc_dev_extentNikolay Borisov1-7/+5
2017-08-21btrfs: Remove chunk_objectid parameter of btrfs_alloc_dev_extentNikolay Borisov1-4/+4
2017-08-21btrfs: Remove extraneous chunk_objectid variableNikolay Borisov1-10/+6
2017-08-21btrfs: Remove chunk_objectid argument from btrfs_make_block_groupNikolay Borisov1-3/+1
2017-08-21btrfs: Remove redundant setting of uuid in btrfs_block_headerNikolay Borisov1-2/+0
2017-08-18btrfs: Remove unused sectorsize variable from struct map_lookupNikolay Borisov1-2/+0
2017-08-18btrfs: use appropriate define for the fsidAnand Jain1-8/+8
2017-08-16btrfs: use named constant for bdev blocksizeDavid Sterba1-3/+3
2017-08-16btrfs: refactor find_device helperDavid Sterba1-6/+13
2017-08-16btrfs: merge alloc_device helpersDavid Sterba1-25/+11
2017-08-16btrfs: Remove unused parameters from volume.c functionsNikolay Borisov1-5/+2
2017-08-16btrfs: Remove unused variablesNikolay Borisov1-9/+0
2017-08-16btrfs: Remove find_raid56_stripe_lenNikolay Borisov1-20/+7
2017-08-16btrfs: Enhance message when a device is missing during mountQu Wenruo1-7/+17
2017-08-16btrfs: Cleanup num_tolerated_disk_barrier_failuresQu Wenruo1-17/+0
2017-08-16btrfs: Introduce a function to check if all chunks a OK for degraded rw mountQu Wenruo1-0/+58
2017-08-16btrfs: Prevent possible ERR_PTR() dereferenceNikolay Borisov1-10/+12
2017-08-16btrfs: Be explicit about usage of min()Nikolay Borisov1-2/+2
2017-08-16btrfs: Use explicit round_down call rather than open-coding itNikolay Borisov1-1/+1
2017-08-16btrfs: convert while loop to list_for_each_entryNikolay Borisov1-9/+2
2017-07-28Merge branch 'for-4.13-part3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2017-07-24btrfs: round down size diff when shrinking/growing deviceNikolay Borisov1-2/+2
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-2/+2
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-35/+39
2017-06-21btrfs: preallocate device flush bioDavid Sterba1-0/+12
2017-06-20btrfs: Round down values which are written for total_bytes_sizeNikolay Borisov1-5/+13
2017-06-20btrfs: obsolete and remove mount option alloc_startDavid Sterba1-3/+1
2017-06-19btrfs: use GFP_KERNEL in btrfs_init_dev_replace_tgtdevDavid Sterba1-1/+1