aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/rust/kernel/block (follow)
AgeCommit message (Expand)AuthorFilesLines
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