* Re: [PATCH RFC] Update MAINTAINERS file to add reviewers for ext4
2026-02-19 15:24 [PATCH RFC] Update MAINTAINERS file to add reviewers for ext4 Theodore Ts'o
@ 2026-02-20 7:03 ` Ojaswin Mujoo
2026-02-21 1:41 ` Andreas Dilger
2026-02-20 8:52 ` Ritesh Harjani
` (2 subsequent siblings)
3 siblings, 1 reply; 6+ messages in thread
From: Ojaswin Mujoo @ 2026-02-20 7:03 UTC (permalink / raw)
To: Theodore Ts'o; +Cc: Ext4 Developers List
On Thu, Feb 19, 2026 at 10:24:50AM -0500, Theodore Ts'o wrote:
> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
> ---
> MAINTAINERS | 7 ++++++-
> 1 file changed, 6 insertions(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index eaf55e463bb4..481dceb6c122 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9581,7 +9581,12 @@ F: include/linux/ext2*
>
> EXT4 FILE SYSTEM
> M: "Theodore Ts'o" <tytso@mit.edu>
> -M: Andreas Dilger <adilger.kernel@dilger.ca>
> +R: Andreas Dilger <adilger.kernel@dilger.ca>
> +R: Baokun Li <libaokun1@huawei.com>
> +R: Jan Kara <jack@suse.cz>
> +R: Ojaswin Mujoo <ojaswin@linux.ibm.com>
Hi Ted,
Thanks for adding me as a reviewer :)
Reviewed-by: Ojaswin Mujoo <ojaswin@linux.ibm.com>
Regards,
ojaswin
> +R: Ritesh Harjani (IBM) <ritesh.list@gmail.com>
> +R: Zhang Yi <yi.zhang@huawei.com>
> L: linux-ext4@vger.kernel.org
> S: Maintained
> W: http://ext4.wiki.kernel.org
> --
> 2.51.0
>
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [PATCH RFC] Update MAINTAINERS file to add reviewers for ext4
2026-02-20 7:03 ` Ojaswin Mujoo
@ 2026-02-21 1:41 ` Andreas Dilger
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Dilger @ 2026-02-21 1:41 UTC (permalink / raw)
To: Theodore Ts'o; +Cc: Ext4 Developers List
On Thu, Feb 19, 2026 at 10:24:50AM -0500, Theodore Ts'o wrote:
> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
> ---
> MAINTAINERS | 7 ++++++-
> 1 file changed, 6 insertions(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index eaf55e463bb4..481dceb6c122 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9581,7 +9581,12 @@ F: include/linux/ext2*
>
> EXT4 FILE SYSTEM
> M: "Theodore Ts'o" <tytso@mit.edu>
> -M: Andreas Dilger <adilger.kernel@dilger.ca>
> +R: Andreas Dilger <adilger.kernel@dilger.ca>
> +R: Baokun Li <libaokun1@huawei.com>
> +R: Jan Kara <jack@suse.cz>
> +R: Ojaswin Mujoo <ojaswin@linux.ibm.com>
> +R: Ritesh Harjani (IBM) <ritesh.list@gmail.com>
> +R: Zhang Yi <yi.zhang@huawei.com>
> L: linux-ext4@vger.kernel.org
> S: Maintained
> W: http://ext4.wiki.kernel.org
Yeah, I haven't been keeping involved in ext4 development as much as I
should be, so this is fair.
We're going to take another crack at submitting some of the Lustre ldiskfs
patches into ext4 in the next few months (dirdata that works with fscrypt
and casecomp, the "-o fstrim" mount option with persistent trim state,
and hopefully others).
Cheers, Andreas
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH RFC] Update MAINTAINERS file to add reviewers for ext4
2026-02-19 15:24 [PATCH RFC] Update MAINTAINERS file to add reviewers for ext4 Theodore Ts'o
2026-02-20 7:03 ` Ojaswin Mujoo
@ 2026-02-20 8:52 ` Ritesh Harjani
2026-02-20 13:48 ` Baokun Li
2026-02-21 13:13 ` Zhang Yi
3 siblings, 0 replies; 6+ messages in thread
From: Ritesh Harjani @ 2026-02-20 8:52 UTC (permalink / raw)
To: Theodore Ts'o, Ext4 Developers List; +Cc: Theodore Ts'o
"Theodore Ts'o" <tytso@mit.edu> writes:
> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
> ---
> MAINTAINERS | 7 ++++++-
> 1 file changed, 6 insertions(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index eaf55e463bb4..481dceb6c122 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9581,7 +9581,12 @@ F: include/linux/ext2*
>
> EXT4 FILE SYSTEM
> M: "Theodore Ts'o" <tytso@mit.edu>
> -M: Andreas Dilger <adilger.kernel@dilger.ca>
> +R: Andreas Dilger <adilger.kernel@dilger.ca>
> +R: Baokun Li <libaokun1@huawei.com>
> +R: Jan Kara <jack@suse.cz>
> +R: Ojaswin Mujoo <ojaswin@linux.ibm.com>
> +R: Ritesh Harjani (IBM) <ritesh.list@gmail.com>
Thanks Ted, for your support!
Reviewed-by: Ritesh Harjani (IBM) <ritesh.list@gmail.com>
> +R: Zhang Yi <yi.zhang@huawei.com>
> L: linux-ext4@vger.kernel.org
> S: Maintained
> W: http://ext4.wiki.kernel.org
> --
> 2.51.0
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH RFC] Update MAINTAINERS file to add reviewers for ext4
2026-02-19 15:24 [PATCH RFC] Update MAINTAINERS file to add reviewers for ext4 Theodore Ts'o
2026-02-20 7:03 ` Ojaswin Mujoo
2026-02-20 8:52 ` Ritesh Harjani
@ 2026-02-20 13:48 ` Baokun Li
2026-02-21 13:13 ` Zhang Yi
3 siblings, 0 replies; 6+ messages in thread
From: Baokun Li @ 2026-02-20 13:48 UTC (permalink / raw)
To: tytso; +Cc: linux-ext4, libaokun, libaokun9
> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
> ---
> MAINTAINERS | 7 ++++++-
> 1 file changed, 6 insertions(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index eaf55e463bb4..481dceb6c122 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9581,7 +9581,12 @@ F: include/linux/ext2*
>
> EXT4 FILE SYSTEM
> M: "Theodore Ts'o" <tytso@mit.edu>
> -M: Andreas Dilger <adilger.kernel@dilger.ca>
> +R: Andreas Dilger <adilger.kernel@dilger.ca>
> +R: Baokun Li <libaokun1@huawei.com>
Hi Theodore,
Thank you very much for adding me as a reviewer for ext4.
I am honored to take on this role and look forward to contributing
more to the community.
I just realized that my old email <libaokun1@huawei.com> was used
in the patch, but I've actually stopped using that one. I should have
updated the community sooner—sorry about that!
Could you please use this current address <libaokun@linux.alibaba.com>
instead? I want to make sure I don't miss any future discussions.
Thanks again for the trust!
Regards,
Baokun
> +R: Jan Kara <jack@suse.cz>
> +R: Ojaswin Mujoo <ojaswin@linux.ibm.com>
> +R: Ritesh Harjani (IBM) <ritesh.list@gmail.com>
> +R: Zhang Yi <yi.zhang@huawei.com>
> L: linux-ext4@vger.kernel.org
> S: Maintained
> W: http://ext4.wiki.kernel.org
> --
> 2.51.0
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH RFC] Update MAINTAINERS file to add reviewers for ext4
2026-02-19 15:24 [PATCH RFC] Update MAINTAINERS file to add reviewers for ext4 Theodore Ts'o
` (2 preceding siblings ...)
2026-02-20 13:48 ` Baokun Li
@ 2026-02-21 13:13 ` Zhang Yi
3 siblings, 0 replies; 6+ messages in thread
From: Zhang Yi @ 2026-02-21 13:13 UTC (permalink / raw)
To: Theodore Ts'o, Ext4 Developers List
On 2/19/2026 11:24 PM, Theodore Ts'o wrote:
> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
> ---
> MAINTAINERS | 7 ++++++-
> 1 file changed, 6 insertions(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index eaf55e463bb4..481dceb6c122 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9581,7 +9581,12 @@ F: include/linux/ext2*
>
> EXT4 FILE SYSTEM
> M: "Theodore Ts'o" <tytso@mit.edu>
> -M: Andreas Dilger <adilger.kernel@dilger.ca>
> +R: Andreas Dilger <adilger.kernel@dilger.ca>
> +R: Baokun Li <libaokun1@huawei.com>
> +R: Jan Kara <jack@suse.cz>
> +R: Ojaswin Mujoo <ojaswin@linux.ibm.com>
> +R: Ritesh Harjani (IBM) <ritesh.list@gmail.com>
> +R: Zhang Yi <yi.zhang@huawei.com>
Hi Ted!
Thank you for adding me as a reviewer. I look forward to contributing
further.
Best Regards,
Yi.
> L: linux-ext4@vger.kernel.org
> S: Maintained
> W: http://ext4.wiki.kernel.org
^ permalink raw reply [flat|nested] 6+ messages in thread