Reviewed-by: Alex Markuze <amarkuze@xxxxxxxxxx> On Tue, Sep 2, 2025 at 11:10 PM Viacheslav Dubeyko <slava@xxxxxxxxxxx> wrote: > > From: Viacheslav Dubeyko <Slava.Dubeyko@xxxxxxx> > > 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@xxxxxxx> > cc: Alex Markuze <amarkuze@xxxxxxxxxx> > cc: Ilya Dryomov <idryomov@xxxxxxxxx> > cc: Ceph Development <ceph-devel@xxxxxxxxxxxxxxx> > --- > 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@xxxxxxxxxx> > L: ceph-devel@xxxxxxxxxxxxxxx > 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@xxxxxxxxx> > L: ceph-devel@xxxxxxxxxxxxxxx > 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 >