summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: set the lockdep class for log tree extent buffersJosef Bacik2020-08-271-1/+5
* btrfs: use the correct const function attribute for btrfs_get_num_csumsDavid Sterba2020-08-191-1/+1
* btrfs: add little-endian optimized key helpersDavid Sterba2020-07-271-0/+17
* btrfs: convert comments to fallthrough annotationsMarcos Paulo de Souza2020-07-021-1/+1
* btrfs: remove redundant local variable in read_block_for_searchNikolay Borisov2020-05-281-5/+4
* btrfs: open code key_searchNikolay Borisov2020-05-281-23/+18
* btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLEQu Wenruo2020-05-251-13/+13
* btrfs: speed up and simplify generic_bin_searchDavid Sterba2020-05-251-28/+15
* btrfs: don't use set/get token in leaf_space_usedDavid Sterba2020-05-251-5/+3
* btrfs: drop eb parameter from set/get token helpersDavid Sterba2020-05-251-30/+23
* btrfs: remove the redundant parameter level in btrfs_bin_search()Qu Wenruo2020-05-251-7/+7
* btrfs: inline checksum name and driver definitionsDavid Sterba2020-03-231-3/+4
* btrfs: simplify parameters of btrfs_set_disk_extent_flagsDavid Sterba2020-03-231-3/+1
* btrfs: move root node locking helpers to locking.cDavid Sterba2020-03-231-38/+0
* Btrfs: don't iterate mod seq list when putting a tree mod seqFilipe Manana2020-03-231-12/+13
* Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana2020-01-311-6/+2
* Btrfs: fix removal logic of the tree mod log that leads to use-after-free issuesFilipe Manana2019-12-131-1/+1
* btrfs: add blake2b to checksumming algorithmsDavid Sterba2019-11-181-0/+2
* btrfs: add member for a specific checksum driverDavid Sterba2019-11-181-0/+12
* btrfs: sysfs: export supported checksumsDavid Sterba2019-11-181-0/+5
* btrfs: add sha256 to checksumming algorithmJohannes Thumshirn2019-11-181-0/+1
* btrfs: add xxhash64 to checksumming algorithmsJohannes Thumshirn2019-11-181-0/+1
* btrfs: opencode extent_buffer_getDavid Sterba2019-11-181-6/+6
* btrfs: add __pure attribute to functionsDavid Sterba2019-11-181-1/+1
* btrfs: move btrfs_unlock_up_safe to other locking functionsDavid Sterba2019-11-181-26/+0
* btrfs: move btrfs_set_path_blocking to other locking functionsDavid Sterba2019-11-181-25/+0
* btrfs: ctree: Remove stray comment of setting up path lockQu Wenruo2019-11-181-4/+0
* btrfs: ctree: Reduce one indent level for btrfs_search_old_slot()Qu Wenruo2019-11-181-34/+34
* btrfs: ctree: Reduce one indent level for btrfs_search_slot()Qu Wenruo2019-11-181-67/+64
* btrfs: Don't assign retval of btrfs_try_tree_write_lock/btrfs_tree_read_lock_...Nikolay Borisov2019-09-091-6/+3
* btrfs: create structure to encode checksum type and lengthJohannes Thumshirn2019-09-091-0/+22
* btrfs: tie extent buffer and it's token togetherDavid Sterba2019-09-091-16/+11
* btrfs: move functions for tree compare to send.cDavid Sterba2019-09-091-362/+0
* btrfs: rename and export read_node_slotDavid Sterba2019-09-091-11/+11
* Btrfs: fix use-after-free when using the tree modification logFilipe Manana2019-09-091-1/+3
* btrfs: make caching_thread use btrfs_find_next_keyJosef Bacik2019-09-091-2/+2
* btrfs: assert tree mod log lock in __tree_mod_log_insertDavid Sterba2019-09-091-2/+2
* btrfs: ctree: Dump the leaf before BUG_ON in btrfs_set_item_key_safeQu Wenruo2019-04-291-2/+22
* btrfs: remove unused parameter fs_info from btrfs_set_disk_extent_flagsDavid Sterba2019-04-291-1/+1
* btrfs: remove unused parameter fs_info from from tree_advanceDavid Sterba2019-04-291-4/+3
* btrfs: remove unused parameter fs_info from tree_move_downDavid Sterba2019-04-291-4/+2
* btrfs: remove unused parameter fs_info from btrfs_extend_itemDavid Sterba2019-04-291-3/+2
* btrfs: remove unused parameter fs_info from btrfs_truncate_itemDavid Sterba2019-04-291-2/+1
* btrfs: remove unused parameter fs_info from split_itemDavid Sterba2019-04-291-3/+2
* btrfs: get fs_info from eb in __push_leaf_leftDavid Sterba2019-04-291-4/+3
* btrfs: get fs_info from eb in __push_leaf_rightDavid Sterba2019-04-291-4/+3
* btrfs: get fs_info from trans in copy_for_splitDavid Sterba2019-04-291-2/+2
* btrfs: get fs_info from trans in insert_ptrDavid Sterba2019-04-291-7/+6
* btrfs: get fs_info from trans in balance_node_rightDavid Sterba2019-04-291-5/+3
* btrfs: get fs_info from trans in push_node_leftDavid Sterba2019-04-291-7/+5