public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] io_uring iopoll in scsi layer
@ 2020-12-03  3:40 Kashyap Desai
  2020-12-03  3:40 ` [PATCH v2 1/4] add io_uring with IOPOLL support " Kashyap Desai
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Kashyap Desai @ 2020-12-03  3:40 UTC (permalink / raw)
  To: linux-scsi; +Cc: Kashyap Desai

[-- Attachment #1: Type: text/plain, Size: 1374 bytes --]

This patch series is to support io_uring iopoll feature
in scsi stack. This patch set requires shared hosttag support.

This patch set is created on top of for-next branch of
https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block

v2 -> 
- updated feedback from v1.
- add reviewed-by & tested-by tag
- remove flood of prints in scsi_debug driver during iopoll
  reported by Douglas Gilbert.
- added new patch to support to get shost from hctx.
  added new helper function "scsi_init_hctx"

v1 -> 
Fixed warnings in scsi_debug driver.
Reported-by: kernel test robot <lkp@intel.com>

Kashyap Desai (4):
  add io_uring with IOPOLL support in scsi layer
  megaraid_sas: iouring iopoll support
  scsi_debug : iouring iopoll support
  scsi: set shost as hctx driver_data

 drivers/scsi/megaraid/megaraid_sas.h        |   2 +
 drivers/scsi/megaraid/megaraid_sas_base.c   |  90 ++++++++++++--
 drivers/scsi/megaraid/megaraid_sas_fusion.c |  43 ++++++-
 drivers/scsi/megaraid/megaraid_sas_fusion.h |   3 +
 drivers/scsi/scsi_debug.c                   | 130 ++++++++++++++++++++
 drivers/scsi/scsi_lib.c                     |  28 ++++-
 include/scsi/scsi_cmnd.h                    |   1 +
 include/scsi/scsi_host.h                    |  11 ++
 8 files changed, 294 insertions(+), 14 deletions(-)


base-commit: 0eedceafd3a63fd082743c914853ef4b9247dbe6
-- 
2.18.1


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4169 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2021-02-01 13:56 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-03  3:40 [PATCH v2 0/4] io_uring iopoll in scsi layer Kashyap Desai
2020-12-03  3:40 ` [PATCH v2 1/4] add io_uring with IOPOLL support " Kashyap Desai
2020-12-03 12:51   ` Hannes Reinecke
2020-12-04  8:53   ` John Garry
2020-12-03  3:40 ` [PATCH v2 2/4] megaraid_sas: iouring iopoll support Kashyap Desai
2020-12-03 12:57   ` Hannes Reinecke
2021-02-01 13:55     ` Kashyap Desai
2020-12-03 13:23   ` kernel test robot
2020-12-03  3:40 ` [PATCH v2 3/4] scsi_debug : " Kashyap Desai
2020-12-03 12:58   ` Hannes Reinecke
2020-12-03 19:09   ` Douglas Gilbert
2020-12-03  3:41 ` [PATCH v2 4/4] scsi: set shost as hctx driver_data Kashyap Desai
2020-12-03 13:26   ` John Garry
2020-12-03 13:30     ` Kashyap Desai
2020-12-04  9:00       ` John Garry
2021-01-11 12:15 ` [PATCH v2 0/4] io_uring iopoll in scsi layer Kashyap Desai
2021-01-13  3:55   ` Martin K. Petersen

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