summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-07btrfs: make btrfs_sysfs_remove_devices_dir return voidAnand Jain2-7/+5
2020-10-07btrfs: add btrfs_sysfs_remove_device helperAnand Jain1-34/+27
2020-10-07btrfs: add btrfs_sysfs_add_device helperAnand Jain1-26/+52
2020-10-07btrfs: fix replace of seed deviceAnand Jain1-1/+1
2020-10-07btrfs: improve device scanning messagesAnand Jain1-6/+8
2020-10-07btrfs: pretty print leaked root nameJosef Bacik3-2/+46
2020-10-07btrfs: sysfs: export currently running exclusive operationGoldwyn Rodrigues2-0/+38
2020-10-07btrfs: enumerate the type of exclusive operation in progressGoldwyn Rodrigues5-41/+65
2020-10-07btrfs: sysfs: init devices outside of the chunk_mutexJosef Bacik1-3/+4
2020-10-07btrfs: make extent_fiemap take btrfs_inodeNikolay Borisov3-17/+15
2020-10-07btrfs: make btrfs_zero_range_check_range_boundary take btrfs_inodeNikolay Borisov1-5/+6
2020-10-07btrfs: make copy_inline_to_page take btrfs_inodeNikolay Borisov1-19/+19
2020-10-07btrfs: make btrfs_find_ordered_sum take btrfs_inodeNikolay Borisov3-14/+13
2020-10-07btrfs: make get_extent_skip_holes take btrfs_inodeNikolay Borisov1-5/+6
2020-10-07btrfs: make btrfs_writepage_endio_finish_ordered btrfs_inode-centricNikolay Borisov1-5/+5
2020-10-07btrfs: make btrfs_invalidatepage work on btrfs_inodeNikolay Borisov1-10/+8
2020-10-07btrfs: convert btrfs_inode_sectorsize to take btrfs_inodeNikolay Borisov6-14/+15
2020-10-07btrfs: make btrfs_dec_test_ordered_pending take btrfs_inodeNikolay Borisov3-9/+8
2020-10-07btrfs: make ordered extent tracepoint take btrfs_inodeNikolay Borisov2-13/+12
2020-10-07btrfs: make btrfs_lookup_first_ordered_extent take btrfs_inodeNikolay Borisov4-7/+10
2020-10-07btrfs: make inode_tree_del take btrfs_inodeNikolay Borisov1-6/+6
2020-10-07btrfs: use BTRFS_NESTED_NEW_ROOT for double splitsJosef Bacik1-1/+11
2020-10-07btrfs: introduce BTRFS_NESTING_NEW_ROOT for adding new rootsJosef Bacik2-2/+12
2020-10-07btrfs: introduce BTRFS_NESTING_SPLIT for split blocksJosef Bacik2-2/+11
2020-10-07btrfs: introduce BTRFS_NESTING_LEFT/RIGHT_COWJosef Bacik2-6/+14
2020-10-07btrfs: introduce BTRFS_NESTING_LEFT/BTRFS_NESTING_RIGHTJosef Bacik2-8/+20
2020-10-07btrfs: introduce BTRFS_NESTING_COW for cow'ing blocksJosef Bacik8-36/+66
2020-10-07btrfs: add nesting tags to the locking helpersJosef Bacik3-8/+42
2020-10-07btrfs: introduce btrfs_path::recurseJosef Bacik5-9/+26
2020-10-07btrfs: rename extent_buffer::lock_nested to extent_buffer::lock_recursedJosef Bacik3-14/+14
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: ctree: check key order before merging tree blocksQu Wenruo1-0/+74
2020-10-07btrfs: extent-tree: kill the BUG_ON() in insert_inline_extent_backref()Qu Wenruo1-1/+19
2020-10-07btrfs: extent-tree: kill BUG_ON() in __btrfs_free_extent()Qu Wenruo1-13/+147
2020-10-07btrfs: extent_io: do extra check for extent buffer read write functionsQu Wenruo1-37/+47
2020-10-07btrfs: rework error detection in init_tree_rootsNikolay Borisov1-10/+9
2020-10-07btrfs: qgroup: fix qgroup meta rsv leak for subvolume operationsQu Wenruo4-7/+16
2020-10-07btrfs: qgroup: fix wrong qgroup metadata reserve for delayed inodeQu Wenruo1-2/+1
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 Borisov4-83/+70
2020-10-07btrfs: simplify setting/clearing fs_info to btrfs_fs_devicesNikolay Borisov3-24/+2
2020-10-07btrfs: make close_fs_devices return voidNikolay Borisov2-9/+5
2020-10-07btrfs: factor out loop logic from btrfs_free_extra_devidsNikolay Borisov1-14/+20
2020-10-07btrfs: factor out reada loop in __reada_start_machineNikolay Borisov1-5/+15