linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/4] SCSI core patches
@ 2023-05-17 23:09 Bart Van Assche
  2023-05-17 23:09 ` [PATCH v3 1/4] scsi: core: Use min() instead of open-coding it Bart Van Assche
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Bart Van Assche @ 2023-05-17 23:09 UTC (permalink / raw)
  To: Martin K . Petersen; +Cc: Christoph Hellwig, linux-scsi, Bart Van Assche

Hi Martin,

Please consider these SCSI core patches for the next merge window.

Thanks,

Bart.

Changes compared to v2:
- Dropped patch "scsi: core: Update a source code comment".
- In patch "scsi: core: Trace SCSI sense data", changed the format for the
  sense key and left out a superfluous parenthese.
- In patch "scsi: core: Only kick the requeue list if necessary", moved the
  blk_mq_kick_requeue_list() from scsi_run_host_queues() into scsi_run_queue().

Changes compared to v1:
- Improved the SCSI tracing patch as requested by Steven Rostedt and
  Niklas Cassel.
- Added patch "scsi: core: Delay running the queue if the host is blocked".

Bart Van Assche (4):
  scsi: core: Use min() instead of open-coding it
  scsi: core: Trace SCSI sense data
  scsi: core: Only kick the requeue list if necessary
  scsi: core: Delay running the queue if the host is blocked

 drivers/scsi/scsi_common.c  |  3 +--
 drivers/scsi/scsi_lib.c     | 15 +++++++++------
 include/trace/events/scsi.h | 21 +++++++++++++++++++--
 3 files changed, 29 insertions(+), 10 deletions(-)


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

end of thread, other threads:[~2023-05-18 19:22 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-17 23:09 [PATCH v3 0/4] SCSI core patches Bart Van Assche
2023-05-17 23:09 ` [PATCH v3 1/4] scsi: core: Use min() instead of open-coding it Bart Van Assche
2023-05-17 23:09 ` [PATCH v3 2/4] scsi: core: Trace SCSI sense data Bart Van Assche
2023-05-18  1:00   ` Ming Lei
2023-05-18 19:22     ` Bart Van Assche
2023-05-17 23:09 ` [PATCH v3 3/4] scsi: core: Only kick the requeue list if necessary Bart Van Assche
2023-05-17 23:09 ` [PATCH v3 4/4] scsi: core: Delay running the queue if the host is blocked Bart Van Assche
2023-05-18  1:16   ` Ming Lei
2023-05-18  2:34     ` Bart Van Assche
2023-05-18  2:39       ` Ming Lei
2023-05-18 14:59         ` Bart Van Assche
2023-05-18 11:36       ` Hannes Reinecke

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