aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-02btrfs: move space_info to space-info.hJosef Bacik1-0/+1
2019-07-02btrfs: Use btrfs_get_io_geometry appropriatelyNikolay Borisov1-63/+15
2019-07-02btrfs: Introduce btrfs_io_geometry infrastructureNikolay Borisov1-0/+96
2019-07-02Btrfs: prevent send failures and crashes due to concurrent relocationFilipe Manana1-0/+8
2019-07-02btrfs: add mask for all RAID1 typesDavid Sterba1-4/+4
2019-07-01btrfs: Add comments on locking of several device-related fieldsNikolay Borisov1-1/+3
2019-07-01btrfs: read number of data stripes from map only onceDavid Sterba1-8/+9
2019-07-01btrfs: refactor helper for bg flags to name conversionDavid Sterba1-21/+13
2019-07-01btrfs: factor out devs_max setting in __btrfs_alloc_chunkDavid Sterba1-6/+2
2019-07-01btrfs: factor out helper for counting data stripesDavid Sterba1-10/+15
2019-07-01btrfs: use raid_attr table for btrfs_bg_type_to_factorDavid Sterba1-4/+3
2019-07-01btrfs: use raid_attr table to find profiles for integrity loweringDavid Sterba1-5/+10
2019-07-01btrfs: use raid_attr to get allowed profiles for balance conversionDavid Sterba1-9/+5
2019-07-01btrfs: use raid_attr in btrfs_chunk_max_errorsDavid Sterba1-12/+2
2019-07-01btrfs: remove mapping tree structures indirectionDavid Sterba1-29/+24
2019-07-01btrfs: raid56: allow the exact minimum number of devices for balance convertDavid Sterba1-3/+4
2019-07-01btrfs: fix minimum number of chunk errors for DUPDavid Sterba1-2/+1
2019-04-29btrfs: get fs_info from device in btrfs_rm_dev_replace_free_srcdevDavid Sterba1-2/+2
2019-04-29btrfs: get fs_info from device in btrfs_scrub_cancel_devDavid Sterba1-1/+1
2019-04-29btrfs: get fs_info from device in btrfs_rm_dev_itemDavid Sterba1-4/+3
2019-04-29btrfs: get fs_info from trans in btrfs_run_dev_statsDavid Sterba1-2/+2
2019-04-29btrfs: get fs_info from trans in btrfs_finish_sproutDavid Sterba1-3/+3
2019-04-29btrfs: get fs_info from trans in init_first_rw_deviceDavid Sterba1-5/+4
2019-04-29btrfs: get fs_info from trans in btrfs_create_treeDavid Sterba1-2/+1
2019-04-29btrfs: get fs_info from eb in read_one_devDavid Sterba1-3/+3
2019-04-29btrfs: get fs_info from eb in read_one_chunkDavid Sterba1-4/+4
2019-04-29btrfs: get fs_info from eb in btrfs_check_chunk_validDavid Sterba1-1/+1
2019-04-29btrfs: get fs_info from eb in should_balance_chunkDavid Sterba1-4/+3
2019-04-29btrfs: Factor out in_range macroNikolay Borisov1-1/+0
2019-04-29btrfs: Remove 'trans' argument from find_free_dev_extent(_start)Nikolay Borisov1-7/+4
2019-04-29btrfs: replace pending/pinned chunks lists with io treeJeff Mahoney1-60/+25
2019-04-29btrfs: Stop using call_rcu for device freeingNikolay Borisov1-12/+8
2019-04-29btrfs: Populate ->orig_block_len during read_one_chunkNikolay Borisov1-19/+22
2019-04-29btrfs: Handle pending/pinned chunks before blockgroup relocation during device shrinkNikolay Borisov1-32/+23
2019-04-29btrfs: combine device update operations during transaction commitNikolay Borisov1-51/+36
2019-04-29btrfs: tree-checker: Verify dev itemQu Wenruo1-9/+0
2019-04-29btrfs: tree-checker: Check chunk item at tree block read timeQu Wenruo1-3/+9
2019-04-29btrfs: Move btrfs_check_chunk_valid() to tree-check.[ch] and export itQu Wenruo1-93/+1
2019-04-29btrfs: use BUG() instead of BUG_ON(1)Arnd Bergmann1-1/+1
2019-03-13btrfs: don't report readahead errors and don't update statisticsDavid Sterba1-1/+1
2019-02-25btrfs: ensure that a DUP or RAID1 block group has exactly two stripesJohannes Thumshirn1-2/+2
2019-02-25btrfs: fix comment its device list mutex not volume lockAnand Jain1-1/+0
2019-02-25btrfs: introduce new ioctl to unregister a btrfs deviceAnand Jain1-0/+11
2019-02-25btrfs: merge btrfs_find_device and find_deviceAnand Jain1-37/+35
2019-02-25btrfs: refactor btrfs_free_stale_devices() to get return valueAnand Jain1-15/+31
2019-02-25btrfs: refactor btrfs_find_device() take fs_devices as argumentAnand Jain1-19/+20
2019-02-25btrfs: cleanup btrfs_find_device_by_devspec()Anand Jain1-17/+18
2019-02-25btrfs: merge btrfs_find_device_missing_or_by_path() into parentAnand Jain1-27/+13
2019-01-30btrfs: fix potential oops in device_list_addAl Viro1-2/+2
2019-01-10btrfs: Use real device structure to verify dev extentQu Wenruo1-0/+12