summary refs log tree commit diff
path: root/fs
AgeCommit message (Expand)Author
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
2020-10-07btrfs: make get_extent_skip_holes take btrfs_inodeNikolay Borisov
2020-10-07btrfs: make btrfs_writepage_endio_finish_ordered btrfs_inode-centricNikolay Borisov
2020-10-07btrfs: make btrfs_invalidatepage work on btrfs_inodeNikolay Borisov
2020-10-07btrfs: convert btrfs_inode_sectorsize to take btrfs_inodeNikolay Borisov
2020-10-07btrfs: make btrfs_dec_test_ordered_pending take btrfs_inodeNikolay Borisov
2020-10-07btrfs: make ordered extent tracepoint take btrfs_inodeNikolay Borisov
2020-10-07btrfs: make btrfs_lookup_first_ordered_extent take btrfs_inodeNikolay Borisov
2020-10-07btrfs: make inode_tree_del take btrfs_inodeNikolay Borisov
2020-10-07btrfs: use BTRFS_NESTED_NEW_ROOT for double splitsJosef Bacik
2020-10-07btrfs: introduce BTRFS_NESTING_NEW_ROOT for adding new rootsJosef Bacik
2020-10-07btrfs: introduce BTRFS_NESTING_SPLIT for split blocksJosef Bacik
2020-10-07btrfs: introduce BTRFS_NESTING_LEFT/RIGHT_COWJosef Bacik
2020-10-07btrfs: introduce BTRFS_NESTING_LEFT/BTRFS_NESTING_RIGHTJosef Bacik