aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-17btrfs: Fix typos in comments and stringsAndrea Gelmini1-7/+7
2018-12-17btrfs: Remove 1st shrink/grow phase from balanceNikolay Borisov1-53/+0
2018-12-17btrfs: use offset_in_page instead of open-coding itJohannes Thumshirn1-1/+1
2018-12-17btrfs: dev-replace: open code trivial locking helpersDavid Sterba1-7/+7
2018-12-17btrfs: dev-replace: remove custom read/write blocking schemeDavid Sterba1-7/+6
2018-12-17btrfs: Refactor btrfs_merge_bio_hookNikolay Borisov1-2/+4
2018-12-17btrfs: balance: print to system log when balance ends or is pausedAnand Jain1-0/+7
2018-12-17btrfs: balance: print args during start and resumeAnand Jain1-3/+158
2018-12-17btrfs: add helper to describe block group flagsAnand Jain1-0/+54