summaryrefslogtreecommitdiff
path: root/drivers/md/bcache/request.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-11bcache: Convert bucket_wait to wait_queue_head_tKent Overstreet1-7/+2
2013-11-11bcache: Move keylist out of btree_opKent Overstreet1-16/+21
2013-11-11bcache: Refactor journalling flow controlKent Overstreet1-58/+102
2013-11-11bcache: Refactor read request code a bitKent Overstreet1-36/+35
2013-11-11bcache: Refactor request_write()Kent Overstreet1-186/+182
2013-11-11bcache: Clean up keylist codeKent Overstreet1-2/+2
2013-11-11bcache: Add explicit keylist arg to btree_insert()Kent Overstreet1-1/+1
2013-11-11bcache: Convert btree_insert_check_key() to btree_insert_node()Kent Overstreet1-27/+28
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-07-12bcache: Advertise that flushes are supportedKent Overstreet1-1/+7
2013-07-02bcache: Use standard utility codeKent Overstreet1-69/+18
2013-07-02bcache: FUA fixesKent Overstreet1-1/+12
2013-06-27bcache: Write out full stripesKent Overstreet1-16/+7
2013-06-27bcache: Track dirty data by stripeKent Overstreet1-1/+2
2013-06-27bcache: Fix/revamp tracepointsKent Overstreet1-31/+34
2013-04-21bcache: Take data offset from the bdev superblock.Kent Overstreet1-1/+1
2013-03-28bcache: Don't export utility code, prefix with bch_Kent Overstreet1-7/+7
2013-03-25bcache: Style/checkpatch fixesKent Overstreet1-5/+7
2013-03-24bcache: A block layer cacheKent Overstreet1-0/+1409