public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-04-28 15:55:28 to 2022-05-03 20:09:42 UTC [more...]

[PATCH 00/24] scsi: EH rework prep patches, part 1
 2022-05-03 20:09 UTC  (69+ messages)
` [PATCH 01/24] csiostor: use fc_block_rport()
` [PATCH 02/24] fc_fcp: "
` [PATCH 03/24] zfcp: open-code fc_block_scsi_eh() for host reset
` [PATCH 04/24] mptfc: simplify mpt_fc_block_error_handler()
` [PATCH 05/24] mptfusion: correct definitions for mptscsih_dev_reset()
` [PATCH 06/24] mptfc: open-code mptfc_block_error_handler() for bus reset
` [PATCH 07/24] qedf: use fc rport as argument for qedf_initiate_tmf()
` [PATCH 08/24] bnx2fc: Do not rely on a scsi command for lun or target reset
` [PATCH 09/24] ibmvfc: open-code reset loop for "
` [PATCH 10/24] ibmvfc: use fc_block_rport()
` [PATCH 11/24] fnic: use dedicated device reset command
` [PATCH 12/24] fnic: use fc_block_rport() correctly
` [PATCH 13/24] aic7xxx: make BUILD_SCSIID() a function
` [PATCH 14/24] aic79xx: "
` [PATCH 15/24] aic7xxx: do not reference scsi command when resetting device
` [PATCH 16/24] aic79xx: "
` [PATCH 17/24] snic: reserve tag for TMF
` [PATCH 18/24] snic: use dedicated device reset command
` [PATCH 19/24] snic: Use scsi_host_busy_iter() to traverse commands
` [PATCH 20/24] sym53c8xx_2: split off bus reset from host reset
` [PATCH 21/24] ips: Do not try to abort command "
` [PATCH 22/24] qla1280: separate out host reset function from qla1280_error_action()
` [PATCH 23/24] megaraid: pass in NULL scb for host reset
` [PATCH 24/24] mpi3mr: split off bus_reset function from host_reset

[PATCHv2 00/24] scsi: EH rework prep patches, part 1
 2022-05-03 20:07 UTC  (25+ messages)
` [PATCH 01/24] csiostor: use fc_block_rport()
` [PATCH 02/24] fc_fcp: "
` [PATCH 03/24] zfcp: open-code fc_block_scsi_eh() for host reset
` [PATCH 04/24] mptfc: simplify mpt_fc_block_error_handler()
` [PATCH 05/24] mptfusion: correct definitions for mptscsih_dev_reset()
` [PATCH 06/24] mptfc: open-code mptfc_block_error_handler() for bus reset
` [PATCH 07/24] qedf: use fc rport as argument for qedf_initiate_tmf()
` [PATCH 08/24] bnx2fc: Do not rely on a scsi command for lun or target reset
` [PATCH 09/24] ibmvfc: open-code reset loop for "
` [PATCH 10/24] ibmvfc: use fc_block_rport()
` [PATCH 11/24] fnic: use dedicated device reset command
` [PATCH 12/24] fnic: use fc_block_rport() correctly
` [PATCH 13/24] aic7xxx: make BUILD_SCSIID() a function
` [PATCH 14/24] aic79xx: "
` [PATCH 15/24] aic7xxx: do not reference scsi command when resetting device
` [PATCH 16/24] aic79xx: "
` [PATCH 17/24] snic: reserve tag for TMF
` [PATCH 18/24] snic: use dedicated device reset command
` [PATCH 19/24] snic: Use scsi_host_busy_iter() to traverse commands
` [PATCH 20/24] sym53c8xx_2: split off bus reset from host reset
` [PATCH 21/24] ips: Do not try to abort command "
` [PATCH 22/24] qla1280: separate out host reset function from qla1280_error_action()
` [PATCH 23/24] megaraid: pass in NULL scb for host reset
` [PATCH 24/24] mpi3mr: split off bus_reset function from host_reset

[PATCH 0/7] scsi: EH rework main part
 2022-05-03 20:04 UTC  (20+ messages)
` [PATCH 01/11] pmcraid: Select device in pmcraid_eh_bus_reset_handler()
` [PATCH 1/7] scsi: Use Scsi_Host as argument for eh_host_reset_handler
` [PATCH 2/7] scsi: Use Scsi_Host and channel number as argument for eh_bus_reset_handler()
` [PATCH 02/11] sym53c8xx_2: rework reset handling
` [PATCH 03/11] libiscsi: use cls_session as argument for target and session reset
` [PATCH 3/7] scsi: Use scsi_target as argument for eh_target_reset_handler()
` [PATCH 04/11] scsi_transport_iscsi: use session as argument for iscsi_block_scsi_eh()
` [PATCH 4/7] scsi: Use scsi_device as argument to eh_device_reset_handler()
` [PATCH 05/11] pmcraid: select first available device for target reset
` [PATCH 5/7] scsi: Do not allocate scsi command in scsi_ioctl_reset()
` [PATCH 06/11] bfa: Do not use scsi command to signal TMF status
` [PATCH 6/7] scsi: remove SUBMITTED_BY_SCSI_RESET_IOCTL
` [PATCH 07/11] aha152x: look for stuck command when resetting device
` [PATCH 7/7] scsi_error: streamline scsi_eh_bus_device_reset()
` [PATCH 08/11] a1000u2w: do not rely on the command for inia100_device_reset()
` [PATCH 09/11] xen-scsifront: add scsi device as argument to scsifront_do_request()
` [PATCH 10/11] fas216: Rework device reset to not rely on SCSI command pointer
` [PATCH 11/11] csiostor: use separate TMF command

[PATCH] scsi: ufs: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-05-03  0:51 UTC  (2+ messages)

[PATCH 00/11] scsi: EH rework prep patches, part 2
 2022-05-03 18:36 UTC  (26+ messages)
` [PATCH 01/11] pmcraid: Select device in pmcraid_eh_bus_reset_handler()
` [PATCH 02/11] sym53c8xx_2: rework reset handling
` [PATCH 03/11] libiscsi: use cls_session as argument for target and session reset
` [PATCH 04/11] scsi_transport_iscsi: use session as argument for iscsi_block_scsi_eh()
` [PATCH 05/11] pmcraid: select first available device for target reset
` [PATCH 06/11] bfa: Do not use scsi command to signal TMF status
` [PATCH 07/11] aha152x: look for stuck command when resetting device
` [PATCH 08/11] a1000u2w: do not rely on the command for inia100_device_reset()
` [PATCH 09/11] xen-scsifront: add scsi device as argument to scsifront_do_request()
` [PATCH 10/11] fas216: Rework device reset to not rely on SCSI command pointer
` [PATCH 11/11] csiostor: use separate TMF command

[PATCH] scsi: aha1542: remove unneeded semicolon
 2022-05-03  0:51 UTC  (2+ messages)

5.17.0 boot issue on Miata
 2022-05-03 15:50 UTC  (3+ messages)

[PATCH] scsi: bfa: remove unneeded flush_workqueue
 2022-05-03  0:51 UTC  (2+ messages)

2nd Quater puchase request
 2022-05-03 14:49 UTC 

[PATCH 0/4] Remove support for Hyper-V 2008 and 2008R2/Win7
 2022-05-03 12:30 UTC  (7+ messages)
` [PATCH 1/4] Drivers: hv: vmbus: Remove support for Hyper-V 2008 and Hyper-V 2008R2/Win7
` [PATCH 2/4] scsi: storvsc: Remove support for Hyper-V 2008 and 2008R2/Win7
` [PATCH 3/4] video: hyperv_fb: "
` [PATCH 4/4] drm/hyperv: "

[PATCH 1/1] scsi_dh_alua: properly handling the ALUA transitioning state
 2022-05-03  0:50 UTC  (3+ messages)

[RESEND][PATCH] scsi: dc395x: fix a missing check on list iterator
 2022-05-03  0:51 UTC  (2+ messages)

[PATCH] qla2xxx: edif: remove unneeded variable
 2022-05-03  0:51 UTC  (2+ messages)

[PATCH] scsi: target: core: Silence the message about unknown VPD pages
 2022-05-03  0:51 UTC  (2+ messages)

[PATCH] scsi: pm80xx: Remove pm8001_tag_init()
 2022-05-03  0:15 UTC  (3+ messages)

[PATCH v4 00/10] Add Copy offload support
 2022-05-02 23:20 UTC  (12+ messages)
            ` [dm-devel] "

[PATCH v7 0/8] mpi3mr: add BSG interface support for controller management
 2022-05-02 21:43 UTC  (10+ messages)
` [PATCH v7 1/8] mpi3mr: Add bsg device support
` [PATCH v7 2/8] mpi3mr: Add support for driver commands
` [PATCH v7 3/8] mpi3mr: Move data structures/definitions from MPI headers to uapi header
` [PATCH v7 4/8] mpi3mr: Add support for MPT commands
` [PATCH v7 5/8] mpi3mr: Add support for PEL commands
` [PATCH v7 6/8] mpi3mr: Expose adapter state to sysfs
` [PATCH v7 7/8] mpi3mr: Add support for NVMe passthrough
` [PATCH v7 8/8] mpi3mr: Update driver version to 8.0.0.69.0

[GIT PULL] SCSI fixes for 5.18-rc4
 2022-04-30 17:27 UTC  (2+ messages)

[PATCH] scsi: elx: efct: remove unnecessary memset in efct_io
 2022-04-30  9:06 UTC  (5+ messages)

[PATCH v2] scsi: pmcraid: convert sysfs snprintf to sysfs_emit
 2022-04-30  8:01 UTC  (2+ messages)

[PATCH v2 0/4] xen/pv-scsi: update header and harden frontend
 2022-04-29 22:25 UTC  (2+ messages)

[PATCH 19/37] mpt fusion: add HAS_IOPORT dependencies
 2022-04-29 14:46 UTC  (6+ messages)
` [RFC v2 20/39] "
` [PATCH 27/37] scsi: "
` [RFC v2 30/39] "

[Regression] Resume process hangs for 5-6 seconds starting sometime in 5.16
 2022-04-29 14:30 UTC  (2+ messages)

[PATCH 0/4] Prepare for upstreaming Pixel 6 UFS support
 2022-04-29  5:44 UTC  (8+ messages)
` [PATCH 1/4] scsi: ufs: Reduce the clock scaling latency
` [PATCH 2/4] scsi: ufs: Move a clock scaling check

[PATCH] scsi: pmcraid: convert sysfs snprintf to sysfs_emit
 2022-04-29  3:42 UTC  (2+ messages)

[RFC] scsi_transport_fc: Add an additional flag to fc_host_fpin_rcv()
 2022-04-28 17:01 UTC  (4+ messages)
    ` [EXT] "

[PATCH v4 07/10] dm: Add support for copy offload
 2022-04-28 15:54 UTC  (2+ messages)


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