public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-01-06 01:21:53 to 2021-01-08 03:24:45 UTC [more...]

[PATCH 0/8] pm80xx updates
 2021-01-08  3:21 UTC  (2+ messages)

[PATCH v5 0/2] Two UFS fixes
 2021-01-08  0:53 UTC  (4+ messages)
` [PATCH v5 1/2] scsi: ufs: fix livelock of ufshcd_clear_ua_wluns
` [PATCH v5 2/2] scsi: ufs: fix tm request correctly when non-fatal error happens

[PATCH V3 00/25] smartpqi updates
 2021-01-08  0:35 UTC  (49+ messages)
` [PATCH V3 01/25] smartpqi: add support for product id
` [PATCH V3 02/25] smartpqi: refactor aio submission code
` [PATCH V3 03/25] smartpqi: refactor build sg list code
` [PATCH V3 04/25] smartpqi: add support for raid5 and raid6 writes
` [PATCH V3 05/25] smartpqi: add support for raid1 writes
` [PATCH V3 06/25] smartpqi: add support for BMIC sense feature cmd and feature bits
` [PATCH V3 07/25] smartpqi: update AIO Sub Page 0x02 support
` [PATCH V3 08/25] smartpqi: add support for long firmware version
` [PATCH V3 09/25] smartpqi: align code with oob driver
` [PATCH V3 10/25] smartpqi: add stream detection
` [PATCH V3 11/25] smartpqi: add host level stream detection enable
` [PATCH V3 12/25] smartpqi: enable support for NVMe encryption
` [PATCH V3 13/25] smartpqi: disable write_same for nvme hba disks
` [PATCH V3 14/25] smartpqi: fix driver synchronization issues
` [PATCH V3 15/25] smartpqi: fix host qdepth limit
` [PATCH V3 16/25] smartpqi: convert snprintf to scnprintf
` [PATCH V3 17/25] smartpqi: change timing of release of QRM memory during OFA
` [PATCH V3 19/25] smartpqi: add phy id support for the physical drives
` [PATCH V3 20/25] smartpqi: update sas initiator_port_protocols and target_port_protocols
` [PATCH V3 21/25] smartpqi: add additional logging for LUN resets
` [PATCH V3 22/25] smartpqi: update enclosure identifier in sysf
` [PATCH V3 23/25] smartpqi: correct system hangs when resuming from hibernation
` [PATCH V3 24/25] smartpqi: add new pci ids

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

[PATCH v4 0/2] UFS bug fixes
 2021-01-07 18:55 UTC  (11+ messages)
` [PATCH v4 1/2] scsi: ufs: fix livelock of ufshcd_clear_ua_wluns
` [PATCH v4 2/2] scsi: ufs: handle LINERESET with correct tm_cmd

[PATCH v3 0/7] qla2xxx driver enhancements
 2021-01-07 17:57 UTC  (19+ messages)
` [PATCH v3 1/7] qla2xxx: Implementation to get and manage host, target stats and initiator port
    ` [EXT] "
      ` [EXT] "
` [PATCH v3 2/7] qla2xxx: Add error counters to debugfs node
` [PATCH v3 3/7] qla2xxx: Move some messages from debug to normal log level
    ` [EXT] "
      ` [EXT] "
` [PATCH v3 4/7] qla2xxx: Wait for ABTS response on I/O timeouts for NVMe
` [PATCH v3 5/7] qla2xxx: Fix mailbox Ch erroneous error
` [PATCH v3 6/7] qla2xxx: Enable NVME CONF (BIT_7) when enabling SLER
` [PATCH v3 7/7] qla2xxx: Update version to 10.02.00.105-k

[PATCH v5 0/4] scatterlist: add new capabilities
 2021-01-07 17:46 UTC  (5+ messages)
` [PATCH v5 1/4] sgl_alloc_order: remove 4 GiB limit, sgl_free() warning
` [PATCH v5 4/4] scatterlist: add sgl_memset()

scsi: Add diagnostic log for scsi device reset
 2021-01-07 16:49 UTC  (2+ messages)

[PATCH 1/3] scsi: iscsi: let endpoint class declare its sysfs attributes
 2021-01-07 16:02 UTC  (3+ messages)
` [PATCH 2/3] scsi: iscsi: let transport "
` [PATCH 3/3] scsi: iscsi: let iface "

[PATCH] iscsi: Do Not set param when sock is NULL
 2021-01-07 15:48 UTC  (3+ messages)

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

[PATH v3 0/2] Two UFS bug fixes
 2021-01-07  7:40 UTC  (14+ messages)
` [PATCH v3 1/2] scsi: ufs: fix livelock of ufshcd_clear_ua_wluns
` [PATCH v3 2/2] scsi: ufs: handle LINERESET with correct tm_cmd

[PATCH V4] scsi: ufs-debugfs: Add error counters
 2021-01-07  7:30 UTC  (2+ messages)

[PATCH v3] scsi: ufs: Replace sprintf and snprintf with sysfs_emit
 2021-01-07  6:08 UTC  (2+ messages)

[PATCH v7 00/16] blkcg:Support to track FC storage blk io traffic
 2021-01-06 22:00 UTC  (17+ messages)
` [PATCH v7 01/16] cgroup: Added cgroup_get_from_id
` [PATCH v7 02/16] blkcg: Added a app identifier support for blkcg
` [PATCH v7 03/16] nvme: Added a newsysfs attribute appid_store
` [PATCH v7 04/16] lpfc: vmid: Add the datastructure for supporting VMID in lpfc
` [PATCH v7 05/16] lpfc: vmid: Supplementary data structures for vmid and APIs
` [PATCH v7 06/16] lpfc: vmid: Forward declarations for APIs
` [PATCH v7 07/16] lpfc: vmid: VMID params initialization
` [PATCH v7 08/16] lpfc: vmid: Add support for vmid in mailbox command, does vmid resource allocation and vmid cleanup
` [PATCH v7 09/16] lpfc: vmid: Implements ELS commands for appid patch
` [PATCH v7 10/16] lpfc: vmid: Functions to manage vmids
` [PATCH v7 11/16] lpfc: vmid: Implements CT commands for appid
` [PATCH v7 12/16] lpfc: vmid: Appends the vmid in the wqe before sending
` [PATCH v7 13/16] lpfc: vmid: Timeout implementation for vmid
` [PATCH v7 14/16] lpfc: vmid: Adding qfpa and vmid timeout check in worker thread
` [PATCH v7 15/16] lpfc: vmid: Introducing vmid in io path
` [PATCH v7 16/16] scsi: Made changes in Kconfig to select BLK_CGROUP_FC_APPID

[PATCH v8 0/5] scsi: Support to handle Intermittent errors
 2021-01-06 21:49 UTC  (6+ messages)
` [PATCH v8 1/5] scsi: Added a new error code DID_TRANSPORT_MARGINAL in scsi.h
` [PATCH v8 2/5] scsi: No retries on abort success
` [PATCH v8 3/5] scsi_transport_fc: Added a new rport state FC_PORTSTATE_MARGINAL
` [PATCH v8 4/5] scsi_transport_fc: Added store fucntionality to set the rport port_state using sysfs
` [PATCH v8 5/5] scsi:lpfc: Added support for eh_should_retry_cmd

[PATCH -next] scsi: ufs: fix all Kconfig help text indentation
 2021-01-07  1:23 UTC  (2+ messages)

[PATCH 1/2] scsi: ufs: fix livelock of ufshcd_clear_ua_wluns
 2021-01-06 21:25 UTC  (4+ messages)
` [PATCH 2/2] scsi: ufs: handle LINERESET with correct tm_cmd

[PATCH] ibmvfc: fix missing cast of ibmvfc_event pointer to u64 handle
 2021-01-06 20:37 UTC 

[PATCH v2 0/5] ibmvfc: MQ preparatory locking work
 2021-01-06 20:18 UTC  (6+ messages)
` [PATCH v2 1/5] ibmvfc: define generic queue structure for CRQs
` [PATCH v2 2/5] ibmvfc: make command event pool queue specific
` [PATCH v2 3/5] ibmvfc: define per-queue state/list locks
` [PATCH v2 4/5] ibmvfc: complete commands outside the host/queue lock
` [PATCH v2 5/5] ibmvfc: relax locking around ibmvfc_queuecommand

[PATCH 1/2] scsi: ufs: fix livelock of ufshcd_clear_ua_wluns
 2021-01-06 19:35 UTC 

[PATCH 4/5] ibmvfc: complete commands outside the host/queue lock
 2021-01-06 17:18 UTC  (4+ messages)
` [PATCH v2 "

[RFC PATCH v2 net-next 00/12] Make .ndo_get_stats64 sleepable
 2021-01-06 13:45 UTC  (2+ messages)

[PATCH 0/2] hisi_sas: Expose hw queues for v2 hw and remove unused code
 2021-01-06  9:03 UTC  (3+ messages)

[PATCH v9 0/3] Three changes related with UFS clock scaling
 2021-01-06  5:04 UTC  (4+ messages)
` [PATCH v9 1/3] scsi: ufs: Protect some contexts from unexpected "
` [PATCH v9 2/3] scsi: ufs: Refactor ufshcd_init/exit_clk_scaling/gating()
` [PATCH v9 3/3] scsi: ufs: Revert "Make sure clk scaling happens only when HBA is runtime ACTIVE"

[PATCH] scsi: ufs: fix livelock of ufshcd_clear_ua_wluns
 2021-01-06  4:28 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] scsi: ufs: fix livelock of ufshcd_clear_ua_wluns
 2021-01-06  4:27 UTC 

[PATCH] scsi: ufs: ufshcd-pltfrm depends on HAS_IOMEM
 2021-01-06  4:08 UTC 

[PATCH v8 0/3] Three changes related with UFS clock scaling
 2021-01-06  4:02 UTC  (3+ messages)

[PATCH v2 0/4] scsi: ufs: Cleanup and refactor clock scaling
 2021-01-06  2:47 UTC  (2+ messages)

[PATCH v3 0/2] Synchronize user layer access with system PM ops and error handling
 2021-01-06  1:20 UTC  (6+ messages)
` [PATCH 2/2] scsi: ufs: Protect PM ops and err_handler from user access through sysfs


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