summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: Fix split-brain handling when changing FSID to metadata uuidNikolay Borisov2020-01-231-4/+38
* btrfs: Handle another split brain scenario with metadata uuid featureNikolay Borisov2020-01-231-3/+14
* btrfs: Factor out metadata_uuid code from find_fsid.Su Yue2020-01-231-35/+42
* btrfs: Call find_fsid from find_fsid_inprogressSu Yue2020-01-231-13/+6
* btrfs: Move and unexport btrfs_rmap_blockNikolay Borisov2020-01-231-69/+0
* btrfs: device stats, log when stats are zeroedAnand Jain2020-01-201-0/+2
* btrfs: add the beginning of async discard, discard workqueueDennis Zhou2020-01-201-0/+8
* btrfs: reset device back to allocation state when removingJohannes Thumshirn2020-01-201-17/+12
* btrfs: decrement number of open devices after closing the device not beforeJohannes Thumshirn2020-01-201-3/+2
* btrfs: remove impossible WARN_ON in btrfs_destroy_dev_replace_tgtdev()Johannes Thumshirn2020-01-201-1/+0
* btrfs: fill ncopies for all raid table entriesDavid Sterba2020-01-201-0/+2
* btrfs: use raid_attr table in calc_stripe_length for nparityDavid Sterba2020-01-201-10/+5
* btrfs: check rw_devices, not num_devices for balanceJosef Bacik2020-01-171-1/+5
* btrfs: fix devs_max constraints for raid1c3 and raid1c4David Sterba2019-12-131-2/+2
* 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
OpenPOWER on IntegriCloud