aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-timeout.c
AgeCommit message (Expand)Author
2019-04-30block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig
2018-11-15block: don't hold the queue_lock over blk_abort_requestChristoph Hellwig
2018-11-15block: remove deadline __deadline manipulation helpersChristoph Hellwig
2018-11-09block: remove req->timeout_listChristoph Hellwig
2018-11-07block: kill legacy parts of timeout handlingJens Axboe
2018-06-23blk-mq: Fix timeout handling in case the timeout handler returns BLK_EH_DONEBart Van Assche
2018-05-29block: remove BLK_EH_HANDLEDChristoph Hellwig
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig
2018-05-29blk-mq: Remove generation seqeunceKeith Busch
2018-04-02blk-mq: Directly schedule q->timeout_work when aborting a requestTejun Heo
2018-03-08block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()Bart Van Assche
2018-01-10block: add accessors for setting/querying request deadlineJens Axboe
2018-01-09blk-mq: remove REQ_ATOM_COMPLETE usages from blk-mqTejun Heo
2018-01-09blk-mq: make blk_abort_request() trigger timeout pathTejun Heo
2018-01-09blk-mq: replace timeout synchronization with a RCU and generation based schemeTejun Heo
2017-10-30block: Fix a race between blk_cleanup_queue() and timeout handlingBart Van Assche
2017-10-04blk-mq: attempt to fix atomic flag memory orderingPeter Zijlstra
2017-06-20block: Check locking assumptions at runtimeBart Van Assche
2017-04-20block: remove the errors field from struct requestChristoph Hellwig
2015-12-22block: remove REQ_NO_TIMEOUT flagChristoph Hellwig
2015-12-22block: defer timeouts to a workqueueChristoph Hellwig
2015-11-24block: clarify blk_add_timer() use case for blk-mqJens Axboe
2015-11-24block: fix blk_abort_request for blk-mq driversChristoph Hellwig
2015-01-08blk-mq: Allow requests to never expireKeith Busch
2014-09-22block: fix blk_abort_request on blk-mqChristoph Hellwig
2014-09-22blk-timeout: fix blk_add_timerMing Lei
2014-09-22blk-mq: unshared timeout handlerChristoph Hellwig
2014-05-30block: ensure that the timer is always addedJens Axboe
2014-05-13blk-mq: improve support for shared tags mapsJens Axboe
2014-04-25block: fold __blk_add_timer into blk_add_timerChristoph Hellwig
2014-04-24blk-mq: fix race with timeouts and requeue eventsJens Axboe
2014-04-16block: relax when to modify the timeout timerJens Axboe
2014-02-10blk-mq: rework I/O completionsChristoph Hellwig
2013-11-08Merge branch 'blk-mq/core' into for-3.13/coreJens Axboe
2013-11-08block: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong
2013-11-08block: fix race between request completion and timeout handlingJeff Moyer
2013-10-25blk-mq: new multi-queue block IO queueing mechanismJens Axboe
2013-07-01block: check for timeout function in blk_rq_timed_out()Hannes Reinecke
2012-06-15block: Drop dead function blk_abort_queue()Asias He
2011-08-03fault-injection: add ability to export fault_attr in arbitrary directoryAkinobu Mita
2010-04-21block: ensure jiffies wrap is handled correctly in blk_rq_timed_out_timerRichard Kennedy
2009-04-28block: clean up misc stuff after block layer timeout conversionTejun Heo
2009-04-24block: fix intermittent dm timeout based oopsHannes Reinecke
2009-04-22block: make blk_abort_queue() ignore non-request based devicesJens Axboe
2009-02-18block: fix deadlock in blk_abort_queue() for drivers that readd to timeout listHannes Reinecke
2008-12-29block: leave the request timeout timer running even on an empty listJens Axboe
2008-12-29block: add comment in blk_rq_timed_out() about why next can not be 0Jens Axboe
2008-12-29block: optimizations in blk_rq_timed_out_timer()malahal@us.ibm.com
2008-11-06Block: use round_jiffies_up()Alan Stern
2008-10-09block: use rq complete marking in blk_abort_request()Jens Axboe