diff options
| author | Viacheslav Dubeyko <Slava.Dubeyko@ibm.com> | 2025-09-02 13:09:58 -0700 |
|---|---|---|
| committer | Ilya Dryomov <idryomov@gmail.com> | 2025-10-09 00:15:04 +0200 |
| commit | d74d6c0e98958aa0bdb6f0a93258a856bda58b97 (patch) | |
| tree | 1d0d38e349578ce5150ce2eb0833abc2ccc1aca3 | |
| parent | 22c73d52a6d05c5a2053385c0d6cd9984732799d (diff) | |
ceph: add bug tracking system info to MAINTAINERS
This patch adds information about Ceph bug tracking system.
[ idryomov: add the same for RBD, don't mention include/linux/ceph/
again ]
Signed-off-by: Viacheslav Dubeyko <Slava.Dubeyko@ibm.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
| -rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 97d958c945e4..16e23b76b0bf 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5622,6 +5622,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/ @@ -5633,6 +5634,7 @@ 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: fs/ceph/ @@ -20980,6 +20982,7 @@ R: Dongsheng Yang <dongsheng.yang@easystack.cn> 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/ABI/testing/sysfs-bus-rbd F: drivers/block/rbd.c |
