login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
July
»
19
Re: [PATCH 33/33] IDE: sg chaining support
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
[view in full thread]
From: Jens Axboe
Subject:
Re: [PATCH 33/33] IDE: sg chaining support
Date: Wednesday, July 18, 2007 - 11:19 pm
On Wed, Jul 18 2007, Bartlomiej Zolnierkiewicz wrote:
quoted text
> On Monday 16 July 2007, Jens Axboe wrote: > > Cc:
bzolnier@gmail.com
> > Signed-off-by: Jens Axboe <jens.axboe@oracle.com> > > Acked-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
(for both acks) Thanks for reviewing and acking! -- Jens Axboe -
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
Messages in current thread:
[PATCH 00/33] SG table chaining support
, Jens Axboe
, (Mon Jul 16, 2:47 am)
[PATCH 01/33] crypto: don't pollute the global namespace w ...
, Jens Axboe
, (Mon Jul 16, 2:47 am)
[PATCH 02/33] Add sg helpers for iterating over a scatterl ...
, Jens Axboe
, (Mon Jul 16, 2:47 am)
[PATCH 03/33] block: convert to using sg helpers
, Jens Axboe
, (Mon Jul 16, 2:47 am)
[PATCH 04/33] scsi: convert to using sg helpers
, Jens Axboe
, (Mon Jul 16, 2:47 am)
[PATCH 05/33] Add chained sg support to linux/scatterlist.h
, Jens Axboe
, (Mon Jul 16, 2:47 am)
[PATCH 06/33] i386 dma_map_sg: convert to using sg helpers
, Jens Axboe
, (Mon Jul 16, 2:47 am)
[PATCH 07/33] i386: enable sg chaining
, Jens Axboe
, (Mon Jul 16, 2:47 am)
[PATCH 08/33] swiotlb: sg chaining support
, Jens Axboe
, (Mon Jul 16, 2:47 am)
[PATCH 09/33] x86-64: update iommu/dma mapping functions t ...
, Jens Axboe
, (Mon Jul 16, 2:47 am)
[PATCH 10/33] x86-64: enable sg chaining
, Jens Axboe
, (Mon Jul 16, 2:47 am)
[PATCH 11/33] IA64: sg chaining support
, Jens Axboe
, (Mon Jul 16, 2:47 am)
[PATCH 12/33] PPC: sg chaining support
, Jens Axboe
, (Mon Jul 16, 2:47 am)
[PATCH 13/33] SPARC: sg chaining support
, Jens Axboe
, (Mon Jul 16, 2:47 am)
[PATCH 14/33] SPARC64: sg chaining support
, Jens Axboe
, (Mon Jul 16, 2:47 am)
[PATCH 15/33] scsi: simplify scsi_free_sgtable()
, Jens Axboe
, (Mon Jul 16, 2:47 am)
[PATCH 16/33] SCSI: support for allocating large scatterlists
, Jens Axboe
, (Mon Jul 16, 2:47 am)
[PATCH 17/33] ll_rw_blk: temporarily enable max_segments t ...
, Jens Axboe
, (Mon Jul 16, 2:47 am)
[PATCH 18/33] libata: convert to using sg helpers
, Jens Axboe
, (Mon Jul 16, 2:47 am)
[PATCH 19/33] scsi_debug: support sg chaining
, Jens Axboe
, (Mon Jul 16, 2:47 am)
[PATCH 20/33] scsi generic: sg chaining support
, Jens Axboe
, (Mon Jul 16, 2:47 am)
[PATCH 21/33] qla1280: sg chaining support
, Jens Axboe
, (Mon Jul 16, 2:47 am)
[PATCH 22/33] aic94xx: sg chaining support
, Jens Axboe
, (Mon Jul 16, 2:47 am)
[PATCH 23/33] qlogicpti: sg chaining support
, Jens Axboe
, (Mon Jul 16, 2:47 am)
[PATCH 24/33] ide-scsi: sg chaining support
, Jens Axboe
, (Mon Jul 16, 2:47 am)
[PATCH 25/33] gdth: sg chaining support
, Jens Axboe
, (Mon Jul 16, 2:47 am)
[PATCH 26/33] aha1542: convert to use the data buffer acce ...
, Jens Axboe
, (Mon Jul 16, 2:47 am)
[PATCH 27/33] advansys: convert to use the data buffer acc ...
, Jens Axboe
, (Mon Jul 16, 2:47 am)
[PATCH 28/33] ia64 simscsi: convert to use data buffer acc ...
, Jens Axboe
, (Mon Jul 16, 2:47 am)
[PATCH 29/33] infiniband: sg chaining support
, Jens Axboe
, (Mon Jul 16, 2:47 am)
[PATCH 30/33] USB storage: sg chaining support
, Jens Axboe
, (Mon Jul 16, 2:47 am)
[PATCH 31/33] Fusion: sg chaining support
, Jens Axboe
, (Mon Jul 16, 2:47 am)
[PATCH 32/33] i2o: sg chaining support
, Jens Axboe
, (Mon Jul 16, 2:47 am)
[PATCH 33/33] IDE: sg chaining support
, Jens Axboe
, (Mon Jul 16, 2:47 am)
Re: [PATCH 13/33] SPARC: sg chaining support
, David Miller
, (Mon Jul 16, 4:29 am)
Re: [PATCH 14/33] SPARC64: sg chaining support
, David Miller
, (Mon Jul 16, 4:29 am)
Re: [PATCH 00/33] SG table chaining support
, FUJITA Tomonori
, (Mon Jul 16, 6:19 am)
Re: [PATCH 00/33] SG table chaining support
, FUJITA Tomonori
, (Mon Jul 16, 6:19 am)
Re: [PATCH 31/33] Fusion: sg chaining support
, FUJITA Tomonori
, (Mon Jul 16, 6:20 am)
Re: [PATCH 29/33] infiniband: sg chaining support
, FUJITA Tomonori
, (Mon Jul 16, 6:21 am)
Re: [PATCH 00/33] SG table chaining support
, John Stoffel
, (Mon Jul 16, 7:05 am)
Re: [PATCH 00/33] SG table chaining support
, Martin K. Petersen
, (Mon Jul 16, 7:23 am)
Re: [PATCH 00/33] SG table chaining support
, Jens Axboe
, (Mon Jul 16, 7:43 am)
Re: [PATCH 00/33] SG table chaining support
, Kai Makisara
, (Mon Jul 16, 9:02 am)
Re: [PATCH 00/33] SG table chaining support
, Jens Axboe
, (Mon Jul 16, 9:43 am)
Re: [PATCH 03/33] block: convert to using sg helpers
, Jens Axboe
, (Mon Jul 16, 12:14 pm)
Re: [PATCH 05/33] Add chained sg support to linux/scatterl ...
, Jens Axboe
, (Mon Jul 16, 12:15 pm)
Re: [PATCH 03/33] block: convert to using sg helpers
, Bartlomiej Zolnierki ...
, (Mon Jul 16, 12:21 pm)
Re: [PATCH 05/33] Add chained sg support to linux/scatterl ...
, Bartlomiej Zolnierki ...
, (Mon Jul 16, 12:21 pm)
Re: [PATCH 09/33] x86-64: update iommu/dma mapping functio ...
, Andrew Morton
, (Mon Jul 16, 1:06 pm)
Re: [PATCH 09/33] x86-64: update iommu/dma mapping functio ...
, Jens Axboe
, (Mon Jul 16, 1:10 pm)
Re: [PATCH 09/33] x86-64: update iommu/dma mapping functio ...
, Andrew Morton
, (Mon Jul 16, 1:34 pm)
Re: [PATCH 09/33] x86-64: update iommu/dma mapping functio ...
, Muli Ben-Yehuda
, (Mon Jul 16, 3:08 pm)
Re: [PATCH 30/33] USB storage: sg chaining support
, Greg KH
, (Mon Jul 16, 11:12 pm)
Re: [PATCH 30/33] USB storage: sg chaining support
, Jens Axboe
, (Tue Jul 17, 12:01 am)
Re: [PATCH 09/33] x86-64: update iommu/dma mapping functio ...
, Jens Axboe
, (Tue Jul 17, 12:02 am)
Re: [PATCH 30/33] USB storage: sg chaining support
, Greg KH
, (Tue Jul 17, 12:05 am)
Re: [PATCH 30/33] USB storage: sg chaining support
, Jens Axboe
, (Tue Jul 17, 12:07 am)
Re: [PATCH 09/33] x86-64: update iommu/dma mapping functio ...
, Jens Axboe
, (Tue Jul 17, 12:38 am)
Re: [PATCH 09/33] x86-64: update iommu/dma mapping functio ...
, Jens Axboe
, (Tue Jul 17, 12:56 am)
Re: [PATCH 09/33] x86-64: update iommu/dma mapping functio ...
, Muli Ben-Yehuda
, (Tue Jul 17, 1:49 am)
Re: [PATCH 09/33] x86-64: update iommu/dma mapping functio ...
, Jens Axboe
, (Tue Jul 17, 1:51 am)
Re: [PATCH 09/33] x86-64: update iommu/dma mapping functio ...
, Muli Ben-Yehuda
, (Tue Jul 17, 2:00 am)
Re: [PATCH 09/33] x86-64: update iommu/dma mapping functio ...
, Muli Ben-Yehuda
, (Tue Jul 17, 4:03 am)
Re: [PATCH 09/33] x86-64: update iommu/dma mapping functio ...
, Jens Axboe
, (Tue Jul 17, 4:05 am)
Re: [PATCH 09/33] x86-64: update iommu/dma mapping functio ...
, Muli Ben-Yehuda
, (Tue Jul 17, 4:10 am)
Re: [PATCH 33/33] IDE: sg chaining support
, Bartlomiej Zolnierki ...
, (Wed Jul 18, 1:56 pm)
Re: [PATCH 24/33] ide-scsi: sg chaining support
, Bartlomiej Zolnierki ...
, (Wed Jul 18, 2:03 pm)
Re: [PATCH 33/33] IDE: sg chaining support
, Jens Axboe
, (Wed Jul 18, 11:19 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg Kroah-Hartman
[PATCH 041/196] kobject: add kobject_init_and_add function
Lukas Hejtmanek
Re: Another libata error related to OCZ SSD
Greg Kroah-Hartman
[PATCH 023/196] MCP_UCB1200: Convert from class_device to device
Florian Fainelli
Re: System clock runs too fast after 2.6.27 -> 2.6.28.1 upgrade
Christoph Lameter
[patch 1/4] mmu_notifier: Core code
git
:
Johannes Schindelin
Re: [PATCH 1/2] Add strbuf_initf()
John Bito
[EGIT] Push to GitHub caused corruption
Jakub Narebski
Re: [PATCH 0/2] gitweb: patch view
Junio C Hamano
Re: [PATCH] When a remote is added but not fetched, tell the user.
Andy Parkins
Re: [RFC] Submodules in GIT
git-commits-head
:
Linux Kernel Mailing List
ahci: Workaround HW bug for SB600/700 SATA controller PMP support
Linux Kernel Mailing List
V4L/DVB (11086): au0828: rename macro for currently non-function VBI support
Linux Kernel Mailing List
ceph: client types
Linux Kernel Mailing List
ceph: on-wire types
Linux Kernel Mailing List
crypto: chainiv - Use kcrypto_wq instead of keventd_wq
linux-netdev
:
Andrew Morton
Re: [Bugme-new] [Bug 14969] New: b44: WOL does not work in suspended state
Giuseppe CAVALLARO
Re: [PATCH 03/13] stmmac: add the new Header file for stmmac platform data
Taku Izumi
[PATCH 3/3] ixgbe: add registers etc. printout code just before resetting adapters
Eric Dumazet
rps: some comments
Thomas Gleixner
Re: [RFC PATCH 02/12] On Tue, 23 Sep 2008, David Miller wrote:
openbsd-misc
:
Stephan Andreas
problems with login after xlock in OpenBSD release 4.7
pmc
Make A Change. Alcoholism and Drug Addiction Treatment
ropers
Re: what exactly is enc0?
Fuad NAHDI
Re: What does your environment look like?
Matthew Szudzik
Typo on OpenBSD 4.4 CD Set
Colocation donated by:
Syndicate