aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/bcache
AgeCommit message (Expand)Author
2013-10-23bcache: Fixed incorrect order of arguments to bio_alloc_bioset()Kent Overstreet
2013-10-10bcache: Fix a null ptr deref regressionKent Overstreet
2013-09-24bcache: Fix flushes in writeback modeKent Overstreet
2013-09-24bcache: Fix for handling overlapping extents when reading in a btree nodeKent Overstreet
2013-09-24bcache: Fix a shrinker deadlockKent Overstreet
2013-09-24bcache: Fix a dumb CPU spinning bug in writebackKent Overstreet
2013-09-24bcache: Fix a flush/fua performance bugKent Overstreet
2013-09-24bcache: Fix a writeback performance regressionKent Overstreet
2013-09-24bcache: Correct printf()-style format length modifierGeert Uytterhoeven
2013-09-24bcache: Fix for when no journal entries are foundKent Overstreet
2013-09-24bcache: Strip endline when writing the label through sysfsGabriel de Perthuis
2013-09-24bcache: Fix a dumb journal discard bugKent Overstreet
2013-09-10drivers: convert shrinkers to new count/scan APIDave Chinner
2013-07-22Merge 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-26bcache: Send label ueventsGabriel de Perthuis
2013-06-26bcache: Send a uevent with a cached device's UUIDGabriel de Perthuis
2013-06-26bcache: Write out full stripesKent Overstreet
2013-06-26bcache: Track dirty data by stripeKent Overstreet
2013-06-26bcache: Initialize sectors_dirty when attachingKent Overstreet
2013-06-26bcache: Improve lazy sortingKent Overstreet
2013-06-26bcache: Rip out pkey()/pbtree()Kent Overstreet
2013-06-26bcache: Fix/revamp tracepointsKent Overstreet
2013-06-26bcache: Refactor btree ioKent Overstreet
2013-06-26bcache: Convert allocator thread to kthreadKent Overstreet
2013-06-26bcache: Warn when a device is already registered.Gabriel de Perthuis
2013-06-26bcache: fix a spurious gcc complaint, use scnprintfKent Overstreet
2013-06-26md: 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-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