summaryrefslogtreecommitdiffstats
path: root/block/blk-exec.c
AgeCommit message (Expand)AuthorLines
2019-04-30block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig-0/+1
2018-11-07block: remove dead elevator codeJens Axboe-19/+1
2018-01-17blk-mq-sched: remove unused 'can_block' arg from blk_mq_sched_insert_requestMike Snitzer-1/+1
2017-06-09block: introduce new block status code typeChristoph Hellwig-2/+2
2017-04-20block: remove the errors field from struct requestChristoph Hellwig-2/+1
2017-04-20block: remove the blk_execute_rq return valueChristoph Hellwig-7/+1
2017-01-31block: introduce blk_rq_is_passthroughChristoph Hellwig-1/+1
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig-17/+0
2017-01-27blk-mq-sched: add flush insertion into blk_mq_sched_insert_request()Jens Axboe-1/+1
2017-01-17blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe-1/+2
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig-1/+1
2016-07-20block: Fix spelling in a source code commentBart Van Assche-1/+1
2015-05-05block: move PM request support to IDEChristoph Hellwig-10/+0
2014-09-22blk-mq: avoid infinite recursion with the FUA flagChristoph Hellwig-0/+1
2014-06-08block: blk-exec.c: Cleaning up local variable address returndRickard Strandqvist-0/+5
2014-02-21blk-mq: merge blk_mq_insert_request and blk_mq_run_requestChristoph Hellwig-1/+1
2014-02-07blk-mq: support at_head inserations for blk_execute_rqChristoph Hellwig-1/+1
2013-12-31block: blk-mq: support draining mq queueMing Lei-0/+4
2013-10-25blk-mq: new multi-queue block IO queueing mechanismJens Axboe-0/+7
2013-10-25block: remove request ref_countChristoph Hellwig-7/+0
2013-09-18If the queue is dying then we only call the rq->end_io callout.Mike Christie-2/+2
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+2
2013-02-15block: account iowait time when waiting for completion of IO requestVladimir Davydov-2/+2
2013-02-07sched: Move sched.h sysctl bits into separate headerClark Williams-0/+1
2012-12-17Merge branch 'for-3.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+2
2012-12-06block: Avoid that request_fn is invoked on a dead queueBart Van Assche-1/+1
2012-12-06block: Rename queue dead flagBart Van Assche-1/+1
2012-11-23block: Don't access request after it might be freedRoland Dreier-1/+7
2012-07-20[SCSI] block: Fix blk_execute_rq_nowait() dead queue handlingMuthukumar Ratty-3/+8
2011-12-14block: add missing blk_queue_dead() checksTejun Heo-2/+4
2011-12-14block: add blk_queue_dead()Tejun Heo-1/+1
2011-07-21[SCSI] fix crash in scsi_dispatch_cmd()James Bottomley-0/+7
2011-05-05block: Remove 'plug/unplug' comment in blk_execute_rq_nowaitTao Ma-1/+1
2011-04-18block: add blk_run_queue_asyncChristoph Hellwig-1/+1
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe-2/+2
2011-03-10block: remove per-queue pluggingJens Axboe-2/+2
2010-09-24block: Prevent hang_check firing during long I/OMark Lord-1/+8
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig-1/+1
2009-04-28block: don't set REQ_NOMERGE unnecessarilyTejun Heo-1/+0
2008-10-09Add some block/ source files to the kernel-api docbook. Fix kernel-doc notati...Randy Dunlap-3/+3
2008-07-15block: unexport blk_end_sync_rqFUJITA Tomonori-2/+1
2008-07-15block: handle blk_pm_resume_request() requests in blk_execute_rq_nowait()Bartlomiej Zolnierkiewicz-0/+3
2008-02-01block: make core bits checkpatch compliantJens Axboe-1/+0
2008-01-29block: continue ll_rw_blk.c splitupJens Axboe-0/+105