summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
2020-10-07btrfs: sink mirror_num argument in __do_readpageNikolay Borisov
2020-10-07btrfs: sink read_flags argument into extent_read_full_pageNikolay Borisov
2020-10-07btrfs: sink mirror_num argument in extent_read_full_pageNikolay Borisov
2020-10-07btrfs: promote extent_read_full_page to btrfs_readpageNikolay Borisov
2020-10-07btrfs: remove mirror_num argument from extent_read_full_pageNikolay Borisov
2020-10-07btrfs: remove btrfs_get_extent indirection from __do_readpageNikolay Borisov
2020-10-07btrfs: remove btree_get_extentNikolay Borisov
2020-10-07btrfs: simplify metadata pages readingNikolay Borisov
2020-10-07btrfs: remove btree_readpageNikolay Borisov
2020-10-07btrfs: reschedule if necessary when logging directory itemsFilipe Manana
2020-10-07btrfs: do not create raid sysfs entries under any locksJosef Bacik
2020-10-07btrfs: kill the RCU protection for fs_info->space_infoJosef Bacik
2020-10-07btrfs: improve error message in setup_items_for_insertNikolay Borisov
2020-10-07btrfs: add kerneldoc for setup_items_for_insertNikolay Borisov
2020-10-07btrfs: sink total_data parameter in setup_items_for_insertNikolay Borisov
2020-10-07btrfs: eliminate total_size parameter from setup_items_for_insertNikolay Borisov
2020-10-07btrfs: re-arrange statements in setup_items_for_insertNikolay Borisov
2020-10-07btrfs: sysfs: export supported send stream versionOmar Sandoval
2020-10-07btrfs: send: use btrfs_file_extent_end() in send_write_or_clone()Omar Sandoval
2020-10-07btrfs: send: avoid copying file dataOmar Sandoval
2020-10-07btrfs: send: get rid of i_size logic in send_write()Omar Sandoval
2020-10-07btrfs: rename btrfs_insert_clone_extent() to a more generic nameFilipe Manana
2020-10-07btrfs: rename btrfs_punch_hole_range() to a more generic nameFilipe Manana
2020-10-07btrfs: rename struct btrfs_clone_extent_info to a more generic nameFilipe Manana
2020-10-07btrfs: remove item_size member of struct btrfs_clone_extent_infoFilipe Manana
2020-10-07btrfs: fix metadata reservation for fallocate that leads to transaction abortsFilipe Manana
2020-10-07btrfs: remove unused function calc_global_rsv_need_space()YueHaibing
2020-10-07btrfs: move btrfs_dev_replace_update_device_in_mapping_tree to drop declarationAnand Jain
2020-10-07btrfs: simplify gotos in open_seed_deviceAnand Jain
2020-10-07btrfs: remove unnecessary tmp variable in btrfs_assign_next_active_device()Anand Jain
2020-10-07btrfs: remove tmp variable for list traversal in btrfs_init_dev_replace_tgtdevAnand Jain
2020-10-07btrfs: use sprout device_list_mutex in btrfs_init_devices_lateAnand Jain
2020-10-07btrfs: reada: lock all seed/sprout devices in __reada_start_machineAnand Jain
2020-10-07btrfs: handle errors in btrfs_sysfs_add_fs_devicesAnand Jain
2020-10-07btrfs: initialize sysfs devid and device link for seed deviceAnand Jain
2020-10-07btrfs: split and refactor btrfs_sysfs_remove_devices_dirAnand Jain
2020-10-07btrfs: simplify parameters of btrfs_sysfs_add_devices_dirAnand Jain
2020-10-07btrfs: make btrfs_sysfs_remove_devices_dir return voidAnand Jain
2020-10-07btrfs: add btrfs_sysfs_remove_device helperAnand Jain
2020-10-07btrfs: add btrfs_sysfs_add_device helperAnand Jain
2020-10-07btrfs: fix replace of seed deviceAnand Jain
2020-10-07btrfs: improve device scanning messagesAnand Jain
2020-10-07btrfs: pretty print leaked root nameJosef Bacik
2020-10-07btrfs: sysfs: export currently running exclusive operationGoldwyn Rodrigues
2020-10-07btrfs: enumerate the type of exclusive operation in progressGoldwyn Rodrigues
2020-10-07btrfs: sysfs: init devices outside of the chunk_mutexJosef Bacik
2020-10-07btrfs: make extent_fiemap take btrfs_inodeNikolay Borisov
2020-10-07btrfs: make btrfs_zero_range_check_range_boundary take btrfs_inodeNikolay Borisov
2020-10-07btrfs: make copy_inline_to_page take btrfs_inodeNikolay Borisov
2020-10-07btrfs: make btrfs_find_ordered_sum take btrfs_inodeNikolay Borisov