aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/bcache/request.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-30Merge branch 'bcache-for-3.14' of git://evilpiepirate.org/~kent/linux-bcache ...Gravatar Jens Axboe 1-3/+3
2014-01-30Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-23/+49
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-79/+52
2014-01-29bcache: bugfix - gc thread now gets woken when cache is fullGravatar Nicholas Swenson 1-3/+3
2014-01-13cgroup: remove stray references to css_idGravatar Hugh Dickins 1-1/+0
2014-01-08bcache: Make bch_keylist_realloc() take u64s, not nptrsGravatar Kent Overstreet 1-2/+20
2014-01-08bcache: Zero less memoryGravatar Kent Overstreet 1-20/+27
2014-01-08bcache: Don't touch bucket gen for dirty ptrsGravatar Kent Overstreet 1-1/+2
2013-11-23block: Introduce new bio_split()Gravatar Kent Overstreet 1-6/+6
2013-11-23block: Add bio_clone_fast()Gravatar Kent Overstreet 1-6/+2
2013-11-23block: Convert bio_for_each_segment() to bvec_iterGravatar Kent Overstreet 1-13/+13
2013-11-23block: Abstract out bvec iteratorGravatar Kent Overstreet 1-29/+29
2013-11-23bcache: Kill unaligned bvec hackGravatar Kent Overstreet 1-30/+7
2013-11-10bcache: Bypass torture testGravatar Kent Overstreet 1-1/+13
2013-11-10bcache: Fix sysfs splat on shutdown with flash only devsGravatar Kent Overstreet 1-1/+1
2013-11-10bcache: Kill sequential_merge optionGravatar Kent Overstreet 1-25/+18
2013-11-10bcache: Pull on disk data structures out into a separate headerGravatar Kent Overstreet 1-4/+5
2013-11-10bcache: Move sector allocator to alloc.cGravatar Kent Overstreet 1-182/+4
2013-11-10bcache: Break up struct searchGravatar Kent Overstreet 1-277/+303
2013-11-10bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes()Gravatar Kent Overstreet 1-1/+1
2013-11-10bcache: Don't use op->insert_collisionGravatar Kent Overstreet 1-3/+7
2013-11-10bcache: Kill op->replaceGravatar Kent Overstreet 1-5/+9
2013-11-10bcache: Kill op->clGravatar Kent Overstreet 1-21/+14
2013-11-10bcache: Prune struct btree_opGravatar Kent Overstreet 1-88/+89
2013-11-10bcache: Clean up cache_lookup_fnGravatar Kent Overstreet 1-62/+46
2013-11-10bcache: Convert bch_btree_read_async() to bch_btree_map_keys()Gravatar Kent Overstreet 1-29/+125
2013-11-10bcache: Move some stuff to btree.cGravatar Kent Overstreet 1-14/+2
2013-11-10bcache: Convert gc to a kthreadGravatar Kent Overstreet 1-1/+1
2013-11-10bcache: Convert bucket_wait to wait_queue_head_tGravatar Kent Overstreet 1-7/+2
2013-11-10bcache: Move keylist out of btree_opGravatar Kent Overstreet 1-16/+21
2013-11-10bcache: Refactor journalling flow controlGravatar Kent Overstreet 1-58/+102
2013-11-10bcache: Refactor read request code a bitGravatar Kent Overstreet 1-36/+35
2013-11-10bcache: Refactor request_write()Gravatar Kent Overstreet 1-186/+182
2013-11-10bcache: Clean up keylist codeGravatar Kent Overstreet 1-2/+2
2013-11-10bcache: Add explicit keylist arg to btree_insert()Gravatar Kent Overstreet 1-1/+1
2013-11-10bcache: Convert btree_insert_check_key() to btree_insert_node()Gravatar Kent Overstreet 1-27/+28
2013-10-23bcache: Fixed incorrect order of arguments to bio_alloc_bioset()Gravatar Kent Overstreet 1-1/+1
2013-10-10bcache: Fix a null ptr deref regressionGravatar Kent Overstreet 1-2/+1
2013-09-24bcache: Fix flushes in writeback modeGravatar Kent Overstreet 1-6/+9
2013-07-12bcache: Advertise that flushes are supportedGravatar Kent Overstreet 1-1/+7
2013-07-01bcache: Use standard utility codeGravatar Kent Overstreet 1-69/+18
2013-07-01bcache: FUA fixesGravatar Kent Overstreet 1-1/+12
2013-06-26bcache: Write out full stripesGravatar Kent Overstreet 1-16/+7
2013-06-26bcache: Track dirty data by stripeGravatar Kent Overstreet 1-1/+2
2013-06-26bcache: Fix/revamp tracepointsGravatar Kent Overstreet 1-31/+34
2013-04-20bcache: Take data offset from the bdev superblock.Gravatar Kent Overstreet 1-1/+1
2013-03-28bcache: Don't export utility code, prefix with bch_Gravatar Kent Overstreet 1-7/+7
2013-03-25bcache: Style/checkpatch fixesGravatar Kent Overstreet 1-5/+7
2013-03-23bcache: A block layer cacheGravatar Kent Overstreet 1-0/+1409