This will help people to find who and where they should contact when meeting problems.
Signed-off-by: Liu Yuan <[email protected]> --- MAINTAINERS | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 MAINTAINERS diff --git a/MAINTAINERS b/MAINTAINERS new file mode 100644 index 0000000..552ec82 --- /dev/null +++ b/MAINTAINERS @@ -0,0 +1,57 @@ +Sheepdog Maintainers +==================== + +The intention of this file is not to establish who owns what portions of the +code base, but to provide a set of names that developers can consult when they +have a question about a particular subset and also to provide a set of names +to be CC'd when submitting a patch to obtain appropriate review. + +In general, if you have a question about inclusion of a patch, you should +consult sheepdog development list and not any specific individual privately. + +Descriptions of section entries: + + M: Mail patches to: FullName <address@domain> + L: Mailing list that is relevant to this area + B: Branches with wildcard patterns + F: Files and directories with wildcard patterns + +Sheepdog Overall +------------------------------ +M: MORITA Kazutaka <[email protected]> +M: Liu Yuan <[email protected]> +B: sheeepdog/* +L: [email protected] + +Sheepdog Stable Branches +------------------------------ +M: Hitoshi Mitake <[email protected]> +B: sheepdog/stable-* +L: [email protected] + +QEMU Driver +------------------------------ +M: MORITA Kazutaka <[email protected]> +M: Liu Yuan <[email protected]> +F: qemu/block/sheedog.c +L: [email protected] + +iSCSI Target Driver +------------------------------ +M: Hitoshi Mitake <[email protected]> +F: tgt/usr/bs_sheepdog.c +L: [email protected] + +Libvirt Driver +------------------------------ +M: Sebastian Wiedenroth <[email protected]> +F: libvirt/storage/storage_backend_sheepdog.c +L: [email protected] + +Openstack Drivers +------------------------------ +M: MORITA Kazutaka <[email protected]> +M: Liu Yuan <[email protected]> +F: openstack/glance/store/sheepdog.py +F: openstack/cinder/volume/drivers/sheepdog.py +L: [email protected] -- 1.7.9.5 -- sheepdog mailing list [email protected] http://lists.wpkg.org/mailman/listinfo/sheepdog
