aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.c
Commit message (Expand)AuthorAge
* btrfs: Don't assign retval of btrfs_try_tree_write_lock/btrfs_tree_read_lock_...Nikolay Borisov2019-09-09
* btrfs: create structure to encode checksum type and lengthJohannes Thumshirn2019-09-09
* btrfs: tie extent buffer and it's token togetherDavid Sterba2019-09-09
* btrfs: move functions for tree compare to send.cDavid Sterba2019-09-09
* btrfs: rename and export read_node_slotDavid Sterba2019-09-09
* Btrfs: fix use-after-free when using the tree modification logFilipe Manana2019-09-09
* btrfs: make caching_thread use btrfs_find_next_keyJosef Bacik2019-09-09
* btrfs: assert tree mod log lock in __tree_mod_log_insertDavid Sterba2019-09-09
* btrfs: ctree: Dump the leaf before BUG_ON in btrfs_set_item_key_safeQu Wenruo2019-04-29
* btrfs: remove unused parameter fs_info from btrfs_set_disk_extent_flagsDavid Sterba2019-04-29
* btrfs: remove unused parameter fs_info from from tree_advanceDavid Sterba2019-04-29
* btrfs: remove unused parameter fs_info from tree_move_downDavid Sterba2019-04-29
* btrfs: remove unused parameter fs_info from btrfs_extend_itemDavid Sterba2019-04-29
* btrfs: remove unused parameter fs_info from btrfs_truncate_itemDavid Sterba2019-04-29
* btrfs: remove unused parameter fs_info from split_itemDavid Sterba2019-04-29
* btrfs: get fs_info from eb in __push_leaf_leftDavid Sterba2019-04-29
* btrfs: get fs_info from eb in __push_leaf_rightDavid Sterba2019-04-29
* btrfs: get fs_info from trans in copy_for_splitDavid Sterba2019-04-29
* btrfs: get fs_info from trans in insert_ptrDavid Sterba2019-04-29
* btrfs: get fs_info from trans in balance_node_rightDavid Sterba2019-04-29
* btrfs: get fs_info from trans in push_node_leftDavid Sterba2019-04-29
* btrfs: get fs_info from eb in btrfs_verify_level_keyDavid Sterba2019-04-29
* btrfs: get fs_info from eb in read_node_slotDavid Sterba2019-04-29
* btrfs: get fs_info from eb in btrfs_leaf_free_spaceDavid Sterba2019-04-29
* btrfs: get fs_info from eb in clean_tree_blockDavid Sterba2019-04-29
* btrfs: get fs_info from eb in tree_mod_log_eb_copyDavid Sterba2019-04-29
* btrfs: get fs_info from eb in leaf_data_endDavid Sterba2019-04-29
* btrfs: use BUG() instead of BUG_ON(1)Arnd Bergmann2019-04-29
* btrfs: Check the first key and level for cached extent bufferQu Wenruo2019-04-29
* Btrfs: remove assertion when searching for a key in a node/leafFilipe Manana2019-02-25
* Btrfs: add missing error handling after doing leaf/node binary searchFilipe Manana2019-02-25
* btrfs: merge btrfs_set_lock_blocking_rw with it's callerDavid Sterba2019-02-25
* btrfs: open code now trivial btrfs_set_lock_blockingDavid Sterba2019-02-25
* btrfs: replace btrfs_set_lock_blocking_rw with appropriate helpersDavid Sterba2019-02-25
* btrfs: qgroup: Use delayed subtree rescan for balanceQu Wenruo2019-02-25
* Btrfs: fix deadlock when allocating tree block during leaf/node splitFilipe Manana2019-01-28
* Btrfs: fix deadlock when using free space tree due to block group creationFilipe Manana2019-01-09
* btrfs: Fix typos in comments and stringsAndrea Gelmini2018-12-17
* Btrfs: send, fix race with transaction commits that create snapshotsFilipe Manana2018-12-17
* btrfs: catch cow on deleting snapshotsJosef Bacik2018-12-17
* btrfs: Remove fsid/metadata_fsid fields from btrfs_infoNikolay Borisov2018-12-17
* btrfs: Introduce support for FSID change without metadata rewriteNikolay Borisov2018-12-17
* btrfs: Remove extra reference count bumps in btrfs_compare_treesNikolay Borisov2018-12-17
* btrfs: Remove extraneous extent_buffer_get from tree_mod_log_rewindNikolay Borisov2018-12-17
* btrfs: Remove redundant extent_buffer_get in get_old_rootNikolay Borisov2018-12-17
* Btrfs: fix deadlock when writing out free space cachesFilipe Manana2018-10-17
* Btrfs: kill btrfs_clear_path_blockingLiu Bo2018-10-15
* btrfs: handle error of get_old_rootNikolay Borisov2018-10-15
* Btrfs: remove unnecessary level check in balance_levelLiu Bo2018-10-15
* Btrfs: do not unnecessarily pass write_lock_level when processing leafLiu Bo2018-10-15