aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-timeout.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-23blk-mq: Fix timeout handling in case the timeout handler returns BLK_EH_DONEBart Van Assche1-0/+1
2018-05-29block: remove BLK_EH_HANDLEDChristoph Hellwig1-3/+0
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig1-1/+1
2018-05-29blk-mq: Remove generation seqeunceKeith Busch1-1/+0
2018-04-02blk-mq: Directly schedule q->timeout_work when aborting a requestTejun Heo1-1/+1
2018-03-08block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()Bart Van Assche1-4/+2
2018-01-10block: add accessors for setting/querying request deadlineJens Axboe1-6/+8
2018-01-09blk-mq: remove REQ_ATOM_COMPLETE usages from blk-mqTejun Heo1-0/+1
2018-01-09blk-mq: make blk_abort_request() trigger timeout pathTejun Heo1-4/+9
2018-01-09blk-mq: replace timeout synchronization with a RCU and generation based schemeTejun Heo1-1/+1
2017-10-30block: Fix a race between blk_cleanup_queue() and timeout handlingBart Van Assche1-3/+0
2017-10-04blk-mq: attempt to fix atomic flag memory orderingPeter Zijlstra1-1/+1
2017-06-20block: Check locking assumptions at runtimeBart Van Assche1-1/+3
2017-04-20block: remove the errors field from struct requestChristoph Hellwig1-1/+0
2015-12-22block: remove REQ_NO_TIMEOUT flagChristoph Hellwig1-3/+0
2015-12-22block: defer timeouts to a workqueueChristoph Hellwig1-2/+6
2015-11-24block: clarify blk_add_timer() use case for blk-mqJens Axboe1-0/+6
2015-11-24block: fix blk_abort_request for blk-mq driversChristoph Hellwig1-3/+5
2015-01-08blk-mq: Allow requests to never expireKeith Busch1-0/+3
2014-09-22block: fix blk_abort_request on blk-mqChristoph Hellwig1-1/+5
2014-09-22blk-timeout: fix blk_add_timerMing Lei1-1/+2
2014-09-22blk-mq: unshared timeout handlerChristoph Hellwig1-6/+2
2014-05-30block: ensure that the timer is always addedJens Axboe1-1/+1
2014-05-13blk-mq: improve support for shared tags mapsJens Axboe1-1/+12
2014-04-25block: fold __blk_add_timer into blk_add_timerChristoph Hellwig1-23/+11
2014-04-24blk-mq: fix race with timeouts and requeue eventsJens Axboe1-7/+9
2014-04-16block: relax when to modify the timeout timerJens Axboe1-2/+13
2014-02-10blk-mq: rework I/O completionsChristoph Hellwig1-1/+1
2013-11-08Merge branch 'blk-mq/core' into for-3.13/coreJens Axboe1-27/+47
2013-11-08block: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong1-1/+1
2013-11-08block: fix race between request completion and timeout handlingJeff Moyer1-2/+1
2013-10-25blk-mq: new multi-queue block IO queueing mechanismJens Axboe1-27/+46
2013-07-01block: check for timeout function in blk_rq_timed_out()Hannes Reinecke1-2/+3
2012-06-15block: Drop dead function blk_abort_queue()Asias He1-41/+0
2011-08-03fault-injection: add ability to export fault_attr in arbitrary directoryAkinobu Mita1-1/+4
2010-04-21block: ensure jiffies wrap is handled correctly in blk_rq_timed_out_timerRichard Kennedy1-7/+5
2009-04-28block: clean up misc stuff after block layer timeout conversionTejun Heo1-13/+9
2009-04-24block: fix intermittent dm timeout based oopsHannes Reinecke1-0/+7
2009-04-22block: make blk_abort_queue() ignore non-request based devicesJens Axboe1-0/+6
2009-02-18block: fix deadlock in blk_abort_queue() for drivers that readd to timeout listHannes Reinecke1-1/+8
2008-12-29block: leave the request timeout timer running even on an empty listJens Axboe1-4/+0
2008-12-29block: add comment in blk_rq_timed_out() about why next can not be 0Jens Axboe1-1/+6
2008-12-29block: optimizations in blk_rq_timed_out_timer()malahal@us.ibm.com1-6/+4
2008-11-06Block: use round_jiffies_up()Alan Stern1-17/+3
2008-10-09block: use rq complete marking in blk_abort_request()Jens Axboe1-0/+2
2008-10-09block: add fault injection mechanism for faking request timeoutsJens Axboe1-0/+59
2008-10-09block: Add interface to abort queued requestsMike Anderson1-0/+22
2008-10-09block: unify request timeout handlingJens Axboe1-0/+155