linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-18 19:33:49 to 2020-10-21 08:31:12 UTC [more...]

[PATCH] scsi: megaraid_sas: use spin_lock() in hard IRQ
 2020-10-21  6:45 UTC 

propose some UFS fixes
 2020-10-21  6:05 UTC  (13+ messages)
` [PATCH v2 1/5] scsi: ufs: atomic update for clkgating_enable
` [PATCH v2 2/5] scsi: ufs: clear UAC for FFU and RPMB LUNs
` [PATCH v2 3/5] scsi: ufs: use WQ_HIGHPRI for gating work
` [PATCH v2 4/5] scsi: add more contexts in the ufs tracepoints
` [PATCH v2 5/5] scsi: ufs: fix clkgating on/off correctly

[PATCH] scsi: ufs: make sure scan sequence for multiple hosts
 2020-10-21  4:23 UTC  (3+ messages)

[PATCH v1 0/2] Fix some racing problems btw err_handler and paths like system PM ops and the task abort callback
 2020-10-21  1:18 UTC  (4+ messages)
` [PATCH v1 1/2] scsi: ufs: Serialize eh_work with system PM events and async scan

[PATCH 0/9] lpfc: Update lpfc to revision 12.8.0.5
 2020-10-20 20:27 UTC  (10+ messages)
` [PATCH 1/9] lpfc: fix invalid sleeping context in lpfc_sli4_nvmet_alloc
` [PATCH 2/9] lpfc: fix scheduling call while in softirq context in lpfc_unreg_rpi
` [PATCH 3/9] lpfc: Re-fix use after free in lpfc_rq_buf_free()
` [PATCH 4/9] lpfc: Removed unused macros in lpfc_attr.c
` [PATCH 5/9] lpfc: Fix duplicate wq_create_version check
` [PATCH 6/9] lpfc: Enlarge max_sectors in scsi templates
` [PATCH 7/9] lpfc: Add FDMI Vendor MIB support
` [PATCH 8/9] lpfc: Reject CT request for MIB commands
` [PATCH 9/9] lpfc: Update lpfc version to 12.8.0.5

[PATCH v3 00/17] scsi: Support to handle Intermittent errors
 2020-10-20 20:18 UTC  (27+ messages)
` [PATCH v3 03/17] scsi: No retries on abort success
` [PATCH v3 05/17] scsi_transport_fc: Added a new rport state FC_PORTSTATE_MARGINAL
` [PATCH v3 06/17] scsi_transport_fc: Added store fucntionality to set the rport port_state using sysfs

[PATCH] scsi: ufs: fix no clkgating due to tag being alive
 2020-10-20 19:17 UTC  (5+ messages)
` [PATCH v2] scsi: ufs: fix clkgating on/off correctly

[RFC] treewide: cleanup unreachable breaks
 2020-10-20 18:42 UTC  (12+ messages)
    ` [Ocfs2-devel] "

[PATCH 1/4] scsi: ufs: atomic update for clkgating_enable
 2020-10-20 18:36 UTC  (15+ messages)
` [PATCH 2/4] scsi: ufs: clear UAC for FFU and RPMB LUNs
` [PATCH 3/4] scsi: ufs: use WQ_HIGHPRI for gating work
` [PATCH 4/4] scsi: add more contexts in the ufs tracepoints

[PATCH v2 0/1] scsi: libiscsi: fix NOP race condition
 2020-10-20 16:55 UTC  (5+ messages)
` [PATCH v2 1/1] "

[PATCH] scsi: ufs: Fix unexpected values get from ufshcd_read_desc_param()
 2020-10-20 14:52 UTC  (2+ messages)

[PATCH 0/4] scsi: FDMI enhancement
 2020-10-20 14:24 UTC  (12+ messages)
` [PATCH 1/4] include:scsi: "
` [PATCH 2/4] include:scsi:fc: "
    ` [EXT] "
      ` [EXT] "
` [PATCH 3/4] scsi:libfc: "
` [PATCH 4/4] scsi:qedf: Added attributes for RHBA and RPA
    ` [EXT] "

[PATCH] scsi: alua: fix the race between alua_bus_detach and alua_rtpg
 2020-10-20 13:13 UTC  (8+ messages)

[PATCH] scsi: ufs: make sure scan sequence for multiple hosts
 2020-10-20  8:44 UTC 

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

カナダオファー
 2020-10-20  6:37 UTC 

[PATCH] scsi: ufs: Make sure clk scaling happens only when hba is runtime ACTIVE
 2020-10-20  2:35 UTC  (2+ messages)

[PATCH v2 0/2] Fix some racing problems btw err_handler and paths like system PM ops and the task abort callback
 2020-10-20  2:33 UTC  (2+ messages)

[PATCH] message: fusion: remove unneeded break
 2020-10-19 19:19 UTC 

[PATCH v3 0/4] scatterlist: add new capabilities
 2020-10-19 19:19 UTC  (5+ messages)
` [PATCH v3 1/4] sgl_alloc_order: remove 4 GiB limit, sgl_free() warning
` [PATCH v3 2/4] scatterlist: add sgl_copy_sgl() function
` [PATCH v3 3/4] scatterlist: add sgl_compare_sgl() function
` [PATCH v3 4/4] scatterlist: add sgl_memset()

[RFC v2 00/18] blkcg:Support to track FC storage blk io traffic
 2020-10-19 15:20 UTC  (24+ messages)
` [RFC v2 01/18] cgroup: Added cgroup_get_from_kernfs_id
` [RFC v2 02/18] blkcg: Added a app identifier support for blkcg
` [RFC v2 03/18] nvme: Added a newsysfs attribute appid_store
` [RFC v2 04/18] lpfc: vmid: Add the datastructure for supporting VMID in lpfc
` [RFC v2 05/18] lpfc: vmid: API to check if VMID is enabled
` [RFC v2 06/18] lpfc: vmid: Supplementary data structures for vmid
` [RFC v2 07/18] lpfc: vmid: Forward declarations for APIs
` [RFC v2 08/18] lpfc: vmid: Add support for vmid in mailbox command
` [RFC v2 09/18] lpfc: vmid: VMID params initialization
` [RFC v2 10/18] lpfc: vmid: vmid resource allocation
` [RFC v2 11/18] lpfc: vmid: cleanup vmid resources
` [RFC v2 12/18] lpfc: vmid: Implements ELS commands for appid patch
` [RFC v2 13/18] lpfc: vmid: Functions to manage vmids
` [RFC v2 14/18] lpfc: vmid: Implements CT commands for appid
` [RFC v2 15/18] lpfc: vmid: Appends the vmid in the wqe before sending request
` [RFC v2 16/18] lpfc: vmid: Timeout implementation for vmid
` [RFC v2 17/18] lpfc: vmid: Adding qfpa and vmid timeout check in worker thread
` [RFC v2 18/18] lpfc: vmid: Introducing vmid in io path

[PATCH] scsi: core: don't start concurrent async scan on same host
 2020-10-19 14:38 UTC  (3+ messages)

[PATCH] scsi: remove unneeded break
 2020-10-19 14:23 UTC 

[PATCH 0/4] bfa: update printk() usage
 2020-10-19 12:17 UTC  (5+ messages)
` [PATCH 1/4] bfa: Remove legacy "
` [PATCH 2/4] bfa: drop unused 'bfad' and 'pcidev' arguments
` [PATCH 3/4] bfa: remove bfa_pcidev_s
` [PATCH 4/4] bfa: move bfa_sm_fault() to dev_err()

[PATCH v2] scsi: target: tcmu: scatter_/gather_data_area rework
 2020-10-19 11:51 UTC 

[PATCH v2 0/4] scatterlist: add new capabilities
 2020-10-19 11:18 UTC  (3+ messages)
` [PATCH v2 4/4] scatterlist: add sgl_memset()

[PATCH] scsi: target: tcmu: scatter_/gather_data_area rework
 2020-10-18 22:46 UTC  (2+ messages)

[PATCH AUTOSEL 5.9 043/111] scsi: mvumi: Fix error return in mvumi_io_attach()
 2020-10-18 19:18 UTC  (9+ messages)
` [PATCH AUTOSEL 5.9 076/111] scsi: ibmvfc: Fix error return in ibmvfc_probe()
` [PATCH AUTOSEL 5.9 077/111] scsi: qla2xxx: Warn if done() or free() are called on an already freed srb
` [PATCH AUTOSEL 5.9 084/111] scsi: qedf: Return SUCCESS if stale rport is encountered
` [PATCH AUTOSEL 5.9 085/111] scsi: qedi: Mark all connections for recovery on link down event
` [PATCH AUTOSEL 5.9 086/111] scsi: qedi: Protect active command list to avoid list corruption
` [PATCH AUTOSEL 5.9 087/111] scsi: qedi: Fix list_del corruption while removing active I/O
` [PATCH AUTOSEL 5.9 100/111] scsi: smartpqi: Avoid crashing kernel for controller issues
` [PATCH AUTOSEL 5.9 104/111] scsi: ufs: ufs-qcom: Fix race conditions caused by ufs_qcom_testbus_config()

[PATCH AUTOSEL 5.8 041/101] scsi: mvumi: Fix error return in mvumi_io_attach()
 2020-10-18 19:20 UTC  (8+ messages)
` [PATCH AUTOSEL 5.8 071/101] scsi: ibmvfc: Fix error return in ibmvfc_probe()
` [PATCH AUTOSEL 5.8 072/101] scsi: qla2xxx: Warn if done() or free() are called on an already freed srb
` [PATCH AUTOSEL 5.8 078/101] scsi: qedf: Return SUCCESS if stale rport is encountered
` [PATCH AUTOSEL 5.8 079/101] scsi: qedi: Mark all connections for recovery on link down event
` [PATCH AUTOSEL 5.8 080/101] scsi: qedi: Protect active command list to avoid list corruption
` [PATCH AUTOSEL 5.8 081/101] scsi: qedi: Fix list_del corruption while removing active I/O
` [PATCH AUTOSEL 5.8 097/101] scsi: ufs: ufs-qcom: Fix race conditions caused by ufs_qcom_testbus_config()

[PATCH AUTOSEL 5.4 32/80] scsi: mvumi: Fix error return in mvumi_io_attach()
 2020-10-18 19:22 UTC  (9+ messages)
` [PATCH AUTOSEL 5.4 33/80] scsi: target: core: Add CONTROL field for trace events
` [PATCH AUTOSEL 5.4 55/80] scsi: ibmvfc: Fix error return in ibmvfc_probe()
` [PATCH AUTOSEL 5.4 56/80] scsi: qla2xxx: Warn if done() or free() are called on an already freed srb
` [PATCH AUTOSEL 5.4 62/80] scsi: qedf: Return SUCCESS if stale rport is encountered
` [PATCH AUTOSEL 5.4 63/80] scsi: qedi: Protect active command list to avoid list corruption
` [PATCH AUTOSEL 5.4 64/80] scsi: qedi: Fix list_del corruption while removing active I/O
` [PATCH AUTOSEL 5.4 74/80] scsi: smartpqi: Avoid crashing kernel for controller issues
` [PATCH AUTOSEL 5.4 77/80] scsi: ufs: ufs-qcom: Fix race conditions caused by ufs_qcom_testbus_config()

[PATCH AUTOSEL 4.19 26/56] scsi: mvumi: Fix error return in mvumi_io_attach()
 2020-10-18 19:24 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 46/56] scsi: qedi: Protect active command list to avoid list corruption
` [PATCH AUTOSEL 4.19 55/56] scsi: ufs: ufs-qcom: Fix race conditions caused by ufs_qcom_testbus_config()

[PATCH AUTOSEL 4.14 24/52] scsi: mvumi: Fix error return in mvumi_io_attach()
 2020-10-18 19:25 UTC  (5+ messages)
` [PATCH AUTOSEL 4.14 39/52] scsi: ibmvfc: Fix error return in ibmvfc_probe()
` [PATCH AUTOSEL 4.14 43/52] scsi: qedi: Protect active command list to avoid list corruption
` [PATCH AUTOSEL 4.14 44/52] scsi: qedi: Fix list_del corruption while removing active I/O
` [PATCH AUTOSEL 4.14 51/52] scsi: ufs: ufs-qcom: Fix race conditions caused by ufs_qcom_testbus_config()


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