From: Jens Axboe <axboe@kernel.dk>
To: linux-block@vger.kernel.org, Ming Lei <ming.lei@redhat.com>
Cc: Uday Shankar <ushankar@purestorage.com>,
Caleb Sander Mateos <csander@purestorage.com>
Subject: Re: [PATCH V3 00/17] ublk: cleanup for supporting batch IO command
Date: Tue, 15 Jul 2025 08:07:13 -0600 [thread overview]
Message-ID: <175258843369.163854.2410311515898096607.b4-ty@kernel.dk> (raw)
In-Reply-To: <20250713143415.2857561-1-ming.lei@redhat.com>
On Sun, 13 Jul 2025 22:33:55 +0800, Ming Lei wrote:
> The 1st 9 patches cleans ublk driver, and prepare for supporting
> batch IO command which needs per-io lock.
>
> The others are selftest cleanup, and prepare for supporting arbitrary
> task context & ublk queue combination, which will be allowed with
> batch IO feature.
>
> [...]
Applied, thanks!
[01/17] ublk: validate ublk server pid
commit: c2c8089f325ed703fd5123b39e2dece1dd605904
[02/17] ublk: look up ublk task via its pid in timeout handler
commit: dd7a8507319e22141fa2e107d81cba18a4007d92
[03/17] ublk: move fake timeout logic into __ublk_complete_rq()
commit: 7074feeca41d09713d70e619a34d9e7b4e219f8c
[04/17] ublk: let ublk_fill_io_cmd() cover more things
commit: 07bc706431799e7cf5209e8afdd8071d400266e7
[05/17] ublk: avoid to pass `struct ublksrv_io_cmd *` to ublk_commit_and_fetch()
commit: 7ebdba87cf2a248aad10aff6b5fb1ca7c6b0add7
[06/17] ublk: move auto buffer register handling into one dedicated helper
commit: 52460dda3a775a73f226312b43c0a0211e8665ea
[07/17] ublk: store auto buffer register data into `struct ublk_io`
commit: 21bb9facb1e78c50cf8bd5a51571fb8cbec3fb9d
[08/17] ublk: add helper ublk_check_fetch_buf()
commit: 3446583f81fc3b98dddaac15b37d9c4ff2b569af
[09/17] ublk: remove ublk_commit_and_fetch()
commit: b749965edda8fcf0fd3e188c56845e991eaa63c9
[10/17] ublk: pass 'const struct ublk_io *' to ublk_[un]map_io()
commit: ef92541d99c1c1319e5254d5f5380959962abb87
[11/17] selftests: ublk: remove `tag` parameter of ->tgt_io_done()
commit: b36c73251aaec6c9941b5493637a9007d0a56616
[12/17] selftests: ublk: pass 'ublk_thread *' to ->queue_io() and ->tgt_io_done()
commit: e0054835bf6850245e17417fdbe80e232737e537
[13/17] selftests: ublk: pass 'ublk_thread *' to more common helpers
commit: 92dda98424feebb5f9b9135e30219342b80791b3
[14/17] selftests: ublk: remove ublk queue self-defined flags
commit: c3a6d48f86da1df277ef4f95f147a7f7f5cd6f44
[15/17] selftests: ublk: improve flags naming
commit: a66f89017673881e85e65a460cfdec35da4f07f2
[16/17] selftests: ublk: add helper ublk_handle_uring_cmd() for handle ublk command
commit: c1dc9b0d9e48380c868acd338c8912ebb7d75f0a
[17/17] selftests: ublk: add utils.h
commit: e56828f4df139b49cb837198ef8f3d2f13db65cb
Best regards,
--
Jens Axboe
prev parent reply other threads:[~2025-07-15 14:07 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-13 14:33 [PATCH V3 00/17] ublk: cleanup for supporting batch IO command Ming Lei
2025-07-13 14:33 ` [PATCH V3 01/17] ublk: validate ublk server pid Ming Lei
2025-07-15 14:50 ` Caleb Sander Mateos
2025-07-15 15:42 ` Ming Lei
2025-07-15 15:48 ` Caleb Sander Mateos
2025-07-15 22:39 ` Ming Lei
2025-07-13 14:33 ` [PATCH V3 02/17] ublk: look up ublk task via its pid in timeout handler Ming Lei
2025-07-13 14:33 ` [PATCH V3 03/17] ublk: move fake timeout logic into __ublk_complete_rq() Ming Lei
2025-07-13 14:33 ` [PATCH V3 04/17] ublk: let ublk_fill_io_cmd() cover more things Ming Lei
2025-07-15 15:22 ` Caleb Sander Mateos
2025-07-13 14:34 ` [PATCH V3 05/17] ublk: avoid to pass `struct ublksrv_io_cmd *` to ublk_commit_and_fetch() Ming Lei
2025-07-13 14:34 ` [PATCH V3 06/17] ublk: move auto buffer register handling into one dedicated helper Ming Lei
2025-07-13 14:34 ` [PATCH V3 07/17] ublk: store auto buffer register data into `struct ublk_io` Ming Lei
2025-07-13 14:34 ` [PATCH V3 08/17] ublk: add helper ublk_check_fetch_buf() Ming Lei
2025-07-13 14:34 ` [PATCH V3 09/17] ublk: remove ublk_commit_and_fetch() Ming Lei
2025-07-15 15:38 ` Caleb Sander Mateos
2025-07-13 14:34 ` [PATCH V3 10/17] ublk: pass 'const struct ublk_io *' to ublk_[un]map_io() Ming Lei
2025-07-13 14:34 ` [PATCH V3 11/17] selftests: ublk: remove `tag` parameter of ->tgt_io_done() Ming Lei
2025-07-13 14:34 ` [PATCH V3 12/17] selftests: ublk: pass 'ublk_thread *' to ->queue_io() and ->tgt_io_done() Ming Lei
2025-07-13 14:34 ` [PATCH V3 13/17] selftests: ublk: pass 'ublk_thread *' to more common helpers Ming Lei
2025-07-13 14:34 ` [PATCH V3 14/17] selftests: ublk: remove ublk queue self-defined flags Ming Lei
2025-07-13 14:34 ` [PATCH V3 15/17] selftests: ublk: improve flags naming Ming Lei
2025-07-13 14:34 ` [PATCH V3 16/17] selftests: ublk: add helper ublk_handle_uring_cmd() for handle ublk command Ming Lei
2025-07-13 14:34 ` [PATCH V3 17/17] selftests: ublk: add utils.h Ming Lei
2025-07-15 14:07 ` Jens Axboe [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=175258843369.163854.2410311515898096607.b4-ty@kernel.dk \
--to=axboe@kernel.dk \
--cc=csander@purestorage.com \
--cc=linux-block@vger.kernel.org \
--cc=ming.lei@redhat.com \
--cc=ushankar@purestorage.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).