aboutsummaryrefslogtreecommitdiffstats
path: root/rust/kernel/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-07rust: file: add intra-doc link for 'EBADF'Tong Li1-2/+2
2025-10-04Merge tag 'char-misc-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+68
2025-09-30Merge tag 'rust-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds1-2/+3
2025-09-16rust: file: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein1-2/+3
2025-09-06rust: fs: add Kiocb structAlice Ryhl1-0/+68
2025-09-01rust: file: use to_result for error handlingOnur Özkan1-4/+3
2025-08-19rust: fs: update ARef and AlwaysRefCounted imports from sync::arefShankari Anand1-1/+2
2025-06-22rust: enable `clippy::ref_as_ptr` lintTamir Duberstein1-1/+1
2025-06-22rust: enable `clippy::ptr_as_ptr` lintTamir Duberstein1-1/+1
2025-05-30rust: file: improve safety commentsPekka Ristola1-4/+5
2025-05-30rust: file: mark `LocalFile` as `repr(transparent)`Pekka Ristola1-0/+1
2025-03-30Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds1-2/+2
2025-03-18rust: file: optimize rust symbol generation for FileDescriptorReservationKunwu Chan1-0/+4
2025-03-08rust: improve lifetimes markupBorys Tyran1-2/+2
2024-09-30rust: file: add `FileDescriptorReservation`Wedson Almeida Filho1-1/+74
2024-09-30rust: cred: add Rust abstraction for `struct cred`Wedson Almeida Filho1-0/+13
2024-09-30rust: file: add Rust abstraction for `struct file`Wedson Almeida Filho1-0/+375