aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/request.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-06bcache: do not subtract sectors_to_gc for bypassed IOTang Junhui1-3/+3
2017-09-06bcache: fix sequential large write IO bypassTang Junhui1-6/+0
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-8/+8
2017-08-09block: pass in queue to inflight accountingJens Axboe1-3/+4
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-14/+14
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara1-5/+5
2017-01-27block: add a op_is_flush helperChristoph Hellwig1-1/+1
2016-12-17bcache: Make gc wakeup sane, remove set_task_state()Kent Overstreet1-3/+1
2016-11-22block: bio: pass bvec table to bio_init()Ming Lei1-1/+1
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-1/+1
2016-11-01bcache: use op_is_sync to check for synchronous requestsChristoph Hellwig1-2/+2
2016-09-22block: export bio_free_pages to other modulesGuoqing Jiang1-7/+2
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe1-6/+6
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie1-4/+4
2016-06-07bcache: use bio op accessorsMike Christie1-7/+7
2016-06-07bcache: use op_is_write instead of checking for REQ_WRITEMike Christie1-3/+3
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe1-3/+8
2015-08-13bcache: remove driver private bio splitting codeKent Overstreet1-8/+8
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-13/+14
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