Mateusz Guzik ([email protected])

Number of posts: 188 (0.36 per day)
First post: 2023-01-14 18:19:26
Last post: 2024-06-15 06:31:58

Date List Subject
2024-06-15 06:31:58 linux-kernel Re: [PATCH 1/3] fs/file.c: add fast path in alloc_fd()
2024-06-15 05:08:24 linux-kernel Re: [PATCH 3/3] fs/file.c: move sanity_check from alloc_fd() to put_unused_fd()
2024-06-15 04:42:10 linux-kernel Re: [PATCH 3/3] fs/file.c: move sanity_check from alloc_fd() to put_unused_fd()
2024-06-13 19:03:21 linux-kernel Re: [PATCH 1/2] lockref: speculatively spin waiting for the lock to be released
2024-06-13 18:48:16 linux-kernel Re: [PATCH 1/2] lockref: speculatively spin waiting for the lock to be released
2024-06-13 18:41:52 linux-kernel Re: [PATCH 1/2] lockref: speculatively spin waiting for the lock to be released
2024-06-13 18:13:36 linux-kernel Re: [PATCH 1/2] lockref: speculatively spin waiting for the lock to be released
2024-06-13 13:52:42 linux-kernel Re: [PATCH 1/2] lockref: speculatively spin waiting for the lock to be released
2024-06-13 10:50:59 linux-kernel Re: [RFC PATCH] vfs: add rcu-based find_inode variants for iget ops
2024-06-13 08:30:07 linux-kernel [PATCH] x86/CPU/AMD: inline amd_clear_divider
2024-06-13 06:10:42 linux-kernel Re: [PATCH 1/2] lockref: speculatively spin waiting for the lock to be released
2024-06-13 00:13:11 linux-kernel [PATCH 2/2] vfs: move d_lockref out of the area used by RCU lookup
2024-06-13 00:12:59 linux-kernel [PATCH 1/2] lockref: speculatively spin waiting for the lock to be released
2024-06-13 00:12:49 linux-kernel [PATCH 0/2] stop lockref from degrading to locked-only ops
2024-06-12 18:27:48 linux-kernel Re: [PATCH] vfs: move d_lockref out of the area used by RCU lookup
2024-06-12 16:47:44 linux-kernel [PATCH] vfs: move d_lockref out of the area used by RCU lookup
2024-06-11 17:45:09 linux-kernel [PATCH v4 2/2] btrfs: use iget5_locked_rcu
2024-06-11 17:41:18 linux-kernel [PATCH v4 1/2] vfs: add rcu-based find_inode variants for iget ops
2024-06-11 17:40:55 linux-kernel [PATCH v4 0/2] rcu-based inode lookup for iget*
2024-06-11 13:14:14 linux-kernel Re: [PATCH v3 1/2] vfs: add rcu-based find_inode variants for iget ops
2024-06-11 12:35:34 linux-kernel [PATCH v2 2/4] vfs: partially sanitize i_state zeroing on inode creation
2024-06-11 12:10:30 linux-kernel [PATCH v2 4/4] bcachefs: remove now spurious i_state initialization
2024-06-11 12:07:49 linux-kernel [PATCH v2 3/4] xfs: remove now spurious i_state initialization in xfs_inode_alloc
2024-06-11 12:07:10 linux-kernel [PATCH v2 1/4] xfs: preserve i_state around inode_init_always in xfs_reinit_inode
2024-06-11 12:06:49 linux-kernel [PATCH v2 0/4] inode_init_always zeroing i_state
2024-06-11 11:56:11 linux-kernel Re: [PATCH v3 1/2] vfs: add rcu-based find_inode variants for iget ops
2024-06-11 11:38:03 linux-kernel Re: [PATCH] vfs: partially sanitize i_state zeroing on inode creation
2024-06-11 11:27:05 linux-kernel Re: [PATCH] vfs: partially sanitize i_state zeroing on inode creation
2024-06-11 11:14:46 linux-kernel Re: [RFC PATCH] vfs: add rcu-based find_inode variants for iget ops
2024-06-11 10:46:09 linux-kernel [PATCH v3 1/2] vfs: add rcu-based find_inode variants for iget ops
2024-06-11 10:24:20 linux-kernel Re: [PATCH] vfs: partially sanitize i_state zeroing on inode creation
2024-06-11 10:19:15 linux-kernel [PATCH v3 2/2] btrfs: use iget5_locked_rcu
2024-06-11 10:17:31 linux-kernel [PATCH v3 0/2] rcu-based inode lookup for iget*
2024-06-11 06:19:00 linux-kernel Re: [PATCH v2 1/2] vfs: add rcu-based find_inode variants for iget ops
2024-06-11 05:19:36 linux-kernel Re: [PATCH v2 1/2] vfs: add rcu-based find_inode variants for iget ops
2024-06-11 04:16:08 linux-kernel [PATCH] vfs: partially sanitize i_state zeroing on inode creation
2024-06-10 19:59:34 linux-kernel [PATCH v2 2/2] btrfs: use iget5_locked_rcu
2024-06-10 19:59:22 linux-kernel [PATCH v2 1/2] vfs: add rcu-based find_inode variants for iget ops
2024-06-10 19:58:58 linux-kernel [PATCH v2 0/2] rcu-based inode lookup for iget*
2024-06-07 07:52:54 linux-kernel Re: [RFC PATCH] vfs: add rcu-based find_inode variants for iget ops
2024-06-06 18:46:23 linux-kernel Re: [RFC PATCH] vfs: add rcu-based find_inode variants for iget ops
2024-06-06 14:05:39 linux-kernel [RFC PATCH] vfs: add rcu-based find_inode variants for iget ops
2024-06-05 15:24:16 linux-kernel Re: [HACK PATCH] fs: dodge atomic in putname if ref == 1
2024-06-05 15:10:49 linux-kernel Re: [PATCH 3/3] vfs: shave a branch in getname_flags
2024-06-04 16:28:25 linux-kernel [PATCH 3/3] vfs: shave a branch in getname_flags
2024-06-04 15:54:39 linux-kernel [PATCH 2/3] vfs: retire user_path_at_empty and drop empty arg from getname_flags
2024-06-04 15:54:24 linux-kernel [PATCH 1/3] vfs: stop using user_path_at_empty in do_readlinkat
2024-06-04 15:54:16 linux-kernel [PATCH 0/3] whack user_path_at_empty, cleanup getname_flags
2024-06-04 13:25:25 linux-kernel [HACK PATCH] fs: dodge atomic in putname if ref == 1
2024-06-03 15:09:35 linux-kernel Re: [PATCH v4] Add .editorconfig file for basic formatting
2024-06-03 12:52:40 linux-kernel Re: [PATCH v4] Add .editorconfig file for basic formatting