1. 05 11月, 2005 5 次提交
  2. 04 11月, 2005 3 次提交
  3. 03 11月, 2005 4 次提交
  4. 02 11月, 2005 19 次提交
  5. 01 11月, 2005 8 次提交
  6. 31 10月, 2005 1 次提交
    • J
      [PATCH] noop-iosched: avoid corrupted request merging · 581c1b14
      Jens Axboe 提交于
      Tejun Heo notes:
      
         "I'm currently debugging this.  The problem is that we are using the
          generic dispatch queue directly in the noop sched and merging is NOT
          allowed on dispatch queues but generic handling of last_merge tries
          to merge requests.  I'm still trying to verify this, so I'll be back
          with results soon."
      
      In the meantime, disable merging for noop by setting REQ_NOMERGE in
      elevator_noop_add_request().
      
      Eventually, we should add a noop_list and do the dispatching like in the
      other io schedulers.  Merging is still beneficial for noop (and it has
      always done it).
      Signed-off-by: NJens Axboe <axboe@suse.de>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      581c1b14