public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-06-27 23:55:12 to 2017-06-28 21:28:28 UTC [more...]

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

[PATCH v2 0/6] qla2xxx: Add NVMe FC Fabric support in driver
 2017-06-28 21:23 UTC  (5+ messages)
` [PATCH v2 1/6] qla2xxx: Add FC-NVMe port discovery and PRLI handling

[PATCH 00/47] SCSI EH argument reshuffle part II
 2017-06-28 19:42 UTC  (67+ 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 36/47] a1000u2w: do not rely on the command for inia100_device_reset()
` [PATCH 37/47] aic79xx: use scsi device as argument for BUILD_SCSIID()
` [PATCH 38/47] aic7xxx: "
` [PATCH 39/47] aic79xx: do not reference scsi command when resetting device
` [PATCH 40/47] aic7xxx: "
` [PATCH 41/47] xen-scsifront: add scsi device as argument to scsifront_do_request()
` [PATCH 42/47] xen-scsifront: call scsifront_action_handler() with a NULL command argument
` [PATCH 43/47] fas216: Rework device reset to not rely on SCSI command pointer
` [PATCH 44/47] csiostor: use separate TMF command
` [PATCH 45/47] snic: use dedicated device reset command
` [PATCH 46/47] scsi: Move eh_device_reset_handler() to use scsi_device as argument
` [PATCH 47/47] scsi: Do not allocate scsi command in scsi_ioctl_reset()

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

[PATCH 0/5] target: Zoned block device support and bug fixes
 2017-06-28 17:45 UTC  (9+ 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 0/3] cxlflash: Minor fix and EH refactoring
 2017-06-28 17:14 UTC  (4+ messages)
` [PATCH 1/3] cxlflash: Avoid double free of character device
` [PATCH 2/3] cxlflash: Update send_tmf() parameters
` [PATCH 3/3] cxlflash: Update debug prints in reset handlers

[PATCH v2] qla2xxx: Protect access to qpair members with qpair->qp_lock
 2017-06-28 16:33 UTC  (4+ messages)

[PATCH] scsi: hisi_sas: optimise DMA slot memory
 2017-06-28 15:25 UTC  (2+ messages)

[PATCH 00/28] SCSI EH argument reshuffle part I
 2017-06-28 15:05 UTC  (68+ 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 14:23 UTC  (4+ messages)

[PATCH 0/5] v3 block subsystem refcounter conversions
 2017-06-28 12:51 UTC  (5+ messages)

[PATCH v3 0/4] g_NCR5380: PDMA fixes and cleanup
 2017-06-28  4:10 UTC  (9+ messages)

(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  (3+ messages)

[PATCH RESEND] scsi: sun_esp: fix device reference leaks
 2017-06-28  1:47 UTC  (2+ 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  (2+ messages)

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

[RFC PATCH 00/35] SCSI EH argument reshuffling
 2017-06-28  0:05 UTC  (35+ messages)
` [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


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