summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix balance convert to single on 32-bit host CPUsZygo Blaxell2019-10-011-1/+5
* btrfs: Fix a regression which we can't convert to SINGLE profileQu Wenruo2019-09-251-1/+7
* btrfs: move dev_stats helpers to volumes.cDavid Sterba2019-09-091-0/+23
* btrfs: move math functions to misc.hDavid Sterba2019-09-091-1/+1
* btrfs: use proper error values on allocation failure in clone_fs_devicesAnand Jain2019-09-091-2/+6
* btrfs: proper error handling when invalid device is found in find_next_devidAnand Jain2019-09-091-1/+6
* btrfs: fix error pointer check in __btrfs_map_block()Dan Carpenter2019-09-091-1/+1
* btrfs: dev stat drop useless gotoAnand Jain2019-09-091-5/+2
* btrfs: dev stats item key conversion per cpu type is not neededAnand Jain2019-09-091-2/+0
* btrfs: factor out sysfs code for updating sprout fsidDavid Sterba2019-09-091-10/+2
* btrfs: factor out sysfs code for sending device ueventDavid Sterba2019-09-091-13/+0
* btrfs: opencode reset of all device statsAnand Jain2019-09-091-10/+2
* btrfs: reset device stat using btrfs_dev_stat_setAnand Jain2019-09-091-3/+3
* btrfs: move basic block_group definitions to their own headerJosef Bacik2019-09-091-0/+1
* btrfs: volumes: Remove ENOSPC-prone btrfs_can_relocate()Qu Wenruo2019-09-091-4/+0
* btrfs: volumes: Add comment for find_free_dev_extent_start()Qu Wenruo2019-09-091-0/+6
* btrfs: volumes: Unexport find_free_dev_extent_start()Qu Wenruo2019-09-091-2/+3
* btrfs: remove set but not used variable 'offset'YueHaibing2019-09-091-2/+0
* Btrfs: fix sysfs warning and missing raid sysfs directoriesFilipe Manana2019-08-071-13/+0
* btrfs: don't leak extent_map in btrfs_get_io_geometry()Johannes Thumshirn2019-07-171-3/+7
* btrfs: move space_info to space-info.hJosef Bacik2019-07-021-0/+1
* btrfs: Use btrfs_get_io_geometry appropriatelyNikolay Borisov2019-07-021-63/+15
* btrfs: Introduce btrfs_io_geometry infrastructureNikolay Borisov2019-07-021-0/+96
* Btrfs: prevent send failures and crashes due to concurrent relocationFilipe Manana2019-07-021-0/+8
* btrfs: add mask for all RAID1 typesDavid Sterba2019-07-021-4/+4
* btrfs: Add comments on locking of several device-related fieldsNikolay Borisov2019-07-011-1/+3
* btrfs: read number of data stripes from map only onceDavid Sterba2019-07-011-8/+9
* btrfs: refactor helper for bg flags to name conversionDavid Sterba2019-07-011-21/+13
* btrfs: factor out devs_max setting in __btrfs_alloc_chunkDavid Sterba2019-07-011-6/+2
* btrfs: factor out helper for counting data stripesDavid Sterba2019-07-011-10/+15
* btrfs: use raid_attr table for btrfs_bg_type_to_factorDavid Sterba2019-07-011-4/+3
* btrfs: use raid_attr table to find profiles for integrity loweringDavid Sterba2019-07-011-5/+10
* btrfs: use raid_attr to get allowed profiles for balance conversionDavid Sterba2019-07-011-9/+5
* btrfs: use raid_attr in btrfs_chunk_max_errorsDavid Sterba2019-07-011-12/+2
* btrfs: remove mapping tree structures indirectionDavid Sterba2019-07-011-29/+24
* btrfs: raid56: allow the exact minimum number of devices for balance convertDavid Sterba2019-07-011-3/+4
* btrfs: fix minimum number of chunk errors for DUPDavid Sterba2019-07-011-2/+1
* btrfs: get fs_info from device in btrfs_rm_dev_replace_free_srcdevDavid Sterba2019-04-291-2/+2
* btrfs: get fs_info from device in btrfs_scrub_cancel_devDavid Sterba2019-04-291-1/+1
* btrfs: get fs_info from device in btrfs_rm_dev_itemDavid Sterba2019-04-291-4/+3
* btrfs: get fs_info from trans in btrfs_run_dev_statsDavid Sterba2019-04-291-2/+2
* btrfs: get fs_info from trans in btrfs_finish_sproutDavid Sterba2019-04-291-3/+3
* btrfs: get fs_info from trans in init_first_rw_deviceDavid Sterba2019-04-291-5/+4
* btrfs: get fs_info from trans in btrfs_create_treeDavid Sterba2019-04-291-2/+1
* btrfs: get fs_info from eb in read_one_devDavid Sterba2019-04-291-3/+3
* btrfs: get fs_info from eb in read_one_chunkDavid Sterba2019-04-291-4/+4
* btrfs: get fs_info from eb in btrfs_check_chunk_validDavid Sterba2019-04-291-1/+1
* btrfs: get fs_info from eb in should_balance_chunkDavid Sterba2019-04-291-4/+3
* btrfs: Factor out in_range macroNikolay Borisov2019-04-291-1/+0
* btrfs: Remove 'trans' argument from find_free_dev_extent(_start)Nikolay Borisov2019-04-291-7/+4