linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-27 15:59:32 to 2021-06-02 05:45:41 UTC [more...]

[PATCH v2] scsi: ufs-mediatek: Fix HCI version in some platforms
 2021-06-02  5:45 UTC  (2+ messages)

[PATCH] scsi: scsi_devinfo: Add blacklist entry for HPE OPEN-V
 2021-06-02  5:45 UTC  (2+ messages)

[PATCH] scsi: qedf: Do not put host in qedf_vport_create unconditionally
 2021-06-02  5:45 UTC  (2+ messages)

[PATCH] lpfc: Fix failure to transmit ABTS on FC link
 2021-06-02  5:45 UTC  (2+ messages)

iSCSI error handler fixes v2
 2021-06-02  5:28 UTC  (2+ messages)

[PATCH v6 00/24] Introducing mpi3mr driver
 2021-06-02  5:27 UTC  (9+ messages)
` [PATCH v6 04/24] mpi3mr: add support of queue command processing
` [PATCH v6 06/24] mpi3mr: add support of event handling part-1
` [PATCH v6 11/24] mpi3mr: print ioc info for debugging

[PATCH v3 0/5] megaraid_sas: Update driver version to 07.717.02.00-rc1
 2021-06-02  5:07 UTC  (7+ messages)
` [PATCH v3 1/5] megaraid_sas: Send all non-RW IOs for TYPE_ENCLOSURE device through firmware
` [PATCH v3 2/5] megaraid_sas: Fix the resource leak in case of probe failure
` [PATCH v3 3/5] megaraid_sas: Early detection of VD deletion through RaidMap update
` [PATCH v3 4/5] megaraid_sas: Handle missing interrupts while re-enabling IRQs
` [PATCH v3 5/5] megaraid_sas: Update driver version to 07.717.02.00-rc1

[PATCH][next] scsi: mpt3sas: Fix fall-through warnings for Clang
 2021-06-02  3:32 UTC  (4+ messages)

[PATCH 1/1] scsi: mvsas: use DEVICE_ATTR_* macro
 2021-06-02  3:52 UTC 

[PATCH] scsi: ufs: Fix a kernel-doc related formatting issue
 2021-06-02  3:43 UTC  (4+ messages)

[PATCH 0/3] scsi: Fix a handful of memcpy() field overflows
 2021-06-02  3:38 UTC  (9+ messages)
` [PATCH 1/3] scsi: fcoe: Statically initialize flogi_maddr
` [PATCH 2/3] scsi: esas2r: Switch to flexible array member
` [PATCH 3/3] scsi: isci: Use correctly sized target buffer for memcpy()

[PATCH 1/1] scsi: megaraid_mbox: use DEVICE_ATTR_ADMIN_RO macro
 2021-06-02  3:25 UTC 

[PATCH] SCSI: FlashPoint: rename si_flags field
 2021-06-02  3:25 UTC  (3+ messages)

[PATCH] qla2xxx: Log PCI address in qla_nvme_unregister_remote_port()
 2021-06-02  3:14 UTC  (3+ messages)

[PATCH 1/1] scsi: qedf: use DEVICE_ATTR_RO macro
 2021-06-02  3:00 UTC 

[PATCH] scsi: Set BLIST_TRY_VPD_PAGES for WD Black P10 external HDD
 2021-06-02  2:57 UTC  (3+ messages)

[PATCH 1/1] scsi: qedi: use DEVICE_ATTR_RO macro
 2021-06-02  2:49 UTC 

[PATCH] qedf: Update the max_id value in host structure
 2021-06-02  2:46 UTC  (2+ messages)

[PATCH v2 0/2] scsi: ufs-mediatek: Disable HCI before HW reset
 2021-06-02  2:44 UTC  (5+ messages)
` [PATCH v2 1/2] scsi: ufs: Export ufshcd_hba_stop
` [PATCH v2 2/2] scsi: ufs-mediatek: Disable HCI before HW reset

[PATCH v2] scsi: ufs-mediatek: create device link of reset control
 2021-06-02  2:42 UTC 

[PATCH v2 0/4] Several minor changes for UFS
 2021-06-02  2:35 UTC  (9+ messages)
` [PATCH v2 1/4] scsi: ufs: Cleanup ufshcd_add_command_trace()
` [PATCH v2 2/4] scsi: ufs: Let UPIU completion trace print RSP UPIU header
` [PATCH v2 3/4] scsi: ufs: Let command trace only for the cmd != null case
` [PATCH v2 4/4] scsi: ufs: Use UPIU query trace in devman_upiu_cmd

[PATCH v1 0/3] Optimize host lock on TR send/compl paths and utilize UTRLCNR
 2021-06-02  2:14 UTC  (12+ messages)
` [PATCH v1 1/3] scsi: ufs: Remove a redundant command completion logic in error handler
` [PATCH v1 2/3] scsi: ufs: Optimize host lock on transfer requests send/compl paths
` [PATCH v1 3/3] scsi: ufs: Utilize Transfer Request List Completion Notification Register

[PATCH V3 0/3] scsi: two fixes in scsi_add_host_with_dma
 2021-06-02  1:55 UTC  (14+ messages)
` [PATCH V3 1/3] scsi: core: use put_device() to release host
  ` [PATCH V4 "
` [PATCH V3 2/3] scsi: core: fix failure handling of scsi_add_host_with_dma
` [PATCH V3 3/3] scsi: core: put ->shost_gendev.parent in failure handling path

[RFC PATCH V3 00/11] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-06-02  1:16 UTC  (15+ messages)
` [RFC PATCH V3 01/11] x86/HV: Initialize GHCB page in Isolation VM
` [RFC PATCH V3 02/11] x86/HV: Initialize shared memory boundary in the "
` [RFC PATCH V3 03/11] x86/Hyper-V: Add new hvcall guest address host visibility support
` [RFC PATCH V3 04/11] HV: Add Write/Read MSR registers via ghcb
` [RFC PATCH V3 05/11] HV: Add ghcb hvcall support for SNP VM
` [RFC PATCH V3 06/11] HV/Vmbus: Add SNP support for VMbus channel initiate message
` [RFC PATCH V3 07/11] HV/Vmbus: Initialize VMbus ring buffer for Isolation VM
` [RFC PATCH V3 08/11] swiotlb: Add bounce buffer remap address setting function
` [RFC PATCH V3 09/11] HV/IOMMU: Enable swiotlb bounce buffer for Isolation VM
` [RFC PATCH V3 10/11] HV/Netvsc: Add Isolation VM support for netvsc driver
` [RFC PATCH V3 11/11] HV/Storvsc: Add Isolation VM support for storvsc driver

[PATCH v9 00/31] [NEW] efct: Broadcom (Emulex) FC Target driver
 2021-06-01 23:55 UTC  (32+ messages)
` [PATCH v9 01/31] elx: libefc_sli: SLI-4 register offsets and field definitions
` [PATCH v9 02/31] elx: libefc_sli: SLI Descriptors and Queue entries
` [PATCH v9 03/31] elx: libefc_sli: Data structures and defines for mbox commands
` [PATCH v9 04/31] elx: libefc_sli: queue create/destroy/parse routines
` [PATCH v9 05/31] elx: libefc_sli: Populate and post different WQEs
` [PATCH v9 06/31] elx: libefc_sli: bmbx routines and SLI config commands
` [PATCH v9 07/31] elx: libefc_sli: APIs to setup SLI library
` [PATCH v9 08/31] elx: libefc: Generic state machine framework
` [PATCH v9 09/31] elx: libefc: Emulex FC discovery library APIs and definitions
` [PATCH v9 10/31] elx: libefc: FC Domain state machine interfaces
` [PATCH v9 11/31] elx: libefc: SLI and FC PORT "
` [PATCH v9 12/31] elx: libefc: Remote node "
` [PATCH v9 13/31] elx: libefc: Fabric "
` [PATCH v9 14/31] elx: libefc: FC node ELS and state handling
` [PATCH v9 15/31] elx: libefc: Extended link Service IO handling
` [PATCH v9 16/31] elx: libefc: Register discovery objects with hardware
` [PATCH v9 17/31] elx: efct: Data structures and defines for hw operations
` [PATCH v9 18/31] elx: efct: Driver initialization routines
` [PATCH v9 19/31] elx: efct: Hardware queues creation and deletion
` [PATCH v9 20/31] elx: efct: RQ buffer, memory pool allocation and deallocation APIs
` [PATCH v9 21/31] elx: efct: Hardware IO and SGL initialization
` [PATCH v9 22/31] elx: efct: Hardware queues processing
` [PATCH v9 23/31] elx: efct: Unsolicited FC frame processing routines
` [PATCH v9 24/31] elx: efct: SCSI IO handling routines
` [PATCH v9 25/31] elx: efct: LIO backend interface routines
` [PATCH v9 26/31] elx: efct: Hardware IO submission routines
` [PATCH v9 27/31] elx: efct: link and host statistics
` [PATCH v9 28/31] elx: efct: xport and hardware teardown routines
` [PATCH v9 29/31] elx: efct: scsi_transport_fc host interface support
` [PATCH v9 30/31] elx: efct: Add Makefile and Kconfig for efct driver
` [PATCH v9 31/31] elx: efct: Tie into kernel Kconfig and build process

[PATCH v2 00/10] qla2xxx: Add EDIF support
 2021-06-01 18:09 UTC  (21+ messages)
` [PATCH v2 01/10] qla2xxx: Add start + stop bsg's
` [PATCH v2 02/10] qla2xxx: Add getfcinfo and statistic bsg's
` [PATCH v2 03/10] qla2xxx: Add send, receive and accept for auth_els
` [PATCH v2 04/10] qla2xxx: Add extraction of auth_els from the wire
` [PATCH v2 05/10] qla2xxx: Add key update
` [PATCH v2 06/10] qla2xxx: Add authentication pass + fail bsg's
` [PATCH v2 07/10] qla2xxx: Add detection of secure device
` [PATCH v2 08/10] qla2xxx: Add doorbell notification for app
` [PATCH v2 09/10] qla2xxx: Add encryption to IO path
` [PATCH v2 10/10] qla2xxx: Update version to 10.02.00.107-k

[PATCH 0/2] scsi: FDMI Fixes
 2021-06-01 18:07 UTC  (6+ messages)
` [PATCH 1/2] scsi: fc: Corrected RHBA attributes length
` [PATCH 2/2] libfc: Corrected the condition check and invalid argument passed

[PATCH v5 00/10] Add Host control mode to HPB
 2021-06-01 16:22 UTC  (7+ messages)
` [PATCH v5 07/10] scsi: ufshpb: Add "Cold" regions timer

[PATCH -next] scsi: qlogicpti: Remove unneeded semicolon
 2021-06-01 14:21 UTC 

[PATCH -next] scsi: fnic: Remove unneeded if-null-free check
 2021-06-01 14:20 UTC 

[PATCH -next] scsi: bfa: Remove unneeded if-null-free check
 2021-06-01 14:19 UTC 

move bd_mutex to the gendisk v2
 2021-06-01 13:48 UTC  (4+ messages)
` [PATCH 3/8] block: move bd_mutex to struct gendisk

REQ_HIPRI and SCSI mid-level
 2021-06-01 13:18 UTC  (6+ messages)

scsi: mpt3sas: Handle firmware faults during second half of IOC init
 2021-06-01 11:41 UTC 

[PATCH] scsi: libsas: Use fallthrough pseudo-keyword
 2021-06-01  8:16 UTC  (2+ messages)

[PATCH] scsi: libsas: check lun number valid for ata device in sas_queuecommand()
 2021-06-01  7:04 UTC 

[Patch 0/3] Gracefully handle FW faults during HBA initialization
 2021-06-01  2:56 UTC  (2+ messages)

[PATCH] libata: configure max sectors properly
 2021-05-31 14:19 UTC  (2+ messages)
` [libata] 2c76f9f255: stress-ng.copy-file.ops_per_sec -25.9% regression

[PATCH v1] scsi: ufs-mediatek: create device link of reset control
 2021-05-31 12:25 UTC 

[RFC 0/2] Serialize timeout handling and done callback
 2021-05-31  9:55 UTC  (3+ messages)
` [EXT] "

[PATCH v1] scsi: ufs-mediatek: Fix HCI version in some platforms
 2021-05-31  6:27 UTC  (3+ messages)

[PATCH V2 0/2] scsi: two fixes in scsi_add_host_with_dma
 2021-05-31  1:22 UTC  (5+ messages)
` [PATCH V2 1/2] scsi: core: fix failure handling of scsi_add_host_with_dma
` [PATCH V2 2/2] scsi: core: put shost->shost_gendev in failure handling path

[GIT PULL] SCSI fixes for 5.13-rc3
 2021-05-29  0:51 UTC  (2+ messages)

[PATCH v3 0/5] SAN Congestion Management (SCM) statistics
 2021-05-28 21:49 UTC  (3+ messages)
` [PATCH v3 3/5] scsi: fc: Parse FPIN packets and update statistics
  ` scsi_transport_fc: FPIN LI statistics

[PATCH 1/1]: scsi scsi_dh_alua: don't fail I/O until transition time expires
 2021-05-28 18:34 UTC 

[PATCH] scsi: core: fix failure handling of scsi_add_host_with_dma
 2021-05-28  0:59 UTC  (3+ messages)

[RFC PATCH 0/8] block: fix bio_add_XXX_page() return type
 2021-05-27 17:43 UTC  (6+ messages)

[PATCH] pcmcia/nsp_cs: Use SAM_STAT_CHECK_CONDITION
 2021-05-27 16:43 UTC  (2+ messages)

[PATCH 1/1] scsi: ufs: Export ufshcd_hba_stop
 2021-05-27 16:39 UTC  (3+ messages)
` [PATCH 1/1] scsi: ufs-mediatek: Fix HWReset timing

[PATCH 0/3] Add quirk to support exynos ufshci
 2021-05-27 16:40 UTC  (2+ messages)

[PATCH 1/1] scsi: ufs-mediatek: Fix HWReset timing
 2021-05-27 16:02 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;
as well as URLs for NNTP newsgroup(s).