summaryrefslogtreecommitdiff
path: root/drivers/md/bcache
AgeCommit message (Expand)AuthorFilesLines
2013-10-05bcache: Fix a writeback performance regressionKent Overstreet4-30/+43
2013-10-05bcache: Fix for when no journal entries are foundKent Overstreet1-12/+18
2013-10-05bcache: Strip endline when writing the label through sysfsGabriel de Perthuis1-1/+7
2013-10-05bcache: Fix a dumb journal discard bugKent Overstreet1-1/+1
2013-08-29bcache: FUA fixesKent Overstreet3-4/+34
2013-08-29md: bcache: io.c: fix a potential NULL pointer dereferenceKumar Amit Mehta1-0/+2
2013-07-28bcache: Journal replay fixKent Overstreet1-1/+6
2013-07-28bcache: Fix GC_SECTORS_USED() calculationKent Overstreet1-1/+3
2013-07-28bcache: Fix a sysfs splat on shutdownKent Overstreet2-1/+11
2013-07-28bcache: Shutdown fixKent Overstreet1-7/+11
2013-07-28bcache: Advertise that flushes are supportedKent Overstreet2-1/+9
2013-07-28bcache: Fix a dumb raceKent Overstreet1-2/+4
2013-05-15bcache: Fix error handling in init codeKent Overstreet4-121/+99
2013-05-15bcache: drop "select CLOSURES"Paul Bolle1-1/+0
2013-05-15bcache: Fix incompatible pointer type warningEmil Goode1-2/+1
2013-04-30bcache: Use bd_link_disk_holder()Kent Overstreet1-17/+35
2013-04-30bcache: Allocator cleanup/fixesKent Overstreet2-25/+50
2013-04-24bcache: Make sure blocksize isn't smaller than device blocksizeKent Overstreet1-2/+6
2013-04-22bcache: Fix merge_bvec_fn usage for when it modifies the bvmKent Overstreet1-9/+8
2013-04-20bcache: Correctly check against BIO_MAX_PAGESKent Overstreet1-5/+4
2013-04-20bcache: Hack around stuff that clones up to bi_max_vecsKent Overstreet1-0/+9
2013-04-20bcache: Set ra_pages based on backing device's ra_pagesKent Overstreet1-0/+4
2013-04-20bcache: Take data offset from the bdev superblock.Kent Overstreet3-57/+100
2013-04-08bcache: Disable broken btree fuzz testerKent Overstreet1-2/+4
2013-04-08bcache: Fix a format string overflowKent Overstreet1-2/+2
2013-04-08bcache: Fix a minor memory leak on device teardownKent Overstreet1-1/+3
2013-04-08bcache: Use WARN_ONCE() instead of __WARN()Kent Overstreet1-1/+1
2013-04-08bcache: Add missing #include <linux/prefetch.h>Geert Uytterhoeven2-0/+2
2013-04-08bcache: Sparse fixesKent Overstreet4-90/+92
2013-03-28bcache: Don't export utility code, prefix with bch_Kent Overstreet13-101/+89
2013-03-25bcache: Fix for the build fixesKent Overstreet1-1/+0
2013-03-25bcache: Style/checkpatch fixesKent Overstreet10-56/+51
2013-03-25bcache: Build fixes from test robotKent Overstreet5-5/+6
2013-03-23bcache: A block layer cacheKent Overstreet27-0/+15680