aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/bcache/request.c
AgeCommit message (Expand)Author
2014-01-30Merge branch 'bcache-for-3.14' of git://evilpiepirate.org/~kent/linux-bcache ...Jens Axboe
2014-01-30Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-01-29bcache: bugfix - gc thread now gets woken when cache is fullNicholas Swenson
2014-01-13cgroup: remove stray references to css_idHugh Dickins
2014-01-08bcache: Make bch_keylist_realloc() take u64s, not nptrsKent Overstreet
2014-01-08bcache: Zero less memoryKent Overstreet
2014-01-08bcache: Don't touch bucket gen for dirty ptrsKent Overstreet
2013-11-23block: Introduce new bio_split()Kent Overstreet
2013-11-23block: Add bio_clone_fast()Kent Overstreet
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet
2013-11-23block: Abstract out bvec iteratorKent Overstreet
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