aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/bcache/bset.h
AgeCommit message (Expand)AuthorFilesLines
2014-01-08bcache: Add bch_bkey_equal_header()Gravatar Nicholas Swenson 1-0/+8
2014-01-08bcache: update bch_bkey_try_mergeGravatar Nicholas Swenson 1-11/+1
2014-01-08bcache: Move insert_fixup() to btree_keys_opsGravatar Kent Overstreet 1-0/+12
2014-01-08bcache: Convert sorting to btree_keysGravatar Kent Overstreet 1-6/+7
2014-01-08bcache: Convert debug code to btree_keysGravatar Kent Overstreet 1-11/+45
2014-01-08bcache: Convert btree_iter to struct btree_keysGravatar Kent Overstreet 1-5/+14
2014-01-08bcache: Refactor bset_tree sysfs statsGravatar Kent Overstreet 1-2/+8
2014-01-08bcache: Add bch_btree_keys_u64s_remaining()Gravatar Kent Overstreet 1-0/+15
2014-01-08bcache: Add struct btree_keysGravatar Kent Overstreet 1-8/+111
2014-01-08bcache: Abstract out stuff needed for sortingGravatar Kent Overstreet 1-8/+0
2014-01-08bcache: Rename/shuffle various code aroundGravatar Kent Overstreet 1-133/+114
2014-01-08bcache: Add struct bset_sort_stateGravatar Kent Overstreet 1-9/+29
2014-01-08bcache: Split out sort_extent_cmp()Gravatar Kent Overstreet 1-2/+2
2014-01-08bcache: Bkey indexing renamingGravatar Kent Overstreet 1-8/+22
2014-01-08bcache: Make bch_keylist_realloc() take u64s, not nptrsGravatar Kent Overstreet 1-1/+1
2014-01-08bcache: Remove/fix some header dependenciesGravatar Kent Overstreet 1-19/+2
2013-11-10bcache: Kill bch_next_recurse_key()Gravatar Kent Overstreet 1-1/+0
2013-11-10bcache: PRECEDING_KEY()Gravatar Kent Overstreet 1-0/+18
2013-11-10bcache: bch_(btree|extent)_ptr_invalid()Gravatar Kent Overstreet 1-1/+3
2013-11-10bcache: Debug code improvementsGravatar Kent Overstreet 1-0/+3
2013-11-10bcache: Pull on disk data structures out into a separate headerGravatar Kent Overstreet 1-31/+0
2013-11-10bcache: Clean up keylist codeGravatar Kent Overstreet 1-9/+26
2013-11-10bcache: Add btree_insert_node()Gravatar Kent Overstreet 1-0/+1
2013-06-26bcache: Fix/revamp tracepointsGravatar Kent Overstreet 1-0/+4
2013-03-23bcache: A block layer cacheGravatar Kent Overstreet 1-0/+379