summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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/+0Star
* 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/+1Star
* 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/+7Star
* 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/+12Star
* btrfs: remove trivial locking wrappers of tree mod logDavid Sterba2018-03-311-39/+19Star
* btrfs: drop fs_info parameter from __tree_mod_log_oldest_rootDavid Sterba2018-03-311-6/+5Star
* btrfs: embed tree_mod_move structure to tree_mod_elemDavid Sterba2018-03-311-6/+4Star
* btrfs: drop unused fs_info parameter from tree_mod_log_eb_moveDavid Sterba2018-03-311-7/+6Star
* btrfs: drop fs_info parameter from tree_mod_log_free_ebDavid Sterba2018-03-311-7/+4Star
* btrfs: drop fs_info parameter from tree_mod_log_free_ebDavid Sterba2018-03-311-9/+6Star
* btrfs: drop fs_info parameter from tree_mod_log_insert_keyDavid Sterba2018-03-311-15/+12Star
* btrfs: drop fs_info parameter from tree_mod_log_insert_moveDavid Sterba2018-03-311-13/+10Star
* btrfs: drop fs_info parameter from tree_mod_log_set_node_keyDavid Sterba2018-03-311-11/+8Star
* btrfs: Remove redundant comment from btrfs_search_forwardNikolay Borisov2018-03-261-3/+0Star
* btrfs: Improve btrfs_search_slot descriptionNikolay Borisov2018-01-221-9/+21
* btrfs: Rename bin_search -> btrfs_bin_searchNikolay Borisov2018-01-221-10/+4Star
* 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/+5Star
* 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-091-6/+3Star
|/
* Merge branch 'for-chris-4.11-part2' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason2017-02-281-2/+0Star
|\
| * btrfs: remove BUG_ON from __tree_mod_log_insertDavid Sterba2017-02-281-2/+0Star
* | 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/+2Star
* btrfs: remove unused parameter from tree_move_downDavid Sterba2017-02-171-2/+2
* btrfs: remove unused parameter from __push_leaf_leftDavid Sterba2017-02-171-3/+2Star
* btrfs: remove unused parameter from __push_leaf_rightDavid Sterba2017-02-171-3/+2Star
* btrfs: remove unused parameter from split_itemDavid Sterba2017-02-171-3/+2Star
* btrfs: remove unused parameter from clean_tree_blockDavid Sterba2017-02-171-8/+8
* btrfs: remove unused parameter from read_block_for_searchDavid Sterba2017-02-171-5/+5
* Btrfs: remove unused trans in read_block_for_searchLiu Bo2017-02-141-9/+8Star
* Btrfs: constify struct btrfs_{,disk_}key wherever possibleOmar Sandoval2017-02-141-28/+30
* btrfs: use rb_entry() instead of container_ofGeliang Tang2017-02-141-4/+4
* btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney2016-12-061-117/+114Star
* btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney2016-12-061-115/+140
* btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney2016-12-061-39/+39
* btrfs: add optimized version of eb to eb copyDavid Sterba2016-11-301-2/+2