1. 08 Nov, 2003 2 commits
  2. 06 Nov, 2003 2 commits
    • Jens Axboe's avatar
      [PATCH] fix segment accounting with bounced pages · 95450709
      Jens Axboe authored
      There's a problem with bio segment accounting for pages that reside
      above the bounce limit of a queue. When submitted, they may be
      considered part of another segment. A condition that changes when the
      page gets bounced. This can cause us to send bio's that have too many
      segments to a driver.
      
      The best fix is to always consider pages above q->bounce_pfn as seperate
      segments. That's the conservative approach and the easy fix.
      
      Problem identified and fixed by Herbert Xu.
      95450709
    • Andrey Panin's avatar
      [PATCH] fix visws irq breakage · f32732f3
      Andrey Panin authored
      This fixes visws subarch which was broken by asm-i386/hw_irq.h changes
      f32732f3
  3. 05 Nov, 2003 13 commits
  4. 04 Nov, 2003 14 commits
  5. 03 Nov, 2003 8 commits
  6. 02 Nov, 2003 1 commit