summaryrefslogtreecommitdiffstats
path: root/rust/kernel/block
AgeCommit message (Expand)AuthorLines
2025-03-23rust: block: refactor to use `&raw mut`Antonio Hickey-2/+2
2025-03-16rust: make pin-init its own crateBenno Lossin-3/+2
2025-01-21Merge tag 'rust-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds-4/+5
2025-01-10rust: add `build_error!` to the preludeMiguel Ojeda-1/+2
2025-01-10rust: use the `build_error!` macro, not the hidden functionMiguel Ojeda-1/+1
2024-12-23rust: block: fix use of BLK_MQ_F_SHOULD_MERGEAndreas Hindborg-1/+1
2024-12-18rust: block: fix formatting in GenDisk docYutaro Ohno-3/+3
2024-11-30Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds-1/+1
2024-11-18rust: block: simplify Result<()> in validate_block_size returnManas-1/+1
2024-11-10rust: use custom FFI integer typesGary Guo-11/+11
2024-10-22rust: block: fix formatting of `kernel::block::mq::request` moduleFrancesco Zardi-29/+38
2024-08-21rust: block: fix wrong usage of lockdep APIAndreas Hindborg-4/+2
2024-06-20rust: block: do not use removed queue flag APIAndreas Hindborg-14/+3
2024-06-14rust: block: do not use removed queue limit APIAndreas Hindborg-13/+7
2024-06-14rust: block: introduce `kernel::block::mq` moduleAndreas Hindborg-0/+952