public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-05-02 21:54:50 to 2022-05-04 15:08:34 UTC [more...]

[PATCH 00/32] Introduce flexible array struct memcpy() helpers
 2022-05-04 15:08 UTC  (40+ messages)
` [PATCH 01/32] netlink: Avoid memcpy() across flexible array boundary
` [PATCH 02/32] Introduce flexible array struct memcpy() helpers
` [PATCH 03/32] flex_array: Add Kunit tests
` [PATCH 04/32] fortify: Add run-time WARN for cross-field memcpy()
` [PATCH 05/32] brcmfmac: Use mem_to_flex_dup() with struct brcmf_fweh_queue_item
` [PATCH 06/32] iwlwifi: calib: Prepare to use mem_to_flex_dup()
` [PATCH 07/32] iwlwifi: calib: Use mem_to_flex_dup() with struct iwl_calib_result
` [PATCH 08/32] iwlwifi: mvm: Use mem_to_flex_dup() with struct ieee80211_key_conf
` [PATCH 09/32] p54: Use mem_to_flex_dup() with struct p54_cal_database
` [PATCH 10/32] wcn36xx: Use mem_to_flex_dup() with struct wcn36xx_hal_ind_msg
` [PATCH 11/32] nl80211: Use mem_to_flex_dup() with struct cfg80211_cqm_config
` [PATCH 12/32] cfg80211: Use mem_to_flex_dup() with struct cfg80211_bss_ies
` [PATCH 13/32] mac80211: Use mem_to_flex_dup() with several structs
` [PATCH 14/32] af_unix: Use mem_to_flex_dup() with struct unix_address
` [PATCH 15/32] 802/garp: Use mem_to_flex_dup() with struct garp_attr
` [PATCH 16/32] 802/mrp: Use mem_to_flex_dup() with struct mrp_attr
` [PATCH 17/32] net/flow_offload: Use mem_to_flex_dup() with struct flow_action_cookie
` [PATCH 18/32] firewire: Use __mem_to_flex_dup() with struct iso_interrupt_event
` [PATCH 19/32] afs: Use mem_to_flex_dup() with struct afs_acl
` [PATCH 20/32] ASoC: sigmadsp: Use mem_to_flex_dup() with struct sigmadsp_data
` [PATCH 21/32] soc: qcom: apr: Use mem_to_flex_dup() with struct apr_rx_buf
` [PATCH 22/32] atags_proc: Use mem_to_flex_dup() with struct buffer
` [PATCH 23/32] Bluetooth: Use mem_to_flex_dup() with struct hci_op_configure_data_path
` [PATCH 24/32] IB/hfi1: Use mem_to_flex_dup() for struct tid_rb_node
` [PATCH 25/32] Drivers: hv: utils: Use mem_to_flex_dup() with struct cn_msg
` [PATCH 26/32] ima: Use mem_to_flex_dup() with struct modsig
` [PATCH 27/32] KEYS: Use mem_to_flex_dup() with struct user_key_payload
` [PATCH 28/32] selinux: Use mem_to_flex_dup() with xfrm and sidtab
` [PATCH 29/32] xtensa: Use mem_to_flex_dup() with struct property
` [PATCH 30/32] usb: gadget: f_fs: Use mem_to_flex_dup() with struct ffs_buffer
` [PATCH 31/32] xenbus: Use mem_to_flex_dup() with struct read_buffer
` [PATCH 32/32] esas2r: Use __mem_to_flex() with struct atto_ioctl

[PATCH 1/3] target/iscsi: rename iscsi_cmd to iscsit_cmd
 2022-05-04 15:01 UTC  (6+ messages)
` [PATCH 2/3] target/iscsi: rename iscsi_conn to iscsit_conn
` [PATCH 3/3] target/iscsi: rename iscsi_session to iscsit_session

[PATCH] lpfc: Fix resource leak in lpfc_sli4_send_seq_to_ulp()
 2022-05-03  0:51 UTC  (2+ messages)

[PATCHv2 00/24] scsi: EH rework prep patches, part 1
 2022-05-04 11:40 UTC  (31+ 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] scsi: bfa: remove redundant NULL check
 2022-05-03  0:51 UTC  (2+ messages)

[PATCH] scsi: ufs: Remove duplicate include in ufshcd
 2022-05-03  0:51 UTC  (2+ messages)

[PATCH 1/4] scsi: core: constify pointer to scsi_host_template
 2022-05-04  8:47 UTC  (3+ messages)
` [PATCH 2/4] scsi: core: fix white-spaces

[PATCH v3 0/5] Qcom UFS driver updates
 2022-05-04  8:42 UTC  (6+ messages)
` [PATCH v3 1/5] scsi: ufs: qcom: Fix acquiring the optional reset control line
` [PATCH v3 2/5] scsi: ufs: qcom: Simplify handling of devm_phy_get()
` [PATCH v3 3/5] scsi: ufs: qcom: Add a readl() to make sure ref_clk gets enabled
` [PATCH v3 4/5] scsi: ufs: core: Remove redundant wmb() in ufshcd_send_command()
` [PATCH v3 5/5] scsi: ufs: qcom: Enable RPM_AUTOSUSPEND for runtime PM

[PATCH v2 0/9] Support zoned devices with gap zones
 2022-05-03  0:51 UTC  (2+ messages)

[PATCH] megaraid: fix error check return value of register_chrdev()
 2022-05-03  0:51 UTC  (2+ messages)

lpfc: regression with lpfc 14.2.0.0 / Skyhawk: FLOGI failure
 2022-05-04  7:11 UTC 

【カーチス倶楽部】「くるま売り隊!」お申し込みありがとうございます
 2022-05-04  6:17 UTC 

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

[PATCH] scsi: ufs: Increase fDeviceInit poll frequency
 2022-05-03  0:51 UTC  (2+ messages)

[PATCH 0/4] Remove support for Hyper-V 2008 and 2008R2/Win7
 2022-05-04  4:02 UTC  (5+ messages)
` [PATCH 4/4] drm/hyperv: "

[PATCH] scsi: lpfc: Remove unneeded variable
 2022-05-03  0:51 UTC  (2+ messages)

[PATCH] lpfc: Fix additional reference counting in lpfc_bsg_rport_els()
 2022-05-03  0:51 UTC  (2+ messages)

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

[PATCH] scsi: iscsi: fix harmless double shift bug
 2022-05-03  0:51 UTC  (2+ messages)

[PATCH 01/11] scsi: aacraid: Fix undefined behavior due to shift overflowing the constant
 2022-05-03  0:51 UTC  (2+ messages)

[PATCH 0/7] scsi: EH rework main part
 2022-05-03 21:12 UTC  (23+ 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 v2] scsi: core: Refine how we set tag_set NUMA node
 2022-05-03  0:51 UTC  (2+ messages)

[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

[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 1/1] scsi_dh_alua: properly handling the ALUA transitioning state
 2022-05-03  0:50 UTC  (2+ 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  (6+ messages)


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