summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)Author
2020-01-23btrfs: Fix split-brain handling when changing FSID to metadata uuidNikolay Borisov
2020-01-23btrfs: Handle another split brain scenario with metadata uuid featureNikolay Borisov
2020-01-23btrfs: Factor out metadata_uuid code from find_fsid.Su Yue
2020-01-23btrfs: Call find_fsid from find_fsid_inprogressSu Yue
2020-01-23btrfs: Move and unexport btrfs_rmap_blockNikolay Borisov
2020-01-20btrfs: device stats, log when stats are zeroedAnand Jain
2020-01-20btrfs: add the beginning of async discard, discard workqueueDennis Zhou
2020-01-20btrfs: reset device back to allocation state when removingJohannes Thumshirn
2020-01-20btrfs: decrement number of open devices after closing the device not beforeJohannes Thumshirn
2020-01-20btrfs: remove impossible WARN_ON in btrfs_destroy_dev_replace_tgtdev()Johannes Thumshirn
2020-01-20btrfs: fill ncopies for all raid table entriesDavid Sterba
2020-01-20btrfs: use raid_attr table in calc_stripe_length for nparityDavid Sterba
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