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