summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: sink total_data parameter in setup_items_for_insertNikolay Borisov2020-10-076-12/+15
* btrfs: eliminate total_size parameter from setup_items_for_insertNikolay Borisov2020-10-076-19/+11
* btrfs: re-arrange statements in setup_items_for_insertNikolay Borisov2020-10-071-1/+1
* btrfs: sysfs: export supported send stream versionOmar Sandoval2020-10-071-0/+9
* btrfs: send: use btrfs_file_extent_end() in send_write_or_clone()Omar Sandoval2020-10-071-33/+11
* btrfs: send: avoid copying file dataOmar Sandoval2020-10-072-27/+39
* btrfs: send: get rid of i_size logic in send_write()Omar Sandoval2020-10-071-27/+10
* btrfs: rename btrfs_insert_clone_extent() to a more generic nameFilipe Manana2020-10-071-3/+3
* btrfs: rename btrfs_punch_hole_range() to a more generic nameFilipe Manana2020-10-074-6/+6
* btrfs: rename struct btrfs_clone_extent_info to a more generic nameFilipe Manana2020-10-074-50/+54
* btrfs: remove item_size member of struct btrfs_clone_extent_infoFilipe Manana2020-10-074-5/+4
* btrfs: fix metadata reservation for fallocate that leads to transaction abortsFilipe Manana2020-10-074-32/+91
* btrfs: remove unused function calc_global_rsv_need_space()YueHaibing2020-10-071-5/+0
* btrfs: move btrfs_dev_replace_update_device_in_mapping_tree to drop declarationAnand Jain2020-10-071-30/+26
* btrfs: simplify gotos in open_seed_deviceAnand Jain2020-10-071-5/+3
* btrfs: remove unnecessary tmp variable in btrfs_assign_next_active_device()Anand Jain2020-10-071-6/+3
* btrfs: remove tmp variable for list traversal in btrfs_init_dev_replace_tgtdevAnand Jain2020-10-071-3/+1
* btrfs: use sprout device_list_mutex in btrfs_init_devices_lateAnand Jain2020-10-071-3/+1
* btrfs: reada: lock all seed/sprout devices in __reada_start_machineAnand Jain2020-10-071-2/+3
* btrfs: handle errors in btrfs_sysfs_add_fs_devicesAnand Jain2020-10-071-2/+6
* btrfs: initialize sysfs devid and device link for seed deviceAnand Jain2020-10-071-0/+15
* btrfs: split and refactor btrfs_sysfs_remove_devices_dirAnand Jain2020-10-074-23/+17
* 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