public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-12-23 03:11:17 to 2021-01-04 09:16:43 UTC [more...]

[PATCH RFC v4 1/1] scsi: ufs: Fix ufs power down/on specs violation
 2021-01-04  9:15 UTC  (10+ messages)

[PATCH 0/8] pm80xx updates
 2021-01-04  6:45 UTC  (10+ messages)
` [PATCH 1/8] pm80xx: No busywait in MPI init check
` [PATCH 2/8] pm80xx: check fatal error
` [PATCH 3/8] pm80xx: check main config table address
` [PATCH 4/8] pm80xx: fix missing tag_free in NVMD DATA req
` [PATCH 5/8] pm80xx: fix driver fatal dump failure
` [PATCH 6/8] pm80xx: Simultaneous poll for all FW readiness
` [PATCH 7/8] pm80xx: Log SATA IOMB completion status on failure
` [PATCH 8/8] pm80xx: Add sysfs attribute for ioc health

[PATCH 1/3] scsi: aacraid: improve compat_ioctl handlers
 2021-01-03 20:12 UTC  (7+ messages)
` [PATCH 2/3] scsi: megaraid_sas: check user-provided offsets

[PATCH] cxgb4: fix TLS dependencies again
 2021-01-03 18:42 UTC  (3+ messages)

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

[PATCH 00/15] lpfc: Update lpfc to revision 12.8.0.7
 2021-01-03  0:16 UTC  (16+ messages)
` [PATCH 01/15] lpfc: Fix PLOGI S_ID of 0 on pt2pt config
` [PATCH 02/15] lpfc: Fix auto sli_mode and its effect on CONFIG_PORT for SLI3
` [PATCH 03/15] lpfc: Refresh ndlp when a new PRLI is received in the PRLI issue state
` [PATCH 04/15] lpfc: Fix crash when a fabric node is released prematurely
` [PATCH 05/15] lpfc: Use the nvme-fc transport supplied timeout for LS requests
` [PATCH 06/15] lpfc: Fix FW reset action if IOs are outstanding
` [PATCH 07/15] lpfc: Prevent duplicate requests to unregister with cpuhp framework
` [PATCH 08/15] lpfc: Fix error log messages being logged following scsi task mgnt
` [PATCH 09/15] lpfc: Fix target reset failing
` [PATCH 10/15] lpfc: Fix NVME recovery after mailbox timeout
` [PATCH 11/15] lpfc: Fix vport create logging
` [PATCH 12/15] lpfc: Fix crash when nvmet transport calls host_release
` [PATCH 13/15] lpfc: Implement health checking when aborting io
` [PATCH 14/15] lpfc: Enhancements to LOG_TRACE_EVENT for better readability
` [PATCH 15/15] lpfc: Update lpfc version to 12.8.0.7

[RFC PATCH 0/7] target: fix up locking in IO paths
 2021-01-02 22:30 UTC  (4+ messages)
` [PATCH 3/7] tcm qlaxx: move sess cmd list/lock to driver

[PATCH v2 0/7] no-copy bvec
 2021-01-02 15:17 UTC  (8+ messages)
` [PATCH v2 1/7] splice: don't generate zero-len segement bvecs
` [PATCH v2 2/7] bvec/iter: disallow zero-length segment bvecs
` [PATCH v2 3/7] block/psi: remove PSI annotations from direct IO
` [PATCH v2 4/7] target/file: allocate the bvec array as part of struct target_core_file_cmd
` [PATCH v2 5/7] iov_iter: optimise bvec iov_iter_advance()
` [PATCH v2 6/7] bio: add a helper calculating nr segments to alloc
` [PATCH v2 7/7] bio: don't copy bvec for direct IO

[PATCH v3 0/2] Synchronize user layer access with system PM ops and error handling
 2021-01-02 13:59 UTC  (3+ messages)
` [PATCH 1/2] scsi: ufs: Fix a possible NULL pointer issue
` [PATCH 2/2] scsi: ufs: Protect PM ops and err_handler from user access through sysfs

[PATCH v2 0/2] Synchronize user layer access with system PM ops and error handling
 2021-01-02 13:10 UTC  (6+ messages)
` [PATCH v2 1/2] scsi: ufs: Fix a possible NULL pointer issue
` [PATCH v2 2/2] scsi: ufs: Protect PM ops and err_handler from user access through sysfs

[GIT PULL] SCSI fixes for 5.11-rc1
 2021-01-01 21:47 UTC  (4+ messages)

[PATCH] scsi: target: iscsi: remove useless blank line
 2020-12-31  6:39 UTC 

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

[PATCH v1 0/2] Synchronize user layer access with system PM ops and error handling
 2020-12-31  4:25 UTC  (3+ messages)
` [PATCH 1/2] scsi: ufs: Fix a possible NULL pointer issue
` [PATCH 2/2] scsi: ufs: Protect PM ops and err_handler from user access through sysfs

[PATCH] scsi: ufs: Correct the lun used in eh_device_reset_handler() callback
 2020-12-30  8:33 UTC  (4+ messages)

[PATCH -next] scsi: qedf: Use kzalloc for allocating only one thing
 2020-12-30  8:18 UTC 

[PATCH] isci: style: remove the unneeded variable: "status"
 2020-12-30  7:04 UTC 

[PATCH -next] scsi: lpfc: Use kzalloc for allocating only one thing
 2020-12-29 13:53 UTC 

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

[PATCH 4/5] ibmvfc: complete commands outside the host/queue lock
 2020-12-29  2:29 UTC  (2+ messages)

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

[PATCH V3 00/25] smartpqi updates
 2020-12-28 22:36 UTC  (6+ messages)

[PATCH 4.4 022/132] scsi: bnx2i: Requires MMU
 2020-12-28 12:48 UTC 

[PATCH v1] scsi: ufs-mediatek: Enable UFSHCI_QUIRK_SKIP_MANUAL_WB_FLUSH_CTRL
 2020-12-28 12:59 UTC  (15+ messages)

[PATCH 4.9 028/175] scsi: bnx2i: Requires MMU
 2020-12-28 12:48 UTC 

[PATCH 4.14 039/242] scsi: bnx2i: Requires MMU
 2020-12-28 12:47 UTC 

[PATCH 5.4 013/453] scsi: bnx2i: Requires MMU
 2020-12-28 12:44 UTC 

[PATCH 4.19 059/346] scsi: bnx2i: Requires MMU
 2020-12-28 12:46 UTC 

[PATCH v7 0/3] Three changes related with UFS clock scaling
 2020-12-28 11:08 UTC  (4+ messages)
` [PATCH v7 1/3] scsi: ufs: Protect some contexts from unexpected "
` [PATCH v7 2/3] scsi: ufs: Refactor ufshcd_init/exit_clk_scaling/gating()
` [PATCH v7 3/3] scsi: ufs: Revert "Make sure clk scaling happens only when HBA is runtime ACTIVE"

[PATCH] scsi: qedi: add printf attribute to log function
 2020-12-28  9:37 UTC  (3+ messages)

[PATCH v2 0/3] Two changes of UFS sysfs
 2020-12-28  1:50 UTC  (5+ messages)
` [PATCH v2 1/3] scsi: ufs: Replace sprintf and snprintf with sysfs_emit
` [PATCH v2 2/3] scsi: ufs: Add handling of the return value of pm_runtime_get_sync()
` [PATCH v2 3/3] scsi: ufs: Let resume callback return -EBUSY after ufshcd_shutdown

[PATCH 02/24] mpi3mr: base driver code
 2020-12-27 14:14 UTC  (2+ messages)

[PATCH 17/24] mpi3mr: add support of threaded isr
 2020-12-27 13:51 UTC  (2+ messages)

[PATCH 06/24] mpi3mr: add support of event handling part-1
 2020-12-27 13:14 UTC  (2+ messages)

[PATCH] [v2] scsi: scsi_debug: Fix memleak in scsi_debug_init
 2020-12-27  0:46 UTC  (2+ messages)

[PATCH] [SCSI] BusLogic: add printf attribute to log function
 2020-12-27  0:38 UTC  (2+ messages)

[PATCH] scsi: scsi_debug: Fix memleak in scsi_debug_init
 2020-12-26  6:10 UTC 

[PATCH] scsi: qla2xxx: Remove redundant NULL check
 2020-12-25  8:53 UTC 

[PATCH] scsi: fnic: Fix memleak in vnic_dev_init_devcmd2
 2020-12-25  8:35 UTC 

[PATCH v1 0/6] no-copy bvec
 2020-12-24 17:30 UTC  (14+ messages)

[PATCH v2 -next] scsi: target: iscsi: use DEFINE_MUTEX() for mutex lock
 2020-12-24 13:25 UTC 

[PATCH v1 0/2] two changes of UFS sysfs
 2020-12-24  9:35 UTC  (4+ messages)
` [PATCH v1 1/2] scsi: ufs: Replace sprintf and snprintf with sysfs_emit
` [PATCH v1 2/2] scsi: ufs: Add handling of the return value of pm_runtime_get_sync()

[PATCH v5 0/7] Several changes for UFS WriteBooster
 2020-12-23 21:52 UTC  (11+ messages)
` [PATCH v5 1/7] scsi: ufs: Add "wb_on" sysfs node to control WB on/off

[PATCH -next] scsi: megaraid: Use DEFINE_SPINLOCK() for spinlock
 2020-12-23 14:15 UTC 

[PATCH -next] scsi: target: iscsi: use DEFINE_MUTEX (and mutex_init() had been too late)
 2020-12-23 14:11 UTC 

[PATCH 00/24] Introducing mpi3mr driver
 2020-12-23 13:33 UTC  (7+ messages)
` [PATCH 01/24] mpi3mr: add mpi30 Rev-R headers and Kconfig
` [PATCH 03/24] mpi3mr: create operational request and reply queue pair

[PATCH v4 0/2] permit to set block parameters per vendor
 2020-12-23  9:31 UTC  (3+ messages)
  ` [PATCH v4 1/2] ufs: add a vops to configure block parameter

[PATCH v2 0/2] arm64: Support Universal Flash Storage on MediaTek MT6779 platform
 2020-12-23  7:12 UTC  (3+ messages)
` [PATCH v2 1/2] arm64: configs: Support Universal Flash Storage on MediaTek platforms
` [PATCH v2 2/2] arm64: dts: mt6779: Support ufshci and ufsphy

[PATCH v1 0/2] arm64: Support Universal Flash Storage on MediaTek MT6779 platform
 2020-12-23  4:13 UTC  (3+ messages)
` [PATCH v1 1/2] arm64: configs: Support Universal Flash Storage on MediaTek platforms
` [PATCH v1 2/2] arm64: dts: mt6779: Support ufshci and ufsphy

[PATCH AUTOSEL 5.10 030/217] scsi: pm80xx: Make mpi_build_cmd locking consistent
 2020-12-23  2:13 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 032/217] scsi: pm80xx: Avoid busywait in FW ready check


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