All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chandan Babu R <chandan.babu@oracle.com>
To: djwong@kernel.org
Cc: chandan.babu@oracle.com, linux-xfs@vger.kernel.org,
	amir73il@gmail.com, leah.rumancik@gmail.com
Subject: [PATCH 5.4 CANDIDATE 01/18] MAINTAINERS: add Chandan as xfs maintainer for 5.4.y
Date: Mon, 12 Sep 2022 18:57:25 +0530	[thread overview]
Message-ID: <20220912132742.1793276-2-chandan.babu@oracle.com> (raw)
In-Reply-To: <20220912132742.1793276-1-chandan.babu@oracle.com>

This is an attempt to direct the bots and humans that are testing
LTS 5.4.y towards the maintainer of xfs in the 5.4.y tree.

Update Darrick's email address from upstream and add Chandan as xfs
maintaier for the 5.4.y tree.

Suggested-by: Darrick J. Wong <djwong@kernel.org>
Link: https://lore.kernel.org/linux-xfs/Yrx6%2F0UmYyuBPjEr@magnolia/
Signed-off-by: Chandan Babu R <chandan.babu@oracle.com>
---
 MAINTAINERS | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index f45d6548a4aa..973fcc9143d1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17864,7 +17864,8 @@ S:	Supported
 F:	sound/xen/*
 
 XFS FILESYSTEM
-M:	Darrick J. Wong <darrick.wong@oracle.com>
+M:	Chandan Babu R <chandan.babu@oracle.com>
+M:	Darrick J. Wong <djwong@kernel.org>
 M:	linux-xfs@vger.kernel.org
 L:	linux-xfs@vger.kernel.org
 W:	http://xfs.org/
-- 
2.35.1


  reply	other threads:[~2022-09-12 13:28 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-12 13:27 [PATCH 5.4 CANDIDATE 00/18] xfs stable candidate patches for 5.4.y (from v5.5) Chandan Babu R
2022-09-12 13:27 ` Chandan Babu R [this message]
2022-09-12 13:27 ` [PATCH 5.4 CANDIDATE 02/18] iomap: iomap that extends beyond EOF should be marked dirty Chandan Babu R
2022-09-12 13:27 ` [PATCH 5.4 CANDIDATE 03/18] xfs: include QUOTA, FATAL ASSERT build options in XFS_BUILD_OPTIONS Chandan Babu R
2022-09-12 13:27 ` [PATCH 5.4 CANDIDATE 04/18] xfs: replace -EIO with -EFSCORRUPTED for corrupt metadata Chandan Babu R
2022-09-12 13:27 ` [PATCH 5.4 CANDIDATE 05/18] xfs: slightly tweak an assert in xfs_fs_map_blocks Chandan Babu R
2022-09-12 13:27 ` [PATCH 5.4 CANDIDATE 06/18] xfs: add missing assert in xfs_fsmap_owner_from_rmap Chandan Babu R
2022-09-12 13:27 ` [PATCH 5.4 CANDIDATE 07/18] xfs: range check ri_cnt when recovering log items Chandan Babu R
2022-09-12 13:27 ` [PATCH 5.4 CANDIDATE 08/18] xfs: attach dquots and reserve quota blocks during unwritten conversion Chandan Babu R
2022-09-12 13:27 ` [PATCH 5.4 CANDIDATE 09/18] xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename() Chandan Babu R
2022-09-12 13:27 ` [PATCH 5.4 CANDIDATE 10/18] xfs: convert EIO to EFSCORRUPTED when log contents are invalid Chandan Babu R
2022-09-12 13:27 ` [PATCH 5.4 CANDIDATE 11/18] xfs: constify the buffer pointer arguments to error functions Chandan Babu R
2022-09-12 13:27 ` [PATCH 5.4 CANDIDATE 12/18] xfs: always log corruption errors Chandan Babu R
2022-09-12 13:27 ` [PATCH 5.4 CANDIDATE 13/18] xfs: fix some memory leaks in log recovery Chandan Babu R
2022-09-12 13:27 ` [PATCH 5.4 CANDIDATE 14/18] xfs: stabilize insert range start boundary to avoid COW writeback race Chandan Babu R
2022-09-12 13:27 ` [PATCH 5.4 CANDIDATE 15/18] xfs: use bitops interface for buf log item AIL flag check Chandan Babu R
2022-09-12 13:27 ` [PATCH 5.4 CANDIDATE 16/18] xfs: refactor agfl length computation function Chandan Babu R
2022-09-12 13:27 ` [PATCH 5.4 CANDIDATE 17/18] xfs: split the sunit parameter update into two parts Chandan Babu R
2022-09-12 13:27 ` [PATCH 5.4 CANDIDATE 18/18] xfs: don't commit sunit/swidth updates to disk if that would cause repair failures Chandan Babu R
2022-09-14 18:52 ` [PATCH 5.4 CANDIDATE 00/18] xfs stable candidate patches for 5.4.y (from v5.5) Darrick J. Wong
2022-09-19  4:32   ` Chandan Babu R

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220912132742.1793276-2-chandan.babu@oracle.com \
    --to=chandan.babu@oracle.com \
    --cc=amir73il@gmail.com \
    --cc=djwong@kernel.org \
    --cc=leah.rumancik@gmail.com \
    --cc=linux-xfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.