aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-timeout.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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