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