summaryrefslogtreecommitdiff
path: root/drivers/md/bcache
AgeCommit message (Expand)Author
2013-07-23Merge branch 'for-3.11/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-07-12bcache: Allocation kthread fixesKent Overstreet
2013-07-12bcache: Fix GC_SECTORS_USED() calculationKent Overstreet
2013-07-12bcache: Journal replay fixKent Overstreet
2013-07-12bcache: Shutdown fixKent Overstreet
2013-07-12bcache: Fix a sysfs splat on shutdownKent Overstreet
2013-07-12bcache: Advertise that flushes are supportedKent Overstreet
2013-07-12bcache: check for allocation failuresDan Carpenter
2013-07-12bcache: Fix a dumb raceKent Overstreet
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-07-01bcache: Use standard utility codeKent Overstreet
2013-07-01bcache: Delete fuzz testerKent Overstreet
2013-07-01bcache: Document shrinker reserve betterKent Overstreet
2013-07-01bcache: FUA fixesKent Overstreet
2013-06-27bcache: Send label ueventsGabriel de Perthuis
2013-06-27bcache: Send a uevent with a cached device's UUIDGabriel de Perthuis
2013-06-27bcache: Write out full stripesKent Overstreet
2013-06-27bcache: Track dirty data by stripeKent Overstreet
2013-06-27bcache: Initialize sectors_dirty when attachingKent Overstreet
2013-06-27bcache: Improve lazy sortingKent Overstreet
2013-06-27bcache: Rip out pkey()/pbtree()Kent Overstreet
2013-06-27bcache: Fix/revamp tracepointsKent Overstreet
2013-06-27bcache: Refactor btree ioKent Overstreet
2013-06-27bcache: Convert allocator thread to kthreadKent Overstreet
2013-06-27bcache: Warn when a device is already registered.Gabriel de Perthuis
2013-06-27bcache: fix a spurious gcc complaint, use scnprintfKent Overstreet
2013-06-27md: bcache: io.c: fix a potential NULL pointer dereferenceKumar Amit Mehta
2013-06-18md: bcache: Fixed a typo with the word 'arithmetic'Phil Viana
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-05-01bcache: Use bd_link_disk_holder()Kent Overstreet
2013-05-01bcache: 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-21bcache: Correctly check against BIO_MAX_PAGESKent Overstreet
2013-04-21bcache: Hack around stuff that clones up to bi_max_vecsKent Overstreet
2013-04-21bcache: Set ra_pages based on backing device's ra_pagesKent Overstreet
2013-04-21bcache: 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-26bcache: 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