summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)Author
2020-02-24btrfs: Fix split-brain handling when changing FSID to metadata uuidNikolay Borisov
2020-02-24btrfs: device stats, log when stats are zeroedAnand Jain
2020-02-11btrfs: Handle another split brain scenario with metadata uuid featureNikolay Borisov
2020-01-23btrfs: check rw_devices, not num_devices for balanceJosef Bacik
2020-01-09btrfs: 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
2019-07-01btrfs: refactor helper for bg flags to name conversionDavid Sterba
2019-07-01btrfs: factor out devs_max setting in __btrfs_alloc_chunkDavid Sterba
2019-07-01btrfs: factor out helper for counting data stripesDavid Sterba
2019-07-01btrfs: use raid_attr table for btrfs_bg_type_to_factorDavid Sterba
2019-07-01btrfs: use raid_attr table to find profiles for integrity loweringDavid Sterba
2019-07-01btrfs: use raid_attr to get allowed profiles for balance conversionDavid Sterba
2019-07-01btrfs: use raid_attr in btrfs_chunk_max_errorsDavid Sterba
2019-07-01btrfs: remove mapping tree structures indirectionDavid Sterba
2019-07-01btrfs: raid56: allow the exact minimum number of devices for balance convertDavid Sterba
2019-07-01btrfs: fix minimum number of chunk errors for DUPDavid Sterba
2019-04-29btrfs: get fs_info from device in btrfs_rm_dev_replace_free_srcdevDavid Sterba
2019-04-29btrfs: get fs_info from device in btrfs_scrub_cancel_devDavid Sterba
2019-04-29btrfs: get fs_info from device in btrfs_rm_dev_itemDavid Sterba
2019-04-29btrfs: get fs_info from trans in btrfs_run_dev_statsDavid Sterba
2019-04-29btrfs: get fs_info from trans in btrfs_finish_sproutDavid Sterba
2019-04-29btrfs: get fs_info from trans in init_first_rw_deviceDavid Sterba
2019-04-29btrfs: get fs_info from trans in btrfs_create_treeDavid Sterba