summaryrefslogtreecommitdiffstats
path: root/block/blk-exec.c
Commit message (Expand)AuthorAgeFilesLines
* block: introduce new block status code typeChristoph Hellwig2017-06-091-2/+2
* block: remove the errors field from struct requestChristoph Hellwig2017-04-201-2/+1
* block: remove the blk_execute_rq return valueChristoph Hellwig2017-04-201-7/+1
* block: introduce blk_rq_is_passthroughChristoph Hellwig2017-01-311-1/+1
* block: split scsi_request out of struct requestChristoph Hellwig2017-01-271-17/+0
* blk-mq-sched: add flush insertion into blk_mq_sched_insert_request()Jens Axboe2017-01-271-1/+1
* blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe2017-01-171-1/+2
* block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-281-1/+1
* block: Fix spelling in a source code commentBart Van Assche2016-07-201-1/+1
* block: move PM request support to IDEChristoph Hellwig2015-05-051-10/+0
* blk-mq: avoid infinite recursion with the FUA flagChristoph Hellwig2014-09-221-0/+1
* block: blk-exec.c: Cleaning up local variable address returndRickard Strandqvist2014-06-081-0/+5
* blk-mq: merge blk_mq_insert_request and blk_mq_run_requestChristoph Hellwig2014-02-211-1/+1
* blk-mq: support at_head inserations for blk_execute_rqChristoph Hellwig2014-02-071-1/+1
* block: blk-mq: support draining mq queueMing Lei2013-12-311-0/+4
* blk-mq: new multi-queue block IO queueing mechanismJens Axboe2013-10-251-0/+7
* block: remove request ref_countChristoph Hellwig2013-10-251-7/+0
* If the queue is dying then we only call the rq->end_io callout.Mike Christie2013-09-181-2/+2
* Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-02-281-2/+2
|\
| * block: account iowait time when waiting for completion of IO requestVladimir Davydov2013-02-151-2/+2
* | sched: Move sched.h sysctl bits into separate headerClark Williams2013-02-071-0/+1
|/
* Merge branch 'for-3.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-12-171-2/+2
|\
| * block: Avoid that request_fn is invoked on a dead queueBart Van Assche2012-12-061-1/+1
| * block: Rename queue dead flagBart Van Assche2012-12-061-1/+1
* | block: Don't access request after it might be freedRoland Dreier2012-11-231-1/+7
|/
* [SCSI] block: Fix blk_execute_rq_nowait() dead queue handlingMuthukumar Ratty2012-07-201-3/+8
* block: add missing blk_queue_dead() checksTejun Heo2011-12-141-2/+4
* block: add blk_queue_dead()Tejun Heo2011-12-141-1/+1
* [SCSI] fix crash in scsi_dispatch_cmd()James Bottomley2011-07-211-0/+7
* block: Remove 'plug/unplug' comment in blk_execute_rq_nowaitTao Ma2011-05-051-1/+1
* block: add blk_run_queue_asyncChristoph Hellwig2011-04-181-1/+1
* Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-101-2/+2
|\
| * block: remove per-queue pluggingJens Axboe2011-03-101-2/+2
|/
* block: Prevent hang_check firing during long I/OMark Lord2010-09-241-1/+8
* block: remove wrappers for request type/flagsChristoph Hellwig2010-08-071-1/+1
* block: don't set REQ_NOMERGE unnecessarilyTejun Heo2009-04-281-1/+0
* Add some block/ source files to the kernel-api docbook. Fix kernel-doc notati...Randy Dunlap2008-10-091-3/+3
* block: unexport blk_end_sync_rqFUJITA Tomonori2008-07-151-2/+1
* block: handle blk_pm_resume_request() requests in blk_execute_rq_nowait()Bartlomiej Zolnierkiewicz2008-07-151-0/+3
* block: make core bits checkpatch compliantJens Axboe2008-02-011-1/+0
* block: continue ll_rw_blk.c splitupJens Axboe2008-01-291-0/+105