diff options
author | Andreas Hindborg <[email protected]> | 2024-06-11 13:45:51 +0200 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2024-06-14 07:45:04 -0600 |
commit | d37a9ab8331cfc0fc2eac0480f0af624c0144a92 (patch) | |
tree | f4f3b26e0ced7a3672ced03b846e6a987b667304 | |
parent | bc5b533b91ef0b8a09fe507e23d1c6c43c1fb0f5 (diff) |
MAINTAINERS: add entry for Rust block device driver API
Add an entry for the Rust block device driver abstractions.
Signed-off-by: Andreas Hindborg <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
-rw-r--r-- | MAINTAINERS | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index aacccb376c28..aa1321fdc300 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3781,6 +3781,20 @@ F: include/linux/blk* F: kernel/trace/blktrace.c F: lib/sbitmap.c +BLOCK LAYER DEVICE DRIVER API [RUST] +M: Andreas Hindborg <[email protected]> +R: Boqun Feng <[email protected]> +S: Supported +W: https://rust-for-linux.com +B: https://github.com/Rust-for-Linux/linux/issues +C: https://rust-for-linux.zulipchat.com/#narrow/stream/Block +T: git https://github.com/Rust-for-Linux/linux.git rust-block-next +F: drivers/block/rnull.rs +F: rust/kernel/block.rs +F: rust/kernel/block/ + BLOCK2MTD DRIVER M: Joern Engel <[email protected]> |