summaryrefslogtreecommitdiff
path: root/drivers/md/bcache/bset.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-11bcache: Delete some slower inline asmKent Overstreet1-8/+0
2013-11-11bcache: Move spinlock into struct time_statsKent Overstreet1-6/+1
2013-11-11bcache: Kill bch_next_recurse_key()Kent Overstreet1-8/+0
2013-11-11bcache: bch_(btree|extent)_ptr_invalid()Kent Overstreet1-13/+36
2013-11-11bcache: Debug code improvementsKent Overstreet1-52/+60
2013-11-11bcache: Fix bch_ptr_bad()Kent Overstreet1-34/+33
2013-11-11bcache: Pull on disk data structures out into a separate headerKent Overstreet1-2/+2
2013-11-11bcache: Kill op->clKent Overstreet1-1/+1
2013-11-11bcache: Prune struct btree_opKent Overstreet1-1/+0
2013-11-11bcache: Add btree_map() functionsKent Overstreet1-18/+15
2013-11-11bcache: Clean up keylist codeKent Overstreet1-29/+15
2013-11-11bcache: Add btree_insert_node()Kent Overstreet1-0/+12
2013-09-25bcache: Fix for handling overlapping extents when reading in a btree nodeKent Overstreet1-11/+28
2013-07-23Merge branch 'for-3.11/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-21/+35
2013-06-27bcache: Improve lazy sortingKent Overstreet1-17/+23
2013-06-27bcache: 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-09bcache: Use WARN_ONCE() instead of __WARN()Kent Overstreet1-1/+1
2013-04-09bcache: 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-24bcache: A block layer cacheKent Overstreet1-0/+1190