aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/rust/kernel/block/mq/operations.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds1-13/+52
2025-09-15rust: block: convert `block::mq` to use `Refcount`Gary Guo1-3/+4
2025-09-02rust: block: add remote completion to `Request`Andreas Hindborg1-4/+15
2025-09-02rust: block: add `GenDisk` private data supportAndreas Hindborg1-9/+37
2025-06-22rust: enable `clippy::as_underscore` lintTamir Duberstein1-1/+1
2025-01-10rust: add `build_error!` to the preludeMiguel Ojeda1-1/+2
2025-01-10rust: use the `build_error!` macro, not the hidden functionMiguel Ojeda1-1/+1
2024-11-10rust: use custom FFI integer typesGary Guo1-9/+9
2024-06-14rust: block: introduce `kernel::block::mq` moduleAndreas Hindborg1-0/+245