summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.c
AgeCommit message (Expand)Author
2020-03-23btrfs: inline checksum name and driver definitionsDavid Sterba
2020-03-23btrfs: simplify parameters of btrfs_set_disk_extent_flagsDavid Sterba
2020-03-23btrfs: move root node locking helpers to locking.cDavid Sterba
2020-03-23Btrfs: don't iterate mod seq list when putting a tree mod seqFilipe Manana
2020-01-31Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana
2019-12-13Btrfs: fix removal logic of the tree mod log that leads to use-after-free issuesFilipe Manana
2019-11-18btrfs: add blake2b to checksumming algorithmsDavid Sterba
2019-11-18btrfs: add member for a specific checksum driverDavid Sterba
2019-11-18btrfs: sysfs: export supported checksumsDavid Sterba
2019-11-18btrfs: add sha256 to checksumming algorithmJohannes Thumshirn
2019-11-18btrfs: add xxhash64 to checksumming algorithmsJohannes Thumshirn
2019-11-18btrfs: opencode extent_buffer_getDavid Sterba
2019-11-18btrfs: add __pure attribute to functionsDavid Sterba
2019-11-18btrfs: move btrfs_unlock_up_safe to other locking functionsDavid Sterba
2019-11-18btrfs: move btrfs_set_path_blocking to other locking functionsDavid Sterba
2019-11-18btrfs: ctree: Remove stray comment of setting up path lockQu Wenruo
2019-11-18btrfs: ctree: Reduce one indent level for btrfs_search_old_slot()Qu Wenruo
2019-11-18btrfs: ctree: Reduce one indent level for btrfs_search_slot()Qu Wenruo
2019-09-09btrfs: Don't assign retval of btrfs_try_tree_write_lock/btrfs_tree_read_lock_...Nikolay Borisov
2019-09-09btrfs: create structure to encode checksum type and lengthJohannes Thumshirn
2019-09-09btrfs: tie extent buffer and it's token togetherDavid Sterba
2019-09-09btrfs: move functions for tree compare to send.cDavid Sterba
2019-09-09btrfs: rename and export read_node_slotDavid Sterba
2019-09-09Btrfs: fix use-after-free when using the tree modification logFilipe Manana
2019-09-09btrfs: make caching_thread use btrfs_find_next_keyJosef Bacik
2019-09-09btrfs: assert tree mod log lock in __tree_mod_log_insertDavid Sterba
2019-04-29btrfs: ctree: Dump the leaf before BUG_ON in btrfs_set_item_key_safeQu Wenruo
2019-04-29btrfs: remove unused parameter fs_info from btrfs_set_disk_extent_flagsDavid Sterba
2019-04-29btrfs: remove unused parameter fs_info from from tree_advanceDavid Sterba
2019-04-29btrfs: remove unused parameter fs_info from tree_move_downDavid Sterba
2019-04-29btrfs: remove unused parameter fs_info from btrfs_extend_itemDavid Sterba
2019-04-29btrfs: remove unused parameter fs_info from btrfs_truncate_itemDavid Sterba
2019-04-29btrfs: remove unused parameter fs_info from split_itemDavid Sterba
2019-04-29btrfs: get fs_info from eb in __push_leaf_leftDavid Sterba
2019-04-29btrfs: get fs_info from eb in __push_leaf_rightDavid Sterba
2019-04-29btrfs: get fs_info from trans in copy_for_splitDavid Sterba
2019-04-29btrfs: get fs_info from trans in insert_ptrDavid Sterba
2019-04-29btrfs: get fs_info from trans in balance_node_rightDavid Sterba
2019-04-29btrfs: get fs_info from trans in push_node_leftDavid Sterba
2019-04-29btrfs: get fs_info from eb in btrfs_verify_level_keyDavid Sterba
2019-04-29btrfs: get fs_info from eb in read_node_slotDavid Sterba
2019-04-29btrfs: get fs_info from eb in btrfs_leaf_free_spaceDavid Sterba
2019-04-29btrfs: get fs_info from eb in clean_tree_blockDavid Sterba
2019-04-29btrfs: get fs_info from eb in tree_mod_log_eb_copyDavid Sterba
2019-04-29btrfs: get fs_info from eb in leaf_data_endDavid Sterba
2019-04-29btrfs: use BUG() instead of BUG_ON(1)Arnd Bergmann
2019-04-29btrfs: Check the first key and level for cached extent bufferQu Wenruo
2019-02-25Btrfs: remove assertion when searching for a key in a node/leafFilipe Manana
2019-02-25Btrfs: add missing error handling after doing leaf/node binary searchFilipe Manana
2019-02-25btrfs: merge btrfs_set_lock_blocking_rw with it's callerDavid Sterba