linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv8 0/5] Display EVPD pages in sysfs
@ 2014-03-10 14:28 Hannes Reinecke
  2014-03-10 14:28 ` [PATCH 1/5] scsi_sysfs: Implement 'is_visible' callback Hannes Reinecke
                   ` (4 more replies)
  0 siblings, 5 replies; 20+ messages in thread
From: Hannes Reinecke @ 2014-03-10 14:28 UTC (permalink / raw)
  To: James Bottomley
  Cc: Bart van Assche, Christoph Hellwig, linux-scsi, Hannes Reinecke

Here's now v8 of my patch series to display VPD pages
in sysfs.
Changes to v7:
- Modify ses driver to use vpd_pg83 information
- Use get_unaligned_XX where possible
- Split off modifications to scsi_vpd_inquiry()
  into a separate patch.

So with this series all outstanding issues should be resolved.
As noted by Bart van Assche the information in the VPD pages
is _not_ updated when a sense code for LUN Inquiry data changed
was received. This would involved a re-design of the current
scanning infrastructure, which is out of scope for this patch
series.

Hannes Reinecke (5):
  scsi_sysfs: Implement 'is_visible' callback
  scsi: Return VPD page length in scsi_vpd_inquiry()
  Add EVPD page 0x83 to sysfs
  Add EVPD page 0x80 to sysfs
  ses: Use vpd information from scsi_device

 drivers/scsi/scsi.c        | 104 ++++++++++++++++++--
 drivers/scsi/scsi_scan.c   |   3 +
 drivers/scsi/scsi_sysfs.c  | 234 +++++++++++++++++++++++++++------------------
 drivers/scsi/ses.c         |  38 ++------
 include/scsi/scsi_device.h |   5 +
 5 files changed, 257 insertions(+), 127 deletions(-)

-- 
1.7.12.4


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

end of thread, other threads:[~2014-03-13  6:45 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-10 14:28 [PATCHv8 0/5] Display EVPD pages in sysfs Hannes Reinecke
2014-03-10 14:28 ` [PATCH 1/5] scsi_sysfs: Implement 'is_visible' callback Hannes Reinecke
2014-03-10 14:28 ` [PATCH 2/5] scsi: Return VPD page length in scsi_vpd_inquiry() Hannes Reinecke
2014-03-12 21:14   ` Muthukumar R
2014-03-12 21:43     ` Douglas Gilbert
2014-03-12 23:21       ` Muthukumar R
2014-03-13  6:45     ` Hannes Reinecke
2014-03-10 14:28 ` [PATCH 3/5] Add EVPD page 0x83 to sysfs Hannes Reinecke
2014-03-10 18:24   ` James Bottomley
2014-03-10 20:52     ` Hannes Reinecke
2014-03-11  4:14       ` James Bottomley
2014-03-11 11:56         ` Hannes Reinecke
2014-03-11 10:55           ` James Bottomley
2014-03-13  1:53             ` Martin K. Petersen
2014-03-13  3:31               ` James Bottomley
2014-03-12  8:03       ` hch
2014-03-10 14:28 ` [PATCH 4/5] Add EVPD page 0x80 " Hannes Reinecke
2014-03-10 14:28 ` [PATCH 5/5] ses: Use vpd information from scsi_device Hannes Reinecke
2014-03-10 18:20   ` James Bottomley
2014-03-10 20:44     ` Hannes Reinecke

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).