summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)Author
2020-01-17btrfs: check rw_devices, not num_devices for balanceJosef Bacik
2019-12-13btrfs: fix devs_max constraints for raid1c3 and raid1c4David Sterba
2019-11-18btrfs: change btrfs_fs_devices::rotating to boolJohannes Thumshirn
2019-11-18btrfs: change btrfs_fs_devices::seeding to boolJohannes Thumshirn
2019-11-18btrfs: rename btrfs_block_group_cacheDavid Sterba
2019-11-18btrfs: add incompat for raid1 with 3, 4 copiesDavid Sterba
2019-11-18btrfs: add support for 4-copy replication (raid1c4)David Sterba
2019-11-18btrfs: add support for 3-copy replication (raid1c3)David Sterba
2019-11-18btrfs: Ensure we trim ranges across block group boundaryQu Wenruo
2019-11-18btrfs: volumes: Use more straightforward way to calculate map lengthQu Wenruo
2019-11-18btrfs: add dedicated members for start and length of a block groupDavid Sterba
2019-11-18btrfs: move block_group_item::used to block groupDavid Sterba
2019-11-18btrfs: remove pointless indentation in btrfs_read_sys_array()Johannes Thumshirn
2019-11-18btrfs: reduce indentation in btrfs_may_alloc_data_chunkJohannes Thumshirn
2019-11-18Btrfs: delete the entire async bio submission frameworkChris Mason
2019-11-18Btrfs: stop using btrfs_schedule_bio()Chris Mason
2019-11-18btrfs: add const function attributeDavid Sterba
2019-11-18btrfs: add __cold attribute to more functionsDavid Sterba
2019-11-18btrfs: print process name and pid that calls device scanningAnand Jain
2019-11-18btrfs: use has_single_bit_set for clarityDavid Sterba
2019-11-18btrfs: balance: use term redundancy instead of integrity in messageAnand Jain
2019-11-18btrfs: get rid of unique workqueue helper functionsOmar Sandoval
2019-10-25btrfs: Consider system chunk array size for new SYSTEM chunksQu Wenruo
2019-10-01btrfs: fix balance convert to single on 32-bit host CPUsZygo Blaxell
2019-09-25btrfs: Fix a regression which we can't convert to SINGLE profileQu Wenruo
2019-09-09btrfs: move dev_stats helpers to volumes.cDavid Sterba
2019-09-09btrfs: move math functions to misc.hDavid Sterba
2019-09-09btrfs: use proper error values on allocation failure in clone_fs_devicesAnand Jain
2019-09-09btrfs: proper error handling when invalid device is found in find_next_devidAnand Jain
2019-09-09btrfs: fix error pointer check in __btrfs_map_block()Dan Carpenter
2019-09-09btrfs: dev stat drop useless gotoAnand Jain
2019-09-09btrfs: dev stats item key conversion per cpu type is not neededAnand Jain
2019-09-09btrfs: factor out sysfs code for updating sprout fsidDavid Sterba
2019-09-09btrfs: factor out sysfs code for sending device ueventDavid Sterba
2019-09-09btrfs: opencode reset of all device statsAnand Jain
2019-09-09btrfs: reset device stat using btrfs_dev_stat_setAnand Jain
2019-09-09btrfs: move basic block_group definitions to their own headerJosef Bacik
2019-09-09btrfs: volumes: Remove ENOSPC-prone btrfs_can_relocate()Qu Wenruo
2019-09-09btrfs: volumes: Add comment for find_free_dev_extent_start()Qu Wenruo
2019-09-09btrfs: volumes: Unexport find_free_dev_extent_start()Qu Wenruo
2019-09-09btrfs: remove set but not used variable 'offset'YueHaibing
2019-08-07Btrfs: fix sysfs warning and missing raid sysfs directoriesFilipe Manana
2019-07-17btrfs: don't leak extent_map in btrfs_get_io_geometry()Johannes Thumshirn
2019-07-02btrfs: move space_info to space-info.hJosef Bacik
2019-07-02btrfs: Use btrfs_get_io_geometry appropriatelyNikolay Borisov
2019-07-02btrfs: Introduce btrfs_io_geometry infrastructureNikolay Borisov
2019-07-02Btrfs: prevent send failures and crashes due to concurrent relocationFilipe Manana
2019-07-02btrfs: add mask for all RAID1 typesDavid Sterba
2019-07-01btrfs: Add comments on locking of several device-related fieldsNikolay Borisov
2019-07-01btrfs: read number of data stripes from map only onceDavid Sterba