diff options
| author | Sage Weil <sage@redhat.com> | 2015-07-09 11:46:14 -0400 | 
|---|---|---|
| committer | Ilya Dryomov <idryomov@gmail.com> | 2015-07-09 20:30:34 +0300 | 
| commit | 398ecff5a562b7b69f77582f98a4b04d0de1f066 (patch) | |
| tree | 0021b940301604f9552d03116ffa755fe21af021 | |
| parent | c44bd69c0c8cfadf0239437635b2933efb1f6c4c (diff) | |
MAINTAINERS: update ceph entries
- The Ceph common code is used by both fs/ceph and drivers/block/rbd.
  Add a separate maintainers entry.
- Add Ilya as libceph maintainer and cephfs submaintainer.
- Attribute Documentation/ABI/testing/sysfs-bus-rbd to rbd.
- ceph-devel@vger.kernel.org should be L, not M in rbd entry.
Signed-off-by: Sage Weil <sage@redhat.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
| -rw-r--r-- | MAINTAINERS | 19 | 
1 files changed, 15 insertions, 4 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8133cefb6b6e..58cbc2118e46 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2562,19 +2562,29 @@ F:	arch/powerpc/include/uapi/asm/spu*.h  F:	arch/powerpc/oprofile/*cell*  F:	arch/powerpc/platforms/cell/ -CEPH DISTRIBUTED FILE SYSTEM CLIENT +CEPH COMMON CODE (LIBCEPH) +M:	Ilya Dryomov <idryomov@gmail.com>  M:	"Yan, Zheng" <zyan@redhat.com>  M:	Sage Weil <sage@redhat.com>  L:	ceph-devel@vger.kernel.org  W:	http://ceph.com/  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git  S:	Supported -F:	Documentation/filesystems/ceph.txt -F:	fs/ceph/  F:	net/ceph/  F:	include/linux/ceph/  F:	include/linux/crush/ +CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH) +M:	"Yan, Zheng" <zyan@redhat.com> +M:	Sage Weil <sage@redhat.com> +M:	Ilya Dryomov <idryomov@gmail.com> +L:	ceph-devel@vger.kernel.org +W:	http://ceph.com/ +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git +S:	Supported +F:	Documentation/filesystems/ceph.txt +F:	fs/ceph/ +  CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:  L:	linux-usb@vger.kernel.org  S:	Orphan @@ -8366,10 +8376,11 @@ RADOS BLOCK DEVICE (RBD)  M:	Ilya Dryomov <idryomov@gmail.com>  M:	Sage Weil <sage@redhat.com>  M:	Alex Elder <elder@kernel.org> -M:	ceph-devel@vger.kernel.org +L:	ceph-devel@vger.kernel.org  W:	http://ceph.com/  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git  S:	Supported +F:	Documentation/ABI/testing/sysfs-bus-rbd  F:	drivers/block/rbd.c  F:	drivers/block/rbd_types.h  | 
