summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: simplify parameters of btrfs_sysfs_add_devices_dirAnand Jain2020-10-074-11/+7
* btrfs: make btrfs_sysfs_remove_devices_dir return voidAnand Jain2020-10-072-7/+5
* btrfs: add btrfs_sysfs_remove_device helperAnand Jain2020-10-071-34/+27
* btrfs: add btrfs_sysfs_add_device helperAnand Jain2020-10-071-26/+52
* btrfs: fix replace of seed deviceAnand Jain2020-10-071-1/+1
* btrfs: improve device scanning messagesAnand Jain2020-10-071-6/+8
* btrfs: pretty print leaked root nameJosef Bacik2020-10-073-2/+46
* btrfs: sysfs: export currently running exclusive operationGoldwyn Rodrigues2020-10-072-0/+38
* btrfs: enumerate the type of exclusive operation in progressGoldwyn Rodrigues2020-10-075-41/+65
* btrfs: sysfs: init devices outside of the chunk_mutexJosef Bacik2020-10-071-3/+4
* btrfs: make extent_fiemap take btrfs_inodeNikolay Borisov2020-10-073-17/+15
* btrfs: make btrfs_zero_range_check_range_boundary take btrfs_inodeNikolay Borisov2020-10-071-5/+6
* btrfs: make copy_inline_to_page take btrfs_inodeNikolay Borisov2020-10-071-19/+19
* btrfs: make btrfs_find_ordered_sum take btrfs_inodeNikolay Borisov2020-10-073-14/+13
* btrfs: make get_extent_skip_holes take btrfs_inodeNikolay Borisov2020-10-071-5/+6
* btrfs: make btrfs_writepage_endio_finish_ordered btrfs_inode-centricNikolay Borisov2020-10-071-5/+5
* btrfs: make btrfs_invalidatepage work on btrfs_inodeNikolay Borisov2020-10-071-10/+8
* btrfs: convert btrfs_inode_sectorsize to take btrfs_inodeNikolay Borisov2020-10-076-14/+15
* btrfs: make btrfs_dec_test_ordered_pending take btrfs_inodeNikolay Borisov2020-10-073-9/+8
* btrfs: make ordered extent tracepoint take btrfs_inodeNikolay Borisov2020-10-071-4/+4
* btrfs: make btrfs_lookup_first_ordered_extent take btrfs_inodeNikolay Borisov2020-10-074-7/+10
* btrfs: make inode_tree_del take btrfs_inodeNikolay Borisov2020-10-071-6/+6
* btrfs: use BTRFS_NESTED_NEW_ROOT for double splitsJosef Bacik2020-10-071-1/+11
* btrfs: introduce BTRFS_NESTING_NEW_ROOT for adding new rootsJosef Bacik2020-10-072-2/+12
* btrfs: introduce BTRFS_NESTING_SPLIT for split blocksJosef Bacik2020-10-072-2/+11
* btrfs: introduce BTRFS_NESTING_LEFT/RIGHT_COWJosef Bacik2020-10-072-6/+14
* btrfs: introduce BTRFS_NESTING_LEFT/BTRFS_NESTING_RIGHTJosef Bacik2020-10-072-8/+20
* btrfs: introduce BTRFS_NESTING_COW for cow'ing blocksJosef Bacik2020-10-078-36/+66
* btrfs: add nesting tags to the locking helpersJosef Bacik2020-10-073-8/+42
* btrfs: introduce btrfs_path::recurseJosef Bacik2020-10-075-9/+26
* btrfs: rename extent_buffer::lock_nested to extent_buffer::lock_recursedJosef Bacik2020-10-073-14/+14
* btrfs: don't opencode sync_blockdev in btrfs_init_new_deviceNikolay Borisov2020-10-071-1/+1
* btrfs: remove redundant code from btrfs_free_stale_devicesNikolay Borisov2020-10-071-2/+0
* btrfs: refactor locked condition in btrfs_init_new_deviceNikolay Borisov2020-10-071-3/+4
* btrfs: use RCU for quick device check in btrfs_init_new_deviceNikolay Borisov2020-10-071-5/+4
* btrfs: ctree: check key order before merging tree blocksQu Wenruo2020-10-071-0/+74
* btrfs: extent-tree: kill the BUG_ON() in insert_inline_extent_backref()Qu Wenruo2020-10-071-1/+19
* btrfs: extent-tree: kill BUG_ON() in __btrfs_free_extent()Qu Wenruo2020-10-071-13/+147
* btrfs: extent_io: do extra check for extent buffer read write functionsQu Wenruo2020-10-071-37/+47
* btrfs: rework error detection in init_tree_rootsNikolay Borisov2020-10-071-10/+9
* btrfs: qgroup: fix qgroup meta rsv leak for subvolume operationsQu Wenruo2020-10-074-7/+16
* btrfs: qgroup: fix wrong qgroup metadata reserve for delayed inodeQu Wenruo2020-10-071-2/+1
* btrfs: do not hold device_list_mutex when closing devicesJosef Bacik2020-10-071-5/+4
* btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locksJosef Bacik2020-10-071-1/+0
* btrfs: remove alloc_list splice in btrfs_prepare_sproutNikolay Borisov2020-10-071-4/+0
* btrfs: document some invariants of seed codeNikolay Borisov2020-10-071-0/+15
* btrfs: switch seed device to list apiNikolay Borisov2020-10-074-83/+70
* btrfs: simplify setting/clearing fs_info to btrfs_fs_devicesNikolay Borisov2020-10-073-24/+2
* btrfs: make close_fs_devices return voidNikolay Borisov2020-10-072-9/+5
* btrfs: factor out loop logic from btrfs_free_extra_devidsNikolay Borisov2020-10-071-14/+20