summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-10-07btrfs: sink inode argument in insert_ordered_extent_file_extentNikolay Borisov1-5/+4
2020-10-07btrfs: switch btrfs_remove_ordered_extent to btrfs_inodeNikolay Borisov3-7/+6
2020-10-07btrfs: clean BTRFS_I usage in btrfs_destroy_inodeNikolay Borisov1-21/+20
2020-10-07btrfs: open code extent_read_full_page to its sole callerNikolay Borisov3-23/+15
2020-10-07btrfs: sink mirror_num argument in __do_readpageNikolay Borisov1-6/+5
2020-10-07btrfs: sink read_flags argument into extent_read_full_pageNikolay Borisov3-4/+4
2020-10-07btrfs: sink mirror_num argument in extent_read_full_pageNikolay Borisov3-5/+4
2020-10-07btrfs: promote extent_read_full_page to btrfs_readpageNikolay Borisov3-19/+16
2020-10-07btrfs: remove mirror_num argument from extent_read_full_pageNikolay Borisov3-5/+5
2020-10-07btrfs: remove btrfs_get_extent indirection from __do_readpageNikolay Borisov3-22/+14
2020-10-07btrfs: remove btree_get_extentNikolay Borisov2-50/+0
2020-10-07btrfs: simplify metadata pages readingNikolay Borisov1-11/+10
2020-10-07btrfs: remove btree_readpageNikolay Borisov1-6/+0
2020-10-07btrfs: reschedule if necessary when logging directory itemsFilipe Manana1-0/+8
2020-10-07btrfs: do not create raid sysfs entries under any locksJosef Bacik2-8/+48
2020-10-07btrfs: kill the RCU protection for fs_info->space_infoJosef Bacik4-36/+9
2020-10-07btrfs: improve error message in setup_items_for_insertNikolay Borisov1-1/+2
2020-10-07btrfs: add kerneldoc for setup_items_for_insertNikolay Borisov1-4/+10
2020-10-07btrfs: sink total_data parameter in setup_items_for_insertNikolay Borisov6-12/+15
2020-10-07btrfs: eliminate total_size parameter from setup_items_for_insertNikolay Borisov6-19/+11
2020-10-07btrfs: re-arrange statements in setup_items_for_insertNikolay Borisov1-1/+1
2020-10-07btrfs: sysfs: export supported send stream versionOmar Sandoval1-0/+9
2020-10-07btrfs: send: use btrfs_file_extent_end() in send_write_or_clone()Omar Sandoval1-33/+11
2020-10-07btrfs: send: avoid copying file dataOmar Sandoval2-27/+39
2020-10-07btrfs: send: get rid of i_size logic in send_write()Omar Sandoval1-27/+10
2020-10-07btrfs: rename btrfs_insert_clone_extent() to a more generic nameFilipe Manana1-3/+3
2020-10-07btrfs: rename btrfs_punch_hole_range() to a more generic nameFilipe Manana4-6/+6
2020-10-07btrfs: rename struct btrfs_clone_extent_info to a more generic nameFilipe Manana4-50/+54
2020-10-07btrfs: remove item_size member of struct btrfs_clone_extent_infoFilipe Manana4-5/+4
2020-10-07btrfs: fix metadata reservation for fallocate that leads to transaction abortsFilipe Manana4-32/+91
2020-10-07btrfs: remove unused function calc_global_rsv_need_space()YueHaibing1-5/+0
2020-10-07btrfs: move btrfs_dev_replace_update_device_in_mapping_tree to drop declarationAnand Jain1-30/+26
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: remove tmp variable for list traversal in btrfs_init_dev_replace_tgtdevAnand Jain1-3/+1
2020-10-07btrfs: use sprout device_list_mutex in btrfs_init_devices_lateAnand Jain1-3/+1
2020-10-07btrfs: reada: lock all seed/sprout devices in __reada_start_machineAnand Jain1-2/+3
2020-10-07btrfs: handle errors in btrfs_sysfs_add_fs_devicesAnand Jain1-2/+6
2020-10-07btrfs: initialize sysfs devid and device link for seed deviceAnand Jain1-0/+15
2020-10-07btrfs: split and refactor btrfs_sysfs_remove_devices_dirAnand Jain4-23/+17
2020-10-07btrfs: simplify parameters of btrfs_sysfs_add_devices_dirAnand Jain4-11/+7
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