summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: change btrfs_fs_devices::rotating to boolJohannes Thumshirn2019-11-181-3/+3
* btrfs: change btrfs_fs_devices::seeding to boolJohannes Thumshirn2019-11-181-4/+4
* btrfs: rename btrfs_block_group_cacheDavid Sterba2019-11-181-3/+3
* btrfs: add incompat for raid1 with 3, 4 copiesDavid Sterba2019-11-181-0/+9
* btrfs: add support for 4-copy replication (raid1c4)David Sterba2019-11-181-0/+12
* btrfs: add support for 3-copy replication (raid1c3)David Sterba2019-11-181-2/+17
* btrfs: Ensure we trim ranges across block group boundaryQu Wenruo2019-11-181-2/+4
* btrfs: volumes: Use more straightforward way to calculate map lengthQu Wenruo2019-11-181-1/+1
* btrfs: add dedicated members for start and length of a block groupDavid Sterba2019-11-181-8/+7
* btrfs: move block_group_item::used to block groupDavid Sterba2019-11-181-2/+2
* btrfs: remove pointless indentation in btrfs_read_sys_array()Johannes Thumshirn2019-11-181-35/+36
* btrfs: reduce indentation in btrfs_may_alloc_data_chunkJohannes Thumshirn2019-11-181-20/+21
* Btrfs: delete the entire async bio submission frameworkChris Mason2019-11-181-210/+0
* Btrfs: stop using btrfs_schedule_bio()Chris Mason2019-11-181-51/+4
* btrfs: add const function attributeDavid Sterba2019-11-181-1/+1
* btrfs: add __cold attribute to more functionsDavid Sterba2019-11-181-1/+1
* btrfs: print process name and pid that calls device scanningAnand Jain2019-11-181-4/+8
* btrfs: use has_single_bit_set for clarityDavid Sterba2019-11-181-6/+1
* btrfs: balance: use term redundancy instead of integrity in messageAnand Jain2019-11-181-6/+6
* btrfs: get rid of unique workqueue helper functionsOmar Sandoval2019-11-181-2/+1
* btrfs: Consider system chunk array size for new SYSTEM chunksQu Wenruo2019-10-251-0/+1
* 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