summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-21Merge tag 'for-5.11-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2
2021-01-18btrfs: fix lockdep splat in btrfs_recover_relocationJosef Bacik1-0/+2
2021-01-06Merge tag 'for-5.11-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2020-12-18btrfs: fix race between RO remount and the cleaner taskFilipe Manana1-2/+2
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+6
2020-12-09btrfs: drop casts of bio bi_sectorDavid Sterba1-2/+2
2020-12-09btrfs: implement log-structured superblock for ZONED modeNaohiro Aota1-5/+15
2020-12-09btrfs: check and enable ZONED modeNaohiro Aota1-0/+5
2020-12-09btrfs: get zone information of zoned block devicesNaohiro Aota1-3/+17
2020-12-08btrfs: remove unused argument seed from btrfs_find_deviceAnand Jain1-12/+10
2020-12-08btrfs: drop never met disk total bytes check in verify_one_dev_extentAnand Jain1-15/+10
2020-12-08btrfs: drop unused argument step from btrfs_free_extra_devidsAnand Jain1-4/+4
2020-12-08btrfs: set the lockdep class for extent buffers on creationJosef Bacik1-1/+0
2020-12-08btrfs: pass the owner_root and level to alloc_extent_bufferJosef Bacik1-1/+2
2020-12-08btrfs: cleanup extent buffer readaheadJosef Bacik1-6/+2
2020-12-08btrfs: create read policy frameworkAnand Jain1-1/+13
2020-12-08btrfs: introduce mount option rescue=ignorebadrootsJosef Bacik1-0/+13
2020-12-02block: remove i_bdevChristoph Hellwig1-7/+6
2020-11-23btrfs: don't access possibly stale fs_info data for printing duplicate deviceJohannes Thumshirn1-1/+7
2020-11-05btrfs: dev-replace: fail mount if we don't have replace item with target deviceAnand Jain1-19/+7
2020-10-27btrfs: convert data_seqcount to seqcount_mutex_tDavidlohr Bueso1-1/+1
2020-10-26btrfs: fix readahead hang and use-after-free after removing a deviceFilipe Manana1-0/+3
2020-10-07btrfs: skip devices without magic signature when mountingAnand Jain1-6/+12
2020-10-07btrfs: return error if we're unable to read device statsJosef Bacik1-8/+18
2020-10-07btrfs: init device stats for seed devicesJosef Bacik1-41/+46
2020-10-07btrfs: simplify gotos in open_seed_deviceAnand Jain1-5/+3
2020-10-07btrfs: remove unnecessary tmp variable in btrfs_assign_next_active_device()Anand Jain1-6/+3
2020-10-07btrfs: use sprout device_list_mutex in btrfs_init_devices_lateAnand Jain1-3/+1
2020-10-07btrfs: split and refactor btrfs_sysfs_remove_devices_dirAnand Jain1-4/+4
2020-10-07btrfs: simplify parameters of btrfs_sysfs_add_devices_dirAnand Jain1-1/+1
2020-10-07btrfs: improve device scanning messagesAnand Jain1-6/+8
2020-10-07btrfs: enumerate the type of exclusive operation in progressGoldwyn Rodrigues1-10/+10
2020-10-07btrfs: sysfs: init devices outside of the chunk_mutexJosef Bacik1-3/+4
2020-10-07btrfs: don't opencode sync_blockdev in btrfs_init_new_deviceNikolay Borisov1-1/+1
2020-10-07btrfs: remove redundant code from btrfs_free_stale_devicesNikolay Borisov1-2/+0
2020-10-07btrfs: refactor locked condition in btrfs_init_new_deviceNikolay Borisov1-3/+4
2020-10-07btrfs: use RCU for quick device check in btrfs_init_new_deviceNikolay Borisov1-5/+4
2020-10-07btrfs: do not hold device_list_mutex when closing devicesJosef Bacik1-5/+4
2020-10-07btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locksJosef Bacik1-1/+0
2020-10-07btrfs: remove alloc_list splice in btrfs_prepare_sproutNikolay Borisov1-4/+0
2020-10-07btrfs: document some invariants of seed codeNikolay Borisov1-0/+15
2020-10-07btrfs: switch seed device to list apiNikolay Borisov1-55/+48
2020-10-07btrfs: simplify setting/clearing fs_info to btrfs_fs_devicesNikolay Borisov1-18/+2
2020-10-07btrfs: make close_fs_devices return voidNikolay Borisov1-8/+4
2020-10-07btrfs: factor out loop logic from btrfs_free_extra_devidsNikolay Borisov1-14/+20
2020-10-07btrfs: add owner and fs_info to alloc_state io_treeQu Wenruo1-3/+4
2020-10-07btrfs: remove fsid argument from btrfs_sysfs_update_sprout_fsidNikolay Borisov1-2/+5
2020-09-30btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locksJosef Bacik1-0/+3
2020-09-25btrfs: move btrfs_scratch_superblocks into btrfs_dev_replace_finishingJosef Bacik1-9/+3
2020-09-07btrfs: fix lockdep splat in add_missing_devJosef Bacik1-0/+10