summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.c
AgeCommit message (Expand)Author
2020-09-09btrfs: set the lockdep class for log tree extent buffersJosef Bacik
2020-09-09btrfs: Remove extraneous extent_buffer_get from tree_mod_log_rewindNikolay Borisov
2020-09-09btrfs: Remove redundant extent_buffer_get in get_old_rootNikolay Borisov
2020-02-11Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana
2019-12-31Btrfs: fix removal logic of the tree mod log that leads to use-after-free issuesFilipe Manana
2019-12-01btrfs: handle error of get_old_rootNikolay Borisov
2019-10-05btrfs: Relinquish CPUs in btrfs_compare_treesNikolay Borisov
2019-10-05Btrfs: fix use-after-free when using the tree modification logFilipe Manana
2019-05-22btrfs: Check the first key and level for cached extent bufferQu Wenruo
2019-02-06Btrfs: fix deadlock when allocating tree block during leaf/node splitFilipe Manana
2019-01-16Btrfs: fix deadlock when using free space tree due to block group creationFilipe Manana
2019-01-09Btrfs: send, fix race with transaction commits that create snapshotsFilipe Manana
2018-11-13Btrfs: fix deadlock when writing out free space cachesFilipe Manana
2018-08-06btrfs: Remove V0 extent supportNikolay Borisov
2018-08-06btrfs: Deduplicate extent_buffer init codeNikolay Borisov
2018-08-06btrfs: Remove fs_info from fixup_low_keysNikolay Borisov
2018-05-30Btrfs: remove unused check of skip_lockingLiu Bo
2018-05-30Btrfs: remove always true check in unlock_upLiu Bo
2018-05-30Btrfs: grab write lock directly if write_lock_level is the max levelLiu Bo
2018-05-30Btrfs: move get root out of btrfs_search_slot to a helperLiu Bo
2018-05-30Btrfs: use more straightforward extent_buffer_uptodate checkLiu Bo
2018-05-30Btrfs: remove superfluous free_extent_buffer in read_block_for_searchLiu Bo
2018-05-17btrfs: fix reading stale metadata blocks after degraded raid1 mountsLiu Bo
2018-05-14Btrfs: send, fix invalid access to commit roots due to concurrent snapshottingRobbie Ko
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba
2018-03-31btrfs: update barrier in should_cow_blockDavid Sterba
2018-03-31btrfs: Validate child tree block's level and first keyQu Wenruo
2018-03-31btrfs: kill tree_mod_log_set_root_pointer helperDavid Sterba
2018-03-31btrfs: kill tree_mod_log_set_node_key helperDavid Sterba
2018-03-31btrfs: kill trivial wrapper tree_mod_log_eb_moveDavid Sterba
2018-03-31btrfs: remove trivial locking wrappers of tree mod logDavid Sterba
2018-03-31btrfs: drop fs_info parameter from __tree_mod_log_oldest_rootDavid Sterba
2018-03-31btrfs: embed tree_mod_move structure to tree_mod_elemDavid Sterba
2018-03-31btrfs: drop unused fs_info parameter from tree_mod_log_eb_moveDavid Sterba
2018-03-31btrfs: drop fs_info parameter from tree_mod_log_free_ebDavid Sterba
2018-03-31btrfs: drop fs_info parameter from tree_mod_log_free_ebDavid Sterba
2018-03-31btrfs: drop fs_info parameter from tree_mod_log_insert_keyDavid Sterba
2018-03-31btrfs: drop fs_info parameter from tree_mod_log_insert_moveDavid Sterba
2018-03-31btrfs: drop fs_info parameter from tree_mod_log_set_node_keyDavid Sterba
2018-03-26btrfs: Remove redundant comment from btrfs_search_forwardNikolay Borisov
2018-01-22btrfs: Improve btrfs_search_slot descriptionNikolay Borisov
2018-01-22btrfs: Rename bin_search -> btrfs_bin_searchNikolay Borisov
2018-01-22btrfs: Fix out of bounds access in btrfs_search_slotNikolay Borisov
2017-12-07btrfs: handle errors while updating refcounts in update_ref_for_cowJeff Mahoney
2017-10-30btrfs: pass root to various extent ref mod functionsJosef Bacik
2017-10-30btrfs: Remove unused arguments from btrfs_changed_cb_tNikolay Borisov
2017-08-16btrfs: get fs_info from eb in btrfs_print_leaf, remove argumentDavid Sterba
2017-06-19btrfs: adjust includes after vmalloc removalDavid Sterba
2017-06-19btrfs: rename btrfs_leaf_data to BTRFS_LEAF_DATA_OFFSETNikolay Borisov
2017-05-10Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds