[Bug 101371] OOPS: unplugging western digital passport drive

2015-07-18 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=101371 Joe Lawrence changed: What|Removed |Added CC||joe.lawre...@stratus.com --- Comment #1 f

RE: [PATCH 2/3] hpsa: Remove unneccessary variable from raid_level_show

2015-07-18 Thread Don Brace
> -Original Message- > From: linux-scsi-ow...@vger.kernel.org [mailto:linux-scsi- > ow...@vger.kernel.org] On Behalf Of Seymour, Shane M > Sent: Tuesday, June 30, 2015 10:46 PM > To: linux-scsi@vger.kernel.org; James Bottomley (jbottom...@odin.com); ISS > StorageDev > Cc: Greg KH (g...@kro

RE: [PATCH 3/3] hpsa: Convert DEVICE_ATTR macro usage to DEVICE_ATTR_RO|WR|WO

2015-07-18 Thread Don Brace
> -Original Message- > From: linux-scsi-ow...@vger.kernel.org [mailto:linux-scsi- > ow...@vger.kernel.org] On Behalf Of Seymour, Shane M > Sent: Tuesday, June 30, 2015 10:47 PM > To: linux-scsi@vger.kernel.org; James Bottomley (jbottom...@odin.com); ISS > StorageDev > Cc: linux-...@vger.ker

[PATCH 11/11] hpsa: fix rmmod issues

2015-07-18 Thread Don Brace
The driver is calling hpsa_shutdown before calling scsi_remove_host. hpsa_shutdown is disabling interrupts. scsi_remove_host can trigger I/O operations, such as SYNCHRONIZE CACHE when multipath is enabled which hang the system. Call scsi_remove_host before calling hpsa_shutdown. Reviewed-by: Kev

[PATCH 10/11] hpsa: fix issues with multilun devices

2015-07-18 Thread Don Brace
From: shane.seymour A regression was introduced into the hpsa driver a while back so non-zero LUNs of multi-LUN devices may no longer be presented via a SAS based Smart Array. I have not done a bisection to discover the change that caused it. The CISS firmware specification (available on sourcef

[PATCH 08/11] Change how controllers in mixed mode are handled.

2015-07-18 Thread Don Brace
From: Kevin Barnett Reviewed-by: Kevin Barnett Reviewed-by: Scott Teel Signed-off-by: Don Brace --- drivers/scsi/hpsa.c | 97 ++- drivers/scsi/hpsa.h |2 - 2 files changed, 11 insertions(+), 88 deletions(-) diff --git a/drivers/scsi/hpsa.

[PATCH 09/11] hpsa: add in new offline mode

2015-07-18 Thread Don Brace
From: Scott Benesh prevent adding volumes that are not available. Reviewed-by: Kevin Barnett Reviewed-by: Scott Teel Reviewed-by: Justin Lindley Signed-off-by: Don Brace --- drivers/scsi/hpsa.c | 15 +++ drivers/scsi/hpsa_cmd.h |1 + 2 files changed, 12 insertions(+),

[PATCH 05/11] hpsa: add sysfs entry path_info to show box and bay information

2015-07-18 Thread Don Brace
From: Joe Handzik host no, bus, target, lun, scsi_device_type for hba mode add: box and bay information report if the path is active/inactive Reviewed-by: Kevin Barnett Reviewed-by: Scott Teel Signed-off-by: Don Brace --- drivers/scsi/hpsa.c | 122 ++

[PATCH 07/11] hpsa: add in new controllers

2015-07-18 Thread Don Brace
Reviewed-by: Kevin Barnett Reviewed-by: Scott Teel Signed-off-by: Don Brace --- drivers/scsi/hpsa.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c index f34978d..20c29e5 100644 --- a/drivers/scsi/hpsa.c +++ b/drivers/scsi/hpsa.c @@ -1

[PATCH 06/11] hpsa: cleanup update scsi devices

2015-07-18 Thread Don Brace
showing that tables have been updated unnecessarily. Reviewed-by: Kevin Barnett Reviewed-by: Scott Teel Signed-off-by: Don Brace --- drivers/scsi/hpsa.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c index f64a2c7..f34978d

[PATCH 01/11] hpsa: Correct double unlock of mutex

2015-07-18 Thread Don Brace
Reported-by: Dan Carpenter Reviewed-by: Scott Teel Reviewed-by: Kevin Barnett Signed-off-by: Don Brace --- drivers/scsi/hpsa.c |9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c index 1dafeb4..1d5f4fd 100644 --- a/drivers/s

[PATCH 03/11] hpsa: correct static checker warnings on driver init cleanup

2015-07-18 Thread Don Brace
Reported-by: Dan Carpenter Reviewed-by: Kevin Barnett Reviewed-by: Scott Teel Signed-off-by: Don Brace --- drivers/scsi/hpsa.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c index e9b2073..6b083af 100644 --- a/drivers/scsi/hp

[PATCH 00/11] hpsa updates

2015-07-18 Thread Don Brace
These patches are based on Linus's tree The changes are: - Static checker issues reported by Dan Carpenter - double unlock of a mutex - correct decode sense data decision - warnings on hpsa_init_one cleanup - Update PMC copyright - Cleanup update scsi devices - New controller ids. -

[PATCH 02/11] hpsa: correct decode sense data

2015-07-18 Thread Don Brace
Reported-by: Dan Carpenter Reviewed-by: Kevin Barnett Reviewed-by: Scott Teel Signed-off-by: Don Brace --- drivers/scsi/hpsa.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c index 1d5f4fd..e9b2073 100644 --- a/drivers/scsi/hpsa.

[PATCH 04/11] hpsa: add PMC to copyright

2015-07-18 Thread Don Brace
need to add PMC to copyright notice and update the Hewlett-Packard copyright notification. Reviewed-by: Scott Teel Reviewed-by: Kevin Barnett Reviewed-by: Justin Lindley Signed-off-by: Don Brace --- drivers/scsi/hpsa.c |9 +++-- drivers/scsi/hpsa.h |9 +++-- drivers/sc

Re - Validar Web de administración

2015-07-18 Thread JoAnn Howard
Re - Validar Web de administración Su cuota de correo ha excedido el conjunto cuota / límite y actualmente se están ejecutando en Baja GB debido a los archivos ocultos y carpetas en su buzón de correo . Puede que no sea capaz de recibir o enviar nuevos correos hasta que vuelva a validar para pe

good afternoon

2015-07-18 Thread ic
Hi samsung s6,280euro, imac,nikon,samsung products site: isgayre. com