DanceInfo from Madrid Barcelona: info replay to [EMAIL PROTECTED]

2005-01-27 Thread Madrid . Paris . italy . Barcelona . Dance . Festival . 2005
For Immediate release: For more information contact: From Mr. Charl Gades

[PATCH] scsi/sata write barrier support

2005-01-27 Thread Jens Axboe
Hi, For the longest time, only the old PATA drivers supported barrier writes with journalled file systems. This patch adds support for the same type of cache flushing barriers that PATA uses for SCSI, to be utilized with libata. It prepares to support barriers with 'real' SCSI hardware that can

App correlating PCI info with SCSI host number

2005-01-27 Thread Stephen Cameron
I know on 2.6, I seem to be able to do something like this to correlate PCI (domain)/bus/dev/func with the linux assigned scsi host number. myhost:/sys/bus/scsi/devices # find /sys/devices -name 'host[0-9]*' -print /sys/devices/pci:64/:64:01.1/host15

Re: App correlating PCI info with SCSI host number

2005-01-27 Thread Stephen Cameron
--- Matt Domsch [EMAIL PROTECTED] wrote: Is there any generic way to make the same sort of correlation on 2.4 kernels? There's an ioctl() to a disk, SCSI_IOCTL_GET_PCI, so if the controller has a disk attached, you can get it. Ok, thanks, this, in conjunction with

Re: dc395x: can't write to tape

2005-01-27 Thread Guennadi Liakhovetski
On Wed, 26 Jan 2005, Andrew Schulman wrote: I could try to improve the highmem situation / sg-handling. Or do you plan to do it, Jamie? It's on my list of things to do, but I doubt I'll have any time to do anything about in the next few months. So if you have the time and

Re: [PATCH] scsi/sata write barrier support

2005-01-27 Thread Doug Maxey
On Thu, 27 Jan 2005 13:02:48 +0100, Jens Axboe wrote: Hi, For the longest time, only the old PATA drivers supported barrier writes with journalled file systems. This patch adds support for the same type of cache flushing barriers that PATA uses for SCSI, to be utilized with libata. What, if

Re: [PATCH] scsi/sata write barrier support

2005-01-27 Thread Jeff Garzik
Doug Maxey wrote: On Thu, 27 Jan 2005 13:02:48 +0100, Jens Axboe wrote: Hi, For the longest time, only the old PATA drivers supported barrier writes with journalled file systems. This patch adds support for the same type of cache flushing barriers that PATA uses for SCSI, to be utilized with

Re: [PATCH] scsi/sata write barrier support #2

2005-01-27 Thread Jeff Garzik
Jens Axboe wrote: Hi, A few changes: - Cleanup up the driver additions even more, blk_complete_barrier_rq() does all the work now. - Fixed up the exports - Comment functions - Fixed a bug with SCSI and write back caching disabled - Rename blk_queue_flush() to blk_queue_flushing() to indicate

Re: [PATCH] scsi/sata write barrier support

2005-01-27 Thread Jens Axboe
On Thu, Jan 27 2005, Jeff Garzik wrote: Doug Maxey wrote: On Thu, 27 Jan 2005 13:02:48 +0100, Jens Axboe wrote: Hi, For the longest time, only the old PATA drivers supported barrier writes with journalled file systems. This patch adds support for the same type of cache flushing barriers

Re: [PATCH] scsi/sata write barrier support

2005-01-27 Thread Jens Axboe
On Thu, Jan 27 2005, Doug Maxey wrote: On Thu, 27 Jan 2005 13:02:48 +0100, Jens Axboe wrote: Hi, For the longest time, only the old PATA drivers supported barrier writes with journalled file systems. This patch adds support for the same type of cache flushing barriers that PATA uses for