summaryrefslogtreecommitdiff
path: root/drivers/md/bcache/request.c
AgeCommit message (Expand)Author
2015-08-13bcache: remove driver private bio splitting codeKent Overstreet
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-07-11bcache: don't embed 'return' statements in closure macrosJens Axboe
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo
2015-05-05bio: skip atomic inc/dec of ->bi_cnt for most use casesJens Axboe
2014-11-24md/bcache: use generic io stats accounting functions to simplify io stat acco...Gu Zheng
2014-08-04bcache: bcache_write tracepoint was crashingSlava Pestov
2014-03-18bcache: Kill dead cgroup codeKent Overstreet
2014-03-18bcache: Fix moving_gc deadlocking with a foreground writeNicholas Swenson
2014-02-25bcache: Fix flash_dev_cache_miss() for real this timeKent Overstreet
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