[PATCH 00/01] scsi: Add sysfs attributes for VPD pages 0h and 89h

2019-09-25 Thread Ryan Attard
As an application developer, vpd_pg83/vpd_pg80 have been extremely helpful, and having access to that data without issuing a command to hardware significantly reduces the the chance for hung tasks to a storage management application. Having access to the ATA Information page (page 89h) would be

[PATCH] scsi: Add sysfs attributes for VPD pages 0h and 89h

2019-09-25 Thread Ryan Attard
Add sysfs attributes for the ATA information page and Supported VPD Pages page. Signed-off-by: Ryan Attard --- drivers/scsi/scsi.c| 4 drivers/scsi/scsi_sysfs.c | 19 +++ include/scsi/scsi_device.h | 2 ++ 3 files changed, 25 insertions(+) diff --git a/drivers/sc

Re: Slow I/O on USB media after commit f664a3cc17b7d0a2bc3b3ab96181e1029b0ec0e6

2019-09-25 Thread Alan Stern
On Fri, 20 Sep 2019, Andrea Vai wrote: > Il giorno gio, 19/09/2019 alle 14.14 +, Damien Le Moal ha scritto: > > On 2019/09/19 16:01, Alan Stern wrote: > > [...] > > > No doubt Andrea will be happy to test your fix when it's ready. > > Yes, of course. > > > > > Hannes posted an RFC series: >

Re: Slow I/O on USB media after commit f664a3cc17b7d0a2bc3b3ab96181e1029b0ec0e6

2019-09-25 Thread Jens Axboe
On 9/25/19 9:30 PM, Alan Stern wrote: > On Fri, 20 Sep 2019, Andrea Vai wrote: > >> Il giorno gio, 19/09/2019 alle 14.14 +, Damien Le Moal ha scritto: >>> On 2019/09/19 16:01, Alan Stern wrote: >>> [...] No doubt Andrea will be happy to test your fix when it's ready. >> >> Yes, of course.