aboutsummaryrefslogtreecommitdiffstats
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-14Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana
2020-02-14btrfs: remove trivial locking wrappers of tree mod logDavid Sterba
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
2018-05-22btrfs: fix reading stale metadata blocks after degraded raid1 mountsLiu Bo
2018-05-22Btrfs: send, fix invalid access to commit roots due to concurrent snapshottingRobbie Ko
2018-04-26btrfs: Fix out of bounds access in btrfs_search_slotNikolay Borisov
2017-12-14btrfs: handle errors while updating refcounts in update_ref_for_cowJeff Mahoney
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
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko
2017-04-18btrfs: sink GFP flags parameter to tree_mod_log_insert_rootDavid Sterba
2017-04-18btrfs: sink GFP flags parameter to tree_mod_log_insert_moveDavid Sterba
2017-02-28Merge branch 'for-chris-4.11-part2' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason
2017-02-28btrfs: remove BUG_ON from __tree_mod_log_insertDavid Sterba
2017-02-24Btrfs: try harder to migrate items to left sibling before splitting a leafFilipe Manana
2017-02-17btrfs: remove unused parameter from tree_move_next_or_upnextDavid Sterba
2017-02-17btrfs: remove unused parameter from tree_move_downDavid Sterba
2017-02-17btrfs: remove unused parameter from __push_leaf_leftDavid Sterba
2017-02-17btrfs: remove unused parameter from __push_leaf_rightDavid Sterba
2017-02-17btrfs: remove unused parameter from split_itemDavid Sterba
2017-02-17btrfs: remove unused parameter from clean_tree_blockDavid Sterba
2017-02-17btrfs: remove unused parameter from read_block_for_searchDavid Sterba
2017-02-14Btrfs: remove unused trans in read_block_for_searchLiu Bo
2017-02-14Btrfs: constify struct btrfs_{,disk_}key wherever possibleOmar Sandoval
2017-02-14btrfs: use rb_entry() instead of container_ofGeliang Tang
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney
2016-11-30btrfs: add optimized version of eb to eb copyDavid Sterba
2016-11-30btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba
2016-11-30btrfs: use new helpers to set uuids in ebDavid Sterba
2016-11-30btrfs: remove trivial helper btrfs_find_tree_blockDavid Sterba
2016-09-26Btrfs: remove unnecessary btrfs_mark_buffer_dirty in split_leafLiu Bo
2016-09-26Btrfs: memset to avoid stale content in btree leafLiu Bo
2016-09-26btrfs: parent_start initialization cleanupGoldwyn Rodrigues
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney
2016-09-26btrfs: unsplit printed stringsJeff Mahoney
2016-09-26btrfs: squash lines for simple wrapper functionsMasahiro Yamada
2016-09-26btrfs: Fix warning "variable ‘gen’ set but not used"Luis Henriques
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney
2016-07-26btrfs: tests, use BTRFS_FS_STATE_DUMMY_FS_INFO instead of dummy rootJeff Mahoney
2016-07-26Btrfs: fix read_node_slot to return errorsLiu Bo