mbox series

[RFC,0/3] blk-mq: Allow to complete requests directly

Message ID 20211015151412.3229037-1-bigeasy@linutronix.de (mailing list archive)
Headers show
Series blk-mq: Allow to complete requests directly | expand

Message

Sebastian Andrzej Siewior Oct. 15, 2021, 3:14 p.m. UTC
This is a follow up to
  https://lkml.kernel.org/r/20201102181238.GA17806@infradead.org

where I *think* we agreed to audit driver which complete their blk
request from process context and then let them complete the request
directly instead going through ksoftirqd.

This series converts a part from the MMC layer which completes the
requests from kworker/ preemptible context. It was verified with
sdhci-pci device under normal usage. It also converts the usb-storage
driver which is slightly complicated since it goes through the SCSI
layer.

Sebastian