linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-25 23:10:56 to 2015-09-30 16:31:48 UTC [more...]

twa generates WARNING upon boot
 2015-09-30 16:31 UTC  (11+ messages)
              `  "

[PATCH 00/18] mpt2sas, mpt3sas: Combine mpt2sas and mpt3sas driver code base
 2015-09-30 15:47 UTC  (18+ messages)
` [PATCH 01/18] mpt2sas: Use mpi headers from mpt3sas
` [PATCH 02/18] mpt3sas : Added mpt2sas driver definitions
` [PATCH 03/18] mpt3sas: Move Gen3 HBA's device registration with PCI, SML and IOCTL related API's to a separate file
` [PATCH 04/18] mpt2sas: Created mpt2sas_module.c file in which Gen2 HBA's are registers with PCI, SML and IOCTLs
` [PATCH 06/18] mpt3sas: Define 'hba_mpi_version_belonged' IOC variable
` [PATCH 07/18] mpt2sas, mpt3sas : Removed SCSI_MPTXSAS_LOGGING entry from Kconfig
` [PATCH 08/18] mpt3sas: For an IO, build MPI SGL LIST on GEN2 HBA's and build IEEE SGL LIST on GEN3 HBA's
` [PATCH 09/18] mpt3as: Don't send PHYDISK_HIDDEN Raid Action request on SAS2 HBA's
` [PATCH 10/18] mpt3sas: Manage MSIX vectors according to HBA device type
` [PATCH 11/18] mpt3sas: fix for driver fails EEH, recovery from injected pci bus error
` [PATCH 12/18] mpt3sas : Ported WarpDrive product SSS6200 support
` [PATCH 13/18] mpt3sas: Ported the providing sysfs attribute to report Backup Rail Monitor Status
` [PATCH 14/18] mpt3sas: Refcount sas_device objects and fix unsafe list usage
` [PATCH 15/18] mpt3sas: Refcount fw_events "
` [PATCH 16/18] mpt3sas: Added OEMs Gen2 PnP ID Branding names
` [PATCH 17/18] mpt3sas: setpci reset kernel oops fix
` [PATCH 18/18] mpt2sas, mpt3sas: Update the driver versions

[REGRESSION v4.3] scsi_dh: use-after-free when removing scsi device
 2015-09-30 15:18 UTC  (5+ messages)

Bugs in multipath scsi in 4.3-rc2
 2015-09-30 15:14 UTC  (4+ messages)

[PATCH] scsi_dh: Use the correct module name when loading device handler
 2015-09-30 15:03 UTC  (3+ messages)

hpsa failure with 4.3.0-rc1
 2015-09-30 14:32 UTC  (3+ messages)

bnx2fc patch merge request
 2015-09-30 13:28 UTC 

[PATCHv5 00/36] asynchronous ALUA device handler
 2015-09-30 13:21 UTC  (44+ messages)
` [PATCH 01/36] scsi_dh: move 'dh_state' sysfs attribute to generic code
` [PATCH 02/36] scsi: ignore errors from scsi_dh_add_device()
` [PATCH 03/36] scsi_dh_alua: Disable ALUA handling for non-disk devices
` [PATCH 04/36] scsi_dh_alua: Use vpd_pg83 information
` [PATCH 05/36] scsi_dh_alua: improved logging
` [PATCH 06/36] scsi_dh_alua: sanitze sense code handling
` [PATCH 07/36] scsi_dh_alua: use standard logging functions
` [PATCH 08/36] scsi_dh_alua: return standard SCSI return codes in submit_rtpg
` [PATCH 09/36] scsi_dh_alua: fixup description of stpg_endio()
` [PATCH 10/36] scsi: remove scsi_show_sense_hdr()
` [PATCH 11/36] scsi_dh_alua: use flag for RTPG extended header
` [PATCH 12/36] scsi_dh_alua: use unaligned access macros
` [PATCH 13/36] scsi_dh_alua: Pass buffer as function argument
` [PATCH 14/36] scsi_dh_alua: separate out alua_stpg()
` [PATCH 15/36] scsi_dh_alua: Make stpg synchronous
` [PATCH 16/36] scsi_dh_alua: call alua_rtpg() if stpg fails
` [PATCH 17/36] scsi_dh_alua: switch to scsi_execute_req_flags()
` [PATCH 18/36] scsi_dh_alua: rework alua_check_tpgs() to return the tpgs mode
` [PATCH 19/36] scsi_dh_alua: Use separate alua_port_group structure
` [PATCH 20/36] scsi_dh_alua: allocate RTPG buffer separately
` [PATCH 21/36] scsi_dh_alua: simplify sense code handling
` [PATCH 22/36] scsi: Add scsi_vpd_lun_id()
` [PATCH 23/36] scsi_dh_alua: use unique device id
` [PATCH 24/36] scsi: Add scsi_vpd_tpg_id()
` [PATCH 25/36] scsi_dh_alua: simplify alua_initialize()
` [PATCH 26/36] revert "scsi_dh_alua: ALUA hander attach should succeed while TPG is transitioning"
` [PATCH 27/36] scsi_dh_alua: Use workqueue for RTPG
` [PATCH 28/36] scsi_dh_alua: Recheck state on unit attention
` [PATCH 29/36] scsi_dh_alua: update all port states
` [PATCH 30/36] scsi_dh_alua: Send TEST UNIT READY to poll for transitioning
` [PATCH 31/36] scsi: rescan VPD attributes
  ` [PATCH] scsi: fix ifnullfree.cocci warnings
` [PATCH 32/36] scsi_dh: add 'rescan' callback
` [PATCH 33/36] scsi: Add 'access_state' attribute
` [PATCH 34/36] scsi_dh_alua: use common definitions for ALUA state
` [PATCH 35/36] scsi_dh_alua: update 'access_state' field
` [PATCH 36/36] scsi_dh_alua: Update version to 2.0

[PATCH v4 00/32] cxlflash: Miscellaneous bug fixes and corrections
 2015-09-30  0:33 UTC  (64+ messages)
` [PATCH v4 01/32] cxlflash: Fix to avoid invalid port_sel value
` [PATCH v4 02/32] cxlflash: Replace magic numbers with literals
` [PATCH v4 03/32] cxlflash: Fix read capacity timeout
` [PATCH v4 04/32] cxlflash: Fix potential oops following LUN removal
` [PATCH v4 05/32] cxlflash: Fix data corruption when vLUN used over multiple cards
` [PATCH v4 06/32] cxlflash: Fix to avoid sizeof(bool)
` [PATCH v4 07/32] cxlflash: Fix context encode mask width
` [PATCH v4 08/32] cxlflash: Fix to avoid CXL services during EEH
` [PATCH v4 09/32] cxlflash: Correct naming of limbo state and waitq
` [PATCH v4 10/32] cxlflash: Make functions static
` [PATCH v4 11/32] cxlflash: Refine host/device attributes
` [PATCH v4 12/32] cxlflash: Fix to avoid spamming the kernel log
` [PATCH v4 13/32] cxlflash: Fix to avoid stall while waiting on TMF
` [PATCH v4 14/32] cxlflash: Fix location of setting resid
` [PATCH v4 15/32] cxlflash: Fix host link up event handling
` [PATCH v4 16/32] cxlflash: Fix async interrupt bypass logic
` [PATCH v4 17/32] cxlflash: Remove dual port online dependency
` [PATCH v4 18/32] cxlflash: Fix AFU version access/storage and add check
` [PATCH v4 19/32] cxlflash: Correct usage of scsi_host_put()
` [PATCH v4 20/32] cxlflash: Fix to prevent workq from accessing freed memory
` [PATCH v4 21/32] cxlflash: Correct behavior in device reset handler following EEH
` [PATCH v4 22/32] cxlflash: Remove unnecessary scsi_block_requests
` [PATCH v4 23/32] cxlflash: Fix function prolog parameters and return codes
` [PATCH v4 24/32] cxlflash: Fix MMIO and endianness errors
` [PATCH v4 25/32] cxlflash: Fix to prevent EEH recovery failure
` [PATCH v4 26/32] cxlflash: Correct spelling, grammar, and alignment mistakes
` [PATCH v4 27/32] cxlflash: Fix to prevent stale AFU RRQ
` [PATCH v4 28/32] MAINTAINERS: Add cxlflash driver
` [PATCH v4 29/32] cxlflash: Fix to double the delay each time
` [PATCH v4 30/32] cxlflash: Fix to avoid corrupting adapter fops
` [PATCH v4 31/32] cxlflash: Correct trace string
` [PATCH v4 32/32] cxlflash: Fix to avoid potential deadlock on EEH

[PATCH] hpsa update
 2015-09-30  7:49 UTC  (3+ messages)
` [PATCH] hpsa: add in sas transport

twa generates WARNING upon boot
 2015-09-29 19:17 UTC 

[PATCH V8 0/9] aacraid: Patchset for aacraid driver version 41010
 2015-09-29 17:58 UTC  (5+ messages)
` [PATCH V8 9/9] aacraid: Update driver version

[Bug 101011] New: Kernel Oops when disconnecting a mounted ext4 usb stick
 2015-09-29 16:33 UTC  (5+ messages)
` [Bug 101011] "

[PATCH 0/3] scsi: Some miscellaneous fixes
 2015-09-29 13:33 UTC  (2+ messages)

[PATCH 1/3] ibmvsci: make parameters max_id and max_channel read-only
 2015-09-28 21:39 UTC  (6+ messages)
` [PATCH 2/3] ibmvcsci: display default value for max_id, max_lun and max_channel
` [PATCH 3/3] ibmvsci: Allow to configure maximum LUN

[PATCH V4 1/2] ACPI / EC: Fix broken 64bit big-endian users of 'global_lock'
 2015-09-28 15:31 UTC  (20+ messages)

[PATCHv4 00/23] asynchronous ALUA device handler
 2015-09-28  7:41 UTC  (10+ messages)
` [PATCH 15/23] scsi_dh_alua: simplify sense code handling
` [PATCH 16/23] scsi: Add scsi_vpd_lun_id()
` [PATCH 17/23] scsi_dh_alua: use unique device id

Darlehen
 2015-09-28  7:32 UTC 

[PATCH v3 0/4] scsi: cleanup ioctl headers and provide UAPI versions
 2015-09-28  6:49 UTC  (14+ messages)
` [PATCH v3 1/4] scsi: remove old-style type names from sg.h
` [PATCH v3 2/4] scsi: cleanup scsi/scsi_ioctl.h
` [PATCH v3 3/4] scsi: move all obsolete ioctls to scsi_ioctl.h
` [PATCH v3 4/4] scsi: provide UAPI version of scsi/sg.h and scsi/scsi_ioctl.h

twa generates WARNING upon boot
 2015-09-28  5:55 UTC 

[PATCH V5 1/2] ACPI / EC: Fix broken 64bit big-endian users of 'global_lock'
 2015-09-27 13:48 UTC  (3+ messages)
  ` [PATCH V5 2/2] debugfs: Pass bool pointer to debugfs_create_bool()

Limit max concurrent sessions
 2015-09-27 10:28 UTC  (4+ messages)

(unknown),
 2015-09-27 10:22 UTC 

Partnership
 2015-09-27  4:49 UTC 

[GIT PULL] target fixes for v4.3-rc3
 2015-09-26 22:16 UTC 

[Bugfix 3/3] eata: Enhance eata driver to support PCI device hot-removal
 2015-09-26  6:27 UTC  (11+ messages)
` [RFT v3] eata: Convert eata driver as normal PCI and platform device drivers


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).