aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/bset.c
AgeCommit message (Expand)Author
2019-09-16bcache: fix stack corruption by PRECEDING_KEY()Coly Li
2018-05-30bcache: convert to bioset_init()/mempool_init()Kent Overstreet
2018-03-18bcache: Suppress more warnings about set-but-not-used variablesBart Van Assche
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2014-08-04bcache: Allocate bounce buffers with GFP_NOWAITKent Overstreet
2014-02-18bcache: Fix another compiler warning on m68kKent Overstreet
2014-01-29bcache: Minor fixes from kbuild robotKent Overstreet
2014-01-08bcache: Fix auxiliary search trees for key size > cacheline sizeKent Overstreet
2014-01-08bcache: Add bch_bkey_equal_header()Nicholas Swenson
2014-01-08bcache: update bch_bkey_try_mergeNicholas Swenson
2014-01-08bcache: Move insert_fixup() to btree_keys_opsKent Overstreet
2014-01-08bcache: Convert sorting to btree_keysKent Overstreet
2014-01-08bcache: Convert debug code to btree_keysKent Overstreet
2014-01-08bcache: Convert btree_iter to struct btree_keysKent Overstreet
2014-01-08bcache: Refactor bset_tree sysfs statsKent Overstreet
2014-01-08bcache: Add struct btree_keysKent Overstreet
2014-01-08bcache: Abstract out stuff needed for sortingKent Overstreet
2014-01-08bcache: Rename/shuffle various code aroundKent Overstreet
2014-01-08bcache: Add struct bset_sort_stateKent Overstreet
2014-01-08bcache: Split out sort_extent_cmp()Kent Overstreet
2014-01-08bcache: Bkey indexing renamingKent Overstreet
2014-01-08bcache: Make bch_keylist_realloc() take u64s, not nptrsKent Overstreet
2014-01-08bcache: Use a mempool for mergesort temporary spaceKent Overstreet
2014-01-08bcache: Btree verify code improvementsKent Overstreet
2014-01-08bcache: Don't touch bucket gen for dirty ptrsKent Overstreet
2014-01-08bcache: Data corruption fixKent Overstreet
2013-11-10bcache: Delete some slower inline asmKent Overstreet
2013-11-10bcache: Move spinlock into struct time_statsKent Overstreet
2013-11-10bcache: Kill bch_next_recurse_key()Kent Overstreet
2013-11-10bcache: bch_(btree|extent)_ptr_invalid()Kent Overstreet
2013-11-10bcache: Debug code improvementsKent Overstreet
2013-11-10bcache: Fix bch_ptr_bad()Kent Overstreet
2013-11-10bcache: Pull on disk data structures out into a separate headerKent Overstreet
2013-11-10bcache: Kill op->clKent Overstreet
2013-11-10bcache: Prune struct btree_opKent Overstreet
2013-11-10bcache: Add btree_map() functionsKent Overstreet
2013-11-10bcache: Clean up keylist codeKent Overstreet
2013-11-10bcache: Add btree_insert_node()Kent Overstreet
2013-09-24bcache: Fix for handling overlapping extents when reading in a btree nodeKent Overstreet
2013-07-22Merge branch 'for-3.11/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-06-26bcache: Improve lazy sortingKent Overstreet
2013-06-26bcache: Rip out pkey()/pbtree()Kent Overstreet
2013-06-18md: bcache: Fixed a typo with the word 'arithmetic'Phil Viana
2013-04-08bcache: Use WARN_ONCE() instead of __WARN()Kent Overstreet
2013-04-08bcache: Add missing #include <linux/prefetch.h>Geert Uytterhoeven
2013-03-28bcache: Don't export utility code, prefix with bch_Kent Overstreet
2013-03-25bcache: Style/checkpatch fixesKent Overstreet
2013-03-25bcache: Build fixes from test robotKent Overstreet
2013-03-23bcache: A block layer cacheKent Overstreet