summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache
AgeCommit message (Expand)AuthorLines
2013-05-15bcache: Fix error handling in init codeKent Overstreet-121/+99
2013-05-15bcache: drop "select CLOSURES"Paul Bolle-1/+0
2013-05-15bcache: Fix incompatible pointer type warningEmil Goode-2/+1
2013-04-30bcache: Use bd_link_disk_holder()Kent Overstreet-17/+35
2013-04-30bcache: Allocator cleanup/fixesKent Overstreet-25/+50
2013-04-24bcache: Make sure blocksize isn't smaller than device blocksizeKent Overstreet-2/+6
2013-04-22bcache: Fix merge_bvec_fn usage for when it modifies the bvmKent Overstreet-9/+8
2013-04-20bcache: Correctly check against BIO_MAX_PAGESKent Overstreet-5/+4
2013-04-20bcache: Hack around stuff that clones up to bi_max_vecsKent Overstreet-0/+9
2013-04-20bcache: Set ra_pages based on backing device's ra_pagesKent Overstreet-0/+4
2013-04-20bcache: Take data offset from the bdev superblock.Kent Overstreet-57/+100
2013-04-08bcache: Disable broken btree fuzz testerKent Overstreet-2/+4
2013-04-08bcache: Fix a format string overflowKent Overstreet-2/+2
2013-04-08bcache: Fix a minor memory leak on device teardownKent Overstreet-1/+3
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/+2
2013-04-08bcache: Sparse fixesKent Overstreet-90/+92
2013-03-28bcache: Don't export utility code, prefix with bch_Kent Overstreet-101/+89
2013-03-25bcache: Fix for the build fixesKent Overstreet-1/+0
2013-03-25bcache: Style/checkpatch fixesKent Overstreet-56/+51
2013-03-25bcache: Build fixes from test robotKent Overstreet-5/+6
2013-03-23bcache: A block layer cacheKent Overstreet-0/+15680