linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-15 06:09:54 to 2019-11-19 04:29:10 UTC [more...]

[PATCH v5 0/7] UFS driver general fixes bundle 3
 2019-11-19  4:28 UTC  (18+ messages)
` [PATCH v5 1/7] scsi: ufs: Add device reset in link recovery path
` [PATCH v5 2/7] scsi: ufs-qcom: Add reset control support for host controller
` [PATCH v5 3/7] scsi: ufs: Fix up auto hibern8 enablement
` [PATCH v5 4/7] scsi: ufs: Fix register dump caused sleep in atomic context
` [PATCH v5 5/7] scsi: ufs: Fix irq return code
` [PATCH v5 6/7] scsi: ufs: Abort gating if clock on request is pending
` [PATCH v5 7/7] scsi: ufs: Fix error handing during hibern8 enter
  ` [EXT] "

[PATCHv3 00/52] Revamp SCSI result values
 2019-11-19  3:35 UTC  (3+ messages)

[PATCH V2] scsi: core: only re-run queue in scsi_end_request() if device queue is busy
 2019-11-19  2:20 UTC  (3+ messages)

[PATCH v2 0/4] UFS driver general fixes bundle 5
 2019-11-19  2:00 UTC  (15+ messages)
` [PATCH v2 1/4] scsi: ufs: Recheck bkops level if bkops is disabled
` [PATCH v2 2/4] scsi: ufs: Update VCCQ2 and VCCQ min/max voltage hard codes
` [PATCH v2 3/4] scsi: ufs: Avoid messing up the compl_time_stamp of lrbs
  ` [EXT] "
` [PATCH v2 4/4] scsi: ufs: Complete pending requests in host reset and restore path

[PATCHv4 0/9] scsi: remove legacy cmd_list implementation
 2019-11-18 23:06 UTC  (16+ messages)
` [PATCH 1/9] dpt_i2o: rename adpt_i2o_to_scsi() to adpt_i2o_scsi_complete()
` [PATCH 2/9] scsi: add scsi_host_flush_commands() helper
` [PATCH 3/9] dpt_i2o: use scsi_host_flush_commands() to abort outstanding commands
` [PATCH 4/9] aacraid: Do not wait for outstanding write commands on synchronize_cache
` [PATCH 5/9] aacraid: use midlayer helper to terminate outstanding commands
` [PATCH 6/9] scsi: add scsi_host_busy_iter()
` [PATCH 7/9] aacraid: use scsi_host_busy_iter() in aac_wait_for_io_completion()
` [PATCH 8/9] aacraid: use scsi_host_busy_iter() in get_num_of_incomplete_fibs()
` [PATCH 9/9] scsi: Remove cmd_list functionality

[PATCH] esp_scsi: Clear Transfer Count registers before PIO transfers
 2019-11-18 23:04 UTC  (9+ messages)

[PATCH 0/8] qla2xxx: Bug Fixes for the driver
 2019-11-18 20:25 UTC  (3+ messages)
` [PATCH 6/8] qla2xxx: Fix memory leak when sending I/O fails

[PATCH] lpfc: fixup out-of-bounds access during CPU hotplug
 2019-11-18 20:21 UTC  (7+ messages)

[PATCH v5 0/4] Simplify and optimize the UFS driver
 2019-11-18 18:13 UTC  (11+ messages)
` [PATCH v5 4/4] ufs: Simplify the clock scaling mechanism implementation
      ` [EXT] "

[PATCH -next] scsi: sd_zbc: Remove set but not used variable 'buflen'
 2019-11-18 15:33 UTC  (3+ messages)

[PATCH v2 0/2] Some esp_scsi updates
 2019-11-18 13:27 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH v2 1/2] esp_scsi: Correct ordering of PCSCSI definition in esp_rev enum
  ` [PATCH v3 2/2] esp_scsi: Add support for FSC chip

[PATCH v2 1/4] scsi: ufs: Recheck bkops level if bkops is disabled
 2019-11-18 13:20 UTC  (7+ messages)
` [PATCH v2 2/4] scsi: ufs: Update VCCQ2 and VCCQ min/max voltage hard codes
` [PATCH v2 3/4] scsi: ufs: Avoid messing up the compl_time_stamp of lrbs
` [PATCH v2 4/4] scsi: ufs: Complete pending requests in host reset and restore path
  ` [EXT] "

[PATCH -next v2] scsi: qla2xxx: Use PTR_ERR_OR_ZERO() to simplify code
 2019-11-18 10:44 UTC  (2+ messages)

[PATCH 0/4] scis: don't apply per-LUN queue depth for SSD
 2019-11-18 10:31 UTC  (5+ messages)
` [PATCH 1/4] scsi: megaraid_sas: use private counter for tracking inflight per-LUN commands
` [PATCH 2/4] scsi: mpt3sas: "
` [PATCH 3/4] scsi: sd: register request queue after sd_revalidate_disk is done
` [PATCH 4/4] scsi: core: don't limit per-LUN queue depth for SSD

[PATCH RFC 0/5] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
 2019-11-18 10:31 UTC  (15+ messages)
` [PATCH RFC 3/5] blk-mq: Facilitate a shared tags per tagset

[PATCH V2 00/13] pm80xx : Updates for the driver version 0.1.39
 2019-11-18  9:43 UTC  (11+ messages)
` [PATCH V2 01/13] pm80xx : Fix for SATA device discovery
` [PATCH V2 02/13] pm80xx : Make phy enable completion as NULL
` [PATCH V2 09/13] pm80xx : Cleanup command when a reset times out
` [PATCH V2 11/13] pm80xx : Controller fatal error through sysfs
` [PATCH V2 13/13] pm80xx : Modified the logic to collect fatal dump

[PATCH] scsi: mvsas: remove not needed memset
 2019-11-18  8:55 UTC 

[PATCH] scsi: dpt_i2o: remove not needed memset
 2019-11-18  8:49 UTC 

[PATCH] scsi: pmcraid: remove not needed memset
 2019-11-18  8:39 UTC 

[PATCH] scsi: mpt3sas: remove not needed memset
 2019-11-18  8:33 UTC 

[PATCH] scsi: core: only re-run queue in scsi_end_request() if device queue is busy
 2019-11-18  7:08 UTC  (7+ messages)

[Resend due to wrong mail address][PATCH v2 0/4] UFS driver general fixes bundle 5
 2019-11-18  3:54 UTC 

[PATCH] scsi: smartpqi: add missed free_irq in suspend
 2019-11-18  2:48 UTC 

[PATCH] scsi: megaraid_mbox: change the error level of crit to warning
 2019-11-17 18:07 UTC 

[PATCHv3 0/5] scsi: remove legacy cmd_list implementation
 2019-11-17 15:01 UTC  (9+ messages)
` [PATCH 1/5] scsi: add scsi_host_busy_iter()
` [PATCH 2/5] dpt_i2o: use midlayer tcq implementation
` [PATCH 3/5] dpt_i2o: rename adpt_i2o_to_scsi() to adpt_i2o_scsi_complete()
` [PATCH 4/5] aacraid: use scsi_host_busy_iter() for traversing outstanding commands
` [PATCH 5/5] scsi: Remove cmd_list functionality

[PATCH AUTOSEL 4.19 034/237] scsi: hisi_sas: Feed back linkrate(max/min) when re-attached
 2019-11-16 15:40 UTC  (20+ messages)
` [PATCH AUTOSEL 4.19 035/237] scsi: hisi_sas: Fix the race between IO completion and timeout for SMP/internal IO
` [PATCH AUTOSEL 4.19 036/237] scsi: hisi_sas: Free slot later in slot_complete_vx_hw()
` [PATCH AUTOSEL 4.19 045/237] scsi: ips: fix missing break in switch
` [PATCH AUTOSEL 4.19 051/237] scsi: isci: Use proper enumerated type in atapi_d2h_reg_frame_handler
` [PATCH AUTOSEL 4.19 052/237] scsi: isci: Change sci_controller_start_task's return type to sci_status
` [PATCH AUTOSEL 4.19 053/237] scsi: bfa: Avoid implicit enum conversion in bfad_im_post_vendor_event
` [PATCH AUTOSEL 4.19 054/237] scsi: iscsi_tcp: Explicitly cast param in iscsi_sw_tcp_host_get_param
` [PATCH AUTOSEL 4.19 063/237] scsi: dc395x: fix dma API usage in srb_done
` [PATCH AUTOSEL 4.19 064/237] scsi: dc395x: fix DMA API usage in sg_update_list
` [PATCH AUTOSEL 4.19 065/237] scsi: zorro_esp: Limit DMA transfers to 65535 bytes
` [PATCH AUTOSEL 4.19 090/237] scsi: hisi_sas: Fix NULL pointer dereference
` [PATCH AUTOSEL 4.19 207/237] scsi: mpt3sas: Fix Sync cache command failure during driver unload
` [PATCH AUTOSEL 4.19 208/237] scsi: mpt3sas: Don't modify EEDPTagMode field setting on SAS3.5 HBA devices
` [PATCH AUTOSEL 4.19 209/237] scsi: mpt3sas: Fix driver modifying persistent data in Manufacturing page11
` [PATCH AUTOSEL 4.19 210/237] scsi: megaraid_sas: Fix msleep granularity
` [PATCH AUTOSEL 4.19 211/237] scsi: megaraid_sas: Fix goto labels in error handling
` [PATCH AUTOSEL 4.19 212/237] scsi: lpfc: fcoe: Fix link down issue after 1000+ link bounces
` [PATCH AUTOSEL 4.19 213/237] scsi: lpfc: Fix odd recovery in duplicate FLOGIs in point-to-point
` [PATCH AUTOSEL 4.19 214/237] scsi: lpfc: Correct loss of fc4 type on remote port address change

[PATCH AUTOSEL 4.14 027/150] scsi: ips: fix missing break in switch
 2019-11-16 15:47 UTC  (13+ messages)
` [PATCH AUTOSEL 4.14 031/150] scsi: isci: Use proper enumerated type in atapi_d2h_reg_frame_handler
` [PATCH AUTOSEL 4.14 032/150] scsi: isci: Change sci_controller_start_task's return type to sci_status
` [PATCH AUTOSEL 4.14 033/150] scsi: iscsi_tcp: Explicitly cast param in iscsi_sw_tcp_host_get_param
` [PATCH AUTOSEL 4.14 039/150] scsi: dc395x: fix dma API usage in srb_done
` [PATCH AUTOSEL 4.14 040/150] scsi: dc395x: fix DMA API usage in sg_update_list
` [PATCH AUTOSEL 4.14 127/150] scsi: mpt3sas: Fix Sync cache command failure during driver unload
` [PATCH AUTOSEL 4.14 128/150] scsi: mpt3sas: Don't modify EEDPTagMode field setting on SAS3.5 HBA devices
` [PATCH AUTOSEL 4.14 129/150] scsi: mpt3sas: Fix driver modifying persistent data in Manufacturing page11
` [PATCH AUTOSEL 4.14 130/150] scsi: megaraid_sas: Fix msleep granularity
` [PATCH AUTOSEL 4.14 131/150] scsi: megaraid_sas: Fix goto labels in error handling
` [PATCH AUTOSEL 4.14 132/150] scsi: lpfc: fcoe: Fix link down issue after 1000+ link bounces
` [PATCH AUTOSEL 4.14 133/150] scsi: lpfc: Correct loss of fc4 type on remote port address change

[PATCH AUTOSEL 4.9 16/99] scsi: ips: fix missing break in switch
 2019-11-16 15:50 UTC  (10+ messages)
` [PATCH AUTOSEL 4.9 18/99] scsi: isci: Use proper enumerated type in atapi_d2h_reg_frame_handler
` [PATCH AUTOSEL 4.9 19/99] scsi: isci: Change sci_controller_start_task's return type to sci_status
` [PATCH AUTOSEL 4.9 20/99] scsi: iscsi_tcp: Explicitly cast param in iscsi_sw_tcp_host_get_param
` [PATCH AUTOSEL 4.9 23/99] scsi: dc395x: fix dma API usage in srb_done
` [PATCH AUTOSEL 4.9 24/99] scsi: dc395x: fix DMA API usage in sg_update_list
` [PATCH AUTOSEL 4.9 83/99] scsi: mpt3sas: Fix Sync cache command failure during driver unload
` [PATCH AUTOSEL 4.9 84/99] scsi: mpt3sas: Fix driver modifying persistent data in Manufacturing page11
` [PATCH AUTOSEL 4.9 85/99] scsi: megaraid_sas: Fix msleep granularity
` [PATCH AUTOSEL 4.9 86/99] scsi: lpfc: fcoe: Fix link down issue after 1000+ link bounces

[PATCH AUTOSEL 4.4 14/77] scsi: ips: fix missing break in switch
 2019-11-16 15:53 UTC  (10+ messages)
` [PATCH AUTOSEL 4.4 16/77] scsi: isci: Use proper enumerated type in atapi_d2h_reg_frame_handler
` [PATCH AUTOSEL 4.4 17/77] scsi: isci: Change sci_controller_start_task's return type to sci_status
` [PATCH AUTOSEL 4.4 18/77] scsi: iscsi_tcp: Explicitly cast param in iscsi_sw_tcp_host_get_param
` [PATCH AUTOSEL 4.4 20/77] scsi: dc395x: fix dma API usage in srb_done
` [PATCH AUTOSEL 4.4 21/77] scsi: dc395x: fix DMA API usage in sg_update_list
` [PATCH AUTOSEL 4.4 66/77] scsi: mpt3sas: Fix Sync cache command failure during driver unload
` [PATCH AUTOSEL 4.4 67/77] scsi: mpt3sas: Fix driver modifying persistent data in Manufacturing page11
` [PATCH AUTOSEL 4.4 68/77] scsi: megaraid_sas: Fix msleep granularity
` [PATCH AUTOSEL 4.4 69/77] scsi: lpfc: fcoe: Fix link down issue after 1000+ link bounces

[RFC PATCH V3 2/2] scsi: core: don't limit per-LUN queue depth for SSD
 2019-11-16  8:54 UTC  (3+ messages)
` [scsi] 74eb6c22dc: suspend_stress.fail

[PATCH] NCR5380: Unconditionally clear ICR after do_abort()
 2019-11-16  3:36 UTC 

[PATCH] NCR5380: Add disconnect_mask module parameter
 2019-11-16  3:36 UTC 

[PATCH] NCR5380: Call scsi_set_resid() on command completion
 2019-11-16  3:36 UTC 

[PATCH] scsi_debug: num_tgts must be >= 0
 2019-11-16  3:30 UTC  (2+ messages)

[PATCH] lpfc: use hdwq assigned cpu for allocation
 2019-11-16  0:38 UTC 

Zdravstvujte! Vas interesujut bazy dannyh dlja prodazhi Vashih tovarov i uslug?
 2019-11-14 21:43 UTC 

Investment opportunity
 2019-11-15 11:50 UTC 

[PATCH RESEND 0/2] scsi: ufs: hibern8 fixes
 2019-11-15 11:00 UTC 

[PATCHv2 0/4] scsi: remove legacy cmd_list implementation
 2019-11-15 10:29 UTC  (10+ messages)
` [PATCH 1/4] dpt_i2o: use midlayer tcq implementation
` [PATCH 2/4] dpt_i2o: make adpt_i2o_to_scsi() a void function
` [PATCH 3/4] aacraid: use blk_mq_rq_busy_iter() for traversing outstanding commands
` [PATCH 4/4] scsi: Remove cmd_list functionality


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