aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/bset.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-30bcache: convert to bioset_init()/mempool_init()Kent Overstreet1-9/+4
2018-03-18bcache: Suppress more warnings about set-but-not-used variablesBart Van Assche1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>Ingo Molnar1-0/+1
2014-08-04bcache: Allocate bounce buffers with GFP_NOWAITKent Overstreet1-1/+1
2014-02-18bcache: Fix another compiler warning on m68kKent Overstreet1-2/+2
2014-01-29bcache: Minor fixes from kbuild robotKent Overstreet1-2/+5
2014-01-08bcache: Fix auxiliary search trees for key size > cacheline sizeKent Overstreet1-14/+14
2014-01-08bcache: Add bch_bkey_equal_header()Nicholas Swenson1-6/+2
2014-01-08bcache: update bch_bkey_try_mergeNicholas Swenson1-0/+27
2014-01-08bcache: Move insert_fixup() to btree_keys_opsKent Overstreet1-0/+50
2014-01-08bcache: Convert sorting to btree_keysKent Overstreet1-27/+23
2014-01-08bcache: Convert debug code to btree_keysKent Overstreet1-3/+114
2014-01-08bcache: Convert btree_iter to struct btree_keysKent Overstreet1-11/+11
2014-01-08bcache: Refactor bset_tree sysfs statsKent Overstreet1-45/+4
2014-01-08bcache: Add struct btree_keysKent Overstreet1-71/+108
2014-01-08bcache: Abstract out stuff needed for sortingKent Overstreet1-273/+6
2014-01-08bcache: Rename/shuffle various code aroundKent Overstreet1-23/+149
2014-01-08bcache: Add struct bset_sort_stateKent Overstreet1-26/+42
2014-01-08bcache: Split out sort_extent_cmp()Kent Overstreet1-21/+63
2014-01-08bcache: Bkey indexing renamingKent Overstreet1-14/+14
2014-01-08bcache: Make bch_keylist_realloc() take u64s, not nptrsKent Overstreet1-10/+2
2014-01-08bcache: Use a mempool for mergesort temporary spaceKent Overstreet1-7/+5
2014-01-08bcache: Btree verify code improvementsKent Overstreet1-3/+0
2014-01-08bcache: Don't touch bucket gen for dirty ptrsKent Overstreet1-1/+5
2014-01-08bcache: Data corruption fixKent Overstreet1-4/+22
2013-11-10bcache: Delete some slower inline asmKent Overstreet1-8/+0
2013-11-10bcache: Move spinlock into struct time_statsKent Overstreet1-6/+1
2013-11-10bcache: Kill bch_next_recurse_key()Kent Overstreet1-8/+0
2013-11-10bcache: bch_(btree|extent)_ptr_invalid()Kent Overstreet1-13/+36
2013-11-10bcache: Debug code improvementsKent Overstreet1-52/+60
2013-11-10bcache: Fix bch_ptr_bad()Kent Overstreet1-34/+33
2013-11-10bcache: Pull on disk data structures out into a separate headerKent Overstreet1-2/+2
2013-11-10bcache: Kill op->clKent Overstreet1-1/+1
2013-11-10bcache: Prune struct btree_opKent Overstreet1-1/+0
2013-11-10bcache: Add btree_map() functionsKent Overstreet1-18/+15
2013-11-10bcache: Clean up keylist codeKent Overstreet1-29/+15
2013-11-10bcache: Add btree_insert_node()Kent Overstreet1-0/+12
2013-09-24bcache: Fix for handling overlapping extents when reading in a btree nodeKent Overstreet1-11/+28
2013-07-22Merge branch 'for-3.11/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-21/+35
2013-06-26bcache: Improve lazy sortingKent Overstreet1-17/+23
2013-06-26bcache: Rip out pkey()/pbtree()Kent Overstreet1-4/+12
2013-06-18md: bcache: Fixed a typo with the word 'arithmetic'Phil Viana1-2/+2
2013-04-08bcache: Use WARN_ONCE() instead of __WARN()Kent Overstreet1-1/+1
2013-04-08bcache: Add missing #include <linux/prefetch.h>Geert Uytterhoeven1-0/+1
2013-03-28bcache: Don't export utility code, prefix with bch_Kent Overstreet1-2/+2
2013-03-25bcache: Style/checkpatch fixesKent Overstreet1-4/+5
2013-03-25bcache: Build fixes from test robotKent Overstreet1-1/+1
2013-03-23bcache: A block layer cacheKent Overstreet1-0/+1190