summaryrefslogtreecommitdiff
path: root/block/blk-timeout.c
AgeCommit message (Expand)Author
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
2008-10-09block: add fault injection mechanism for faking request timeoutsJens Axboe
2008-10-09block: Add interface to abort queued requestsMike Anderson
2008-10-09block: unify request timeout handlingJens Axboe