linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-30 19:15:47 to 2020-12-02 10:41:58 UTC [more...]

[PATCH v5 0/5] Support managed interrupts for platform devices
 2020-12-02 10:36 UTC  (3+ messages)
` [PATCH v5 2/5] resource: Add irqresource_disabled()
` [PATCH v5 3/5] ACPI: Drop acpi_dev_irqresource_disabled()

[PATCH 00/10] vhost/qemu: thread per IO SCSI vq
 2020-12-02 10:35 UTC  (14+ messages)

[PATCH] docs: ABI: sysfs-driver-ufs: Add DeepSleep power mode
 2020-12-02 10:20 UTC  (2+ messages)

[PATCH V6 0/3] Minor fixes to UFS error handling
 2020-12-02 10:16 UTC  (4+ messages)
` [PATCH V6 1/3] scsi: ufs: Serialize eh_work with system PM events and async scan
` [PATCH V6 2/3] scsi: ufs: Fix a race condition between ufshcd_abort and eh_work
` [PATCH V6 3/3] scsi: ufs: Print host regs in IRQ handler when AH8 error happens

[PATCH v3] scsi: ufs: Remove pre-defined initial voltage values of device powers
 2020-12-02 10:16 UTC  (2+ messages)

[PATCH] scsi: core: fix race between handling STS_RESOURCE and completion
 2020-12-02 10:04 UTC 

[PATCH 00/10] vhost/qemu: thread per IO SCSI vq
 2020-12-02  9:59 UTC  (3+ messages)
` [PATCH 1/1] qemu vhost scsi: add VHOST_SET_VRING_ENABLE support

[PATCH V5 0/3] Minor fixes to UFS error handling
 2020-12-02  9:10 UTC  (9+ messages)
` [PATCH V5 1/3] scsi: ufs: Serialize eh_work with system PM events and async scan
` [PATCH V5 2/3] scsi: ufs: Fix a race condition between ufshcd_abort and eh_work
` [PATCH V5 3/3] scsi: ufs: Print host regs in IRQ handler when AH8 error happens

[bug report] Hang on sync after dd
 2020-12-02  9:06 UTC  (9+ messages)

[PATCH v2] scsi: ufs: Remove pre-defined initial voltage values of device powers
 2020-12-02  8:22 UTC  (5+ messages)

[PATCH v4 0/3] Minor fixes to UFS error handling
 2020-12-02  8:20 UTC  (6+ messages)
` [PATCH v4 1/3] scsi: ufs: Serialize eh_work with system PM events and async scan
` [PATCH v4 2/3] scsi: ufs: Fix a race condition between ufshcd_abort and eh_work
` [PATCH v4 3/3] scsi: ufs: Print host regs in IRQ handler when AH8 error happens

[PATCH 00/15] qla2xxx bug fixes
 2020-12-02  7:44 UTC  (38+ messages)
` [PATCH 01/15] scsi: qla2xxx: Return EBUSY on fcport deletion
` [PATCH 02/15] qla2xxx: Change post del message from debug level to log level
        ` [EXT] "
` [PATCH 03/15] qla2xxx: limit interrupt vectors to number of cpu
` [PATCH 04/15] qla2xxx: tear down session if FW say its down
` [PATCH 05/15] qla2xxx: Don't check for fw_started while posting nvme command
        ` [EXT] "
` [PATCH 06/15] qla2xxx: Fix compilation issue in PPC systems
` [PATCH 07/15] qla2xxx: Fix crash during driver load on big endian machines
` [PATCH 08/15] qla2xxx: Fix FW initialization error "
` [PATCH 09/15] qla2xxx: fix N2N and NVME connect retry failure
` [PATCH 10/15] qla2xxx: Handle aborts correctly for port undergoing deletion
` [PATCH 11/15] qla2xxx: Fix flash update in 28XX adapters on big endian machines
` [PATCH 12/15] qla2xxx: Fix the call trace for flush workqueue
` [PATCH 13/15] qla2xxx: If fcport is undergoing deletion return IO with retry
` [PATCH 14/15] qla2xxx: Fix device loss on 4G and older HBAs
` [PATCH 15/15] qla2xxx: Update version to 10.02.00.104-k

[RFC PATCH v1] scsi: ufs: Remove pre-defined initial VCC voltage values
 2020-12-02  7:36 UTC  (14+ messages)

[PATCH v4 0/9] Rework runtime suspend and SPI domain validation
 2020-12-02  7:16 UTC  (23+ messages)
` [PATCH v4 2/9] block: Introduce BLK_MQ_REQ_PM
` [PATCH v4 3/9] ide: Do not set the RQF_PREEMPT flag for sense requests
` [PATCH v4 4/9] ide: Mark power management requests with RQF_PM instead of RQF_PREEMPT
` [PATCH v4 5/9] scsi: Do not wait for a request in scsi_eh_lock_door()
` [PATCH v4 6/9] scsi_transport_spi: Set RQF_PM for domain validation commands
` [PATCH v4 7/9] scsi: Only process PM requests if rpm_status != RPM_ACTIVE
` [PATCH v4 8/9] block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPT
` [PATCH v4 9/9] block: Do not accept any requests while suspended

[RFC PATCH 00/15] libiscsi: lock clean ups
 2020-12-02  1:27 UTC  (17+ messages)
` [PATCH 01/15] libiscsi: fix iscsi_prep_scsi_cmd_pdu error handling
` [PATCH 02/15] libiscsi: drop taskqueuelock
` [PATCH 03/15] qla4xxx: use iscsi_is_session_online
` [PATCH 04/15] iscsi class: drop session lock in iscsi_session_chkready
` [PATCH 05/15] libiscsi: remove queued_cmdsn
` [PATCH 06/15] libiscsi: drop frwd lock for session state
` [PATCH 07/15] libiscsi: separate itt from task allocation
` [PATCH 08/15] iser, be2iscsi, qla4xxx: set scsi_host_template cmd_size
` [PATCH 09/15] bnx2i: "
` [PATCH 10/15] qedi: "
` [PATCH 11/15] iscsi_tcp, libcxgbi: "
` [PATCH 12/15] libiscsi: use blk/scsi-ml mq cmd pre-allocator
` [PATCH 13/15] libiscsi: drop back_lock requirement for iscsi_put_task
` [PATCH 14/15] libiscsi: drop back_lock from xmit path
` [PATCH 15/15] libiscsi: convert ping_task to refcount handler

[PATCH v2 00/17] ibmvfc: initial MQ development
 2020-12-02  0:53 UTC  (18+ messages)
` [PATCH v2 01/17] ibmvfc: add vhost fields and defaults for MQ enablement
` [PATCH v2 02/17] ibmvfc: define hcall wrapper for registering a Sub-CRQ
` [PATCH v2 03/17] ibmvfc: add Subordinate CRQ definitions
` [PATCH v2 04/17] ibmvfc: add alloc/dealloc routines for SCSI Sub-CRQ Channels
` [PATCH v2 05/17] ibmvfc: add Sub-CRQ IRQ enable/disable routine
` [PATCH v2 06/17] ibmvfc: add handlers to drain and complete Sub-CRQ responses
` [PATCH v2 07/17] ibmvfc: define Sub-CRQ interrupt handler routine
` [PATCH v2 08/17] ibmvfc: map/request irq and register Sub-CRQ interrupt handler
` [PATCH v2 09/17] ibmvfc: implement channel enquiry and setup commands
` [PATCH v2 10/17] ibmvfc: advertise client support for using hardware channels
` [PATCH v2 11/17] ibmvfc: set and track hw queue in ibmvfc_event struct
` [PATCH v2 12/17] ibmvfc: send commands down HW Sub-CRQ when channelized
` [PATCH v2 13/17] ibmvfc: register Sub-CRQ handles with VIOS during channel setup
` [PATCH v2 14/17] ibmvfc: add cancel mad initialization helper
` [PATCH v2 15/17] ibmvfc: send Cancel MAD down each hw scsi channel
` [PATCH v2 16/17] ibmvfc: enable MQ and set reasonable defaults
` [PATCH v2 17/17] ibmvfc: provide modules parameters for MQ settings

[PATCH v4 0/5] Support managed interrupts for platform devices
 2020-12-01 19:02 UTC  (9+ messages)
` [PATCH v4 1/5] genirq/affinity: Add irq_update_affinity_desc()
` [PATCH v4 2/5] resource: Add irqresource_disabled()
` [PATCH v4 3/5] ACPI: Drop acpi_dev_irqresource_disabled()

[PATCH] scsi/NCR5380: Remove in_interrupt() test
 2020-12-01 18:01 UTC  (3+ messages)

[PATCH v1 3/3] scsi_debug: iouring iopoll support
 2020-12-01 16:56 UTC  (5+ messages)

[PATCH v3 0/2] Subject: [PATCH v3 0/2] Refactor ufshcd_setup_clocks() to remove param skip_ref_clk
 2020-12-01 16:47 UTC  (8+ messages)
` [PATCH v3 1/2] scsi: ufs: Refactor ufshcd_setup_clocks() to remove skip_ref_clk
` [PATCH v3 2/2] scsi: ufs-qcom: Keep core_clk_unipro ON while link is active

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-12-01 14:08 UTC  (10+ messages)

[PATCH v1 1/3] add io_uring with IOPOLL support in scsi layer
 2020-12-01  9:49 UTC  (4+ messages)

[PATCH 00/14] scsi: Remove in_interrupt() usage
 2020-12-01  9:08 UTC  (7+ messages)
` [PATCH 05/14] scsi: qla2xxx: tcm_qla2xxx: Remove BUG_ON(in_interrupt())
` [PATCH 06/14] scsi: qla2xxx: init/os: Remove in_interrupt()

[PATCH v2] scsi: qla2xxx: remove trailing semicolon in macro definition
 2020-12-01  8:56 UTC  (2+ messages)

[PATCH] scsi: ufs: clear uac for RPMB after ufshcd resets
 2020-12-01  7:39 UTC  (2+ messages)

[PATCH] mpt3sas: Increase IOCInit request timeout to 30s
 2020-12-01  6:06 UTC  (2+ messages)

[PATCH] scsi: storvsc: Fix error return in storvsc_probe()
 2020-12-01  6:06 UTC  (2+ messages)

[PATCH] scsi: storvsc: Validate length of incoming packet in storvsc_on_channel_callback()
 2020-12-01  6:06 UTC  (2+ messages)

[PATCH] mpt3sas: Fix timeout issue in ioctl commands
 2020-12-01  6:06 UTC  (2+ messages)

[PATCH] SCSI: bnx2i: requires MMU
 2020-12-01  5:32 UTC  (2+ messages)

[PATCH] lpfc: Correct null ndlp reference on routine exit
 2020-12-01  5:19 UTC  (2+ messages)

[PATCH 1/1] scsi: ufs: Remove scale down gear hard code
 2020-12-01  5:17 UTC  (3+ messages)

[PATCH] scsi: fnic: Change shost_printk with FNIC_FCS_DBG
 2020-12-01  5:04 UTC  (2+ messages)

[PATCH v4 00/29] scsi: use generic power management
 2020-12-01  5:05 UTC  (2+ messages)

[PATCH 0/2] scsi: pm8001: logging neatening
 2020-12-01  5:04 UTC  (2+ messages)

[PATCH] scsi: fnic: Change shost_printk to FNIC_MAIN_DBG
 2020-12-01  5:04 UTC  (2+ messages)

[PATCH] scsi/atari_scsi: Fix race condition between .queuecommand and EH
 2020-12-01  5:04 UTC  (2+ messages)

[PATCH] scsi: fnic: set scsi_set_resid only for underflow
 2020-12-01  5:04 UTC  (2+ messages)

[PATCH] scsi: pm8001: remove casting kcalloc
 2020-12-01  5:04 UTC  (2+ messages)

[PATCH] scsi: fnic: Avoid looping in TRANS ETH on unload
 2020-12-01  5:04 UTC  (2+ messages)

[PATCH] scsi: fnic: Validate io_req before others
 2020-12-01  5:04 UTC  (2+ messages)

[PATCH] scsi: ufs: Adjust logic in common ADAPT helper
 2020-12-01  5:04 UTC  (2+ messages)

[PATCH] scsi/NCR5380: Reduce NCR5380_maybe_release_dma_irq() call sites
 2020-12-01  5:04 UTC  (2+ messages)

[PATCH] scsi: ufs: Remove unnecessary if condition in ufshcd_suspend()
 2020-12-01  4:44 UTC  (2+ messages)

[PATCH v2 0/3] hisi_sas: A small bunch of misc patches
 2020-12-01  4:42 UTC  (2+ messages)

[PATCH][next] scsi: pm8001: remove space in a debug message
 2020-12-01  4:35 UTC  (2+ messages)

[PATCH 0/2] scsi: pm8001: Further neatening and whitespace
 2020-12-01  4:33 UTC  (2+ messages)

[PATCH] scsi: zfcp: fix use-after-free in zfcp_unit_remove
 2020-12-01  2:46 UTC  (8+ messages)

[PATCH v3 0/3] Fix some racing problems btw err_handler and paths like system PM ops and the task abort callback
 2020-12-01  2:42 UTC  (5+ messages)
` [PATCH v3 1/3] scsi: ufs: Serialize eh_work with system PM events and async scan
` [PATCH v3 2/3] scsi: ufs: Fix a racing problem between ufshcd_abort and eh_work

[PATCH] scsi: ses: Fix crash caused by kfree an invalid pointer
 2020-12-01  1:49 UTC  (5+ messages)

[PATCH 0/3] Three changes for UFS WriteBooster
 2020-11-30 23:19 UTC  (3+ messages)
` [PATCH 1/3] scsi: ufs: Add "wb_on" sysfs node to control WB on/off

[PATCH 2/2] usb-storage: revert from scsi_add_host_with_dma() to scsi_add_host()
 2020-11-30 20:36 UTC 


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