public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-06-26 07:07:30 to 2017-06-28 08:33:27 UTC [more...]

[PATCH 00/47] SCSI EH argument reshuffle part II
 2017-06-28  8:33 UTC  (36+ messages)
` [PATCH 01/47] aacraid: split off functions to generate reset FIB
` [PATCH 02/47] aacraid: split off host reset
` [PATCH 03/47] aacraid: split off device, target, and bus reset
` [PATCH 04/47] aacraid: use aac_tmf_callback for reset fib
` [PATCH 05/47] aacraid: enable sending of TMFs from aac_hba_send()
` [PATCH 06/47] aacraid: add fib flag to mark scsi command callback
` [PATCH 07/47] aacraid: complete all commands during bus reset
` [PATCH 08/47] sym53c8xx_2: split off bus reset from host reset
` [PATCH 09/47] zfcp: open-code fc_block_scsi_eh() for "
` [PATCH 10/47] ips: Do not try to abort command from "
` [PATCH 11/47] snic: reserve tag for TMF
` [PATCH 12/47] qla1280: separate out host reset function from qla1280_error_action()
` [PATCH 13/47] megaraid: pass in NULL scb for host reset
` [PATCH 14/47] scsi: Use Scsi_Host as argument for eh_host_reset_handler
` [PATCH 15/47] scsi_transport_fc: Use fc_rport as argument for fc_block_scsi_eh
` [PATCH 16/47] mptfc: simplify mpt_fc_block_error_handler()
` [PATCH 17/47] mptfusion: correct definitions for mptscsih_dev_reset()
` [PATCH 18/47] mptfc: open-code mptfc_block_error_handler() for bus reset
` [PATCH 19/47] pmcraid: Select device in pmcraid_eh_bus_reset_handler()
` [PATCH 20/47] scsi: Use Scsi_Host and channel number as argument for eh_bus_reset_handler()
` [PATCH 21/47] libiscsi: use cls_session as argument for target and session reset
` [PATCH 22/47] bnx2fc: Do not rely on a scsi command when issueing lun or target reset
` [PATCH 23/47] zfcp: do not rely on scsi command for debugging message
` [PATCH 24/47] zfcp: use scsi device as argument for zfcp_task_mgmt_function()
` [PATCH 25/47] ibmvfc: open-code reset loop for target reset
` [PATCH 26/47] lpfc: use rport as argument for lpfc_send_taskmgmt()
` [PATCH 27/47] lpfc: use rport as argument for lpfc_chk_tgt_mapped()
` [PATCH 28/47] qla2xxx: open-code qla2xxx_generic_reset()
` [PATCH 29/47] qedf: use fc rport as argument for qedf_initiate_tmf()
` [PATCH 30/47] sym53c8xx_2: rework reset handling
` [PATCH 31/47] bfa: Do not use scsi command to signal TMF status
` [PATCH 32/47] scsi: Use scsi_target as argument for eh_target_reset_handler()
` [PATCH 33/47] cxlflash: use dedicated reset command in send_tmf()
` [PATCH 34/47] aha152x: look for stuck command when resetting device
` [PATCH 35/47] fnic: use dedicated device reset command

[PATCH 00/28] SCSI EH argument reshuffle part I
 2017-06-28  8:25 UTC  (29+ messages)
` [PATCH 01/28] scsi: fix comment in scsi_device_set_state()
` [PATCH 02/28] mptfc: Do not call fc_block_scsi_eh() on host reset
` [PATCH 03/28] ibmvfc: "
` [PATCH 04/28] fc_fcp: do not call fc_block_scsi_eh() from "
` [PATCH 05/28] fnic: do not call host reset from command abort
` [PATCH 06/28] uas: move eh_bus_reset_handler to eh_device_reset_handler
` [PATCH 07/28] libsas: move bus_reset_handler() to target_reset_handler()
` [PATCH 08/28] bfa: move bus reset to target reset
` [PATCH 09/28] hptiop: Simplify reset handling
` [PATCH 10/28] fdomain: move bus reset to host reset
` [PATCH 11/28] scsi: drop bus reset for wd33c93-compatible boards
` [PATCH 12/28] rtsx: drop bus reset function
` [PATCH 13/28] qlogicpti: move bus reset to host reset
` [PATCH 14/28] acornscsi: "
` [PATCH 15/28] NCR5380: Move "
` [PATCH 16/28] qlogicfas: move bus_reset to host_reset
` [PATCH 17/28] imm: drop duplicate bus_reset handler
` [PATCH 18/28] ppa: "
` [PATCH 19/28] qedf: drop bus reset handler
` [PATCH 20/28] nsp32: drop bus reset
` [PATCH 21/28] aha152x: "
` [PATCH 22/28] 53c700: move bus reset to host reset
` [PATCH 23/28] bnx2fc: remove obsolete bnx2fc_eh_host_reset() definition
` [PATCH 24/28] megaraid_mbox: drop duplicate bus reset and device reset function
` [PATCH 25/28] lpfc: drop lpfc_no_handler and lpfc_bus_reset_handler()
` [PATCH 26/28] visorhba: sanitze private device data allocation
` [PATCH 27/28] eata: remove 'arg_done' from eata2x_eh_host_reset()
` [PATCH 28/28] NCR5380: Clear all unissued commands on host reset

[PATCH RESEND] scsi: Add STARGET_CREATED_REMOVE state to scsi_target_state
 2017-06-28  7:38 UTC  (4+ messages)

[PATCH 0/5] target: Zoned block device support and bug fixes
 2017-06-28  5:59 UTC  (6+ messages)
` [PATCH 1/5] target: Use macro for WRITE_VERIFY_xx operation codes
` [PATCH 2/5] target: pscsi: Introduce TYPE_ZBC support
` [PATCH 3/5] target: pscsi: Fix sense data handling
` [PATCH 4/5] target: user: "
` [PATCH 5/5] target: core: Fix failed command "

[PATCH v4 0/5] g_NCR5380: PDMA fixes and cleanup
 2017-06-28  5:25 UTC  (7+ messages)
` [PATCH v4 3/5] g_NCR5380: Cleanup comments and whitespace
` [PATCH v4 5/5] g_NCR5380: Re-work PDMA loops
` [PATCH v4 4/5] g_NCR5380: Limit PDMA send to 512 B to avoid random corruption on DTC3181E
` [PATCH v4 1/5] g_NCR5380: Fix PDMA transfer size
` [PATCH v4 2/5] g_NCR5380: End PDMA transfer correctly on target disconnection

[PATCH v3 0/4] g_NCR5380: PDMA fixes and cleanup
 2017-06-28  4:10 UTC  (15+ messages)
` [PATCH v3 3/4] g_NCR5380: Cleanup comments and whitespace
` [PATCH v3 4/4] g_NCR5380: Re-work PDMA loops
` [PATCH v3 2/4] g_NCR5380: End PDMA transfer correctly on target disconnection
` [PATCH v3 1/4] g_NCR5380: Fix PDMA transfer size

(unknown),
 2017-06-28  3:56 UTC 

Permanently change thin provisioning method from user space?
 2017-06-28  4:06 UTC  (4+ messages)

[PATCH] ses: do not add a device to an enclosure if enclosure_add_links() fails
 2017-06-28  1:58 UTC  (4+ messages)

[PATCH v2 0/6] qla2xxx: Add NVMe FC Fabric support in driver
 2017-06-28  1:49 UTC  (2+ messages)

[PATCH RESEND] scsi: sun_esp: fix device reference leaks
 2017-06-28  1:47 UTC  (2+ messages)

[PATCH v2] qla2xxx: Protect access to qpair members with qpair->qp_lock
 2017-06-28  1:44 UTC  (3+ messages)

[PATCH 1/1] fnic: Zero io_cmpl_skip on fw reset completion
 2017-06-28  1:42 UTC  (2+ messages)

[PATCH 0/7] bnx2fc: Update driver to version 2.11.8
 2017-06-28  1:42 UTC  (9+ messages)
` [PATCH 1/7] bnx2fc: Add filters to the non-offload FCoE receive path
` [PATCH 2/7] bnx2fc: Check for connection offload before sending RRQ
` [PATCH 3/7] bnx2fc: Update copyright for 2017
` [PATCH 4/7] bnx2fc: Adjust bnx2fc_npiv_create_vports for WWNNs from NVRAM that are zero
` [PATCH 5/7] bnx2fc: If IO is still in cleanup then do not return to SCSI layer
` [PATCH 6/7] bnx2fc: Make rport_terminate_io callback a NOOP
` [PATCH 7/7] bnx2fc: Update version number to 2.11.8

[PATCH] scsi: ufs: set host_byte to DID_REQUEUE when ocs = OCS_ABORTED
 2017-06-28  1:34 UTC  (2+ messages)

[PATCH] scsi: sas: scsi_queue_work can fail, so make callers aware
 2017-06-28  1:28 UTC  (2+ messages)

TCG Opal support for sd.c
 2017-06-28  1:02 UTC  (6+ messages)
` [PATCH] sd: add support for TCG OPAL self encrypting disks

[RFC PATCH 00/35] SCSI EH argument reshuffling
 2017-06-28  0:05 UTC  (38+ messages)
` [PATCH 01/35] scsi: fix comment in scsi_device_set_state()
` [PATCH 02/35] mptfc: Do not call fc_block_scsi_eh() on host reset
` [PATCH 03/35] ibmvfc: "
` [PATCH 04/35] fc_fcp: do not call fc_block_scsi_eh() from "
` [PATCH 05/35] fnic: do not call host reset from command abort
` [PATCH 06/35] visorhba: sanitze private device data allocation
` [PATCH 07/35] uas: move eh_bus_reset_handler to eh_device_reset_handler
` [PATCH 08/35] lpfc: drop lpfc_no_handler and lpfc_bus_reset_handler()
` [PATCH 09/35] libsas: move bus_reset_handler() to target_reset_handler()
` [PATCH 10/35] bfa: move bus reset to target reset
` [PATCH 11/35] hptiop: Simplify reset handling
` [PATCH 13/35] scsi: drop bus reset for wd33c93-compatible boards
` [PATCH 14/35] rtsx: drop bus reset function
` [PATCH 15/35] qlogicpti: move bus reset to host reset
` [PATCH 16/35] acornscsi: "
` [PATCH 18/35] qlogicfas: move bus_reset to host_reset
` [PATCH 23/35] qedf: drop bus reset handler
` [PATCH 29/35] bnx2fc: remove obsolete bnx2fc_eh_host_reset() definition

[PATCH] scsi: osst: remove useless variable assignments in osst_int_ioctl()
 2017-06-27 22:23 UTC 

[PATCH 0/5] v3 block subsystem refcounter conversions
 2017-06-27 22:13 UTC  (8+ messages)
` [PATCH 1/5] block: convert bio.__bi_cnt from atomic_t to refcount_t
` [PATCH 2/5] block: convert blk_queue_tag.refcnt "
` [PATCH 3/5] block: convert blkcg_gq.refcnt "
` [PATCH 4/5] block: convert io_context.active_ref "
` [PATCH 5/5] block: convert bsg_device.ref_count "

[PATCH] libata: Support for an ATA PASS-THROUGH(32) command
 2017-06-27 15:27 UTC  (2+ messages)

[PATCH 0/1] qedi: Add iSCSI Boot-from-SAN support
 2017-06-27 10:08 UTC  (4+ messages)
` [PATCH 1/1] qedi: Add support for offload iSCSI Boot

[PATCH v1 1/1] qedi: Add support for Boot from SAN over iSCSI offload
 2017-06-27  9:26 UTC 

[PATCH] scsi: default to scsi-mq
 2017-06-27  6:07 UTC  (7+ messages)

Product Inquiry
 2017-06-26 21:52 UTC 

[PATCH 1/1] fnic:correct speed display and add support for 25,40 and 100G
 2017-06-27  0:48 UTC 

[PATCH 1/1] fnic:added timestamp reporting in fnic debug stats
 2017-06-27  0:48 UTC 

[PATCH 1/1] fnic:changing queue command to return result DID_IMM_RETRY when rport is init
 2017-06-27  0:49 UTC 

remove dma_alloc_noncoherent
 2017-06-26 20:53 UTC  (11+ messages)
` [PATCH 01/11] dma-mapping: remove dmam_free_noncoherent
` [PATCH 02/11] dma-mapping: replace dmam_alloc_noncoherent with dmam_alloc_attrs
` [PATCH 06/11] sigwd93: switch to dma_alloc_attrs
` [PATCH 07/11] 53c700: "

[PATCH 00/17] cxlflash: LUN provisioning support and miscellaneous fixes
 2017-06-26 18:43 UTC  (2+ messages)

[PATCH] scsi: qedi: Remove comparison of u16 idx with zero
 2017-06-26 17:43 UTC  (3+ messages)

[PATCH] scsi: hpsa: fix spelling mistake: "encrypytion" -> "encryption"
 2017-06-26 17:42 UTC  (2+ messages)

[PATCH] scsi: hisi_sas: redefine hisi_sas_phy.phy_type as u32
 2017-06-26 17:41 UTC  (2+ messages)

[PATCH] Remove the definition of VLC_SA_RECEIVE_CREDENTIAL
 2017-06-26 17:39 UTC  (3+ messages)

[PATCH] scsi: aacraid: Don't copy uninitialized stack memory to userspace
 2017-06-26 17:36 UTC  (2+ messages)

[PATCH v2 1/2] hpsa: limit transfer length to 1MB
 2017-06-26 17:35 UTC  (2+ messages)

[PATCH] bnx2i: missing error code in bnx2i_ep_connect()
 2017-06-26 17:34 UTC  (2+ messages)

[PATCH] scsi: hptiop: make function hptiop_iop_request_callback_itl static
 2017-06-26 17:32 UTC  (2+ messages)

[PATCH] scsi: cxgb4i: assign rxqs in round robin mode
 2017-06-26 17:29 UTC  (2+ messages)

[PATCH] scsi: fix typos and grammar in comments of scsi_transport_fc.c
 2017-06-26 17:23 UTC  (2+ messages)

[PATCH] lpfc: fix refcount error on node list
 2017-06-26 17:13 UTC  (2+ messages)

[PATCH] lpfc: Fix nvme io stoppage after link bounce
 2017-06-26 17:12 UTC  (2+ messages)

[PATCH] virtio_scsi: let host do exception handling
 2017-06-26 17:11 UTC  (2+ messages)

[PATCH] qla2xxx: don't include <generated/utsrelease.h>
 2017-06-26 17:06 UTC  (2+ messages)

[PATCH resend] scsi: fc: drop residual tsk_mgmt_response and it_nexus_response
 2017-06-26 17:02 UTC  (2+ messages)

[PATCH] scsi: csiostor: update module version
 2017-06-26 17:00 UTC  (2+ messages)

[PATCH 1/2] scsi: remove various unused blist flags
 2017-06-26 16:43 UTC  (4+ messages)
` [PATCH 2/2] scsi_dh_alua: remove synchronous STPG support

[PATCH] enclosure: fix sysfs symlinks creation when using multipath
 2017-06-26 14:22 UTC  (5+ messages)
`  "

[Bug 188061] New: On quad port QLE2564 can't add in target only 2 ports
 2017-06-26 12:10 UTC  (2+ messages)
` [Bug 188061] "

[PATCH v2 0/5] g_NCR5380: PDMA fixes and cleanup
 2017-06-26  8:20 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox