Message ID | 20230612190343.2087040-1-kbusch@meta.com (mailing list archive) |
---|---|
Headers | show |
Series | enhanced nvme uring command polling | expand |
On Mon, 12 Jun 2023 12:03:41 -0700, Keith Busch wrote: > Changes from previous version: > > Fixex botched merge compiler bug (kernel test robot) > > Added reviews > > Keith Busch (2): > block: add request polling helper > nvme: improved uring polling > > [...] Applied, thanks! [1/2] block: add request polling helper commit: f6c80cffcd47a2d41943e3a41fbe9034d9f6d7b0 [2/2] nvme: improved uring polling commit: 9408d8a37e6cce8803681ab816383450a056c3a9 Best regards,
From: Keith Busch <kbusch@kernel.org> Changes from previous version: Fixex botched merge compiler bug (kernel test robot) Added reviews Keith Busch (2): block: add request polling helper nvme: improved uring polling block/blk-mq.c | 48 ++++++++++++++++-------- drivers/nvme/host/ioctl.c | 70 ++++++++++------------------------- drivers/nvme/host/multipath.c | 2 +- drivers/nvme/host/nvme.h | 2 - include/linux/blk-mq.h | 2 + include/uapi/linux/io_uring.h | 2 + 6 files changed, 56 insertions(+), 70 deletions(-)