aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/request.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-11bcache: don't embed 'return' statements in closure macrosJens Axboe1-3/+11
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo1-0/+1
2015-05-05bio: skip atomic inc/dec of ->bi_cnt for most use casesJens Axboe1-1/+1
2014-11-24md/bcache: use generic io stats accounting functions to simplify io stat accountingGu Zheng1-17/+6
2014-08-04bcache: bcache_write tracepoint was crashingSlava Pestov1-1/+2
2014-03-18bcache: Kill dead cgroup codeKent Overstreet1-169/+0
2014-03-18bcache: Fix moving_gc deadlocking with a foreground writeNicholas Swenson1-6/+7
2014-02-25bcache: Fix flash_dev_cache_miss() for real this timeKent Overstreet1-14/+5
2014-01-30Merge branch 'bcache-for-3.14' of git://evilpiepirate.org/~kent/linux-bcache into for-linusJens Axboe1-3/+3
2014-01-30Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-23/+49
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-79/+52
2014-01-29bcache: bugfix - gc thread now gets woken when cache is fullNicholas Swenson1-3/+3
2014-01-13cgroup: remove stray references to css_idHugh Dickins1-1/+0
2014-01-08bcache: Make bch_keylist_realloc() take u64s, not nptrsKent Overstreet1-2/+20
2014-01-08bcache: Zero less memoryKent Overstreet1-20/+27
2014-01-08bcache: Don't touch bucket gen for dirty ptrsKent Overstreet1-1/+2
2013-11-23block: Introduce new bio_split()Kent Overstreet1-6/+6
2013-11-23block: Add bio_clone_fast()Kent Overstreet1-6/+2
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet1-13/+13
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-29/+29
2013-11-23bcache: Kill unaligned bvec hackKent Overstreet1-30/+7
2013-11-10bcache: Bypass torture testKent Overstreet1-1/+13
2013-11-10bcache: Fix sysfs splat on shutdown with flash only devsKent Overstreet1-1/+1
2013-11-10bcache: Kill sequential_merge optionKent Overstreet1-25/+18
2013-11-10bcache: Pull on disk data structures out into a separate headerKent Overstreet1-4/+5
2013-11-10bcache: Move sector allocator to alloc.cKent Overstreet1-182/+4
2013-11-10bcache: Break up struct searchKent Overstreet1-277/+303
2013-11-10bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes()Kent Overstreet1-1/+1
2013-11-10bcache: Don't use op->insert_collisionKent Overstreet1-3/+7
2013-11-10bcache: Kill op->replaceKent Overstreet1-5/+9
2013-11-10bcache: Kill op->clKent Overstreet1-21/+14
2013-11-10bcache: Prune struct btree_opKent Overstreet1-88/+89
2013-11-10bcache: Clean up cache_lookup_fnKent Overstreet1-62/+46
2013-11-10bcache: Convert bch_btree_read_async() to bch_btree_map_keys()Kent Overstreet1-29/+125
2013-11-10bcache: Move some stuff to btree.cKent Overstreet1-14/+2
2013-11-10bcache: Convert gc to a kthreadKent Overstreet1-1/+1
2013-11-10bcache: Convert bucket_wait to wait_queue_head_tKent Overstreet1-7/+2
2013-11-10bcache: Move keylist out of btree_opKent Overstreet1-16/+21
2013-11-10bcache: Refactor journalling flow controlKent Overstreet1-58/+102
2013-11-10bcache: Refactor read request code a bitKent Overstreet1-36/+35
2013-11-10bcache: Refactor request_write()Kent Overstreet1-186/+182
2013-11-10bcache: Clean up keylist codeKent Overstreet1-2/+2
2013-11-10bcache: Add explicit keylist arg to btree_insert()Kent Overstreet1-1/+1
2013-11-10bcache: 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-10bcache: Fix a null ptr deref regressionKent Overstreet1-2/+1
2013-09-24bcache: Fix flushes in writeback modeKent Overstreet1-6/+9
2013-07-12bcache: Advertise that flushes are supportedKent Overstreet1-1/+7
2013-07-01bcache: Use standard utility codeKent Overstreet1-69/+18
2013-07-01bcache: FUA fixesKent Overstreet1-1/+12