aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-18btrfs: move block_group_item::used to block groupDavid Sterba1-2/+2
2019-11-18btrfs: remove pointless indentation in btrfs_read_sys_array()Johannes Thumshirn1-35/+36
2019-11-18btrfs: reduce indentation in btrfs_may_alloc_data_chunkJohannes Thumshirn1-20/+21
2019-11-18Btrfs: delete the entire async bio submission frameworkChris Mason1-210/+0
2019-11-18Btrfs: stop using btrfs_schedule_bio()Chris Mason1-51/+4
2019-11-18btrfs: add const function attributeDavid Sterba1-1/+1
2019-11-18btrfs: add __cold attribute to more functionsDavid Sterba1-1/+1
2019-11-18btrfs: print process name and pid that calls device scanningAnand Jain1-4/+8
2019-11-18btrfs: use has_single_bit_set for clarityDavid Sterba1-6/+1
2019-11-18btrfs: balance: use term redundancy instead of integrity in messageAnand Jain1-6/+6
2019-11-18btrfs: get rid of unique workqueue helper functionsOmar Sandoval1-2/+1
2019-10-25btrfs: Consider system chunk array size for new SYSTEM chunksQu Wenruo1-0/+1
2019-10-01btrfs: fix balance convert to single on 32-bit host CPUsZygo Blaxell1-1/+5
2019-09-25btrfs: Fix a regression which we can't convert to SINGLE profileQu Wenruo1-1/+7
2019-09-09btrfs: move dev_stats helpers to volumes.cDavid Sterba1-0/+23
2019-09-09btrfs: move math functions to misc.hDavid Sterba1-1/+1
2019-09-09btrfs: use proper error values on allocation failure in clone_fs_devicesAnand Jain1-2/+6
2019-09-09btrfs: proper error handling when invalid device is found in find_next_devidAnand Jain1-1/+6
2019-09-09btrfs: fix error pointer check in __btrfs_map_block()Dan Carpenter1-1/+1
2019-09-09btrfs: dev stat drop useless gotoAnand Jain1-5/+2
2019-09-09btrfs: dev stats item key conversion per cpu type is not neededAnand Jain1-2/+0
2019-09-09btrfs: factor out sysfs code for updating sprout fsidDavid Sterba1-10/+2
2019-09-09btrfs: factor out sysfs code for sending device ueventDavid Sterba1-13/+0
2019-09-09btrfs: opencode reset of all device statsAnand Jain1-10/+2
2019-09-09btrfs: reset device stat using btrfs_dev_stat_setAnand Jain1-3/+3
2019-09-09btrfs: move basic block_group definitions to their own headerJosef Bacik1-0/+1
2019-09-09btrfs: volumes: Remove ENOSPC-prone btrfs_can_relocate()Qu Wenruo1-4/+0
2019-09-09btrfs: volumes: Add comment for find_free_dev_extent_start()Qu Wenruo1-0/+6
2019-09-09btrfs: volumes: Unexport find_free_dev_extent_start()Qu Wenruo1-2/+3
2019-09-09btrfs: remove set but not used variable 'offset'YueHaibing1-2/+0
2019-08-07Btrfs: fix sysfs warning and missing raid sysfs directoriesFilipe Manana1-13/+0
2019-07-17btrfs: don't leak extent_map in btrfs_get_io_geometry()Johannes Thumshirn1-3/+7
2019-07-02btrfs: move space_info to space-info.hJosef Bacik1-0/+1
2019-07-02btrfs: Use btrfs_get_io_geometry appropriatelyNikolay Borisov1-63/+15
2019-07-02btrfs: Introduce btrfs_io_geometry infrastructureNikolay Borisov1-0/+96
2019-07-02Btrfs: prevent send failures and crashes due to concurrent relocationFilipe Manana1-0/+8
2019-07-02btrfs: add mask for all RAID1 typesDavid Sterba1-4/+4
2019-07-01btrfs: Add comments on locking of several device-related fieldsNikolay Borisov1-1/+3
2019-07-01btrfs: read number of data stripes from map only onceDavid Sterba1-8/+9
2019-07-01btrfs: refactor helper for bg flags to name conversionDavid Sterba1-21/+13
2019-07-01btrfs: factor out devs_max setting in __btrfs_alloc_chunkDavid Sterba1-6/+2
2019-07-01btrfs: factor out helper for counting data stripesDavid Sterba1-10/+15
2019-07-01btrfs: use raid_attr table for btrfs_bg_type_to_factorDavid Sterba1-4/+3
2019-07-01btrfs: use raid_attr table to find profiles for integrity loweringDavid Sterba1-5/+10
2019-07-01btrfs: use raid_attr to get allowed profiles for balance conversionDavid Sterba1-9/+5
2019-07-01btrfs: use raid_attr in btrfs_chunk_max_errorsDavid Sterba1-12/+2
2019-07-01btrfs: remove mapping tree structures indirectionDavid Sterba1-29/+24
2019-07-01btrfs: raid56: allow the exact minimum number of devices for balance convertDavid Sterba1-3/+4
2019-07-01btrfs: fix minimum number of chunk errors for DUPDavid Sterba1-2/+1
2019-04-29btrfs: get fs_info from device in btrfs_rm_dev_replace_free_srcdevDavid Sterba1-2/+2