linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-03 07:28:55 to 2020-12-06 10:14:57 UTC [more...]

[PATCH v2 0/3] Three changes for UFS WriteBooster
 2020-12-06 10:13 UTC  (4+ messages)
` [PATCH v2 1/3] scsi: ufs: Add "wb_on" sysfs node to control WB on/off
` [PATCH v2 2/3] scsi: ufs: Keep device active mode only fWriteBoosterBufferFlushDuringHibernate == 1
` [PATCH v2 3/3] scsi: ufs: Changes comment in the function ufshcd_wb_probe()

[PATCH] scsi/NCR5380: Remove in_interrupt() test
 2020-12-06  7:51 UTC  (8+ messages)
` [PATCH v2] scsi: NCR5380: Remove context check
    ` [PATCH v3] "

[RFC] block: avoid the unnecessary blk_bio_discard_split()
 2020-12-06  6:15 UTC 

[PATCH 1/3] block: try one write zeroes request before going further
 2020-12-06  5:53 UTC  (3+ messages)
` [PATCH 2/3] block: make __blkdev_issue_zero_pages() less confusing
` [PATCH 3/3] block: set REQ_PREFLUSH to the final bio from __blkdev_issue_zero_pages()

[PATCH v4 0/9] Rework runtime suspend and SPI domain validation
 2020-12-06  0:01 UTC  (9+ messages)
` [PATCH v4 5/9] scsi: Do not wait for a request in scsi_eh_lock_door()

[PATCH] scsi: pm80xx: Fix error return in pm8001_pci_probe
 2020-12-05 11:55 UTC 

[GIT PULL] SCSI fixes for 5.10-rc6
 2020-12-05 19:21 UTC  (2+ messages)

[PATCH v5 0/4] scsi: ufs: Refine error history and introduce event_notify vop
 2020-12-05 11:59 UTC  (5+ messages)
` [PATCH v5 1/4] scsi: ufs: Add error history for abort event in UFS Device W-LUN
` [PATCH v5 2/4] scsi: ufs: Refine error history functions
` [PATCH v5 3/4] scsi: ufs: Introduce event_notify variant function
` [PATCH v5 4/4] scsi: ufs-mediatek: Introduce event_notify implementation

[PATCH v4 0/8] Refine error history and introduce event_notify vop
 2020-12-05 12:07 UTC  (12+ messages)
` [PATCH v4 1/8] scsi: ufs: Remove unused setup_regulators variant function
` [PATCH v4 2/8] scsi: ufs: Introduce phy_initialization helper
` [PATCH v4 3/8] scsi: ufs-cdns: Use "
` [PATCH v4 4/8] scsi: ufs-dwc: "
` [PATCH v4 5/8] scsi: ufs: Add error history for abort event in UFS Device W-LUN
` [PATCH v4 6/8] scsi: ufs: Refine error history functions
` [PATCH v4 7/8] scsi: ufs: Introduce event_notify variant function
` [PATCH v4 8/8] scsi: ufs-mediatek: Introduce event_notify implementation

[PATCH v1 0/4] scsi: ufs: Cleanup phy_initialization vop
 2020-12-05 12:00 UTC  (5+ messages)
` [PATCH v1 1/4] scsi: ufs: Remove unused setup_regulators variant function
` [PATCH v1 2/4] scsi: ufs: Introduce phy_initialization helper
` [PATCH v1 3/4] scsi: ufs-cdns: Use "
` [PATCH v1 4/4] scsi: ufs-dwc: "

[PATCH 0/3] Three changes for UFS WriteBooster
 2020-12-04  8:28 UTC  (13+ messages)
` [PATCH 2/3] scsi: ufs: Keep device power on only fWriteBoosterBufferFlushDuringHibernate == 1
` [PATCH 3/3] scsi: ufs: Changes comment in the function ufshcd_wb_probe()

[PATCH] ufshcd: fix Wsometimes-uninitialized warning
 2020-12-05  8:11 UTC  (3+ messages)

[PATCHv2 00/37] SCSI result handling cleanup, part 1
 2020-12-05  4:04 UTC  (41+ messages)
` [PATCH 01/37] scsi: drop gdth driver
` [PATCH 02/37] 3w-xxxx: Whitespace cleanup
` [PATCH 03/37] 3w-9xxx: "
` [PATCH 04/37] 3w-sas: "
` [PATCH 05/37] atp870u: "
` [PATCH 06/37] aic7xxx,aic79xx: "
` [PATCH 07/37] aic7xxx,aic79xx: kill pointless forward declarations
` [PATCH 08/37] aic7xxx,aic79xxx: remove driver-defined SAM status definitions
` [PATCH 09/37] bfa: drop driver-defined SCSI status codes
` [PATCH 10/37] acornscsi: use standard defines
` [PATCH 11/37] nsp32: fixup status handling
` [PATCH 12/37] dc395: drop private SAM status code definitions
` [PATCH 13/37] qla4xxx: use standard SAM status definitions
` [PATCH 14/37] zfcp: do not set COMMAND_COMPLETE
` [PATCH 15/37] aacraid: avoid setting message byte on completion
` [PATCH 16/37] hpsa: do not set COMMAND_COMPLETE
` [PATCH 17/37] stex: "
` [PATCH 18/37] nsp_cs: drop internal SCSI message definition
` [PATCH 19/37] aic7xxx,aic79xx: "
` [PATCH 20/37] dc395x: drop internal SCSI message definitions
` [PATCH 21/37] initio: drop internal SCSI message definition
` [PATCH 22/37] scsi_debug: do not set COMMAND_COMPLETE
` [PATCH 23/37] ufshcd: "
` [PATCH 24/37] atp870u: use standard definitions
` [PATCH 25/37] mac53c94: Do not set invalid command result
` [PATCH 26/37] dpt_i2o: use DID_ERROR instead of INITIATOR_ERROR message
` [PATCH 27/37] scsi: add 'set_status_byte()' accessor
` [PATCH 28/37] esp_scsi: use host byte as last argument to esp_cmd_is_done()
` [PATCH 29/37] esp_scsi: do not set SCSI message byte
` [PATCH 30/37] wd33c93: use SCSI status
` [PATCH 31/37] ips: use correct command completion on error
` [PATCH 32/37] storvsc: Return DID_ERROR for invalid commands
` [PATCH 33/37] qla2xxx: fc_remote_port_chkready() returns a SCSI result value
` [PATCH 34/37] advansys: kill driver_defined status byte accessors
` [PATCH 35/37] ncr53c8xx: Use SAM status values
` [PATCH 36/37] dc395x: drop internal result accessors
` [PATCH 37/37] scsi: use non-shifted status values

[PATCH v1 0/3] Refine error history and introduce notify_event vop
 2020-12-05  2:45 UTC  (2+ messages)

[PATCH v3 00/18] ibmvfc: initial MQ development
 2020-12-05  0:20 UTC  (14+ messages)
` [PATCH v3 04/18] ibmvfc: add alloc/dealloc routines for SCSI Sub-CRQ Channels
` [PATCH v3 06/18] ibmvfc: add handlers to drain and complete Sub-CRQ responses
` [PATCH v3 15/18] ibmvfc: send Cancel MAD down each hw scsi channel
` [PATCH v3 17/18] ibmvfc: provide modules parameters for MQ settings
` [PATCH v3 18/18] ibmvfc: drop host lock when completing commands in CRQ

[PATCH 00/25] smartpqi updates
 2020-12-04 23:03 UTC  (26+ messages)
` [PATCH 01/25] smartpqi: add support for product id
` [PATCH 02/25] smartpqi: refactor aio submission code
` [PATCH 03/25] smartpqi: refactor build sg list code
` [PATCH 04/25] smartpqi: add support for raid5 and raid6 writes
` [PATCH 05/25] smartpqi: add support for raid1 writes
` [PATCH 06/25] smartpqi: add support for BMIC sense feature cmd and feature bits
` [PATCH 07/25] smartpqi: update AIO Sub Page 0x02 support
` [PATCH 08/25] smartpqi: add support for long firmware version
` [PATCH 09/25] smartpqi: align code with oob driver
` [PATCH 10/25] smartpqi: add stream detection
` [PATCH 11/25] smartpqi: add host level stream detection enable
` [PATCH 12/25] smartpqi: enable support for NVMe encryption
` [PATCH 13/25] smartpqi: disable write_same for nvme hba disks
` [PATCH 14/25] smartpqi: fix driver synchronization issues
` [PATCH 15/25] smartpqi: fix host qdepth limit
` [PATCH 16/25] smartpqi: convert snprintf to scnprintf
` [PATCH 17/25] smartpqi: change timing of release of QRM memory during OFA
` [PATCH 18/25] smartpqi: return busy indication for IOCTLs when ofa is active
` [PATCH 19/25] smartpqi: add phy id support for the physical drives
` [PATCH 20/25] smartpqi: update sas initiator_port_protocols and target_port_protocols
` [PATCH 21/25] smartpqi: add additional logging for LUN resets
` [PATCH 22/25] smartpqi: update enclosure identifier in sysf
` [PATCH 23/25] smartpqi: correct system hangs when resuming from hibernation
` [PATCH 24/25] smartpqi: add new pci ids
` [PATCH 25/25] smartpqi: update version to 2.1.6-005

[PATCH v3 0/8] Refine error history and introduce event_notify vop
 2020-12-04 21:07 UTC  (10+ messages)
` [PATCH v3 1/8] scsi: ufs: Remove unused setup_regulators variant function
` [PATCH v3 2/8] scsi: ufs: Introduce phy_initialization helper
` [PATCH v3 3/8] scsi: ufs-cdns: Use "
` [PATCH v3 4/8] scsi: ufs-dwc: "
` [PATCH v3 5/8] scsi: ufs: Add error history for abort event in UFS Device W-LUN
` [PATCH v3 6/8] scsi: ufs: Refine error history functions
` [PATCH v3 7/8] scsi: ufs: Introduce event_notify variant function
` [PATCH v3 8/8] scsi: ufs-mediatek: Introduce event_notify implementation

[PATCH] scsi: qla4xxx: remove redundant assignment to variable rval
 2020-12-04 19:18 UTC 

[RFC PATCH 0/8] vhost: allow userspace to control vq cpu affinity
 2020-12-04 17:33 UTC  (14+ messages)
` [RFC PATCH 1/8] vhost: remove work arg from vhost_work_flush
` [RFC PATCH 2/8] vhost-scsi: remove extra flushes
` [RFC PATCH 3/8] vhost poll: fix coding style
` [RFC PATCH 4/8] vhost: move msg_handler to new ops struct
` [RFC PATCH 5/8] vhost: allow userspace to bind vqs to CPUs
` [RFC PATCH 6/8] vhost-scsi: make SCSI cmd completion per vq
` [RFC PATCH 7/8] vhost, vhost-scsi: flush IO vqs then send TMF rsp
` [RFC PATCH 8/8] vhost-scsi: hook vhost-scsi into vring set cpu support

[PATCH 0/3] Remove in_interrupt() usage in sr
 2020-12-04 16:48 UTC  (4+ messages)
` [PATCH 1/3] cdrom: Reset sector_size back it is not 2048
  ` [PATCH 2/3] sr: Switch the sector size back to 2048 if sr_read_sector() changed it
  ` [PATCH 3/3] sr: Remove in_interrupt() usage in sr_init_command()

[LSFMMBPF 2021] A status update
 2020-12-04 15:48 UTC 

[PATCH v2 00/17] ibmvfc: initial MQ development
 2020-12-04 14:26 UTC  (5+ messages)
` [PATCH v2 01/17] ibmvfc: add vhost fields and defaults for MQ enablement

[RFC PATCH 00/15] libiscsi: lock clean ups
 2020-12-04 12:10 UTC  (6+ messages)
` [PATCH 03/15] qla4xxx: use iscsi_is_session_online
` [PATCH 04/15] iscsi class: drop session lock in iscsi_session_chkready
` [EXT] [RFC PATCH 00/15] libiscsi: lock clean ups

[PATCH v2 0/4] io_uring iopoll in scsi layer
 2020-12-04  9:00 UTC  (14+ messages)
` [PATCH v2 1/4] add io_uring with IOPOLL support "
` [PATCH v2 2/4] megaraid_sas: iouring iopoll support
` [PATCH v2 3/4] scsi_debug : "
` [PATCH v2 4/4] scsi: set shost as hctx driver_data

[PATCH] scsi: fnic: fix error return code in fnic_probe()
 2020-12-04  7:47 UTC 

[PATCH 00/34] SCSI result handling cleanup, part 1
 2020-12-03 22:02 UTC  (5+ messages)
` [PATCH 27/34] esp_scsi: use host byte as last argument to esp_cmd_is_done()
` [PATCH 32/34] qla2xxx: fc_remote_port_chkready() returns a SCSI result value

[PATCH] scsi: be2iscsi: Fix a theoretical leak in beiscsi_create_eqs()
 2020-12-03 20:45 UTC  (6+ messages)
  ` [PATCH] scsi: be2iscsi: revert "Fix a theoretical leak in beiscsi_create_eqs()"

[PATCH] SCSI: bnx2i: requires MMU
 2020-12-03 20:45 UTC  (2+ messages)

[PATCH AUTOSEL 5.9 12/39] scsi: ufs: Fix unexpected values from ufshcd_read_desc_param()
 2020-12-03 13:28 UTC  (2+ messages)
` [PATCH AUTOSEL 5.9 13/39] scsi: ufs: Make sure clk scaling happens only when HBA is runtime ACTIVE

[PATCH AUTOSEL 5.4 08/23] scsi: ufs: Make sure clk scaling happens only when HBA is runtime ACTIVE
 2020-12-03 13:29 UTC 

[PATCH AUTOSEL 4.19 06/14] scsi: ufs: Make sure clk scaling happens only when HBA is runtime ACTIVE
 2020-12-03 13:30 UTC 

[PATCH AUTOSEL 4.14 5/9] scsi: ufs: Make sure clk scaling happens only when HBA is runtime ACTIVE
 2020-12-03 13:30 UTC 

[PATCH 1/1] target: Make sure no zero value in the buffer
 2020-12-03 11:40 UTC 

[RESEND PATCH 0/3] scsi: target: Set correct residual data
 2020-12-03  8:20 UTC  (4+ messages)
` [RESEND PATCH 1/3] scsi: target: core: Set residuals for 4Kn devices
` [RESEND PATCH 2/3] scsi: target: core: Signal WRITE residuals
` [RESEND PATCH 3/3] scsi: target: core: Change ASCQ for residual write

[PATCH v2 0/3] Refine error history and introduce event_notify vop
 2020-12-03  7:48 UTC  (4+ messages)
` [PATCH v2 3/3] scsi: ufs: Introduce event_notify variant function


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