Wedson Almeida Filho ([email protected])

Number of posts: 257 (0.06 per day)
First post: 2012-05-10 02:53:13
Last post: 2024-04-01 23:22:20

Date List Subject
2024-03-25 20:04:56 linux-kernel [PATCH 03/10] kbuild: use the upstream `alloc` crate
2024-03-25 20:03:22 linux-kernel [PATCH 02/10] rust: alloc: introduce the `VecExt` trait
2024-03-25 19:58:36 linux-kernel [PATCH 10/10] rust: kernel: remove usage of `allocator_api` unstable feature
2024-03-25 19:58:26 linux-kernel [PATCH 04/10] rust: alloc: remove our fork of the `alloc` crate
2024-03-25 19:58:19 linux-kernel [PATCH 09/10] rust: init: update `init` module to take allocation flags
2024-03-25 19:58:00 linux-kernel [PATCH 08/10] rust: sync: update `Arc` and `UniqueArc` to take allocation flags
2024-03-25 19:57:41 linux-kernel [PATCH 07/10] rust: alloc: update `VecExt` to take allocation flags
2024-03-25 19:57:18 linux-kernel [PATCH 06/10] rust: alloc: introduce the `BoxExt` trait
2024-03-25 19:56:59 linux-kernel [PATCH 05/10] rust: alloc: introduce allocation flags
2024-03-25 19:56:06 linux-kernel [PATCH 01/10] rust: kernel: move `allocator` module under `alloc`
2024-03-25 19:55:39 linux-kernel [PATCH 00/10] Allocation APIs
2024-02-15 16:57:27 linux-kernel Re: [PATCH v2] rust: locks: Add `get_mut` method to `Lock`
2024-02-15 16:51:25 linux-kernel Re: [PATCH v2] rust: locks: Add `get_mut` method to `Lock`
2024-01-30 20:04:37 linux-kernel Re: [PATCH] rust: prelude: add bit function
2023-10-12 13:48:56 linux-kernel Re: [PATCH] rust: macros: improve `#[vtable]` documentation
2023-10-03 13:56:26 linux-kernel Re: [PATCH 03/29] 9p: move xattr-related structs to .rodata
2023-10-03 13:48:50 linux-kernel Re: [PATCH 05/29] btrfs: move btrfs_xattr_handlers to .rodata
2023-09-30 18:07:31 linux-kernel [PATCH] rust: error: fix the description for `ECHILD`
2023-09-30 17:55:53 linux-kernel [PATCH 29/29] net: move sockfs_xattr_handlers to .rodata
2023-09-30 17:11:10 linux-kernel [PATCH 23/29] smb: move cifs_xattr_handlers to .rodata
2023-09-30 16:52:00 linux-kernel [PATCH 13/29] hfs: move hfs_xattr_handlers to .rodata
2023-09-30 15:01:19 linux-kernel [PATCH 08/29] erofs: move erofs_xattr_handlers and xattr_handler_map to .rodata
2023-09-30 14:48:21 linux-kernel [PATCH 19/29] ntfs3: move ntfs_xattr_handlers to .rodata
2023-09-30 14:46:18 linux-kernel [PATCH 03/29] 9p: move xattr-related structs to .rodata
2023-09-30 14:21:04 linux-kernel [PATCH 16/29] jfs: move jfs_xattr_handlers to .rodata
2023-09-30 13:52:05 linux-kernel [PATCH 24/29] squashfs: move squashfs_xattr_handlers to .rodata
2023-09-30 13:17:15 linux-kernel [PATCH 05/29] btrfs: move btrfs_xattr_handlers to .rodata
2023-09-30 12:51:32 linux-kernel [PATCH 06/29] ceph: move ceph_xattr_handlers to .rodata
2023-09-30 11:56:21 linux-kernel [PATCH 14/29] hfsplus: move hfsplus_xattr_handlers to .rodata
2023-09-30 11:41:50 linux-kernel [PATCH 17/29] kernfs: move kernfs_xattr_handlers to .rodata
2023-09-30 11:41:40 linux-kernel [PATCH 12/29] gfs2: move gfs2_xattr_handlers_max to .rodata
2023-09-30 10:16:52 linux-kernel [PATCH 20/29] ocfs2: move ocfs2_xattr_handlers and ocfs2_xattr_handler_map to .rodata
2023-09-30 10:00:39 linux-kernel [PATCH 18/29] nfs: move nfs4_xattr_handlers to .rodata
2023-09-30 09:51:48 linux-kernel [PATCH 21/29] orangefs: move orangefs_xattr_handlers to .rodata
2023-09-30 09:11:00 linux-ext4 [PATCH 02/29] ext4: move ext4_xattr_handlers to .rodata
2023-09-30 08:49:28 linux-kernel [PATCH 28/29] shmem: move shmem_xattr_handlers to .rodata
2023-09-30 08:20:44 linux-kernel [PATCH 26/29] xfs: move xfs_xattr_handlers to .rodata
2023-09-30 08:06:02 linux-kernel [PATCH 00/29] const xattr tables
2023-09-30 07:51:56 linux-kernel [PATCH 07/29] ecryptfs: move ecryptfs_xattr_handlers to .rodata
2023-09-30 07:04:01 linux-kernel [PATCH 10/29] f2fs: move f2fs_xattr_handlers and f2fs_xattr_handler_map to .rodata
2023-09-30 06:16:01 linux-kernel [PATCH 11/29] fuse: move fuse_xattr_handlers to .rodata
2023-09-30 06:13:46 linux-kernel [PATCH 22/29] reiserfs: move reiserfs_xattr_handlers to .rodata
2023-09-30 06:04:03 linux-kernel [PATCH 04/29] afs: move afs_xattr_handlers to .rodata
2023-09-30 06:02:50 linux-kernel [PATCH 01/29] xattr: make the xattr array itself const
2023-09-30 05:11:07 linux-kernel [PATCH 15/29] jffs2: move jffs2_xattr_handlers to .rodata
2023-09-30 05:10:37 linux-kernel [PATCH 27/29] overlayfs: move xattr tables to .rodata
2023-09-30 05:06:33 linux-ext4 [PATCH 09/29] ext2: move ext2_xattr_handlers and ext2_xattr_handler_map to .rodata
2023-09-30 05:06:02 linux-kernel [PATCH 25/29] ubifs: move ubifs_xattr_handlers to .rodata
2023-09-23 22:30:52 linux-kernel Re: [PATCH 2/2] rust: arc: remove `ArcBorrow` in favour of `WithRef`
2023-09-23 19:35:55 linux-kernel Re: [PATCH 2/2] rust: arc: remove `ArcBorrow` in favour of `WithRef`
2023-09-23 18:27:41 linux-kernel Re: [PATCH 2/2] rust: arc: remove `ArcBorrow` in favour of `WithRef`