* [PATCH] ceph: add in MAINTAINERS bug tracking system info
@ 2025-09-02 20:09 Viacheslav Dubeyko
2025-09-03 8:16 ` Alex Markuze
2025-09-04 10:45 ` Ilya Dryomov
0 siblings, 2 replies; 4+ messages in thread
From: Viacheslav Dubeyko @ 2025-09-02 20:09 UTC (permalink / raw)
To: ceph-devel
Cc: idryomov, linux-fsdevel, pdonnell, amarkuze, Slava.Dubeyko, slava,
vdubeyko
From: Viacheslav Dubeyko <Slava.Dubeyko@ibm.com>
CephFS kernel client depends on declaractions in
include/linux/ceph/. So, this folder with Ceph
declarations should be mentioned for CephFS kernel
client. Also, this patch adds information about
Ceph bug tracking system.
Signed-off-by: Viacheslav Dubeyko <Slava.Dubeyko@ibm.com>
cc: Alex Markuze <amarkuze@redhat.com>
cc: Ilya Dryomov <idryomov@gmail.com>
cc: Ceph Development <ceph-devel@vger.kernel.org>
---
MAINTAINERS | 3 +++
1 file changed, 3 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 6dcfbd11efef..70fc6435f784 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5625,6 +5625,7 @@ M: Xiubo Li <xiubli@redhat.com>
L: ceph-devel@vger.kernel.org
S: Supported
W: http://ceph.com/
+B: https://tracker.ceph.com/
T: git https://github.com/ceph/ceph-client.git
F: include/linux/ceph/
F: include/linux/crush/
@@ -5636,8 +5637,10 @@ M: Ilya Dryomov <idryomov@gmail.com>
L: ceph-devel@vger.kernel.org
S: Supported
W: http://ceph.com/
+B: https://tracker.ceph.com/
T: git https://github.com/ceph/ceph-client.git
F: Documentation/filesystems/ceph.rst
+F: include/linux/ceph/
F: fs/ceph/
CERTIFICATE HANDLING
--
2.51.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] ceph: add in MAINTAINERS bug tracking system info
2025-09-02 20:09 [PATCH] ceph: add in MAINTAINERS bug tracking system info Viacheslav Dubeyko
@ 2025-09-03 8:16 ` Alex Markuze
2025-09-04 10:45 ` Ilya Dryomov
1 sibling, 0 replies; 4+ messages in thread
From: Alex Markuze @ 2025-09-03 8:16 UTC (permalink / raw)
To: Viacheslav Dubeyko
Cc: ceph-devel, idryomov, linux-fsdevel, pdonnell, Slava.Dubeyko,
vdubeyko
Reviewed-by: Alex Markuze <amarkuze@redhat.com>
On Tue, Sep 2, 2025 at 11:10 PM Viacheslav Dubeyko <slava@dubeyko.com> wrote:
>
> From: Viacheslav Dubeyko <Slava.Dubeyko@ibm.com>
>
> CephFS kernel client depends on declaractions in
> include/linux/ceph/. So, this folder with Ceph
> declarations should be mentioned for CephFS kernel
> client. Also, this patch adds information about
> Ceph bug tracking system.
>
> Signed-off-by: Viacheslav Dubeyko <Slava.Dubeyko@ibm.com>
> cc: Alex Markuze <amarkuze@redhat.com>
> cc: Ilya Dryomov <idryomov@gmail.com>
> cc: Ceph Development <ceph-devel@vger.kernel.org>
> ---
> MAINTAINERS | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6dcfbd11efef..70fc6435f784 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5625,6 +5625,7 @@ M: Xiubo Li <xiubli@redhat.com>
> L: ceph-devel@vger.kernel.org
> S: Supported
> W: http://ceph.com/
> +B: https://tracker.ceph.com/
> T: git https://github.com/ceph/ceph-client.git
> F: include/linux/ceph/
> F: include/linux/crush/
> @@ -5636,8 +5637,10 @@ M: Ilya Dryomov <idryomov@gmail.com>
> L: ceph-devel@vger.kernel.org
> S: Supported
> W: http://ceph.com/
> +B: https://tracker.ceph.com/
> T: git https://github.com/ceph/ceph-client.git
> F: Documentation/filesystems/ceph.rst
> +F: include/linux/ceph/
> F: fs/ceph/
>
> CERTIFICATE HANDLING
> --
> 2.51.0
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ceph: add in MAINTAINERS bug tracking system info
2025-09-02 20:09 [PATCH] ceph: add in MAINTAINERS bug tracking system info Viacheslav Dubeyko
2025-09-03 8:16 ` Alex Markuze
@ 2025-09-04 10:45 ` Ilya Dryomov
2025-09-04 18:36 ` vdubeyko
1 sibling, 1 reply; 4+ messages in thread
From: Ilya Dryomov @ 2025-09-04 10:45 UTC (permalink / raw)
To: Viacheslav Dubeyko
Cc: ceph-devel, linux-fsdevel, pdonnell, amarkuze, Slava.Dubeyko,
vdubeyko
On Tue, Sep 2, 2025 at 10:10 PM Viacheslav Dubeyko <slava@dubeyko.com> wrote:
>
> From: Viacheslav Dubeyko <Slava.Dubeyko@ibm.com>
>
> CephFS kernel client depends on declaractions in
> include/linux/ceph/. So, this folder with Ceph
> declarations should be mentioned for CephFS kernel
> client. Also, this patch adds information about
Hi Slava,
This argument can be extended to everything that falls under CEPH
COMMON CODE (LIBCEPH) entry and then be applied to RBD as well.
Instead of duplicating include/linux/ceph/ path, I'd suggest replacing
Xiubo with yourself and/or Alex under LIBCEPH and CEPH entries so that
you get CCed on all patches. That would appropriately reflect the
status quo IMO.
> Ceph bug tracking system.
>
> Signed-off-by: Viacheslav Dubeyko <Slava.Dubeyko@ibm.com>
> cc: Alex Markuze <amarkuze@redhat.com>
> cc: Ilya Dryomov <idryomov@gmail.com>
> cc: Ceph Development <ceph-devel@vger.kernel.org>
> ---
> MAINTAINERS | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6dcfbd11efef..70fc6435f784 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5625,6 +5625,7 @@ M: Xiubo Li <xiubli@redhat.com>
> L: ceph-devel@vger.kernel.org
> S: Supported
> W: http://ceph.com/
> +B: https://tracker.ceph.com/
Let's add this for RADOS BLOCK DEVICE (RBD) entry too.
Thanks,
Ilya
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH] ceph: add in MAINTAINERS bug tracking system info
2025-09-04 10:45 ` Ilya Dryomov
@ 2025-09-04 18:36 ` vdubeyko
0 siblings, 0 replies; 4+ messages in thread
From: vdubeyko @ 2025-09-04 18:36 UTC (permalink / raw)
To: Ilya Dryomov, Viacheslav Dubeyko
Cc: ceph-devel, linux-fsdevel, pdonnell, amarkuze
Hi Ilya,
On Thu, 2025-09-04 at 12:45 +0200, Ilya Dryomov wrote:
> On Tue, Sep 2, 2025 at 10:10 PM Viacheslav Dubeyko <slava@dubeyko.com> wrote:
> >
> > From: Viacheslav Dubeyko <Slava.Dubeyko@ibm.com>
> >
> > CephFS kernel client depends on declaractions in
> > include/linux/ceph/. So, this folder with Ceph
> > declarations should be mentioned for CephFS kernel
> > client. Also, this patch adds information about
>
> Hi Slava,
>
> This argument can be extended to everything that falls under CEPH
> COMMON CODE (LIBCEPH) entry and then be applied to RBD as well.
> Instead of duplicating include/linux/ceph/ path, I'd suggest replacing
> Xiubo with yourself and/or Alex under LIBCEPH and CEPH entries so that
> you get CCed on all patches. That would appropriately reflect the
> status quo IMO.
>
> > Ceph bug tracking system.
> >
> > Signed-off-by: Viacheslav Dubeyko <Slava.Dubeyko@ibm.com>
> > cc: Alex Markuze <amarkuze@redhat.com>
> > cc: Ilya Dryomov <idryomov@gmail.com>
> > cc: Ceph Development <ceph-devel@vger.kernel.org>
> > ---
> > MAINTAINERS | 3 +++
> > 1 file changed, 3 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 6dcfbd11efef..70fc6435f784 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -5625,6 +5625,7 @@ M: Xiubo Li <xiubli@redhat.com>
> > L: ceph-devel@vger.kernel.org
> > S: Supported
> > W: http://ceph.com/
> > +B: https://tracker.ceph.com/
>
> Let's add this for RADOS BLOCK DEVICE (RBD) entry too.
>
>
Makes sense. Let me rework the patch.
Thanks,
Slava.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-09-04 18:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-02 20:09 [PATCH] ceph: add in MAINTAINERS bug tracking system info Viacheslav Dubeyko
2025-09-03 8:16 ` Alex Markuze
2025-09-04 10:45 ` Ilya Dryomov
2025-09-04 18:36 ` vdubeyko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).