summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: fix deadlock when writing out free space cachesFilipe Manana2018-10-171-0/+17
* Btrfs: kill btrfs_clear_path_blockingLiu Bo2018-10-151-53/+4
* btrfs: handle error of get_old_rootNikolay Borisov2018-10-151-0/+4
* Btrfs: remove unnecessary level check in balance_levelLiu Bo2018-10-151-2/+1
* Btrfs: do not unnecessarily pass write_lock_level when processing leafLiu Bo2018-10-151-1/+1
* btrfs: Remove 'objectid' member from struct btrfs_rootMisono Tomohiro2018-10-151-1/+1
* btrfs: Remove V0 extent supportNikolay Borisov2018-08-061-5/+1
* btrfs: Deduplicate extent_buffer init codeNikolay Borisov2018-08-061-28/+1
* btrfs: Remove fs_info from fixup_low_keysNikolay Borisov2018-08-061-10/+8
* Btrfs: remove unused check of skip_lockingLiu Bo2018-05-301-2/+5
* Btrfs: remove always true check in unlock_upLiu Bo2018-05-301-1/+1
* Btrfs: grab write lock directly if write_lock_level is the max levelLiu Bo2018-05-301-11/+16
* Btrfs: move get root out of btrfs_search_slot to a helperLiu Bo2018-05-301-45/+65
* Btrfs: use more straightforward extent_buffer_uptodate checkLiu Bo2018-05-301-1/+1
* Btrfs: remove superfluous free_extent_buffer in read_block_for_searchLiu Bo2018-05-301-1/+0
* btrfs: fix reading stale metadata blocks after degraded raid1 mountsLiu Bo2018-05-171-3/+3
* Btrfs: send, fix invalid access to commit roots due to concurrent snapshottingRobbie Ko2018-05-141-2/+14
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-14/+1
* btrfs: update barrier in should_cow_blockDavid Sterba2018-03-311-2/+2
* btrfs: Validate child tree block's level and first keyQu Wenruo2018-03-311-6/+22
* btrfs: kill tree_mod_log_set_root_pointer helperDavid Sterba2018-03-311-13/+7
* btrfs: kill tree_mod_log_set_node_key helperDavid Sterba2018-03-311-15/+17
* btrfs: kill trivial wrapper tree_mod_log_eb_moveDavid Sterba2018-03-311-15/+12
* btrfs: remove trivial locking wrappers of tree mod logDavid Sterba2018-03-311-39/+19
* btrfs: drop fs_info parameter from __tree_mod_log_oldest_rootDavid Sterba2018-03-311-6/+5
* btrfs: embed tree_mod_move structure to tree_mod_elemDavid Sterba2018-03-311-6/+4
* btrfs: drop unused fs_info parameter from tree_mod_log_eb_moveDavid Sterba2018-03-311-7/+6
* btrfs: drop fs_info parameter from tree_mod_log_free_ebDavid Sterba2018-03-311-7/+4
* btrfs: drop fs_info parameter from tree_mod_log_free_ebDavid Sterba2018-03-311-9/+6
* btrfs: drop fs_info parameter from tree_mod_log_insert_keyDavid Sterba2018-03-311-15/+12
* btrfs: drop fs_info parameter from tree_mod_log_insert_moveDavid Sterba2018-03-311-13/+10
* btrfs: drop fs_info parameter from tree_mod_log_set_node_keyDavid Sterba2018-03-311-11/+8
* btrfs: Remove redundant comment from btrfs_search_forwardNikolay Borisov2018-03-261-3/+0
* btrfs: Improve btrfs_search_slot descriptionNikolay Borisov2018-01-221-9/+21
* btrfs: Rename bin_search -> btrfs_bin_searchNikolay Borisov2018-01-221-10/+4
* btrfs: Fix out of bounds access in btrfs_search_slotNikolay Borisov2018-01-221-3/+9
* btrfs: handle errors while updating refcounts in update_ref_for_cowJeff Mahoney2017-12-071-6/+12
* btrfs: pass root to various extent ref mod functionsJosef Bacik2017-10-301-1/+1
* btrfs: Remove unused arguments from btrfs_changed_cb_tNikolay Borisov2017-10-301-10/+5
* btrfs: get fs_info from eb in btrfs_print_leaf, remove argumentDavid Sterba2017-08-161-7/+7
* btrfs: adjust includes after vmalloc removalDavid Sterba2017-06-191-1/+1
* btrfs: rename btrfs_leaf_data to BTRFS_LEAF_DATA_OFFSETNikolay Borisov2017-06-191-20/+20
* Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-101-10/+10
|\
| * btrfs: sink GFP flags parameter to tree_mod_log_insert_rootDavid Sterba2017-04-181-5/+5
| * btrfs: sink GFP flags parameter to tree_mod_log_insert_moveDavid Sterba2017-04-181-5/+5
* | treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-081-6/+3
|/
* Merge branch 'for-chris-4.11-part2' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason2017-02-281-2/+0
|\
| * btrfs: remove BUG_ON from __tree_mod_log_insertDavid Sterba2017-02-281-2/+0
* | Btrfs: try harder to migrate items to left sibling before splitting a leafFilipe Manana2017-02-241-0/+7
|/
* btrfs: remove unused parameter from tree_move_next_or_upnextDavid Sterba2017-02-171-4/+2