aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-20btrfs: add the beginning of async discard, discard workqueueDennis Zhou1-0/+8
2020-01-20btrfs: reset device back to allocation state when removingJohannes Thumshirn1-17/+12
2020-01-20btrfs: decrement number of open devices after closing the device not beforeJohannes Thumshirn1-3/+2
2020-01-20btrfs: remove impossible WARN_ON in btrfs_destroy_dev_replace_tgtdev()Johannes Thumshirn1-1/+0
2020-01-20btrfs: fill ncopies for all raid table entriesDavid Sterba1-0/+2
2020-01-20btrfs: use raid_attr table in calc_stripe_length for nparityDavid Sterba1-10/+5
2020-01-17btrfs: check rw_devices, not num_devices for balanceJosef Bacik1-1/+5
2019-12-13btrfs: fix devs_max constraints for raid1c3 and raid1c4David Sterba1-2/+2
2019-11-18btrfs: change btrfs_fs_devices::rotating to boolJohannes Thumshirn1-3/+3
2019-11-18btrfs: change btrfs_fs_devices::seeding to boolJohannes Thumshirn1-4/+4
2019-11-18btrfs: rename btrfs_block_group_cacheDavid Sterba1-3/+3
2019-11-18btrfs: add incompat for raid1 with 3, 4 copiesDavid Sterba1-0/+9
2019-11-18btrfs: add support for 4-copy replication (raid1c4)David Sterba1-0/+12
2019-11-18btrfs: add support for 3-copy replication (raid1c3)David Sterba1-2/+17
2019-11-18btrfs: Ensure we trim ranges across block group boundaryQu Wenruo1-2/+4
2019-11-18btrfs: volumes: Use more straightforward way to calculate map lengthQu Wenruo1-1/+1
2019-11-18btrfs: add dedicated members for start and length of a block groupDavid Sterba1-8/+7
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