aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/rust/kernel/block (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 Torvalds5-86/+124
2025-09-30Merge tag 'rust-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds3-5/+4
2025-09-16rust: block: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein3-4/+3
2025-09-15rust: block: convert `block::mq` to use `Refcount`Gary Guo2-55/+25
2025-09-08rust: block: fix `srctree/` linksMiguel Ojeda1-1/+1
2025-09-02rust: block: add remote completion to `Request`Andreas Hindborg3-4/+38
2025-09-02rust: block: mq: fix spelling in a safety commentAndreas Hindborg1-1/+1
2025-09-02rust: block: add `GenDisk` private data supportAndreas Hindborg3-16/+69
2025-09-02rnull: enable configuration via `configfs`Andreas Hindborg1-1/+1
2025-09-02rust: block: remove trait bound from `mq::Request` definitionAndreas Hindborg1-1/+1
2025-09-02rust: block: remove `RawWriter`Andreas Hindborg2-57/+0
2025-09-02rust: block: use `NullTerminatedFormatter`Andreas Hindborg2-5/+8
2025-09-02rust: block: normalize imports for `gen_disk.rs`Andreas Hindborg1-3/+7
2025-07-13Merge tag 'pin-init-v6.17' of https://github.com/Rust-for-Linux/linux into rust-nextMiguel Ojeda1-5/+7
2025-06-24rust: Use consistent "# Examples" heading style in rustdocViresh Kumar1-1/+1
2025-06-22rust: enable `clippy::as_underscore` lintTamir Duberstein2-2/+7
2025-06-22rust: enable `clippy::ptr_cast_constness` lintTamir Duberstein1-2/+2
2025-06-11rust: pin-init: change blanket impls for `[Pin]Init` and add one for `Result<T, E>`Benno Lossin1-5/+7
2025-05-12rust: convert raw URLs to Markdown autolinks in commentsXizhe Yin1-1/+1
2025-03-23rust: block: refactor to use `&raw mut`Antonio Hickey1-2/+2
2025-03-16rust: make pin-init its own crateBenno Lossin1-3/+2
2025-01-21Merge tag 'rust-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds2-4/+5
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-12-23rust: block: fix use of BLK_MQ_F_SHOULD_MERGEAndreas Hindborg1-1/+1
2024-12-18rust: block: fix formatting in GenDisk docYutaro Ohno1-3/+3
2024-11-30Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2024-11-18rust: block: simplify Result<()> in validate_block_size returnManas1-1/+1
2024-11-10rust: use custom FFI integer typesGary Guo3-11/+11
2024-10-22rust: block: fix formatting of `kernel::block::mq::request` moduleFrancesco Zardi1-29/+38
2024-08-21rust: block: fix wrong usage of lockdep APIAndreas Hindborg1-4/+2
2024-06-20rust: block: do not use removed queue flag APIAndreas Hindborg1-14/+3
2024-06-14rust: block: do not use removed queue limit APIAndreas Hindborg1-13/+7
2024-06-14rust: block: introduce `kernel::block::mq` moduleAndreas Hindborg6-0/+952