public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@suse.de>
To: Linux Kernel <linux-kernel@vger.kernel.org>
Cc: "David S. Miller" <davem@redhat.com>
Subject: [patch] zero-bounce block highmem I/O, #13
Date: Mon, 27 Aug 2001 12:37:00 +0200	[thread overview]
Message-ID: <20010827123700.B1092@suse.de> (raw)

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


             reply	other threads:[~2001-08-27 10:34 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-27 10:37 Jens Axboe [this message]
2001-08-28 10:26 ` [patch] zero-bounce block highmem I/O, #13 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010827123700.B1092@suse.de \
    --to=axboe@suse.de \
    --cc=davem@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox