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