Gabriel Krisman Bertazi ([email protected])

Number of posts: 239 (0.41 per day)
First post: 2022-11-05 23:49:20
Last post: 2024-06-06 21:51:06

Date List Subject
2024-02-13 02:14:03 linux-ext4 [PATCH v6 03/10] fscrypt: Drop d_revalidate for valid dentries during lookup
2024-02-13 02:13:57 linux-ext4 [PATCH v6 02/10] fscrypt: Factor out a helper to configure the lookup dentry
2024-02-13 02:13:44 linux-ext4 [PATCH v6 00/10] Set casefold/fscrypt dentry operations through sb->s_d_op
2024-02-09 14:46:50 linux-ext4 Re: [PATCH v5 04/12] fscrypt: Drop d_revalidate for valid dentries during lookup
2024-02-09 14:41:06 linux-ext4 Re: [RESEND PATCH v9 1/3] libfs: Introduce case-insensitive string comparison helper
2024-02-08 20:48:04 linux-kernel Re: [Lsf-pc] [LSF/MM/BPF TOPIC] tracing the source of errors
2024-02-08 20:39:26 linux-kernel Re: [Lsf-pc] [LSF/MM/BPF TOPIC] tracing the source of errors
2024-02-08 19:05:42 linux-ext4 Re: [RESEND PATCH v9] ext4: Log error when lookup of encoded dentry fails
2024-02-08 18:43:25 linux-kernel Re: [RESEND PATCH v9 2/3] ext4: Reuse generic_ci_match for ci comparisons
2024-02-08 18:38:50 linux-ext4 Re: [RESEND PATCH v9 1/3] libfs: Introduce case-insensitive string comparison helper
2024-02-02 14:50:25 linux-ext4 Re: [PATCH v5 04/12] fscrypt: Drop d_revalidate for valid dentries during lookup
2024-01-31 18:52:54 linux-ext4 Re: [PATCH v5 04/12] fscrypt: Drop d_revalidate for valid dentries during lookup
2024-01-31 00:31:55 linux-ext4 Re: [PATCH v5 01/12] ovl: Reject mounting over case-insensitive directories
2024-01-29 20:46:12 linux-ext4 [PATCH v5 09/12] ext4: Configure dentry operations at dentry-creation time
2024-01-29 20:46:04 linux-ext4 [PATCH v5 12/12] libfs: Drop generic_set_encrypted_ci_d_ops
2024-01-29 20:46:01 linux-ext4 [PATCH v5 11/12] ubifs: Configure dentry operations at dentry-creation time
2024-01-29 20:45:13 linux-ext4 [PATCH v5 10/12] f2fs: Configure dentry operations at dentry-creation time
2024-01-29 20:44:44 linux-ext4 [PATCH v5 08/12] libfs: Add helper to choose dentry operations at mount-time
2024-01-29 20:44:38 linux-ext4 [PATCH v5 07/12] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops
2024-01-29 20:44:32 linux-ext4 [PATCH v5 06/12] fscrypt: Ignore plaintext dentries during d_move
2024-01-29 20:44:25 linux-ext4 [PATCH v5 05/12] fscrypt: Drop d_revalidate once the key is added
2024-01-29 20:44:18 linux-ext4 [PATCH v5 04/12] fscrypt: Drop d_revalidate for valid dentries during lookup
2024-01-29 20:44:10 linux-ext4 [PATCH v5 03/12] fscrypt: Call fscrypt_prepare_lookup_dentry on unencrypted dentries
2024-01-29 20:44:03 linux-ext4 [PATCH v5 02/12] fscrypt: Factor out a helper to configure the lookup dentry
2024-01-29 20:43:56 linux-ext4 [PATCH v5 01/12] ovl: Reject mounting over case-insensitive directories
2024-01-29 20:43:47 linux-ext4 [PATCH v5 00/12] Set casefold/fscrypt dentry operations through sb->s_d_op
2024-01-29 19:34:22 linux-ext4 Re: [PATCH v3 04/10] fscrypt: Drop d_revalidate once the key is added
2024-01-27 00:37:54 linux-ext4 [PATCH v4 07/12] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops
2024-01-27 00:37:16 linux-ext4 [PATCH v4 02/12] fscrypt: Factor out a helper to configure the lookup dentry
2024-01-27 00:36:50 linux-ext4 [PATCH v4 00/12] Set casefold/fscrypt dentry operations through sb->s_d_op
2024-01-27 00:17:54 linux-ext4 [PATCH v4 11/12] ubifs: Configure dentry operations at dentry-creation time
2024-01-27 00:13:27 linux-ext4 [PATCH v4 03/12] fscrypt: Call fscrypt_prepare_lookup_dentry on unencrypted dentries
2024-01-27 00:12:37 linux-ext4 [PATCH v4 12/12] libfs: Drop generic_set_encrypted_ci_d_ops
2024-01-27 00:12:23 linux-ext4 [PATCH v4 10/12] f2fs: Configure dentry operations at dentry-creation time
2024-01-27 00:12:15 linux-ext4 [PATCH v4 09/12] ext4: Configure dentry operations at dentry-creation time
2024-01-27 00:12:10 linux-ext4 [PATCH v4 08/12] libfs: Add helper to choose dentry operations at mount-time
2024-01-27 00:11:58 linux-ext4 [PATCH v4 06/12] fscrypt: Ignore non-fscrypt volumes during d_move
2024-01-27 00:11:54 linux-ext4 [PATCH v4 05/12] fscrypt: Drop d_revalidate once the key is added
2024-01-27 00:11:41 linux-ext4 [PATCH v4 01/12] ovl: Reject mounting over case-insensitive directories
2024-01-27 00:11:34 linux-ext4 [PATCH v4 04/12] fscrypt: Drop d_revalidate for valid dentries during lookup
2024-01-25 20:21:46 linux-ext4 Re: [PATCH v3 04/10] fscrypt: Drop d_revalidate once the key is added
2024-01-25 20:18:52 linux-ext4 Re: [PATCH v3 02/10] fscrypt: Share code between functions that prepare lookup
2024-01-25 17:06:23 linux-ext4 Re: [PATCH v3 01/10] ovl: Reject mounting case-insensitive filesystems
2024-01-19 18:53:27 linux-ext4 [PATCH v3 09/10] ubifs: Configure dentry operations at dentry-creation time
2024-01-19 18:53:13 linux-ext4 [PATCH v3 08/10] f2fs: Configure dentry operations at dentry-creation time
2024-01-19 18:49:37 linux-ext4 [PATCH v3 10/10] libfs: Drop generic_set_encrypted_ci_d_ops
2024-01-19 18:49:17 linux-ext4 [PATCH v3 07/10] ext4: Configure dentry operations at dentry-creation time
2024-01-19 18:49:07 linux-ext4 [PATCH v3 06/10] libfs: Add helper to choose dentry operations at mount
2024-01-19 18:49:06 linux-ext4 [PATCH v3 05/10] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops
2024-01-19 18:48:49 linux-ext4 [PATCH v3 02/10] fscrypt: Share code between functions that prepare lookup
2024-01-19 18:48:37 linux-ext4 [PATCH v3 04/10] fscrypt: Drop d_revalidate once the key is added