public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] zero-bounce block highmem I/O, #13
@ 2001-08-27 10:37 Jens Axboe
  2001-08-28 10:26 ` Christoph Rohland
  0 siblings, 1 reply; 9+ messages in thread
From: Jens Axboe @ 2001-08-27 10:37 UTC (permalink / raw)
  To: Linux Kernel; +Cc: David S. Miller

Hi,

I've uploaded a new version. Changes since last time includes the
following:

- Merge BIO_CONTIG from 2.5 bio patches to unify testing of contigious
  buffer heads (BH_CONTIG in 2.4 tree) (me)

- cciss, cpqarray, and ide-dma wrongly used 0 for lastdataend in segment
  merging, which is wrong since 0 is a valid physical address. A case of
  s/NULL/0 substition when changing from virtual to physical tests.
  (davem)

- cciss/cpqarray - drop my_sg list, just use the kernel supplied
  scatterlist. my_sg used unsigned short for length, which is too small.
  (pointed out by davem, fixed by me)

- cciss/cpqarray - rewrite loop-until-empty in request queueing. (me)

- BLK_BOUNCE_ANY was b0rken, the ->bounce_page would wrap and thus not
  work. (pointed davem out by davem, fixed by me -- temporarily, will
  change to test for highest page instead in next version)

- Always use 64-bit type for BLK_BOUNCE_ANY (davem)

- IPS must check number of segments mapped by pci_map_sg instead of
  using the SCSI supplied sg count. (pointed out by davem, fixed by me).
  IPS still has some highmem fixes pending.

2.4.9 version is here:

*.kernel.org/pub/linux/kernel/people/axboe/patches/2.4.9/block-highmem-all-13

2.4.8-ac12 version is here:

*.kernel.org/pub/linux/kernel/people/axboe/patches/2.4.8-ac12/block-highmem-all-13-ac12

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2001-08-28 16:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-27 10:37 [patch] zero-bounce block highmem I/O, #13 Jens Axboe
2001-08-28 10:26 ` Christoph Rohland
2001-08-28 10:41   ` Jens Axboe
2001-08-28 10:55   ` Jens Axboe
2001-08-28 11:41     ` Jens Axboe
2001-08-28 12:16       ` Christoph Rohland
2001-08-28 12:43         ` Jens Axboe
2001-08-28 15:59           ` Christoph Rohland
     [not found]     ` <m3elpw5smc.fsf@linux.local>
2001-08-28 11:45       ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox