rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] rnull: add configfs, remote completion to rnull
@ 2025-06-16 13:23 Andreas Hindborg
  2025-06-16 13:23 ` [PATCH 1/9] rust: block: remove trait bound from `mq::Request` definition Andreas Hindborg
                   ` (8 more replies)
  0 siblings, 9 replies; 16+ messages in thread
From: Andreas Hindborg @ 2025-06-16 13:23 UTC (permalink / raw)
  To: Boqun Feng, Miguel Ojeda, Alex Gaynor, Gary Guo,
	Björn Roy Baron, Benno Lossin, Alice Ryhl, Trevor Gross,
	Danilo Krummrich, Jens Axboe
  Cc: linux-block, rust-for-linux, linux-kernel, Andreas Hindborg

This series adds configuration via configfs and remote completion to
the rnull driver. The series also includes a set of changes to the
rust block device driver API: a few cleanup patches, and a few features
supporting the rnull changes.

This series is a smaller subset of the patches available in the
downstream rnull tree. I hope to minimize the delta between upstream
and downstream over the next few kernel releases.

Signed-off-by: Andreas Hindborg <a.hindborg@kernel.org>
---
Andreas Hindborg (9):
      rust: block: remove trait bound from `mq::Request` definition
      rust: block: add block related constants
      rust: block,core: rename `RawWriter` to `BufferWriter`
      rnull: move driver to separate directory
      rnull: enable configuration via `configfs`
      rust: block: add `GenDisk` private data support
      rust: block: mq: fix spelling in a safety comment
      rust: block: add remote completion to `Request`
      rnull: add soft-irq completion support

 MAINTAINERS                                        |   2 +-
 drivers/block/Kconfig                              |  10 +-
 drivers/block/Makefile                             |   4 +-
 drivers/block/rnull.rs                             |  80 ------
 drivers/block/rnull/Kconfig                        |  13 +
 drivers/block/rnull/Makefile                       |   3 +
 drivers/block/rnull/configfs.rs                    | 277 +++++++++++++++++++++
 drivers/block/rnull/rnull.rs                       | 105 ++++++++
 rust/kernel/block.rs                               |  12 +
 rust/kernel/block/mq.rs                            |  14 +-
 rust/kernel/block/mq/gen_disk.rs                   |  53 +++-
 rust/kernel/block/mq/operations.rs                 |  65 ++++-
 rust/kernel/block/mq/request.rs                    |  21 +-
 rust/kernel/str.rs                                 |   3 +
 .../mq/raw_writer.rs => str/buffer_writer.rs}      |  17 +-
 15 files changed, 550 insertions(+), 129 deletions(-)
---
base-commit: e04c78d86a9699d136910cfc0bdcf01087e3267e
change-id: 20250616-rnull-up-v6-16-b4571e28feee

Best regards,
-- 
Andreas Hindborg <a.hindborg@kernel.org>



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

end of thread, other threads:[~2025-07-08  8:44 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-16 13:23 [PATCH 0/9] rnull: add configfs, remote completion to rnull Andreas Hindborg
2025-06-16 13:23 ` [PATCH 1/9] rust: block: remove trait bound from `mq::Request` definition Andreas Hindborg
2025-06-16 13:23 ` [PATCH 2/9] rust: block: add block related constants Andreas Hindborg
2025-06-16 13:23 ` [PATCH 3/9] rust: block,core: rename `RawWriter` to `BufferWriter` Andreas Hindborg
2025-07-07 14:18   ` Miguel Ojeda
2025-07-07 14:58     ` Andreas Hindborg
2025-07-07 18:25       ` Miguel Ojeda
2025-07-08  8:44         ` Andreas Hindborg
2025-06-16 13:23 ` [PATCH 4/9] rnull: move driver to separate directory Andreas Hindborg
2025-06-16 13:23 ` [PATCH 5/9] rnull: enable configuration via `configfs` Andreas Hindborg
2025-06-16 13:23 ` [PATCH 6/9] rust: block: add `GenDisk` private data support Andreas Hindborg
2025-06-16 13:23 ` [PATCH 7/9] rust: block: mq: fix spelling in a safety comment Andreas Hindborg
2025-06-16 13:23 ` [PATCH 8/9] rust: block: add remote completion to `Request` Andreas Hindborg
2025-06-16 13:23 ` [PATCH 9/9] rnull: add soft-irq completion support Andreas Hindborg
2025-06-16 13:56   ` Johannes Thumshirn
2025-06-17  8:08     ` Andreas Hindborg

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