aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-30btrfs: remove trivial helper btrfs_find_tree_blockDavid Sterba1-5/+5
2016-09-26Btrfs: remove unnecessary btrfs_mark_buffer_dirty in split_leafLiu Bo1-1/+5
2016-09-26Btrfs: memset to avoid stale content in btree leafLiu Bo1-14/+0
2016-09-26btrfs: parent_start initialization cleanupGoldwyn Rodrigues1-15/+3
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney1-1/+1
2016-09-26btrfs: unsplit printed stringsJeff Mahoney1-4/+6
2016-09-26btrfs: squash lines for simple wrapper functionsMasahiro Yamada1-3/+1
2016-09-26btrfs: Fix warning "variable ‘gen’ set but not used"Luis Henriques1-2/+0
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney1-6/+6
2016-07-26btrfs: tests, use BTRFS_FS_STATE_DUMMY_FS_INFO instead of dummy rootJeff Mahoney1-1/+1
2016-07-26Btrfs: fix read_node_slot to return errorsLiu Bo1-21/+48
2016-07-26Btrfs: error out if generic_bin_search get invalid argumentsLiu Bo1-0/+8
2016-06-23Btrfs: fix error handling in map_private_extent_bufferLiu Bo1-1/+5
2016-06-17btrfs: account for non-CoW'd blocks in btrfs_abort_transactionJeff Mahoney1-1/+4
2016-06-17Btrfs: check if extent buffer is aligned to sectorsizeLiu Bo1-0/+2
2016-06-02Btrfs: self-tests: Support non-4k page sizeFeifei Xu1-2/+4
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba1-7/+7
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves1-7/+7
2016-04-28btrfs: rename btrfs_std_error to btrfs_handle_fs_errorAnand Jain1-3/+3
2016-04-04btrfs: fallback to vmalloc in btrfs_compare_treeDavid Sterba1-4/+8
2016-02-26Merge branch 'dev/gfp-flags' into for-chris-4.6David Sterba1-1/+1
2016-02-11btrfs: send: use GFP_KERNEL everywhereDavid Sterba1-1/+1
2016-02-01Btrfs: Use (eb->start, seq) as search key for tree modification logChandan Rajendra1-17/+17
2016-01-11Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason1-1/+1