Linux-SCSI Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-23 01:35:03 to 2021-06-29 15:29:08 UTC [more...]

[PATCH v2 00/14] genirq: Cleanup the usage of irq_set_affinity_hint
 2021-06-29 15:27 UTC  (4+ 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] MAINTAINERS: Add mpi3mr driver maintainers
 2021-06-29 14:08 UTC  (4+ messages)
` [PATCH] mpi3mr: Fix W=1 compilation warnings

[PATCH] mpi3mr: Fix warnings reported by smatch
 2021-06-29 14:11 UTC 

[PATCH v2] mpi3mr: Fix W=1 compilation warnings
 2021-06-29 14:11 UTC 

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

[PATCH v4 0/3] scsi/dm: dm_blk_ioctl(): implement failover for SG_IO on dm-multipath
 2021-06-29 12:59 UTC  (9+ messages)
` [PATCH v4 1/3] scsi: scsi_ioctl: export __scsi_result_to_blk_status()
` [PATCH v4 2/3] scsi: scsi_ioctl: add sg_io_to_blk_status()
  ` [kbuild] "
` [PATCH v4 3/3] dm mpath: add CONFIG_DM_MULTIPATH_SG_IO - failover for SG_IO

[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  (4+ messages)

[PATCH] mpt3sas: a shutdown fix
 2021-06-29  7:37 UTC  (2+ messages)

[PATCH v4 00/10] Complementary changes for error handling
 2021-06-29  6:23 UTC  (56+ messages)
` [PATCH v4 01/10] scsi: ufs: Rename flags pm_op_in_progress and is_sys_suspended
` [PATCH v4 02/10] scsi: ufs: Add "
` [PATCH v4 03/10] scsi: ufs: Update the return value of supplier pm ops
` [PATCH v4 04/10] scsi: ufs: Enable IRQ after enabling clocks in error handling preparation
` [PATCH 05/10] scsi: ufs: Complete the cmd before returning in queuecommand
` [PATCH v4 05/10] scsi: ufs: Remove a redundant tag check in ufshcd_queuecommand()
` [PATCH v4 06/10] scsi: ufs: Remove host_sem used in suspend/resume
` [PATCH v4 07/10] scsi: ufs: Simplify error handling preparation
` [PATCH v4 08/10] scsi: ufs: Update ufshcd_recover_pm_error()
` [PATCH v4 09/10] scsi: ufs: Update the fast abort path in ufshcd_abort() for PM requests
` [PATCH v4 10/10] scsi: ufs: Apply more limitations to user access

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

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

[PATCHv2] virtio_scsi: do not overwrite SCSI status
 2021-06-29  4:10 UTC  (4+ messages)
  ` [Re: "

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

[PATCH v2 -next] scsi: ufs: fix build warning without CONFIG_PM
 2021-06-29  4:10 UTC  (3+ 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  (3+ 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  (3+ messages)

[PATCH] scsi: target: fix prot handling in WRITE SAME 32
 2021-06-29  3:01 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 

[PATCH v2] scsi: ufs: Refactor ufshcd_is_intr_aggr_allowed()
 2021-06-28 16:56 UTC  (3+ messages)

[PATCH v5 0/3] scsi/dm: dm_blk_ioctl(): implement failover for SG_IO on dm-multipath
 2021-06-28 15:15 UTC  (4+ messages)
` [PATCH v5 1/3] scsi: scsi_ioctl: export __scsi_result_to_blk_status()
` [PATCH v5 2/3] scsi: scsi_ioctl: add sg_io_to_blk_status()
` [PATCH v5 3/3] dm mpath: add CONFIG_DM_MULTIPATH_SG_IO - failover for SG_IO

[PATCH v4 0/3] fix runtime PM for SD card readers
 2021-06-28 13:34 UTC  (4+ 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 5/6] FMS: Add the SCSI Get Configuration command
 2021-06-28  9:53 UTC  (3+ messages)
` [PATCH 6/6] FMS: Add SCSI Read Disc Information command

[Bug 71231] New: System unresponsable after a lot of LUNs have been added to the system
 2021-06-28  7:39 UTC  (3+ messages)
` [Bug 71231] "

[GIT PULL] SCSI fixes for 5.13-rc7
 2021-06-25 23:05 UTC  (2+ messages)

[PATCH v1 00/14] genirq: Cleanup the usage of irq_set_affinity_hint
 2021-06-25 21:08 UTC  (6+ messages)
` [PATCH v1 01/14] genirq: Provide new interfaces for affinity hints
` [PATCH v1 14/14] net/mlx4: Use irq_update_affinity_hint

[PATCH v2 0/3] UFS patches for Linux kernel v5.14
 2021-06-25 14:27 UTC  (8+ messages)
` [PATCH v2 1/3] ufs: Reduce code duplication in the runtime power managment implementation
` [PATCH v2 2/3] ufs: Rename the second ufshcd_probe_hba() argument
` [PATCH v2 3/3] ufs: Remove ufshcd_valid_tag()

[PATCH 1/2] block: remove REQ_OP_SCSI_{IN,OUT}
 2021-06-25  5:37 UTC  (6+ messages)
` [PATCH 2/2] nvme

[PATCH 1/1] ipr: system crashes when seeing type 20 error
 2021-06-25  2:11 UTC 

[PATCH] scsi: ufs: Refactor ufshcd_is_intr_aggr_allowed()
 2021-06-25  2:38 UTC  (7+ messages)
    `  "

[PATCH 0/1] scsi: target: core: Fix sense key for invalid XCOPY request
 2021-06-24 17:27 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH] qedf: Added check to synchronize abort and flush
 2021-06-24 17:18 UTC 

[PATCHv8 00/18] scsi: enabled reserved commands for LLDDs
 2021-06-24  9:55 UTC  (8+ messages)
` [PATCH 03/18] scsi: add scsi_{get,put}_internal_cmd() helper

[PATCH v38 0/4] scsi: ufs: Add Host Performance Booster Support
 2021-06-24  6:40 UTC  (7+ messages)
  ` [PATCH v38 1/4] scsi: ufs: Introduce HPB feature
      `  "
  ` [PATCH v38 3/4] scsi: ufs: Prepare HPB read for cached sub-region
      `  "

[PATCH v4 00/11] qla2xxx: Add EDIF support
 2021-06-24  5:26 UTC  (12+ messages)
` [PATCH v4 01/11] qla2xxx: Add start + stop bsg's
` [PATCH v4 02/11] qla2xxx: Add getfcinfo and statistic bsg's
` [PATCH v4 03/11] qla2xxx: Add send, receive and accept for auth_els
` [PATCH v4 04/11] qla2xxx: Add extraction of auth_els from the wire
` [PATCH v4 05/11] qla2xxx: Add key update
` [PATCH v4 06/11] qla2xxx: Add authentication pass + fail bsg's
` [PATCH v4 07/11] qla2xxx: Add detection of secure device
` [PATCH v4 08/11] qla2xxx: Add doorbell notification for app
` [PATCH v4 09/11] qla2xxx: Add encryption to IO path
` [PATCH v4 10/11] qla2xxx: Increment EDIF command and completion counts
` [PATCH v4 11/11] qla2xxx: Update version to 10.02.00.107-k

[PATCH v3 00/11] qla2xxx: Add EDIF support
 2021-06-24  4:52 UTC  (16+ messages)
` [PATCH v3 01/11] qla2xxx: Add start + stop bsg's
` [PATCH v3 02/11] qla2xxx: Add getfcinfo and statistic bsg's
` [PATCH v3 03/11] qla2xxx: Add send, receive and accept for auth_els
` [PATCH v3 04/11] qla2xxx: Add extraction of auth_els from the wire
` [PATCH v3 05/11] qla2xxx: Add key update
` [PATCH v3 06/11] qla2xxx: Add authentication pass + fail bsg's
` [PATCH v3 07/11] qla2xxx: Add detection of secure device
` [PATCH v3 08/11] qla2xxx: Add doorbell notification for app
` [PATCH v3 09/11] qla2xxx: Add encryption to IO path
` [PATCH v3 10/11] qla2xxx: enable heartbeat validation for edif command
    ` [EXT] "
` [PATCH v3 11/11] qla2xxx: Update version to 10.02.00.107-k

[PATCH RFC 0/4] UFS patches for Linux kernel v5.14
 2021-06-23 16:10 UTC  (7+ messages)
` [PATCH RFC 3/4] ufs: Improve static type checking for the host controller state
` [PATCH RFC 4/4] ufs: Make host controller state change handling more systematic

[PATCH v2 0/4] scsi: use DEVICE_ATTR_*() macros to simplify code
 2021-06-23  2:42 UTC  (2+ messages)

[PATCH v3 0/9] Complementary changes for error handling
 2021-06-23  1:34 UTC  (14+ messages)
` [PATCH v3 8/9] scsi: ufs: Update the fast abort path in ufshcd_abort() for PM requests


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