LinuxLists
Users
About
Ariel Miculas (
[email protected]
)
Number of posts: 50 (0.13 per day)
First post: 2023-04-26 08:23:09
Last post: 2024-05-16 19:45:17
Date
List
Subject
2024-05-16 19:45:17
linux-kernel
[RFC PATCH v3 04/22] rust: Kbuild: enable `hex`
2024-05-16 19:40:49
linux-kernel
[RFC PATCH v3 02/22] rust: hex: import crate
2024-05-16 19:32:25
linux-kernel
[RFC PATCH v3 18/22] rust: add improved version of `ForeignOwnable::borrow_mut`
2024-05-16 19:32:14
linux-kernel
[RFC PATCH v3 05/22] rust: hex: add encode_hex_iter and encode_hex_upper_iter methods
2024-05-16 19:32:14
linux-kernel
[RFC PATCH v3 10/22] rust: kernel: add an abstraction over vfsmount to allow cloning a new private mount
2024-05-16 19:28:31
linux-kernel
[RFC PATCH v3 19/22] Add borrow_mut implementation to a ForeignOwnable CString
2024-05-16 19:27:17
linux-kernel
[RFC PATCH v3 13/22] fs: puzzlefs: Implement the initial version of PuzzleFS
2024-05-16 19:27:13
linux-kernel
[RFC PATCH v3 06/22] rust: capnp: import crate
2024-05-16 19:25:22
linux-kernel
[RFC PATCH v3 09/22] rust: Kbuild: enable `capnp`
2024-05-16 19:25:21
linux-kernel
[RFC PATCH v3 08/22] rust: capnp: return an error when trying to display floating point values
2024-05-16 19:17:17
linux-kernel
[RFC PATCH v3 07/22] rust: capnp: add SPDX License Identifiers
2024-05-16 19:15:09
linux-kernel
[RFC PATCH v3 11/22] rust: file: add bindings for `struct file`
2024-05-16 19:07:49
linux-kernel
[RFC PATCH v3 03/22] rust: hex: add SPDX license identifiers
2024-05-16 19:07:42
linux-kernel
[RFC PATCH v3 00/22] Rust PuzzleFS filesystem driver
2024-05-16 19:07:37
linux-kernel
[RFC PATCH v3 01/22] kernel: configs: add qemu-busybox-min.config
2024-05-16 19:06:33
linux-kernel
[RFC PATCH v3 22/22] fs: puzzlefs: implement statfs for puzzlefs
2024-05-16 19:06:32
linux-kernel
[RFC PATCH v3 20/22] rust: add support for file system parameters
2024-05-16 19:06:09
linux-kernel
[RFC PATCH v3 21/22] fs: puzzlefs: add oci_root_dir and image_manifest mount parameters
2024-05-16 19:05:56
linux-kernel
[RFC PATCH v3 17/22] fs: puzzlefs: add extended attributes support
2024-05-16 19:05:28
linux-kernel
[RFC PATCH v3 15/22] kernel: configs: add puzzlefs config fragment
2024-05-16 19:05:13
linux-kernel
[RFC PATCH v3 16/22] scripts: add fs directory to rust-analyzer
2024-05-16 19:04:50
linux-kernel
[RFC PATCH v3 14/22] rust: kernel: add from_iter_fallible for Vec<T>
2024-05-16 19:04:35
linux-kernel
[RFC PATCH v3 12/22] rust: file: Add support for reading files using their path
2023-12-15 14:28:51
linux-kernel
Re: [PATCH] docs: rust: remove `CC=clang` mentions
2023-11-22 15:09:40
linux-kernel
Re: [PATCH v6 05/13] x86/bugs: Rename RETPOLINE to MITIGATION_RETPOLINE
2023-11-17 16:12:50
linux-kernel
[PATCH v3] docs: filesystems: document the squashfs specific mount options
2023-10-30 16:43:15
linux-kernel
Re: [PATCH v2] docs: filesystems: document the squashfs specific mount options
2023-10-30 16:10:08
linux-kernel
Re: [PATCH v2] docs: filesystems: document the squashfs specific mount options
2023-10-30 12:57:33
linux-kernel
Re: [PATCH v2] docs: filesystems: document the squashfs specific mount options
2023-10-29 16:48:11
linux-kernel
Re: [PATCH] docs: filesystems: document the squashfs specific mount options
2023-10-29 16:21:00
linux-kernel
[PATCH v2] docs: filesystems: document the squashfs specific mount options
2023-10-27 15:21:43
linux-kernel
[PATCH] docs: vfs: fix typo in struct xattr_handlers
2023-10-27 15:09:58
linux-kernel
[PATCH] docs: filesystems: document the squashfs specific mount options
2023-10-26 21:12:46
linux-kernel
Re: [PATCH v3] rust: macros: improve `#[vtable]` documentation
2023-10-25 16:19:05
linux-kernel
Re: [PATCH] rust: kernel: str: Implement Debug for CString
2023-10-25 12:23:01
linux-kernel
Re: [PATCH v1] rust: add improved version of `ForeignOwnable::borrow_mut`
2023-10-19 18:50:40
linux-kernel
Re: [PATCH v2] rust: macros: improve `#[vtable]` documentation
2023-07-26 18:30:45
linux-kernel
[RFC PATCH v2 07/10] samples: puzzlefs: populate the directory entries with the inodes from the puzzlefs metadata file
2023-07-26 18:00:42
linux-kernel
[RFC PATCH v2 05/10] samples: puzzlefs: add basic deserializing support for the puzzlefs metadata
2023-07-26 17:59:59
linux-kernel
[RFC PATCH v2 08/10] rust: puzzlefs: read the puzzlefs image manifest instead of an individual metadata layer
2023-07-26 17:57:21
linux-kernel
[RFC PATCH v2 09/10] rust: puzzlefs: add support for reading files
2023-07-26 17:56:52
linux-kernel
[RFC PATCH v2 00/10] Rust PuzleFS filesystem driver
2023-07-26 17:44:42
linux-kernel
[RFC PATCH v2 01/10] samples: puzzlefs: add initial puzzlefs sample, copied from rust_fs.rs
2023-07-26 17:39:20
linux-kernel
[RFC PATCH v2 10/10] rust: puzzlefs: add oci_root_dir and image_manifest filesystem parameters
2023-07-26 17:32:52
linux-kernel
[RFC PATCH v2 06/10] rust: file: pass the filesystem context to the open function
2023-07-26 17:31:45
linux-kernel
[RFC PATCH v2 02/10] kernel: configs: enable rust samples in rust.config
2023-07-26 17:31:17
linux-kernel
[RFC PATCH v2 04/10] rust: file: Add a new RegularFile newtype useful for reading files
2023-07-26 17:14:01
linux-kernel
[RFC PATCH v2 03/10] rust: kernel: add an abstraction over vfsmount to allow cloning a new private mount
2023-04-26 20:52:07
linux-kernel
[PATCH v3] rust: helpers: sort includes alphabetically in rust/helpers.c
2023-04-26 08:23:09
linux-kernel
[PATCH] rust: Sort rust/helpers.c's #include directives