1. 05 10月, 2006 1 次提交
  2. 01 10月, 2006 16 次提交
  3. 30 9月, 2006 1 次提交
  4. 23 9月, 2006 1 次提交
  5. 31 8月, 2006 1 次提交
  6. 21 8月, 2006 1 次提交
  7. 06 7月, 2006 1 次提交
  8. 04 7月, 2006 1 次提交
  9. 01 7月, 2006 2 次提交
  10. 28 6月, 2006 2 次提交
  11. 27 6月, 2006 1 次提交
  12. 23 6月, 2006 4 次提交
  13. 24 5月, 2006 1 次提交
  14. 12 5月, 2006 1 次提交
    • J
      [BLOCK] limit request_fn recursion · dac07ec1
      Jens Axboe 提交于
      Don't recurse back into the driver even if the unplug threshold is met,
      when the driver asks for a requeue. This is both silly from a logical
      point of view (requeues typically happen due to driver/hardware
      shortage), and also dangerous since we could hit an endless request_fn
      -> requeue -> unplug -> request_fn loop and crash on stack overrun.
      
      Also limit blk_run_queue() to one level of recursion, similar to how
      blk_start_queue() works.
      
      This patch fixed a real problem with SLES10 and lpfc, and it could hit
      any SCSI lld that returns non-zero from it's ->queuecommand() handler.
      Signed-off-by: NJens Axboe <axboe@suse.de>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      dac07ec1
  15. 26 4月, 2006 1 次提交
  16. 20 4月, 2006 1 次提交
  17. 02 4月, 2006 1 次提交
  18. 29 3月, 2006 1 次提交
  19. 28 3月, 2006 2 次提交