| Commit message (Expand) | Author | Age |
* | Merge branch 'blk-mq/core' into for-3.13/core | Jens Axboe | 2013-11-08 |
|\ |
|
| * | blk-mq: new multi-queue block IO queueing mechanism | Jens Axboe | 2013-10-25 |
* | | block: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO | Duan Jiong | 2013-11-08 |
* | | block: fix race between request completion and timeout handling | Jeff Moyer | 2013-11-08 |
|/ |
|
* | block: check for timeout function in blk_rq_timed_out() | Hannes Reinecke | 2013-07-01 |
* | block: Drop dead function blk_abort_queue() | Asias He | 2012-06-15 |
* | fault-injection: add ability to export fault_attr in arbitrary directory | Akinobu Mita | 2011-08-03 |
* | block: ensure jiffies wrap is handled correctly in blk_rq_timed_out_timer | Richard Kennedy | 2010-04-21 |
* | block: clean up misc stuff after block layer timeout conversion | Tejun Heo | 2009-04-28 |
* | block: fix intermittent dm timeout based oops | Hannes Reinecke | 2009-04-24 |
* | block: make blk_abort_queue() ignore non-request based devices | Jens Axboe | 2009-04-22 |
* | block: fix deadlock in blk_abort_queue() for drivers that readd to timeout list | Hannes Reinecke | 2009-02-18 |
* | block: leave the request timeout timer running even on an empty list | Jens Axboe | 2008-12-29 |
* | block: add comment in blk_rq_timed_out() about why next can not be 0 | Jens Axboe | 2008-12-29 |
* | block: optimizations in blk_rq_timed_out_timer() | malahal@us.ibm.com | 2008-12-29 |
* | Block: use round_jiffies_up() | Alan Stern | 2008-11-06 |
* | block: use rq complete marking in blk_abort_request() | Jens Axboe | 2008-10-09 |
* | block: add fault injection mechanism for faking request timeouts | Jens Axboe | 2008-10-09 |
* | block: Add interface to abort queued requests | Mike Anderson | 2008-10-09 |
* | block: unify request timeout handling | Jens Axboe | 2008-10-09 |