summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-28btrfs: remove redundant local variable in read_block_for_searchNikolay Borisov1-5/+4
2020-05-28btrfs: open code key_searchNikolay Borisov1-23/+18
2020-05-25btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLEQu Wenruo1-13/+13
2020-05-25btrfs: speed up and simplify generic_bin_searchDavid Sterba1-28/+15
2020-05-25btrfs: don't use set/get token in leaf_space_usedDavid Sterba1-5/+3
2020-05-25btrfs: drop eb parameter from set/get token helpersDavid Sterba1-30/+23
2020-05-25btrfs: remove the redundant parameter level in btrfs_bin_search()Qu Wenruo1-7/+7
2020-03-23btrfs: inline checksum name and driver definitionsDavid Sterba1-3/+4
2020-03-23btrfs: simplify parameters of btrfs_set_disk_extent_flagsDavid Sterba1-3/+1
2020-03-23btrfs: move root node locking helpers to locking.cDavid Sterba1-38/+0
2020-03-23Btrfs: don't iterate mod seq list when putting a tree mod seqFilipe Manana1-12/+13
2020-01-31Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana1-6/+2
2019-12-13Btrfs: fix removal logic of the tree mod log that leads to use-after-free issuesFilipe Manana1-1/+1
2019-11-18btrfs: add blake2b to checksumming algorithmsDavid Sterba1-0/+2
2019-11-18btrfs: add member for a specific checksum driverDavid Sterba1-0/+12
2019-11-18btrfs: sysfs: export supported checksumsDavid Sterba1-0/+5
2019-11-18btrfs: add sha256 to checksumming algorithmJohannes Thumshirn1-0/+1
2019-11-18btrfs: add xxhash64 to checksumming algorithmsJohannes Thumshirn1-0/+1
2019-11-18btrfs: opencode extent_buffer_getDavid Sterba1-6/+6
2019-11-18btrfs: add __pure attribute to functionsDavid Sterba1-1/+1
2019-11-18btrfs: move btrfs_unlock_up_safe to other locking functionsDavid Sterba1-26/+0
2019-11-18btrfs: move btrfs_set_path_blocking to other locking functionsDavid Sterba1-25/+0
2019-11-18btrfs: ctree: Remove stray comment of setting up path lockQu Wenruo1-4/+0
2019-11-18btrfs: ctree: Reduce one indent level for btrfs_search_old_slot()Qu Wenruo1-34/+34
2019-11-18btrfs: ctree: Reduce one indent level for btrfs_search_slot()Qu Wenruo1-67/+64
2019-09-09btrfs: Don't assign retval of btrfs_try_tree_write_lock/btrfs_tree_read_lock_...Nikolay Borisov1-6/+3
2019-09-09btrfs: create structure to encode checksum type and lengthJohannes Thumshirn1-0/+22
2019-09-09btrfs: tie extent buffer and it's token togetherDavid Sterba1-16/+11
2019-09-09btrfs: move functions for tree compare to send.cDavid Sterba1-362/+0
2019-09-09btrfs: rename and export read_node_slotDavid Sterba1-11/+11
2019-09-09Btrfs: fix use-after-free when using the tree modification logFilipe Manana1-1/+3
2019-09-09btrfs: make caching_thread use btrfs_find_next_keyJosef Bacik1-2/+2
2019-09-09btrfs: assert tree mod log lock in __tree_mod_log_insertDavid Sterba1-2/+2
2019-04-29btrfs: ctree: Dump the leaf before BUG_ON in btrfs_set_item_key_safeQu Wenruo1-2/+22
2019-04-29btrfs: remove unused parameter fs_info from btrfs_set_disk_extent_flagsDavid Sterba1-1/+1
2019-04-29btrfs: remove unused parameter fs_info from from tree_advanceDavid Sterba1-4/+3
2019-04-29btrfs: remove unused parameter fs_info from tree_move_downDavid Sterba1-4/+2
2019-04-29btrfs: remove unused parameter fs_info from btrfs_extend_itemDavid Sterba1-3/+2
2019-04-29btrfs: remove unused parameter fs_info from btrfs_truncate_itemDavid Sterba1-2/+1
2019-04-29btrfs: remove unused parameter fs_info from split_itemDavid Sterba1-3/+2
2019-04-29btrfs: get fs_info from eb in __push_leaf_leftDavid Sterba1-4/+3
2019-04-29btrfs: get fs_info from eb in __push_leaf_rightDavid Sterba1-4/+3
2019-04-29btrfs: get fs_info from trans in copy_for_splitDavid Sterba1-2/+2
2019-04-29btrfs: get fs_info from trans in insert_ptrDavid Sterba1-7/+6
2019-04-29btrfs: get fs_info from trans in balance_node_rightDavid Sterba1-5/+3
2019-04-29btrfs: get fs_info from trans in push_node_leftDavid Sterba1-7/+5
2019-04-29btrfs: get fs_info from eb in btrfs_verify_level_keyDavid Sterba1-1/+1
2019-04-29btrfs: get fs_info from eb in read_node_slotDavid Sterba1-14/+12
2019-04-29btrfs: get fs_info from eb in btrfs_leaf_free_spaceDavid Sterba1-30/+28
2019-04-29btrfs: get fs_info from eb in clean_tree_blockDavid Sterba1-8/+8