aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/bcache
AgeCommit message (Expand)Author
2014-02-06bcache: Data corruption fixKent Overstreet
2013-11-13bcache: Fixed incorrect order of arguments to bio_alloc_bioset()Kent Overstreet
2013-10-13bcache: Fix a null ptr deref regressionKent Overstreet
2013-10-05bcache: Fix flushes in writeback modeKent Overstreet
2013-10-05bcache: Fix for handling overlapping extents when reading in a btree nodeKent Overstreet
2013-10-05bcache: Fix a shrinker deadlockKent Overstreet
2013-10-05bcache: Fix a dumb CPU spinning bug in writebackKent Overstreet
2013-10-05bcache: Fix a flush/fua performance bugKent Overstreet
2013-10-05bcache: Fix a writeback performance regressionKent Overstreet
2013-10-05bcache: Fix for when no journal entries are foundKent Overstreet
2013-10-05bcache: Strip endline when writing the label through sysfsGabriel de Perthuis
2013-10-05bcache: Fix a dumb journal discard bugKent Overstreet
2013-08-29bcache: FUA fixesKent Overstreet
2013-08-29md: bcache: io.c: fix a potential NULL pointer dereferenceKumar Amit Mehta
2013-07-28bcache: Journal replay fixKent Overstreet
2013-07-28bcache: Fix GC_SECTORS_USED() calculationKent Overstreet
2013-07-28bcache: Fix a sysfs splat on shutdownKent Overstreet
2013-07-28bcache: Shutdown fixKent Overstreet
2013-07-28bcache: Advertise that flushes are supportedKent Overstreet
2013-07-28bcache: Fix a dumb raceKent Overstreet
2013-05-15bcache: Fix error handling in init codeKent Overstreet
2013-05-15bcache: drop "select CLOSURES"Paul Bolle
2013-05-15bcache: Fix incompatible pointer type warningEmil Goode
2013-04-30bcache: Use bd_link_disk_holder()Kent Overstreet
2013-04-30bcache: Allocator cleanup/fixesKent Overstreet
2013-04-24bcache: Make sure blocksize isn't smaller than device blocksizeKent Overstreet
2013-04-22bcache: Fix merge_bvec_fn usage for when it modifies the bvmKent Overstreet
2013-04-20bcache: Correctly check against BIO_MAX_PAGESKent Overstreet
2013-04-20bcache: Hack around stuff that clones up to bi_max_vecsKent Overstreet
2013-04-20bcache: Set ra_pages based on backing device's ra_pagesKent Overstreet
2013-04-20bcache: Take data offset from the bdev superblock.Kent Overstreet
2013-04-08bcache: Disable broken btree fuzz testerKent Overstreet
2013-04-08bcache: Fix a format string overflowKent Overstreet
2013-04-08bcache: Fix a minor memory leak on device teardownKent Overstreet
2013-04-08bcache: Use WARN_ONCE() instead of __WARN()Kent Overstreet
2013-04-08bcache: Add missing #include <linux/prefetch.h>Geert Uytterhoeven
2013-04-08bcache: Sparse fixesKent Overstreet
2013-03-28bcache: Don't export utility code, prefix with bch_Kent Overstreet
2013-03-25bcache: Fix for the build fixesKent 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