1. 02 11月, 2005 1 次提交
  2. 31 10月, 2005 5 次提交
  3. 30 10月, 2005 1 次提交
    • T
      [PATCH] blk: fix merge bug in as-iosched · 47e627ce
      Tejun Heo 提交于
      as-iosched deals with aliased requests differently from other ioscheds.
      
      It links together aliased requests using rq->queuelist instead of
      spilling alises to dispatch queue like other ioscheds do.  Requests
      linked in this way cannot be merged.
      
      Unfortunately, generic q->last_merge handling patch didn't take this
      into account and q->last_merge could be set to an aliased request
      resulting in Badness, corrupt list and eventually panic.
      
      This explicitly marks aliased requests to be unmergeable.
      Signed-off-by: NTejun Heo <htejun@gmail.com>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      47e627ce
  4. 29 10月, 2005 5 次提交
  5. 28 10月, 2005 15 次提交
  6. 24 10月, 2005 2 次提交
  7. 22 10月, 2005 2 次提交
    • J
      drivers/block/sx8: kill unused variable · 7bbaa754
      Jeff Garzik 提交于
      7bbaa754
    • J
      drivers/block/sx8: several minor changes · 2d5a2ae5
      Jeff Garzik 提交于
      * Newer hardware doesn't corrupt data when the queue depth
        is greater than one.  Rather than force the user to recompile
        with a greater queue depth, make it a module parameter.
      * update copyright date
      * add MODULE_VERSION()
      * trim trailing whitespace
      * move CARM_SG_BOUNDARY to a separate enum, since its unsigned long
      * bump to version 1.0
      2d5a2ae5
  8. 09 10月, 2005 2 次提交
  9. 22 9月, 2005 4 次提交
  10. 18 9月, 2005 2 次提交
  11. 13 9月, 2005 1 次提交