aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-17btrfs: fix reading stale metadata blocks after degraded raid1 mountsLiu Bo1-3/+3
2018-05-14Btrfs: send, fix invalid access to commit roots due to concurrent snapshottingRobbie Ko1-2/+14
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba1-14/+1
2018-03-31btrfs: update barrier in should_cow_blockDavid Sterba1-2/+2
2018-03-31btrfs: Validate child tree block's level and first keyQu Wenruo1-6/+22
2018-03-31btrfs: kill tree_mod_log_set_root_pointer helperDavid Sterba1-13/+7
2018-03-31btrfs: kill tree_mod_log_set_node_key helperDavid Sterba1-15/+17
2018-03-31btrfs: kill trivial wrapper tree_mod_log_eb_moveDavid Sterba1-15/+12
2018-03-31btrfs: remove trivial locking wrappers of tree mod logDavid Sterba1-39/+19
2018-03-31btrfs: drop fs_info parameter from __tree_mod_log_oldest_rootDavid Sterba1-6/+5
2018-03-31btrfs: embed tree_mod_move structure to tree_mod_elemDavid Sterba1-6/+4
2018-03-31btrfs: drop unused fs_info parameter from tree_mod_log_eb_moveDavid Sterba1-7/+6
2018-03-31btrfs: drop fs_info parameter from tree_mod_log_free_ebDavid Sterba1-7/+4
2018-03-31btrfs: drop fs_info parameter from tree_mod_log_free_ebDavid Sterba1-9/+6
2018-03-31btrfs: drop fs_info parameter from tree_mod_log_insert_keyDavid Sterba1-15/+12
2018-03-31btrfs: drop fs_info parameter from tree_mod_log_insert_moveDavid Sterba1-13/+10
2018-03-31btrfs: drop fs_info parameter from tree_mod_log_set_node_keyDavid Sterba1-11/+8
2018-03-26btrfs: Remove redundant comment from btrfs_search_forwardNikolay Borisov1-3/+0
2018-01-22btrfs: Improve btrfs_search_slot descriptionNikolay Borisov1-9/+21
2018-01-22btrfs: Rename bin_search -> btrfs_bin_searchNikolay Borisov1-10/+4
2018-01-22btrfs: Fix out of bounds access in btrfs_search_slotNikolay Borisov1-3/+9
2017-12-07btrfs: handle errors while updating refcounts in update_ref_for_cowJeff Mahoney1-6/+12
2017-10-30btrfs: pass root to various extent ref mod functionsJosef Bacik1-1/+1
2017-10-30btrfs: Remove unused arguments from btrfs_changed_cb_tNikolay Borisov1-10/+5
2017-08-16btrfs: get fs_info from eb in btrfs_print_leaf, remove argumentDavid Sterba1-7/+7
2017-06-19btrfs: adjust includes after vmalloc removalDavid Sterba1-1/+1
2017-06-19btrfs: rename btrfs_leaf_data to BTRFS_LEAF_DATA_OFFSETNikolay Borisov1-20/+20
2017-05-10Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-10/+10
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko1-6/+3
2017-04-18btrfs: sink GFP flags parameter to tree_mod_log_insert_rootDavid Sterba1-5/+5
2017-04-18btrfs: sink GFP flags parameter to tree_mod_log_insert_moveDavid Sterba1-5/+5
2017-02-28Merge branch 'for-chris-4.11-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.11Chris Mason1-2/+0
2017-02-28btrfs: remove BUG_ON from __tree_mod_log_insertDavid Sterba1-2/+0
2017-02-24Btrfs: try harder to migrate items to left sibling before splitting a leafFilipe Manana1-0/+7
2017-02-17btrfs: remove unused parameter from tree_move_next_or_upnextDavid Sterba1-4/+2
2017-02-17btrfs: remove unused parameter from tree_move_downDavid Sterba1-2/+2
2017-02-17btrfs: remove unused parameter from __push_leaf_leftDavid Sterba1-3/+2
2017-02-17btrfs: remove unused parameter from __push_leaf_rightDavid Sterba1-3/+2
2017-02-17btrfs: remove unused parameter from split_itemDavid Sterba1-3/+2
2017-02-17btrfs: remove unused parameter from clean_tree_blockDavid Sterba1-8/+8
2017-02-17btrfs: remove unused parameter from read_block_for_searchDavid Sterba1-5/+5
2017-02-14Btrfs: remove unused trans in read_block_for_searchLiu Bo1-9/+8
2017-02-14Btrfs: constify struct btrfs_{,disk_}key wherever possibleOmar Sandoval1-28/+30
2017-02-14btrfs: use rb_entry() instead of container_ofGeliang Tang1-4/+4
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney1-117/+114
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney1-115/+140
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney1-39/+39
2016-11-30btrfs: add optimized version of eb to eb copyDavid Sterba1-2/+2
2016-11-30btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba1-3/+3
2016-11-30btrfs: use new helpers to set uuids in ebDavid Sterba1-20/+9