linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-16 04:48:16 to 2020-01-19 20:29:19 UTC [more...]

[PATCH 0/6] scsi: support bypass device busy check for some high end HBA with SSD
 2020-01-19 20:29 UTC  (9+ messages)
` [PATCH 1/6] scsi: mpt3sas: don't use .device_busy in device reset routine
` [PATCH 2/6] scsi: remove .for_blk_mq
` [PATCH 3/6] scsi: sd: register request queue after sd_revalidate_disk is done
` [PATCH 4/6] block: freeze queue for updating QUEUE_FLAG_NONROT
` [PATCH 5/6] scsi: core: don't limit per-LUN queue depth for SSD when HBA needs
` [PATCH 6/6] scsi: megaraid: set flag of no_device_queue_for_ssd

[PATCH] scsi: sd: provide a new module parameter to set whether SCSI disks support WRITE_SAME_16 by default
 2020-01-19 19:36 UTC  (2+ messages)

[PATCH 0/4] ufs: Let the SCSI core allocate per-command UFS data
 2020-01-19 14:38 UTC  (3+ messages)
` [PATCH 2/4] ufs: Introduce ufshcd_init_lrb()

[PATCH v1 0/3] scsi: ufs-mediatek: add MediaTek vendor implementation part II
 2020-01-19 14:27 UTC  (7+ messages)
` [PATCH v1 1/3] scsi: ufs-mediatek: add dbg_register_dump implementation
` [PATCH v1 2/3] scsi: ufs: export some functions for vendor usage
` [PATCH v1 3/3] scsi: ufs-mediatek: enable low-power mode for hibern8 state

[PATCH v3 0/8] Use UFS device indicated maximum LU number
 2020-01-19  9:57 UTC  (21+ messages)
` [PATCH v3 1/8] scsi: ufs: Fix ufshcd_probe_hba() reture value in case ufshcd_scsi_add_wlus() fails
` [PATCH v3 2/8] scsi: ufs: Delete struct ufs_dev_desc
` [PATCH v3 3/8] scsi: ufs: Split ufshcd_probe_hba() based on its called flow
` [PATCH v3 4/8] scsi: ufs: move ufshcd_get_max_pwr_mode() to ufs_init_params()
` [PATCH v3 5/8] scsi: ufs: Inline two functions into their callers
` [PATCH v3 6/8] scsi: ufs: Delete is_init_prefetch from struct ufs_hba
` [PATCH v3 7/8] scsi: ufs: Add max_lu_supported in struct ufs_dev_info
` [PATCH v3 8/8] scsi: ufs: Use UFS device indicated maximum LU number

[Bug 206253] New: mpt3sas driver crash under heavy load
 2020-01-19  0:46 UTC 

[GIT PULL] more SCSI fixes for 5.5-rc6
 2020-01-18 20:20 UTC  (2+ messages)

[PATCH v6 0/9] Inline Encryption Support
 2020-01-18  5:27 UTC  (23+ messages)
` [PATCH v6 1/9] block: Keyslot Manager for Inline Encryption
` [PATCH v6 2/9] block: Add encryption context to struct bio
` [PATCH v6 4/9] scsi: ufs: UFS driver v2.1 spec crypto additions
` [PATCH v6 5/9] scsi: ufs: UFS crypto API
` [PATCH v6 6/9] scsi: ufs: Add inline encryption support to UFS

[PATCH] qla2xxx: Fix a NULL pointer dereference in an error path
 2020-01-18  4:20 UTC 

[PATCH] iscsi: Add support for asynchronous iSCSI session destruction
 2020-01-17 23:33 UTC 

[PATCH v3] qla2xxx: Fix unbound NVME response length
 2020-01-17 22:16 UTC  (2+ messages)

[PATCH v2 0/9] Use UFS device indicated maximum LU number
 2020-01-17 20:13 UTC  (23+ messages)
` [PATCH v2 1/9] scsi: ufs: goto with returned value while failed to add WL
    ` [EXT] "
` [PATCH v2 2/9] scsi: ufs: Delete struct ufs_dev_desc
    ` [EXT] "
` [PATCH v2 3/9] scsi: ufs: Split ufshcd_probe_hba() based on its called flow
` [PATCH v2 4/9] scsi: ufs: Move ufshcd_get_max_pwr_mode() to ufs_init_params()
` [PATCH v2 5/9] scsi: ufs: Delete two unnecessary functions
    ` [EXT] "
` [PATCH v2 6/9] scsi: ufs: Delete is_init_prefetch from struct ufs_hba
    ` [EXT] "
` [PATCH v2 7/9] scsi: ufs: Add max_lu_supported in struct ufs_dev_info
    ` [EXT] "
` [PATCH v2 8/9] scsi: ufs: Initialize max_lu_supported
` [PATCH v2 9/9] scsi: ufs: Use UFS device indicated maximum LU number

[PATCH v2] qla2xxx: Fix unbound NVME response length
 2020-01-17 19:24 UTC  (2+ messages)

[PATCH V2 00/13] pm80xx : Updates for the driver version 0.1.39
 2020-01-17 15:53 UTC  (21+ messages)
` [PATCH V2 01/13] pm80xx : Increase request sg length
` [PATCH V2 02/13] pm80xx : Deal with kexec reboots
` [PATCH V2 03/13] pm80xx : Free the tag when mpi_set_phy_profile_resp is received
` [PATCH V2 04/13] pm80xx : Cleanup initialization loading fail path
` [PATCH V2 05/13] pm80xx : Support for char device
` [PATCH V2 06/13] pm80xx : sysfs attribute for number of phys
` [PATCH V2 07/13] pm80xx : IOCTL functionality to get phy status
` [PATCH V2 08/13] pm80xx : IOCTL functionality to get phy error
` [PATCH V2 09/13] pm80xx : IOCTL functionality for GPIO
` [PATCH V2 10/13] pm80xx : IOCTL functionality for SGPIO
` [PATCH V2 11/13] pm80xx : sysfs attribute for non fatal dump
` [PATCH V2 12/13] pm80xx : Introduce read and write length for IOCTL payload structure
` [PATCH V2 13/13] pm80xx : IOCTL functionality for TWI device

[PATCH 1/2] drivers: scsi: fcoe: fcoe_ctlr: Pass lockdep expression to RCU lists
 2020-01-17 15:31 UTC  (2+ messages)
` [PATCH 2/2] drivers: scsi: qedf: qedf_main: "

[PATCH] mpt3sas: don't change the dma coherent mask after allocations
 2020-01-17 13:45 UTC 

[PATCH v3 1/3] drivers: target: target_core_device: Pass lockdep expression to RCU lists
 2020-01-17 13:38 UTC  (3+ messages)
` [PATCH v3 2/3] drivers: target: target_core_tpg: "
` [PATCH v3 3/3] drivers: target: tcm_fc: tfc_sess: "

[linux-next/mainline][bisected 3acac06][ppc] Oops when unloading mpt3sas driver
 2020-01-17 12:51 UTC  (7+ messages)

[PATCH] scsi: qla1280: Make checking for 64bit support consistent
 2020-01-17 11:56 UTC 

[PATCH RFC v5 00/11] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
 2020-01-17 11:40 UTC  (11+ messages)
` [PATCH 09/11] megaraid_sas: switch fusion adapters to MQ

[PATCH v2 00/11] megaraid_sas: driver updates to 07.713.01.00-rc1
 2020-01-17 11:19 UTC  (4+ messages)
` [PATCH v2 10/11] megaraid_sas: Use Block layer API to check SCSI device in-flight IO requests

[PATCH v1 0/2] scsi: ufs: fix device power mode during PM flow
 2020-01-17  7:57 UTC  (12+ messages)
` [PATCH v1 1/2] scsi: ufs: set device as default active power mode during initialization only

[PATCH v2 0/1] Summary: hwmon driver for temperature sensors on SATA drives
 2020-01-17  3:53 UTC  (14+ messages)
` [PATCH v2] hwmon: Driver "

[PATCH v1 1/1] scsi: ufs: Add command logging infrastructure
 2020-01-17  3:43 UTC  (7+ messages)

[PATCH] scsi: qla1280: Fix dma firmware download, if dma address is 64bit
 2020-01-17  1:29 UTC  (4+ messages)

[PATCH 4.19 50/84] scsi: sd: enable compat ioctls for sed-opal
 2020-01-16 23:18 UTC 

[PATCH 4.14 44/71] scsi: sd: enable compat ioctls for sed-opal
 2020-01-16 23:18 UTC 

[PATCH 5.4 127/203] scsi: sd: enable compat ioctls for sed-opal
 2020-01-16 23:17 UTC 

[PATCH] qla2xxx: Fix unbound NVME response length
 2020-01-16 22:12 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 005/205] scsi: lpfc: Fix hdwq sgl locks and irq handling
 2020-01-16 16:42 UTC  (17+ messages)
` [PATCH AUTOSEL 5.4 006/205] scsi: lpfc: Fix list corruption detected in lpfc_put_sgl_per_hdwq
` [PATCH AUTOSEL 5.4 061/205] scsi: esas2r: unlock on error in esas2r_nvram_read_direct()
` [PATCH AUTOSEL 5.4 062/205] scsi: hisi_sas: Don't create debugfs dump folder twice
` [PATCH AUTOSEL 5.4 063/205] scsi: hisi_sas: Set the BIST init value before enabling BIST
` [PATCH AUTOSEL 5.4 089/205] scsi: ufs: delete redundant function ufshcd_def_desc_sizes()
` [PATCH AUTOSEL 5.4 095/205] scsi: core: scsi_trace: Use get_unaligned_be*()
` [PATCH AUTOSEL 5.4 122/205] scsi: lpfc: Fix a kernel warning triggered by lpfc_get_sgl_per_hdwq()
` [PATCH AUTOSEL 5.4 136/205] scsi: hisi_sas: Return directly if init hardware failed
` [PATCH AUTOSEL 5.4 156/205] scsi: qla4xxx: fix double free bug
` [PATCH AUTOSEL 5.4 157/205] scsi: bnx2i: fix potential use after free
` [PATCH AUTOSEL 5.4 158/205] scsi: target: core: Fix a pr_debug() argument
` [PATCH AUTOSEL 5.4 166/205] scsi: scsi_transport_sas: Fix memory leak when removing devices
` [PATCH AUTOSEL 5.4 177/205] scsi: qla2xxx: fix rports not being mark as lost in sync fabric scan
` [PATCH AUTOSEL 5.4 178/205] scsi: qla2xxx: Fix qla2x00_request_irqs() for MSI
` [PATCH AUTOSEL 5.4 200/205] scsi: ufs: Give an unique ID to each ufs-bsg
` [PATCH AUTOSEL 5.4 204/205] scsi: mpt3sas: Fix double free in attach error handling

[PATCH AUTOSEL 4.19 282/671] scsi: qla2xxx: Unregister chrdev if module initialization fails
 2020-01-16 17:05 UTC  (14+ messages)
` [PATCH AUTOSEL 4.19 289/671] scsi: target/core: Fix a race condition in the LUN lookup code
` [PATCH AUTOSEL 4.19 316/671] scsi: qla2xxx: Fix a format specifier
` [PATCH AUTOSEL 4.19 317/671] scsi: qla2xxx: Fix error handling in qlt_alloc_qfull_cmd()
` [PATCH AUTOSEL 4.19 318/671] scsi: qla2xxx: Avoid that qlt_send_resp_ctio() corrupts memory
` [PATCH AUTOSEL 4.19 463/671] scsi: libfc: fix null pointer dereference on a null lport
` [PATCH AUTOSEL 4.19 538/671] scsi: fnic: fix msix interrupt allocation
` [PATCH AUTOSEL 4.19 626/671] scsi: esas2r: unlock on error in esas2r_nvram_read_direct()
` [PATCH AUTOSEL 4.19 632/671] scsi: core: scsi_trace: Use get_unaligned_be*()
` [PATCH AUTOSEL 4.19 652/671] scsi: qla4xxx: fix double free bug
` [PATCH AUTOSEL 4.19 653/671] scsi: bnx2i: fix potential use after free
` [PATCH AUTOSEL 4.19 654/671] scsi: target: core: Fix a pr_debug() argument
` [PATCH AUTOSEL 4.19 661/671] scsi: qla2xxx: fix rports not being mark as lost in sync fabric scan
` [PATCH AUTOSEL 4.19 662/671] scsi: qla2xxx: Fix qla2x00_request_irqs() for MSI

[PATCH AUTOSEL 4.14 132/371] scsi: megaraid_sas: reduce module load time
 2020-01-16 17:23 UTC  (14+ messages)
` [PATCH AUTOSEL 4.14 158/371] scsi: qla2xxx: Unregister chrdev if module initialization fails
` [PATCH AUTOSEL 4.14 159/371] scsi: target/core: Fix a race condition in the LUN lookup code
` [PATCH AUTOSEL 4.14 174/371] scsi: qla2xxx: Fix a format specifier
` [PATCH AUTOSEL 4.14 175/371] scsi: qla2xxx: Avoid that qlt_send_resp_ctio() corrupts memory
` [PATCH AUTOSEL 4.14 248/371] scsi: libfc: fix null pointer dereference on a null lport
` [PATCH AUTOSEL 4.14 290/371] scsi: fnic: fix msix interrupt allocation
` [PATCH AUTOSEL 4.14 339/371] scsi: esas2r: unlock on error in esas2r_nvram_read_direct()
` [PATCH AUTOSEL 4.14 342/371] scsi: core: scsi_trace: Use get_unaligned_be*()
` [PATCH AUTOSEL 4.14 357/371] scsi: qla4xxx: fix double free bug
` [PATCH AUTOSEL 4.14 358/371] scsi: bnx2i: fix potential use after free
` [PATCH AUTOSEL 4.14 359/371] scsi: target: core: Fix a pr_debug() argument
` [PATCH AUTOSEL 4.14 365/371] scsi: qla2xxx: fix rports not being mark as lost in sync fabric scan
` [PATCH AUTOSEL 4.14 366/371] scsi: qla2xxx: Fix qla2x00_request_irqs() for MSI

[PATCH AUTOSEL 4.9 092/251] scsi: megaraid_sas: reduce module load time
 2020-01-16 17:36 UTC  (8+ messages)
` [PATCH AUTOSEL 4.9 113/251] scsi: qla2xxx: Unregister chrdev if module initialization fails
` [PATCH AUTOSEL 4.9 168/251] scsi: libfc: fix null pointer dereference on a null lport
` [PATCH AUTOSEL 4.9 231/251] scsi: esas2r: unlock on error in esas2r_nvram_read_direct()
` [PATCH AUTOSEL 4.9 233/251] scsi: core: scsi_trace: Use get_unaligned_be*()
` [PATCH AUTOSEL 4.9 243/251] scsi: qla4xxx: fix double free bug
` [PATCH AUTOSEL 4.9 244/251] scsi: bnx2i: fix potential use after free
` [PATCH AUTOSEL 4.9 245/251] scsi: target: core: Fix a pr_debug() argument

[PATCH AUTOSEL 4.4 056/174] scsi: megaraid_sas: reduce module load time
 2020-01-16 17:42 UTC  (7+ messages)
` [PATCH AUTOSEL 4.4 073/174] scsi: qla2xxx: Unregister chrdev if module initialization fails
` [PATCH AUTOSEL 4.4 110/174] scsi: libfc: fix null pointer dereference on a null lport
` [PATCH AUTOSEL 4.4 158/174] scsi: esas2r: unlock on error in esas2r_nvram_read_direct()
` [PATCH AUTOSEL 4.4 168/174] scsi: qla4xxx: fix double free bug
` [PATCH AUTOSEL 4.4 169/174] scsi: bnx2i: fix potential use after free
` [PATCH AUTOSEL 4.4 170/174] scsi: target: core: Fix a pr_debug() argument

Gather lpfc debug logs in kernel tracefs ringbuffer
 2020-01-16 17:44 UTC  (2+ messages)
` [PATCH] lpfc: Gather lpfc debug logs using "

[PATCH AUTOSEL 4.19 239/671] scsi: megaraid_sas: reduce module load time
 2020-01-16 16:52 UTC 

[PATCH 0/3] cleanup patches for unused variables
 2020-01-16 11:56 UTC  (4+ messages)
` [PATCH 1/3] scsi: aic7xxx: remove set but not used variable 'tinfo'
` [PATCH 2/3] scsi: aic7xxx: remove set but not used variable 'ahc'
` [PATCH 3/3] scsi: aic7xxx: remove set but not used variable 'targ'

[LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] Storage: shared host-wide tags for legacy SCSI drivers
 2020-01-16 11:26 UTC 

[PATCH] fnic: do not queue commands during fwreset
 2020-01-16 10:20 UTC 

Trace seen on target during iSER login
 2020-01-16  4:48 UTC  (5+ 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).