aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-24bcache: Fix flushes in writeback modeKent Overstreet1-6/+9
2013-09-24bcache: Fix for handling overlapping extents when reading in a btree nodeKent Overstreet1-11/+28
2013-09-24bcache: Fix a shrinker deadlockKent Overstreet1-1/+1
2013-09-24bcache: Fix a dumb CPU spinning bug in writebackKent Overstreet1-2/+1
2013-09-24bcache: Fix a flush/fua performance bugKent Overstreet1-0/+1
2013-09-24bcache: Fix a writeback performance regressionKent Overstreet4-30/+43
2013-09-24bcache: Correct printf()-style format length modifierGeert Uytterhoeven1-1/+1
2013-09-24bcache: Fix for when no journal entries are foundKent Overstreet1-12/+18
2013-09-24bcache: Strip endline when writing the label through sysfsGabriel de Perthuis1-2/+7
2013-09-24bcache: Fix a dumb journal discard bugKent Overstreet1-1/+1
2013-09-10drivers: convert shrinkers to new count/scan APIDave Chinner2-18/+27
2013-07-22Merge branch 'for-3.11/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds21-801/+869
2013-07-12bcache: Allocation kthread fixesKent Overstreet3-18/+15
2013-07-12bcache: Fix GC_SECTORS_USED() calculationKent Overstreet1-1/+3
2013-07-12bcache: Journal replay fixKent Overstreet1-1/+6
2013-07-12bcache: Shutdown fixKent Overstreet1-7/+11
2013-07-12bcache: Fix a sysfs splat on shutdownKent Overstreet2-1/+11
2013-07-12bcache: Advertise that flushes are supportedKent Overstreet2-1/+9
2013-07-12bcache: check for allocation failuresDan Carpenter1-0/+2
2013-07-12bcache: Fix a dumb raceKent Overstreet1-2/+4
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2013-07-01bcache: Use standard utility codeKent Overstreet8-144/+51
2013-07-01bcache: Delete fuzz testerKent Overstreet3-152/+2
2013-07-01bcache: Document shrinker reserve betterKent Overstreet1-0/+7
2013-07-01bcache: FUA fixesKent Overstreet3-5/+35
2013-06-26bcache: Send label ueventsGabriel de Perthuis2-1/+17
2013-06-26bcache: Send a uevent with a cached device's UUIDGabriel de Perthuis1-3/+9
2013-06-26bcache: Write out full stripesKent Overstreet9-37/+121
2013-06-26bcache: Track dirty data by stripeKent Overstreet7-26/+105
2013-06-26bcache: Initialize sectors_dirty when attachingKent Overstreet4-29/+39
2013-06-26bcache: Improve lazy sortingKent Overstreet3-17/+26
2013-06-26bcache: Rip out pkey()/pbtree()Kent Overstreet7-45/+57
2013-06-26bcache: Fix/revamp tracepointsKent Overstreet14-110/+126
2013-06-26bcache: Refactor btree ioKent Overstreet6-176/+140
2013-06-26bcache: Convert allocator thread to kthreadKent Overstreet4-33/+43
2013-06-26bcache: Warn when a device is already registered.Gabriel de Perthuis1-2/+37
2013-06-26bcache: fix a spurious gcc complaint, use scnprintfKent Overstreet1-21/+22
2013-06-26md: bcache: io.c: fix a potential NULL pointer dereferenceKumar Amit Mehta1-0/+2
2013-06-18md: bcache: Fixed a typo with the word 'arithmetic'Phil Viana1-2/+2
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