summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* btrfs: get fs_info from eb in btrfs_verify_level_keyDavid Sterba2019-04-291-1/+1
* btrfs: get fs_info from eb in read_node_slotDavid Sterba2019-04-291-14/+12
* btrfs: get fs_info from eb in btrfs_leaf_free_spaceDavid Sterba2019-04-291-30/+28
* btrfs: get fs_info from eb in clean_tree_blockDavid Sterba2019-04-291-8/+8
* btrfs: get fs_info from eb in tree_mod_log_eb_copyDavid Sterba2019-04-291-7/+6
* btrfs: get fs_info from eb in leaf_data_endDavid Sterba2019-04-291-12/+12
* btrfs: use BUG() instead of BUG_ON(1)Arnd Bergmann2019-04-291-2/+2
* btrfs: Check the first key and level for cached extent bufferQu Wenruo2019-04-291-0/+10
* Btrfs: remove assertion when searching for a key in a node/leafFilipe Manana2019-02-251-21/+0
* Btrfs: add missing error handling after doing leaf/node binary searchFilipe Manana2019-02-251-0/+6
* btrfs: merge btrfs_set_lock_blocking_rw with it's callerDavid Sterba2019-02-251-3/+10
* btrfs: open code now trivial btrfs_set_lock_blockingDavid Sterba2019-02-251-11/+11
* btrfs: replace btrfs_set_lock_blocking_rw with appropriate helpersDavid Sterba2019-02-251-2/+2
* btrfs: qgroup: Use delayed subtree rescan for balanceQu Wenruo2019-02-251-0/+8
* Btrfs: fix deadlock when allocating tree block during leaf/node splitFilipe Manana2019-01-281-28/+50
* Btrfs: fix deadlock when using free space tree due to block group creationFilipe Manana2019-01-091-7/+9
* btrfs: Fix typos in comments and stringsAndrea Gelmini2018-12-171-2/+2