linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-16 20:10:56 to 2021-08-18 18:08:54 UTC [more...]

[PATCH 0/3] Remove scsi_cmnd.tag
 2021-08-18 18:08 UTC  (3+ messages)

[PATCHv2 00/51] SCSI EH argument reshuffle part II
 2021-08-18 16:37 UTC  (78+ messages)
` [PATCH 01/51] lpfc: kill lpfc_bus_reset_handler
` [PATCH 02/51] lpfc: drop lpfc_no_handler()
` [PATCH 03/51] sym53c8xx_2: split off bus reset from host reset
` [PATCH 04/51] ips: Do not try to abort command "
` [PATCH 05/51] snic: reserve tag for TMF
` [PATCH 06/51] qla1280: separate out host reset function from qla1280_error_action()
` [PATCH 07/51] megaraid: pass in NULL scb for host reset
` [PATCH 08/51] zfcp: open-code fc_block_scsi_eh() "
` [PATCH 09/51] mpi3mr: split off bus_reset function from host_reset
` [PATCH 10/51] scsi: Use Scsi_Host as argument for eh_host_reset_handler
` [PATCH 11/51] mptfc: simplify mpt_fc_block_error_handler()
` [PATCH 12/51] mptfusion: correct definitions for mptscsih_dev_reset()
` [PATCH 13/51] mptfc: open-code mptfc_block_error_handler() for bus reset
` [PATCH 14/51] pmcraid: Select device in pmcraid_eh_bus_reset_handler()
` [PATCH 15/51] qla2xxx: open-code qla2xxx_generic_reset()
` [PATCH 16/51] qla2xxx: Do not call fc_block_scsi_eh() during bus reset
` [PATCH 17/51] visorhba: select first device on the bus for bus_reset()
` [PATCH 18/51] ncr53c8xx: remove 'sync_reset' argument from ncr_reset_bus()
` [PATCH 19/51] ncr53c8xx: Complete all commands during bus reset
` [PATCH 20/51] ncr53c8xx: Remove unused code
` [PATCH 21/51] scsi: Use Scsi_Host and channel number as argument for eh_bus_reset_handler()
` [PATCH 22/51] libiscsi: use cls_session as argument for target and session reset
` [PATCH 23/51] bnx2fc: Do not rely on a scsi command when issueing lun or target reset
` [PATCH 24/51] ibmvfc: open-code reset loop for "
` [PATCH 25/51] lpfc: use fc_block_rport()
` [PATCH 26/51] lpfc: use rport as argument for lpfc_send_taskmgmt()
` [PATCH 27/51] lpfc: use rport as argument for lpfc_chk_tgt_mapped()
` [PATCH 28/51] csiostor: use fc_block_rport()
` [PATCH 29/51] qla2xxx: "
` [PATCH 30/51] fc_fcp: "
` [PATCH 31/51] qedf: use fc rport as argument for qedf_initiate_tmf()
` [PATCH 32/51] sym53c8xx_2: rework reset handling
` [PATCH 33/51] bfa: Do not use scsi command to signal TMF status
` [PATCH 34/51] scsi_transport_iscsi: use session as argument for iscsi_block_scsi_eh()
` [PATCH 35/51] pmcraid: select first available device for target reset
` [PATCH 36/51] scsi: Use scsi_target as argument for eh_target_reset_handler()
` [PATCH 37/51] aha152x: look for stuck command when resetting device
` [PATCH 38/51] fnic: use dedicated device reset command
` [PATCH 39/51] a1000u2w: do not rely on the command for inia100_device_reset()
` [PATCH 40/51] aic7xxx: use scsi device as argument for BUILD_SCSIID()
` [PATCH 41/51] aic79xx: "
` [PATCH 42/51] aic7xxx: do not reference scsi command when resetting device
` [PATCH 43/51] aic79xx: "
` [PATCH 44/51] xen-scsifront: add scsi device as argument to scsifront_do_request()
` [PATCH 45/51] fas216: Rework device reset to not rely on SCSI command pointer
` [PATCH 46/51] csiostor: use separate TMF command
` [PATCH 47/51] snic: use dedicated device reset command
` [PATCH 48/51] snic: Use scsi_host_busy_iter() to traverse commands
` [PATCH 49/51] scsi: Move eh_device_reset_handler() to use scsi_device as argument
` [PATCH 50/51] scsi: Do not allocate scsi command in scsi_ioctl_reset()
` [PATCH 51/51] scsi_error: streamline scsi_eh_bus_device_reset()

[PATCH 0/7] add simple copy support
 2021-08-18 16:17 UTC  (25+ messages)
    ` [PATCH 1/7] block: make bio_map_kern() non static
    ` [PATCH 2/7] block: Introduce queue limits for copy-offload support
    ` [PATCH 3/7] block: copy offload support infrastructure
    ` [PATCH 4/7] block: Introduce a new ioctl for simple copy
    ` [PATCH 5/7] block: add emulation "
    ` [PATCH 6/7] nvme: add simple copy support
    ` [PATCH 7/7] dm kcopyd: add simple copy offload support
      ` [dm-devel] "

[PATCH 0/2] scsi: qla1280: Resolve some compilation issues
 2021-08-18 15:26 UTC  (5+ messages)
` [PATCH 1/2] scsi: qla1280: Stop using scsi_cmnd.tag
` [PATCH 2/2] scsi: qla1280: Fix DEBUG_QLA1280 compilation issues

[PATCH v2 00/11] blk-mq: Reduce static requests memory footprint for shared sbitmap
 2021-08-18 14:18 UTC  (21+ messages)
` [PATCH v2 03/11] blk-mq: Relocate shared sbitmap resize in blk_mq_update_nr_requests()
` [PATCH v2 04/11] blk-mq: Invert check "
` [PATCH v2 05/11] blk-mq-sched: Rename blk_mq_sched_alloc_{tags -> map_and_request}()
` [PATCH v2 06/11] blk-mq: Pass driver tags to blk_mq_clear_rq_mapping()
` [PATCH v2 07/11] blk-mq: Add blk_mq_tag_update_sched_shared_sbitmap()
` [PATCH v2 08/11] blk-mq: Add blk_mq_ops.init_request_no_hctx()
` [PATCH v2 10/11] blk-mq: Use shared tags for shared sbitmap support
` [PATCH v2 11/11] blk-mq: Stop using pointers for blk_mq_tags bitmap tags

linux-next: build failure after merge of the scsi-mkp tree
 2021-08-18 11:41 UTC  (3+ messages)

[PATCH] scsi: ibmvfc: Stop using scsi_cmnd.tag
 2021-08-18 11:29 UTC  (4+ messages)

[PATCH] scsi: ufs: ufshpb: Fix typo in comments
 2021-08-18  9:41 UTC 

[PATCH 2/5] treewide: Replace open-coded flex arrays in unions
 2021-08-18  9:56 UTC  (3+ messages)
` [PATCH 3/5] treewide: Replace 0-element memcpy() destinations with flexible arrays

[PATCH 0/5] lpfc: fixes for SCSI EH rework
 2021-08-18  9:08 UTC  (6+ messages)
` [PATCH 1/5] lpfc: kill lpfc_bus_reset_handler
` [PATCH 2/5] lpfc: drop lpfc_no_handler()
` [PATCH 3/5] lpfc: use fc_block_rport()
` [PATCH 4/5] lpfc: use rport as argument for lpfc_send_taskmgmt()
` [PATCH 5/5] lpfc: use rport as argument for lpfc_chk_tgt_mapped()

[PATCH] mpi3mr: setup irqs in resume path
 2021-08-18  8:18 UTC  (2+ messages)

[PATCH RESEND] mpi3mr: setup irqs in resume path
 2021-08-18  8:17 UTC 

[PATCH v2 36/63] scsi: ibmvscsi: Avoid multi-field memset() overflow by aiming at srp
 2021-08-18  6:05 UTC 

[PATCH v5 0/5] Initial support for multi-actuator HDDs
 2021-08-18  2:45 UTC  (11+ messages)

[PATCH] scsi: sd: Do not exit sd_spinup_disk quietly
 2021-08-18  2:37 UTC  (3+ messages)

[PATCH RESEND] ibmvfc: do not wait for initial device scan
 2021-08-18  2:26 UTC  (2+ messages)

[PATCH -next 0/2] Fix out-of-bound in resp_readcap16 and resp_report_tgtpgs
 2021-08-18  2:14 UTC  (3+ messages)
` [PATCH -next 1/2] scsi:scsi_debug: Fix out-of-bound in resp_readcap16
` [PATCH -next 2/2] scsi:scsi_debug: Fix potential OOB in resp_report_tgtpgs

[PATCH] scsi: st: Add missing break in switch statement in st_ioctl()
 2021-08-18  1:12 UTC  (4+ messages)

[PATCH 1/1] scsi/ses: Saw "Failed to get diagnostic page 0x1" during
 2021-08-17 19:57 UTC 

[PATCH V3 00/13] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-08-17 15:36 UTC  (4+ messages)
` [PATCH V3 08/13] HV/Vmbus: Initialize VMbus ring buffer for Isolation VM

[PATCH v5 00/52] Remove the request pointer from struct scsi_cmnd
 2021-08-17 12:42 UTC  (4+ messages)
` [PATCH v5 49/52] xen-scsifront: Use scsi_cmd_to_rq() instead of scsi_cmnd.request

[PATCH v2] scsi: core: Fix hang of freezing queue between blocking and running device
 2021-08-17  7:46 UTC  (2+ messages)

[PATCH 00/12] qla2xxx driver bug fixes
 2021-08-17  5:13 UTC  (13+ messages)
` [PATCH 01/12] qla2xxx: edif: Fix stale session
` [PATCH 02/12] qla2xxx: edif: reject AUTH ELS on session down
` [PATCH 03/12] qla2xxx: edif: fix edif enable flag
` [PATCH 04/12] qla2xxx: Fix hang during NVME session tear down
` [PATCH 05/12] qla2xxx: edif: add N2N support for EDIF
` [PATCH 06/12] qla2xxx: edif: do secure plogi when auth app is present
` [PATCH 07/12] qla2xxx: fix NVME | FCP personality change
` [PATCH 08/12] qla2xxx: Fix hang on NVME command timeouts
` [PATCH 09/12] qla2xxx: fix NVME retry
` [PATCH 10/12] qla2xxx: fix NVME session down detection
` [PATCH 11/12] qla2xxx: edif: fix returnvar.cocci warnings
` [PATCH 12/12] qla2xxx: Update version to 10.02.06.200-k

[PATCH] lkdtm: move SCSI_DISPATCH_CMD to scsi_queue_rq
 2021-08-17  4:26 UTC  (2+ messages)

[PATCH] mpt3sas: Add io_uring iopoll support
 2021-08-17  3:20 UTC  (2+ messages)

[PATCH 0/2] mpt3sas: Use Firmware Recommended Queue Depth
 2021-08-17  3:20 UTC  (2+ messages)

[PATCH RESEND] mpt3sas: Bump driver version to 38.100.00.00
 2021-08-17  3:20 UTC  (2+ messages)

[PATCH] scsi: ufs: ufshpb: Remove redundant initialization of variable lba
 2021-08-17  3:17 UTC  (2+ messages)

[PATCH v2] scsi: qedi: Add support for fastpath doorvell recovery
 2021-08-17  3:17 UTC  (2+ messages)

Use the proper SCSI midlayer interface for PI
 2021-08-17  3:17 UTC  (3+ messages)
` [PATCH v2 1/5] scsi: core: Add helper to return number of logical blocks in a request

[PATCH v2] scsi: fdomain: Fix error return code in fdomain_probe()
 2021-08-17  3:17 UTC  (2+ messages)

[PATCH V4 0/2] driver core: Add ability to delete device links of unregistered devices
 2021-08-17  3:17 UTC  (8+ messages)
` [PATCH V4 2/2] scsi: ufshcd: Fix device links when BOOT WLUN fails to probe
          ` [PATCH V5] "

[PATCH v2 00/14] qla2xxx driver bug fixes
 2021-08-17  3:17 UTC  (2+ messages)

[PATCH] scsi: snic: Remove redundant assignment to variable ret
 2021-08-17  3:17 UTC  (2+ messages)

[PATCH] scsi: elx: efct: Remove redundant initialization of variable ret
 2021-08-17  3:17 UTC  (2+ messages)

[PATCH] scsi: pm8001: Remove redundant initialization of variable rv
 2021-08-17  3:17 UTC  (2+ messages)

[PATCH][next] scsi: ufs: Fix unsigned int compared with less than zero
 2021-08-17  3:17 UTC  (2+ messages)

[PATCH 0/4] scsi: ufs: Few HPB fixes
 2021-08-17  3:17 UTC  (2+ messages)

[v3 0/2] scsi: target: fix sense key for invalid XCOPY request
 2021-08-17  3:09 UTC  (2+ messages)

[PATCH][next] scsi: smartpqi: Replace one-element array with flexible-array member
 2021-08-17  3:01 UTC  (2+ messages)

[PATCH v2] scsi: target: pscsi: Fix possible null-pointer dereference in pscsi_complete_cmd()
 2021-08-17  2:55 UTC  (2+ messages)

Use the proper SCSI midlayer interfaces for PI
 2021-08-17  2:50 UTC  (3+ messages)
` [PATCH v3 1/2] scsi: mpt3sas: "
` [PATCH v3 2/2] scsi: lpfc: "

[PATCH 0/1] scsi: target: core: Add 8Fh VPD page
 2021-08-16 22:48 UTC  (7+ messages)
` [PATCH 1/1] "

[PATCH] scsi: myrb: reorder status check of myrb_get_rbld_progress()
 2021-08-16 20:10 UTC 


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