summaryrefslogtreecommitdiff
path: root/drivers/md/bcache/request.c
AgeCommit message (Expand)Author
2013-11-23bcache: Kill unaligned bvec hackKent Overstreet
2013-11-10bcache: Bypass torture testKent Overstreet
2013-11-10bcache: Fix sysfs splat on shutdown with flash only devsKent Overstreet
2013-11-10bcache: Kill sequential_merge optionKent Overstreet
2013-11-10bcache: Pull on disk data structures out into a separate headerKent Overstreet
2013-11-10bcache: Move sector allocator to alloc.cKent Overstreet
2013-11-10bcache: Break up struct searchKent Overstreet
2013-11-10bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes()Kent Overstreet
2013-11-10bcache: Don't use op->insert_collisionKent Overstreet
2013-11-10bcache: Kill op->replaceKent Overstreet
2013-11-10bcache: Kill op->clKent Overstreet
2013-11-10bcache: Prune struct btree_opKent Overstreet
2013-11-10bcache: Clean up cache_lookup_fnKent Overstreet
2013-11-10bcache: Convert bch_btree_read_async() to bch_btree_map_keys()Kent Overstreet
2013-11-10bcache: Move some stuff to btree.cKent Overstreet
2013-11-10bcache: Convert gc to a kthreadKent Overstreet
2013-11-10bcache: Convert bucket_wait to wait_queue_head_tKent Overstreet
2013-11-10bcache: Move keylist out of btree_opKent Overstreet
2013-11-10bcache: Refactor journalling flow controlKent Overstreet
2013-11-10bcache: Refactor read request code a bitKent Overstreet
2013-11-10bcache: Refactor request_write()Kent Overstreet
2013-11-10bcache: Clean up keylist codeKent Overstreet
2013-11-10bcache: Add explicit keylist arg to btree_insert()Kent Overstreet
2013-11-10bcache: Convert btree_insert_check_key() to btree_insert_node()Kent Overstreet
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-07-12bcache: Advertise that flushes are supportedKent Overstreet
2013-07-01bcache: Use standard utility codeKent Overstreet
2013-07-01bcache: FUA fixesKent Overstreet
2013-06-26bcache: Write out full stripesKent Overstreet
2013-06-26bcache: Track dirty data by stripeKent Overstreet
2013-06-26bcache: Fix/revamp tracepointsKent Overstreet
2013-04-20bcache: Take data offset from the bdev superblock.Kent Overstreet
2013-03-28bcache: Don't export utility code, prefix with bch_Kent Overstreet
2013-03-25bcache: Style/checkpatch fixesKent Overstreet
2013-03-23bcache: A block layer cacheKent Overstreet