summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba2016-11-301-3/+3
* btrfs: use new helpers to set uuids in ebDavid Sterba2016-11-301-20/+9Star
* btrfs: remove trivial helper btrfs_find_tree_blockDavid Sterba2016-11-301-5/+5
* Btrfs: remove unnecessary btrfs_mark_buffer_dirty in split_leafLiu Bo2016-09-261-1/+5
* Btrfs: memset to avoid stale content in btree leafLiu Bo2016-09-261-14/+0Star
* btrfs: parent_start initialization cleanupGoldwyn Rodrigues2016-09-261-15/+3Star
* btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney2016-09-261-1/+1
* btrfs: unsplit printed stringsJeff Mahoney2016-09-261-4/+6
* btrfs: squash lines for simple wrapper functionsMasahiro Yamada2016-09-261-3/+1Star
* btrfs: Fix warning "variable ‘gen’ set but not used"Luis Henriques2016-09-261-2/+0Star
* btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney2016-07-261-6/+6
* btrfs: tests, use BTRFS_FS_STATE_DUMMY_FS_INFO instead of dummy rootJeff Mahoney2016-07-261-1/+1
* Btrfs: fix read_node_slot to return errorsLiu Bo2016-07-261-21/+48
* Btrfs: error out if generic_bin_search get invalid argumentsLiu Bo2016-07-261-0/+8
* Btrfs: fix error handling in map_private_extent_bufferLiu Bo2016-06-231-1/+5
* btrfs: account for non-CoW'd blocks in btrfs_abort_transactionJeff Mahoney2016-06-171-1/+4
* Btrfs: check if extent buffer is aligned to sectorsizeLiu Bo2016-06-171-0/+2
* Btrfs: self-tests: Support non-4k page sizeFeifei Xu2016-06-021-2/+4
* Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba2016-05-251-7/+7
|\
| * btrfs: fix string and comment grammatical issues and typosNicholas D Steeves2016-05-251-7/+7
* | btrfs: rename btrfs_std_error to btrfs_handle_fs_errorAnand Jain2016-04-281-3/+3
|/
* btrfs: fallback to vmalloc in btrfs_compare_treeDavid Sterba2016-04-041-4/+8
* Merge branch 'dev/gfp-flags' into for-chris-4.6David Sterba2016-02-261-1/+1
|\
| * btrfs: send: use GFP_KERNEL everywhereDavid Sterba2016-02-111-1/+1
* | Btrfs: Use (eb->start, seq) as search key for tree modification logChandan Rajendra2016-02-011-17/+17
|/
* Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason2016-01-111-1/+1
|\
| * Btrfs: use linux/sizes.h to represent constantsByongho Lee2016-01-071-1/+1
* | btrfs: cleanup, use enum values for btrfs_path readaDavid Sterba2016-01-071-5/+4Star
|/
* Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason2015-10-221-2/+2
|\