1. 02 4月, 2006 1 次提交
  2. 01 4月, 2006 3 次提交
  3. 29 3月, 2006 1 次提交
  4. 28 3月, 2006 5 次提交
  5. 27 3月, 2006 6 次提交
  6. 25 3月, 2006 1 次提交
  7. 24 3月, 2006 1 次提交
  8. 23 3月, 2006 1 次提交
  9. 21 3月, 2006 1 次提交
  10. 19 3月, 2006 17 次提交
  11. 09 3月, 2006 1 次提交
  12. 28 2月, 2006 1 次提交
    • J
      [PATCH] cfq-iosched: slice expiry fixups · 7b14e3b5
      Jens Axboe 提交于
      During testing of SLES10, we encountered a hang in the CFQ io scheduler.
      Turns out the deferred slice expiry logic is buggy, so remove that for
      now.  We could be left with an idle queue that would never wake up.  So
      kill that logic, always expire immediately.  Also fix a potential timer
      race condition.
      
      Patch looks bigger than it is, because it moves a function.
      Signed-off-by: NJens Axboe <axboe@suse.de>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      7b14e3b5
  13. 08 2月, 2006 1 次提交