aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/bset.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-30bcache: convert to bioset_init()/mempool_init()Kent Overstreet1-1/+1
2018-03-18bcache: Add __printf annotation to __bch_check_keys()Bart Van Assche1-2/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2014-08-04bcache: fix typo in bch_bkey_equal_headerSlava Pestov1-1/+1
2014-03-18bcache: Add bch_keylist_init_single()Kent Overstreet1-0/+6
2014-01-08bcache: Add bch_bkey_equal_header()Nicholas Swenson1-0/+8
2014-01-08bcache: update bch_bkey_try_mergeNicholas Swenson1-11/+1
2014-01-08bcache: Move insert_fixup() to btree_keys_opsKent Overstreet1-0/+12
2014-01-08bcache: Convert sorting to btree_keysKent Overstreet1-6/+7
2014-01-08bcache: Convert debug code to btree_keysKent Overstreet1-11/+45
2014-01-08bcache: Convert btree_iter to struct btree_keysKent Overstreet1-5/+14
2014-01-08bcache: Refactor bset_tree sysfs statsKent Overstreet1-2/+8
2014-01-08bcache: Add bch_btree_keys_u64s_remaining()Kent Overstreet1-0/+15
2014-01-08bcache: Add struct btree_keysKent Overstreet1-8/+111
2014-01-08bcache: Abstract out stuff needed for sortingKent Overstreet1-8/+0
2014-01-08bcache: Rename/shuffle various code aroundKent Overstreet1-133/+114
2014-01-08bcache: Add struct bset_sort_stateKent Overstreet1-9/+29
2014-01-08bcache: Split out sort_extent_cmp()Kent Overstreet1-2/+2
2014-01-08bcache: Bkey indexing renamingKent Overstreet1-8/+22
2014-01-08bcache: Make bch_keylist_realloc() take u64s, not nptrsKent Overstreet1-1/+1
2014-01-08bcache: Remove/fix some header dependenciesKent Overstreet1-19/+2
2013-11-10bcache: Kill bch_next_recurse_key()Kent Overstreet1-1/+0
2013-11-10bcache: PRECEDING_KEY()Kent Overstreet1-0/+18
2013-11-10bcache: bch_(btree|extent)_ptr_invalid()Kent Overstreet1-1/+3
2013-11-10bcache: Debug code improvementsKent Overstreet1-0/+3
2013-11-10bcache: Pull on disk data structures out into a separate headerKent Overstreet1-31/+0
2013-11-10bcache: Clean up keylist codeKent Overstreet1-9/+26
2013-11-10bcache: Add btree_insert_node()Kent Overstreet1-0/+1
2013-06-26bcache: Fix/revamp tracepointsKent Overstreet1-0/+4
2013-03-23bcache: A block layer cacheKent Overstreet1-0/+379