Linux-SCSI Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-28 17:31:52 to 2021-07-06 10:57:47 UTC [more...]

[PATCH] bus: Make remove callback return void
 2021-07-06 10:57 UTC  (13+ messages)

[PATCH V2 0/6] blk-mq: fix blk_mq_alloc_request_hctx
 2021-07-06 10:32 UTC  (19+ messages)
` [PATCH V2 1/6] blk-mq: prepare for not deactivating hctx if managed irq isn't used
` [PATCH V2 2/6] nvme: pci: pass BLK_MQ_F_MANAGED_IRQ to blk-mq
` [PATCH V2 3/6] scsi: add flag of .use_managed_irq to 'struct Scsi_Host'
` [PATCH V2 4/6] scsi: set shost->use_managed_irq if driver uses managed irq
` [PATCH V2 5/6] virtio: add one field into virtio_device for recording if device "
` [PATCH V2 6/6] blk-mq: don't deactivate hctx if managed irq isn't used

[PATCH v5 0/3] scsi/dm: dm_blk_ioctl(): implement failover for SG_IO on dm-multipath
 2021-07-06 10:13 UTC  (11+ messages)
` [PATCH v5 3/3] dm mpath: add CONFIG_DM_MULTIPATH_SG_IO - failover for SG_IO
        ` [dm-devel] "

Discard performance regression after "scsi: sd: Remove LBPRZ dependency for discards"
 2021-07-06  3:11 UTC 

[PATCH 00/21] UFS patches for kernel v5.15
 2021-07-05 19:02 UTC  (37+ messages)
` [PATCH 01/21] Fix the documentation of the scsi_execute() time parameter
` [PATCH 02/21] libsas: Only abort commands from inside the error handler
` [PATCH 03/21] Clear host_eh_scheduled from inside the SCSI "
` [PATCH 04/21] libsas: Stop clearing host_eh_scheduled from the "
` [PATCH 05/21] ata: Stop clearing host_eh_scheduled from error handlers
` [PATCH 06/21] ufs: Reduce power management code duplication
` [PATCH 07/21] ufs: Only include power management code if necessary
` [PATCH 08/21] ufs: Rename the second ufshcd_probe_hba() argument
` [PATCH 09/21] ufs: Use DECLARE_COMPLETION_ONSTACK() where appropriate
` [PATCH 10/21] ufs: Remove ufshcd_valid_tag()
` [PATCH 11/21] ufs: Verify UIC locking requirements at runtime
` [PATCH 12/21] ufs: Improve static type checking for the host controller state
` [PATCH 13/21] ufs: Remove several wmb() calls
` [PATCH 14/21] ufs: Inline ufshcd_outstanding_req_clear()
` [PATCH 15/21] ufs: Rename __ufshcd_transfer_req_compl()
` [PATCH 16/21] ufs: Fix the SCSI abort handler
` [PATCH 17/21] ufs: Fix a race in the completion path
` [PATCH 18/21] ufs: Use the doorbell register instead of the UTRLCNR register
` [PATCH 19/21] ufs: Request sense data asynchronously
` [PATCH 20/21] ufs: Synchronize SCSI and UFS error handling
` [PATCH 21/21] ufs: Retry aborted SCSI commands instead of completing these successfully

[PATCH] mpt3sas: a shutdown fix
 2021-07-05 16:11 UTC  (3+ messages)

[PATCH] mpt3sas: Move IOC state to Ready state during shutdown
 2021-07-05 14:59 UTC  (2+ messages)
` [PATCH] mpt3sas: Bump driver version to 38.100.00.00

SCSI layer RPM deadlock debug suggestion
 2021-07-05 13:20 UTC  (6+ messages)

[PATCH] scsi: blkcg: Fix application ID config options
 2021-07-04 18:46 UTC  (3+ messages)

[PATCH v2] mpi3mr: Fix W=1 compilation warnings
 2021-07-04 17:09 UTC  (3+ messages)

[PATCH v6 0/3] fix runtime PM for SD card readers
 2021-07-04  7:54 UTC  (4+ messages)
` [PATCH v6 1/3] scsi: devinfo: add new flag BLIST_MEDIA_CHANGE
` [PATCH v6 2/3] scsi: sd: send REQUEST SENSE for BLIST_MEDIA_CHANGE devices in runtime_resume()
` [PATCH v6 3/3] scsi: devinfo: add BLIST_MEDIA_CHANGE for Ultra HS-SD/MMC usb cardreaders

[PATCHv2] virtio_scsi: do not overwrite SCSI status
 2021-07-03 22:09 UTC  (4+ messages)

[GIT PULL] first round of SCSI updates for the 5.13+ merge window
 2021-07-02 22:46 UTC  (3+ messages)

[PATCH] zfcp: report port fc_security as unknown early during remote cable pull
 2021-07-02 16:09 UTC 

[PATCH v5 0/3] fix runtime PM for SD card readers
 2021-07-02 13:43 UTC  (8+ messages)
` [PATCH v5 1/3] scsi: devinfo: add new flag BLIST_MEDIA_CHANGE
` [PATCH v5 2/3] scsi: sd: send REQUEST SENSE for BLIST_MEDIA_CHANGE devices in runtime_resume()
` [PATCH v5 3/3] scsi: devinfo: add BLIST_MEDIA_CHANGE for Ultra HS-SD/MMC usb cardreaders

[PATCH] scsi: qla2xxx: remove redundant continue statement in a for-loop
 2021-07-02 13:15 UTC 

[PATCH v2] qla2xxx: synchronize rport dev_loss_tmo setting
 2021-07-02  9:20 UTC 

[PATCH v2] scsi: target: fix prot handling in WRITE SAME 32
 2021-07-02  9:16 UTC 

[PATCH] scsi: core: fix bad pointer dereference when ehandler kthread is invalid
 2021-07-02  0:09 UTC  (2+ messages)

[PATCH 1/1] scsi: be2iscsi: fix use after free during IP updates
 2021-07-01 19:08 UTC 

[PATCH] scsi: ufs: add missing host_lock in setup_xfer_req
 2021-07-01 17:00 UTC  (3+ messages)

[PATCH] scsi: aic94xx: Fix fall-through warning for Clang
 2021-07-01 16:40 UTC  (2+ messages)

[PATCH v1 0/3] Optimize host lock on TR send/compl paths and utilize UTRLCNR
 2021-07-01 15:57 UTC  (5+ messages)
` [PATCH v1 2/3] scsi: ufs: Optimize host lock on transfer requests send/compl paths

[PATCH v4 0/3] scsi/dm: dm_blk_ioctl(): implement failover for SG_IO on dm-multipath
 2021-07-01  6:19 UTC  (12+ messages)
` [PATCH v4 1/3] scsi: scsi_ioctl: export __scsi_result_to_blk_status()

[PATCH] scsi: be2iscsi: Fix a use after free in beiscsi_if_clr_ip
 2021-07-01  1:13 UTC  (3+ messages)

[PATCH 1/1] scsi: iscsi: Fix iface sysfs attr detection
 2021-07-01  0:25 UTC 

smartpqi cannot change IRQ smp_affinity
 2021-06-30 21:33 UTC  (3+ messages)

Missing message prefix in target_core_device.c
 2021-06-30 13:50 UTC 

[PATCH v2 0/5] Bring the BusLogic host bus adapter driver up to Y2021
 2021-06-30 10:36 UTC  (4+ messages)
` [PING][PATCH "

[PATCH v4 0/3] fix runtime PM for SD card readers
 2021-06-30  4:20 UTC  (7+ messages)
` [PATCH v4 1/3] scsi: devinfo: add new flag BLIST_MEDIA_CHANGE
` [PATCH v4 2/3] scsi: sd: send REQUEST SENSE for BLIST_MEDIA_CHANGE devices in runtime_resume()
` [PATCH v4 3/3] scsi: devinfo: add BLIST_MEDIA_CHANGE for Ultra HS-SD/MMC usb cardreaders

[PATCH 0/4] scsi: fix failure handling of alloc/add host
 2021-06-30  0:11 UTC  (4+ messages)
` [PATCH 1/4] scsi: core: fix error handling of scsi_host_alloc

[PATCH v4 00/10] Complementary changes for error handling
 2021-06-29 21:50 UTC  (14+ messages)
` [PATCH v4 06/10] scsi: ufs: Remove host_sem used in suspend/resume

[PATCH v2] virtio_scsi: Add validation for residual bytes from response
 2021-06-29 20:54 UTC  (2+ messages)

[PATCH 1/1] ipr: system crashes when seeing type 20 error
 2021-06-29 20:46 UTC  (3+ messages)

[PATCH] scsi: Retry I/O for Notify (Enable Spinup) Required error
 2021-06-29 20:42 UTC  (3+ messages)

[PATCH] mpi3mr: Fix warnings reported by smatch
 2021-06-29 20:39 UTC  (2+ messages)

[PATCH] scsi: target: fix prot handling in WRITE SAME 32
 2021-06-29 16:29 UTC  (3+ messages)

[PATCH v2 00/14] genirq: Cleanup the usage of irq_set_affinity_hint
 2021-06-29 15:27 UTC  (15+ messages)
` [PATCH v2 01/14] genirq: Provide new interfaces for affinity hints
` [PATCH v2 02/14] iavf: Use irq_update_affinity_hint
` [PATCH v2 03/14] i40e: "
` [PATCH v2 04/14] scsi: megaraid_sas: Use irq_set_affinity_and_hint
` [PATCH v2 05/14] scsi: mpt3sas: "
` [PATCH v2 06/14] RDMA/i40iw: Use irq_update_affinity_hint
` [PATCH v2 07/14] enic: "
` [PATCH v2 08/14] be2net: "
` [PATCH v2 09/14] ixgbe: "
` [PATCH v2 10/14] mailbox: "
` [PATCH v2 11/14] scsi: lpfc: Use irq_set_affinity
` [PATCH v2 12/14] hinic: Use irq_set_affinity_and_hint
` [PATCH v2 13/14] net/mlx5: Use irq_update_affinity_hint
` [PATCH v2 14/14] net/mlx4: "

[PATCH] MAINTAINERS: Add mpi3mr driver maintainers
 2021-06-29 14:08 UTC  (4+ messages)
` [PATCH] mpi3mr: Fix W=1 compilation warnings

[PATCH] ufs: Increase the usable queue depth
 2021-06-29 13:40 UTC  (2+ messages)

[PATCH] scsi: aha1542: Remove unneeded semicolons
 2021-06-29 12:55 UTC 

[PATCH] scsi: Delete scsi_{get,free}_host_dev()
 2021-06-29  8:15 UTC  (3+ messages)

[PATCH v4 2/3] scsi: scsi_ioctl: add sg_io_to_blk_status()
 2021-06-29  7:00 UTC  (2+ messages)
` [kbuild] "

[PATCH 1/2] scsi: be2iscsi: Fix an error handling path in 'beiscsi_dev_probe()'
 2021-06-29  4:10 UTC  (2+ messages)

[PATCH] scsi: bnx2fc: Remove meaningless 'bnx2fc_abts_cleanup()' return value assignment
 2021-06-29  4:10 UTC  (2+ messages)

[PATCH v2 -next] scsi: ufs: fix build warning without CONFIG_PM
 2021-06-29  4:10 UTC  (2+ messages)

[PATCH v3] scsi: libsas: add lun number check in .slave_alloc callback
 2021-06-29  4:10 UTC  (2+ messages)

[PATCH] elx: libefc_sli: fix anding with zero bit value
 2021-06-29  4:10 UTC  (2+ messages)

[PATCH v2] qla2xxx: add heartbeat check
 2021-06-29  4:10 UTC  (2+ messages)

[PATCH] elx: efct: fix vport list linkage in lio backend
 2021-06-29  4:10 UTC  (2+ messages)

[PATCH] scsi: aic7xxx: Fix unintentional sign extension issue on left shift of u8
 2021-06-29  4:10 UTC  (2+ messages)

[PATCH] scsi: Inline scsi_mq_alloc_queue()
 2021-06-29  4:10 UTC  (2+ messages)

[PATCH] scsi: mptfc: switch from 'pci_' to 'dma_' API
 2021-06-29  4:10 UTC  (2+ messages)

[PATCH AUTOSEL 4.4 1/2] scsi: sr: Return appropriate error code when disk is ejected
 2021-06-28 21:21 UTC 

[PATCH AUTOSEL 4.9 1/2] scsi: sr: Return appropriate error code when disk is ejected
 2021-06-28 21:21 UTC 

[PATCH AUTOSEL 4.14 1/2] scsi: sr: Return appropriate error code when disk is ejected
 2021-06-28 21:21 UTC 

[PATCH AUTOSEL 4.19 1/2] scsi: sr: Return appropriate error code when disk is ejected
 2021-06-28 21:21 UTC 

[PATCH AUTOSEL 5.4 1/3] scsi: sr: Return appropriate error code when disk is ejected
 2021-06-28 21:21 UTC 

[PATCH AUTOSEL 5.10 1/4] scsi: sr: Return appropriate error code when disk is ejected
 2021-06-28 21:20 UTC 

[PATCH AUTOSEL 5.12 1/5] scsi: sr: Return appropriate error code when disk is ejected
 2021-06-28 21:20 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 read-only IMAP folder(s) and NNTP newsgroup(s).