summaryrefslogtreecommitdiff
path: root/drivers/md/bcache
AgeCommit message (Expand)AuthorFilesLines
2013-11-11bcache: Kill op->clKent Overstreet8-81/+63
2013-11-11bcache: Prune struct btree_opKent Overstreet11-171/+179
2013-11-11bcache: Clean up cache_lookup_fnKent Overstreet1-62/+46
2013-11-11bcache: Convert bch_btree_read_async() to bch_btree_map_keys()Kent Overstreet5-168/+125
2013-11-11bcache: Move some stuff to btree.cKent Overstreet3-97/+96
2013-11-11bcache: Add btree_map() functionsKent Overstreet5-97/+186
2013-11-11bcache: Convert writeback to a kthreadKent Overstreet4-206/+203
2013-11-11bcache: Convert gc to a kthreadKent Overstreet8-60/+74
2013-11-11bcache: Convert bucket_wait to wait_queue_head_tKent Overstreet6-67/+70
2013-11-11bcache: Convert try_wait to wait_queue_head_tKent Overstreet4-99/+75
2013-11-11bcache: Move keylist out of btree_opKent Overstreet6-28/+36
2013-11-11bcache: Refactor journalling flow controlKent Overstreet7-179/+207
2013-11-11bcache: Refactor read request code a bitKent Overstreet1-36/+35
2013-11-11bcache: Refactor request_write()Kent Overstreet2-187/+183
2013-11-11bcache: Clean up keylist codeKent Overstreet5-52/+57
2013-11-11bcache: Add explicit keylist arg to btree_insert()Kent Overstreet5-16/+18
2013-11-11bcache: Convert btree_insert_check_key() to btree_insert_node()Kent Overstreet4-72/+79
2013-11-11bcache: Insert multiple keys at a timeKent Overstreet1-17/+16
2013-11-11bcache: Add btree_insert_node()Kent Overstreet3-66/+105
2013-11-11bcache: Explicitly track btree node's parentKent Overstreet2-10/+20
2013-11-11bcache: Remove unnecessary check in should_split()Kent Overstreet1-3/+2
2013-11-11bcache: Stripe size isn't necessarily a power of twoKent Overstreet5-25/+27
2013-11-11bcache: Add on error panic/unregister settingKent Overstreet4-5/+35
2013-11-11bcache: Use blkdev_issue_discard()Kent Overstreet3-117/+11
2013-11-11bcache: Fix a lockdep splatKent Overstreet1-1/+1
2013-11-11bcache: Fix a journalling performance bugKent Overstreet2-22/+28
2013-11-11bcache: Fix dirty_data accountingKent Overstreet1-4/+7
2013-10-23bcache: Fixed incorrect order of arguments to bio_alloc_bioset()Kent Overstreet1-1/+1
2013-10-11bcache: Fix a null ptr deref regressionKent Overstreet1-2/+1
2013-09-25bcache: Fix flushes in writeback modeKent Overstreet1-6/+9
2013-09-25bcache: Fix for handling overlapping extents when reading in a btree nodeKent Overstreet1-11/+28
2013-09-25bcache: Fix a shrinker deadlockKent Overstreet1-1/+1
2013-09-25bcache: Fix a dumb CPU spinning bug in writebackKent Overstreet1-2/+1
2013-09-25bcache: Fix a flush/fua performance bugKent Overstreet1-0/+1
2013-09-25bcache: Fix a writeback performance regressionKent Overstreet4-30/+43
2013-09-25bcache: Correct printf()-style format length modifierGeert Uytterhoeven1-1/+1
2013-09-25bcache: Fix for when no journal entries are foundKent Overstreet1-12/+18
2013-09-25bcache: Strip endline when writing the label through sysfsGabriel de Perthuis1-2/+7
2013-09-25bcache: Fix a dumb journal discard bugKent Overstreet1-1/+1
2013-09-11drivers: convert shrinkers to new count/scan APIDave Chinner2-18/+27
2013-07-23Merge 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/jik...Linus Torvalds1-2/+2