public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-11-24 17:47:24 to 2020-11-30 07:42:53 UTC [more...]

[PATCH v1 1/3] add io_uring with IOPOLL support in scsi layer
 2020-11-30  7:41 UTC  (3+ messages)

[RFC] blk-mq/scsi: deadlock found on usb driver
 2020-11-30  7:23 UTC 

[PATCH v4 0/9] Rework runtime suspend and SPI domain validation
 2020-11-30  2:46 UTC  (10+ messages)
` [PATCH v4 1/9] block: Fix a race in the runtime power management code
` [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

[PATCH 00/14] scsi: Remove in_interrupt() usage
 2020-11-30  2:42 UTC  (25+ messages)
` [PATCH 01/14] scsi: pm80xx: Do not sleep in atomic context
` [PATCH 02/14] scsi: hisi_sas: Remove preemptible()
` [PATCH 03/14] scsi: qla4xxx: qla4_82xx_crb_win_lock(): Remove in_interrupt()
` [PATCH 04/14] scsi: qla2xxx: qla82xx: "
` [PATCH 05/14] scsi: qla2xxx: tcm_qla2xxx: Remove BUG_ON(in_interrupt())
` [PATCH 06/14] scsi: qla2xxx: init/os: Remove in_interrupt()
` [PATCH 07/14] scsi: qla4xxx: qla4_82xx_idc_lock(): "
` [PATCH 08/14] scsi: qla4xxx: qla4_82xx_rom_lock(): "
` [PATCH 09/14] scsi: mpt3sas: "
` [PATCH 10/14] scsi: myrb: Remove WARN_ON(in_interrupt())
` [PATCH 11/14] scsi: myrs: "
` [PATCH 12/14] scsi: NCR5380: Remove in_interrupt()
` [PATCH 13/14] scsi: message: fusion: Remove in_interrupt() usage in mpt_config()
` [PATCH 14/14] scsi: message: fusion: Remove in_interrupt() usage in mptsas_cleanup_fw_event_q()

[PATCH] scsi: ses: Fix crash caused by kfree an invalid pointer
 2020-11-30  2:26 UTC  (4+ messages)

[PATCH 1/1] scsi: ufs: Remove scale down gear hard code
 2020-11-30  2:23 UTC  (2+ messages)

[PATCH 1/2] ALSA: ppc: drop if block with always false condition
 2020-11-29 17:31 UTC  (10+ messages)
` [PATCH 2/2] powerpc/ps3: make system bus's remove and shutdown callbacks return void

[PATCH] scsi: storvsc: Fix error return in storvsc_probe()
 2020-11-29 16:47 UTC  (2+ messages)

[PATCH] SCSI: bnx2i: requires MMU
 2020-11-29  7:09 UTC 

[PATCH] scsi: remove trailing semicolon in macro definition
 2020-11-27 19:21 UTC 

[GIT PULL] SCSI fixes for 5.10-rc5
 2020-11-27 23:29 UTC  (2+ messages)

[PATCH] [SCSI] sym53c8xx: remove trailing semicolon in macro definition
 2020-11-27 18:37 UTC  (2+ messages)

[PATCH] scsi: qla2xxx: remove trailing semicolon in macro definition
 2020-11-27 18:27 UTC 

[PATCH] scsi: aic7xxx: remove trailing semicolon in macro definition
 2020-11-27 18:25 UTC 

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

[PATCH v2 1/3] genirq/affinity: Add irq_update_affinity_desc()
 2020-11-27 12:49 UTC  (22+ messages)

[bug report] scsi: lpfc: Rework locations of ndlp reference taking
 2020-11-27  9:54 UTC 

[PATCH] scsi: zfcp: fix use-after-free in zfcp_unit_remove
 2020-11-27  9:21 UTC  (7+ messages)

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-11-26 17:05 UTC  (47+ messages)
                  ` [Intel-wired-lan] "

[PATCH v3 0/5] Support managed interrupts for platform devices
 2020-11-26 14:24 UTC  (13+ messages)
` [PATCH v3 1/5] genirq/affinity: Add irq_update_affinity_desc()
` [PATCH v3 2/5] ACPI: Make acpi_dev_irqresource_disabled() public
` [PATCH v3 3/5] driver core: platform: Add platform_put_irq()
` [PATCH v3 4/5] Driver core: platform: Add devm_platform_get_irqs_affinity()
` [PATCH v3 5/5] scsi: hisi_sas: Expose HW queues for v2 hw

[PATCH][next] scsi: pm8001: remove space in a debug message
 2020-11-26 14:01 UTC  (3+ messages)

cleanup updating the size of block devices v3
 2020-11-26  9:59 UTC  (6+ messages)
` [PATCH 60/78] zram: remove the claim mechanism
` [PATCH 61/78] zram: do not call set_blocksize

[PATCH v1 0/8] mpt3sas: Features to enhance driver debugging
 2020-11-26  9:43 UTC  (9+ messages)
` [PATCH v1 1/8] mpt3sas: Sync time stamp periodically between Driver and FW
` [PATCH v1 2/8] mpt3sas: Add persistent trigger pages support
` [PATCH v1 3/8] mpt3sas: Add master triggers persistent Trigger Page
` [PATCH v1 4/8] mpt3sas: Add Event triggers persistent Trigger Page2
` [PATCH v1 5/8] mpt3sas: Add SCSI sense triggers persistent Trigger
` [PATCH v1 6/8] mpt3sas: Add MPI triggers persistent Trigger Page4
` [PATCH v1 7/8] mpt3sas: Handle trigger page support after reset
` [PATCH v1 8/8] mpt3sas: Update driver version to 36.100.00.00

ufs: Unrecoverable UFSHCD_UIC_DL_TCx_REPLAY_ERROR after some write operations
 2020-11-26  9:27 UTC  (2+ messages)

[PATCH v1 0/3] Refine error history and introduce notify_event vop
 2020-11-26  5:38 UTC  (4+ messages)
` [PATCH v1 1/3] scsi: ufs: Add error history for abort event in UFS Device W-LUN
` [PATCH v1 2/3] scsi: ufs: Refine error history functions
` [PATCH v1 3/3] scsi: ufs: Introduce notify_event variant function

[PATCH] scsi: ufs: Remove unnecessary if condition in ufshcd_suspend()
 2020-11-26  2:07 UTC  (3+ messages)

[PATCH v3 0/2] Subject: [PATCH v3 0/2] Refactor ufshcd_setup_clocks() to remove param skip_ref_clk
 2020-11-26  2:01 UTC  (3+ 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 v2 0/2] Refector ufshcd_setup_clocks() to remove param skip_ref_clk
 2020-11-26  1:45 UTC  (13+ messages)
` [PATCH v2 1/2] scsi: ufs: Refector ufshcd_setup_clocks() to remove skip_ref_clk
` [PATCH v2 2/2] scsi: ufs-qcom: Keep core_clk_unipro ON while link is active

[PATCH] scsi: zfcp: fix use-after-free in zfcp_sysfs_port_remove_store
 2020-11-25 17:04 UTC 

[PATCH AUTOSEL 5.9 26/33] scsi: libiscsi: Fix NOP race condition
 2020-11-25 15:35 UTC  (2+ messages)
` [PATCH AUTOSEL 5.9 27/33] scsi: target: iscsi: Fix cmd abort fabric stop race

[PATCH AUTOSEL 5.4 19/23] scsi: libiscsi: Fix NOP race condition
 2020-11-25 15:36 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 20/23] scsi: target: iscsi: Fix cmd abort fabric stop race

[PATCH AUTOSEL 4.19 12/15] scsi: libiscsi: Fix NOP race condition
 2020-11-25 15:37 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 13/15] scsi: target: iscsi: Fix cmd abort fabric stop race

[PATCH AUTOSEL 4.14 10/12] scsi: libiscsi: Fix NOP race condition
 2020-11-25 15:37 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 11/12] scsi: target: iscsi: Fix cmd abort fabric stop race

[PATCH AUTOSEL 4.9 08/10] scsi: libiscsi: Fix NOP race condition
 2020-11-25 15:37 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 09/10] scsi: target: iscsi: Fix cmd abort fabric stop race

[PATCH AUTOSEL 4.4 7/8] scsi: libiscsi: Fix NOP race condition
 2020-11-25 15:38 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 8/8] scsi: target: iscsi: Fix cmd abort fabric stop race

[scsi:misc 148/162] drivers/scsi/ibmvscsi/ibmvfc.c:1696:25: warning: incompatible pointer to integer conversion passing 'struct ibmvfc_event to parameter of type '__u64' (aka 'unsigned long long')
 2020-11-25 11:33 UTC 

[PATCH] mpt3sas: Fix timeout issue in ioctl commands
 2020-11-25  9:48 UTC 

[PATCH] scsi: aic94xx: Fix error return code in asd_process_ms
 2020-11-25  6:50 UTC 

[PATCH v3 0/3] Fix some racing problems btw err_handler and paths like system PM ops and the task abort callback
 2020-11-25  4:17 UTC  (7+ messages)
` [PATCH v3 1/3] scsi: ufs: Serialize eh_work with system PM events and async scan
` [PATCH v3 3/3] scsi: ufs: Print host regs in IRQ handler when AH8 error happens

[PATCH v7 0/5] scsi: Support to handle Intermittent errors
 2020-11-24 17:46 UTC  (5+ messages)
` [PATCH v7 2/5] scsi: No retries on abort success
` [PATCH v7 5/5] scsi:lpfc: Added support for eh_should_retry_cmd


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