* [Qemu-devel] [PATCH] MAINTAINERS: Add jcody as blockjobs, block devices maintainer @ 2015-03-06 17:16 Jeff Cody 2015-03-06 21:08 ` Stefan Hajnoczi 2015-03-09 13:20 ` Kevin Wolf 0 siblings, 2 replies; 7+ messages in thread From: Jeff Cody @ 2015-03-06 17:16 UTC (permalink / raw) To: qemu-devel; +Cc: kwolf, peter.maydell, stefanha, qemu-block The block layer maintainership is being split up into smaller, more manageable pieces. I propose that I take over / assist with the following areas: * blockjobs * archipelago * curl * gluster * nfs * rbd * sheepdog * ssh * vhdx As John Snow noted in a different patch: As we split out the block layer, we will begin using the qemu-block mailing list as a catchall for all of the block layer subcomponents. Please CC qemu-block@nongnu.org for all block layer patches, including any that touch the above listed areas. Signed-off-by: Jeff Cody <jcody@redhat.com> --- MAINTAINERS | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 8c06739..72c1b04 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -770,6 +770,18 @@ F: tests/qemu-iotests/ T: git git://repo.or.cz/qemu/kevin.git block T: git git://github.com/stefanha/qemu.git block +Block Jobs +M: Jeff Cody <jcody@redhat.com> +L: qemu-block@nongnu.org +S: Supported +F: blockjob.c +F: include/block/blockjob.h +F: block/backup.c +F: block/commit.c +F: block/stream.h +F: block/mirror.c +T: git git://github.com/codyprime/qemu-kvm-jtc.git block + Character Devices M: Anthony Liguori <aliguori@amazon.com> M: Paolo Bonzini <pbonzini@redhat.com> @@ -1079,20 +1091,28 @@ F: block/vmdk.c RBD M: Josh Durgin <josh.durgin@inktank.com> +M: Jeff Cody <jcody@redhat.com> +L: qemu-block@nongnu.org S: Supported F: block/rbd.c +T: git git://github.com/codyprime/qemu-kvm-jtc.git block Sheepdog M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp> M: Liu Yuan <namei.unix@gmail.com> +M: Jeff Cody <jcody@redhat.com> +L: qemu-block@nongnu.org L: sheepdog@lists.wpkg.org S: Supported F: block/sheepdog.c +T: git git://github.com/codyprime/qemu-kvm-jtc.git block VHDX M: Jeff Cody <jcody@redhat.com> +L: qemu-block@nongnu.org S: Supported F: block/vhdx* +T: git git://github.com/codyprime/qemu-kvm-jtc.git block VDI M: Stefan Weil <sw@weilnetz.de> @@ -1107,19 +1127,42 @@ S: Supported F: block/iscsi.c NFS +M: Jeff Cody <jcody@redhat.com> M: Peter Lieven <pl@kamp.de> +L: qemu-block@nongnu.org S: Maintained F: block/nfs.c +T: git git://github.com/codyprime/qemu-kvm-jtc.git block SSH M: Richard W.M. Jones <rjones@redhat.com> +M: Jeff Cody <jcody@redhat.com> +L: qemu-block@nongnu.org S: Supported F: block/ssh.c +T: git git://github.com/codyprime/qemu-kvm-jtc.git block ARCHIPELAGO M: Chrysostomos Nanakos <chris@include.gr> +M: Jeff Cody <jcody@redhat.com> +L: qemu-block@nongnu.org S: Maintained F: block/archipelago.c +T: git git://github.com/codyprime/qemu-kvm-jtc.git block + +CURL +M: Jeff Cody <jcody@redhat.com> +L: qemu-block@nongnu.org +S: Supported +F: block/curl.c +T: git git://github.com/codyprime/qemu-kvm-jtc.git block + +GLUSTER +M: Jeff Cody <jcody@redhat.com> +L: qemu-block@nongnu.org +S: Supported +F: block/gluster.c +T: git git://github.com/codyprime/qemu-kvm-jtc.git block Bootdevice M: Gonglei <arei.gonglei@huawei.com> -- 1.9.3 ^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: Add jcody as blockjobs, block devices maintainer 2015-03-06 17:16 [Qemu-devel] [PATCH] MAINTAINERS: Add jcody as blockjobs, block devices maintainer Jeff Cody @ 2015-03-06 21:08 ` Stefan Hajnoczi 2015-03-06 21:10 ` Jeff Cody ` (2 more replies) 2015-03-09 13:20 ` Kevin Wolf 1 sibling, 3 replies; 7+ messages in thread From: Stefan Hajnoczi @ 2015-03-06 21:08 UTC (permalink / raw) To: Jeff Cody Cc: kwolf, peter.maydell, Chrysostomos Nanakos, qemu-block, Hitoshi Mitake, Peter Lieven, qemu-devel, Richard W.M. Jones, Liu Yuan, Josh Durgin [-- Attachment #1: Type: text/plain, Size: 4248 bytes --] On Fri, Mar 06, 2015 at 12:16:06PM -0500, Jeff Cody wrote: > The block layer maintainership is being split up into smaller, more > manageable pieces. > > I propose that I take over / assist with the following areas: > > * blockjobs > * archipelago > * curl > * gluster > * nfs > * rbd > * sheepdog > * ssh > * vhdx This patch should also CC Josh Durgin, Hitoshi Mitake, Liu Yuan, Peter Lieven, Richard W.M. Jones, and Chrysostomos Nanakos since it affects code they maintain. I have added them. Dear maintainers, Your patches currently go through Kevin and my block tree. We are now trying to scale the development process by splitting up block layer maintainership. Instead of Kevin or me including your acked patches in block pull requests, Jeff Cody is now going to take over the job of pull requests for network block drivers. You don't need to do anything different. Jeff will make sure your acked patches get merged instead of Kevin or me once this MAINTAINERS commit is in qemu.git/master. > > As John Snow noted in a different patch: > > As we split out the block layer, we will begin using the qemu-block > mailing list as a catchall for all of the block layer subcomponents. > Please CC qemu-block@nongnu.org for all block layer patches, including > any that touch the above listed areas. > > Signed-off-by: Jeff Cody <jcody@redhat.com> > --- > MAINTAINERS | 43 +++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 43 insertions(+) Acked-by: Stefan Hajnoczi <stefanha@redhat.com> > diff --git a/MAINTAINERS b/MAINTAINERS > index 8c06739..72c1b04 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -770,6 +770,18 @@ F: tests/qemu-iotests/ > T: git git://repo.or.cz/qemu/kevin.git block > T: git git://github.com/stefanha/qemu.git block > > +Block Jobs > +M: Jeff Cody <jcody@redhat.com> > +L: qemu-block@nongnu.org > +S: Supported > +F: blockjob.c > +F: include/block/blockjob.h > +F: block/backup.c > +F: block/commit.c > +F: block/stream.h > +F: block/mirror.c > +T: git git://github.com/codyprime/qemu-kvm-jtc.git block > + > Character Devices > M: Anthony Liguori <aliguori@amazon.com> > M: Paolo Bonzini <pbonzini@redhat.com> > @@ -1079,20 +1091,28 @@ F: block/vmdk.c > > RBD > M: Josh Durgin <josh.durgin@inktank.com> > +M: Jeff Cody <jcody@redhat.com> > +L: qemu-block@nongnu.org > S: Supported > F: block/rbd.c > +T: git git://github.com/codyprime/qemu-kvm-jtc.git block > > Sheepdog > M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp> > M: Liu Yuan <namei.unix@gmail.com> > +M: Jeff Cody <jcody@redhat.com> > +L: qemu-block@nongnu.org > L: sheepdog@lists.wpkg.org > S: Supported > F: block/sheepdog.c > +T: git git://github.com/codyprime/qemu-kvm-jtc.git block > > VHDX > M: Jeff Cody <jcody@redhat.com> > +L: qemu-block@nongnu.org > S: Supported > F: block/vhdx* > +T: git git://github.com/codyprime/qemu-kvm-jtc.git block > > VDI > M: Stefan Weil <sw@weilnetz.de> > @@ -1107,19 +1127,42 @@ S: Supported > F: block/iscsi.c > > NFS > +M: Jeff Cody <jcody@redhat.com> > M: Peter Lieven <pl@kamp.de> > +L: qemu-block@nongnu.org > S: Maintained > F: block/nfs.c > +T: git git://github.com/codyprime/qemu-kvm-jtc.git block > > SSH > M: Richard W.M. Jones <rjones@redhat.com> > +M: Jeff Cody <jcody@redhat.com> > +L: qemu-block@nongnu.org > S: Supported > F: block/ssh.c > +T: git git://github.com/codyprime/qemu-kvm-jtc.git block > > ARCHIPELAGO > M: Chrysostomos Nanakos <chris@include.gr> > +M: Jeff Cody <jcody@redhat.com> > +L: qemu-block@nongnu.org > S: Maintained > F: block/archipelago.c > +T: git git://github.com/codyprime/qemu-kvm-jtc.git block > + > +CURL > +M: Jeff Cody <jcody@redhat.com> > +L: qemu-block@nongnu.org > +S: Supported > +F: block/curl.c > +T: git git://github.com/codyprime/qemu-kvm-jtc.git block > + > +GLUSTER > +M: Jeff Cody <jcody@redhat.com> > +L: qemu-block@nongnu.org > +S: Supported > +F: block/gluster.c > +T: git git://github.com/codyprime/qemu-kvm-jtc.git block > > Bootdevice > M: Gonglei <arei.gonglei@huawei.com> > -- > 1.9.3 > [-- Attachment #2: Type: application/pgp-signature, Size: 473 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: Add jcody as blockjobs, block devices maintainer 2015-03-06 21:08 ` Stefan Hajnoczi @ 2015-03-06 21:10 ` Jeff Cody 2015-03-07 17:54 ` Chrysostomos Nanakos 2015-03-06 21:28 ` Richard W.M. Jones 2015-03-07 20:02 ` Peter Lieven 2 siblings, 1 reply; 7+ messages in thread From: Jeff Cody @ 2015-03-06 21:10 UTC (permalink / raw) To: Stefan Hajnoczi Cc: kwolf, peter.maydell, Chrysostomos Nanakos, qemu-block, Hitoshi Mitake, Peter Lieven, qemu-devel, Richard W.M. Jones, Liu Yuan, Josh Durgin On Fri, Mar 06, 2015 at 03:08:29PM -0600, Stefan Hajnoczi wrote: > On Fri, Mar 06, 2015 at 12:16:06PM -0500, Jeff Cody wrote: > > The block layer maintainership is being split up into smaller, more > > manageable pieces. > > > > I propose that I take over / assist with the following areas: > > > > * blockjobs > > * archipelago > > * curl > > * gluster > > * nfs > > * rbd > > * sheepdog > > * ssh > > * vhdx > > This patch should also CC Josh Durgin, Hitoshi Mitake, Liu Yuan, Peter > Lieven, Richard W.M. Jones, and Chrysostomos Nanakos since it affects > code they maintain. I have added them. > My apologies to all - and thanks for adding them! Jeff > Dear maintainers, > Your patches currently go through Kevin and my block tree. We are now > trying to scale the development process by splitting up block layer > maintainership. > > Instead of Kevin or me including your acked patches in block pull > requests, Jeff Cody is now going to take over the job of pull requests > for network block drivers. > > You don't need to do anything different. Jeff will make sure your acked > patches get merged instead of Kevin or me once this MAINTAINERS commit > is in qemu.git/master. > > > > > As John Snow noted in a different patch: > > > > As we split out the block layer, we will begin using the qemu-block > > mailing list as a catchall for all of the block layer subcomponents. > > Please CC qemu-block@nongnu.org for all block layer patches, including > > any that touch the above listed areas. > > > > Signed-off-by: Jeff Cody <jcody@redhat.com> > > --- > > MAINTAINERS | 43 +++++++++++++++++++++++++++++++++++++++++++ > > 1 file changed, 43 insertions(+) > > Acked-by: Stefan Hajnoczi <stefanha@redhat.com> > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 8c06739..72c1b04 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -770,6 +770,18 @@ F: tests/qemu-iotests/ > > T: git git://repo.or.cz/qemu/kevin.git block > > T: git git://github.com/stefanha/qemu.git block > > > > +Block Jobs > > +M: Jeff Cody <jcody@redhat.com> > > +L: qemu-block@nongnu.org > > +S: Supported > > +F: blockjob.c > > +F: include/block/blockjob.h > > +F: block/backup.c > > +F: block/commit.c > > +F: block/stream.h > > +F: block/mirror.c > > +T: git git://github.com/codyprime/qemu-kvm-jtc.git block > > + > > Character Devices > > M: Anthony Liguori <aliguori@amazon.com> > > M: Paolo Bonzini <pbonzini@redhat.com> > > @@ -1079,20 +1091,28 @@ F: block/vmdk.c > > > > RBD > > M: Josh Durgin <josh.durgin@inktank.com> > > +M: Jeff Cody <jcody@redhat.com> > > +L: qemu-block@nongnu.org > > S: Supported > > F: block/rbd.c > > +T: git git://github.com/codyprime/qemu-kvm-jtc.git block > > > > Sheepdog > > M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp> > > M: Liu Yuan <namei.unix@gmail.com> > > +M: Jeff Cody <jcody@redhat.com> > > +L: qemu-block@nongnu.org > > L: sheepdog@lists.wpkg.org > > S: Supported > > F: block/sheepdog.c > > +T: git git://github.com/codyprime/qemu-kvm-jtc.git block > > > > VHDX > > M: Jeff Cody <jcody@redhat.com> > > +L: qemu-block@nongnu.org > > S: Supported > > F: block/vhdx* > > +T: git git://github.com/codyprime/qemu-kvm-jtc.git block > > > > VDI > > M: Stefan Weil <sw@weilnetz.de> > > @@ -1107,19 +1127,42 @@ S: Supported > > F: block/iscsi.c > > > > NFS > > +M: Jeff Cody <jcody@redhat.com> > > M: Peter Lieven <pl@kamp.de> > > +L: qemu-block@nongnu.org > > S: Maintained > > F: block/nfs.c > > +T: git git://github.com/codyprime/qemu-kvm-jtc.git block > > > > SSH > > M: Richard W.M. Jones <rjones@redhat.com> > > +M: Jeff Cody <jcody@redhat.com> > > +L: qemu-block@nongnu.org > > S: Supported > > F: block/ssh.c > > +T: git git://github.com/codyprime/qemu-kvm-jtc.git block > > > > ARCHIPELAGO > > M: Chrysostomos Nanakos <chris@include.gr> > > +M: Jeff Cody <jcody@redhat.com> > > +L: qemu-block@nongnu.org > > S: Maintained > > F: block/archipelago.c > > +T: git git://github.com/codyprime/qemu-kvm-jtc.git block > > + > > +CURL > > +M: Jeff Cody <jcody@redhat.com> > > +L: qemu-block@nongnu.org > > +S: Supported > > +F: block/curl.c > > +T: git git://github.com/codyprime/qemu-kvm-jtc.git block > > + > > +GLUSTER > > +M: Jeff Cody <jcody@redhat.com> > > +L: qemu-block@nongnu.org > > +S: Supported > > +F: block/gluster.c > > +T: git git://github.com/codyprime/qemu-kvm-jtc.git block > > > > Bootdevice > > M: Gonglei <arei.gonglei@huawei.com> > > -- > > 1.9.3 > > ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: Add jcody as blockjobs, block devices maintainer 2015-03-06 21:10 ` Jeff Cody @ 2015-03-07 17:54 ` Chrysostomos Nanakos 0 siblings, 0 replies; 7+ messages in thread From: Chrysostomos Nanakos @ 2015-03-07 17:54 UTC (permalink / raw) To: Jeff Cody Cc: kwolf, peter.maydell, qemu-block, Hitoshi Mitake, Peter Lieven, qemu-devel, Richard W.M. Jones, Stefan Hajnoczi, Liu Yuan, Josh Durgin On 2015-03-06 23:10, Jeff Cody wrote: > On Fri, Mar 06, 2015 at 03:08:29PM -0600, Stefan Hajnoczi wrote: >> On Fri, Mar 06, 2015 at 12:16:06PM -0500, Jeff Cody wrote: >> > The block layer maintainership is being split up into smaller, >> more >> > manageable pieces. >> > >> > I propose that I take over / assist with the following areas: >> > >> > * blockjobs >> > * archipelago >> > * curl >> > * gluster >> > * nfs >> > * rbd >> > * sheepdog >> > * ssh >> > * vhdx >> >> This patch should also CC Josh Durgin, Hitoshi Mitake, Liu Yuan, >> Peter >> Lieven, Richard W.M. Jones, and Chrysostomos Nanakos since it >> affects >> code they maintain. I have added them. >> > > My apologies to all - and thanks for adding them! > > Jeff Great! Thanks. ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: Add jcody as blockjobs, block devices maintainer 2015-03-06 21:08 ` Stefan Hajnoczi 2015-03-06 21:10 ` Jeff Cody @ 2015-03-06 21:28 ` Richard W.M. Jones 2015-03-07 20:02 ` Peter Lieven 2 siblings, 0 replies; 7+ messages in thread From: Richard W.M. Jones @ 2015-03-06 21:28 UTC (permalink / raw) To: Stefan Hajnoczi Cc: kwolf, peter.maydell, Chrysostomos Nanakos, qemu-block, Hitoshi Mitake, Jeff Cody, Peter Lieven, qemu-devel, Liu Yuan, Josh Durgin On Fri, Mar 06, 2015 at 03:08:29PM -0600, Stefan Hajnoczi wrote: > You don't need to do anything different. Jeff will make sure your acked > patches get merged instead of Kevin or me once this MAINTAINERS commit > is in qemu.git/master. Sounds sensible, thanks Jeff. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-builder quickly builds VMs from scratch http://libguestfs.org/virt-builder.1.html ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: Add jcody as blockjobs, block devices maintainer 2015-03-06 21:08 ` Stefan Hajnoczi 2015-03-06 21:10 ` Jeff Cody 2015-03-06 21:28 ` Richard W.M. Jones @ 2015-03-07 20:02 ` Peter Lieven 2 siblings, 0 replies; 7+ messages in thread From: Peter Lieven @ 2015-03-07 20:02 UTC (permalink / raw) To: Stefan Hajnoczi, Jeff Cody Cc: kwolf, peter.maydell, Chrysostomos Nanakos, qemu-block, Hitoshi Mitake, qemu-devel, Richard W.M. Jones, Liu Yuan, Josh Durgin Am 06.03.2015 um 22:08 schrieb Stefan Hajnoczi: > On Fri, Mar 06, 2015 at 12:16:06PM -0500, Jeff Cody wrote: >> The block layer maintainership is being split up into smaller, more >> manageable pieces. >> >> I propose that I take over / assist with the following areas: >> >> * blockjobs >> * archipelago >> * curl >> * gluster >> * nfs >> * rbd >> * sheepdog >> * ssh >> * vhdx > This patch should also CC Josh Durgin, Hitoshi Mitake, Liu Yuan, Peter > Lieven, Richard W.M. Jones, and Chrysostomos Nanakos since it affects > code they maintain. I have added them. > > Dear maintainers, > Your patches currently go through Kevin and my block tree. We are now > trying to scale the development process by splitting up block layer > maintainership. > > Instead of Kevin or me including your acked patches in block pull > requests, Jeff Cody is now going to take over the job of pull requests > for network block drivers. > > You don't need to do anything different. Jeff will make sure your acked > patches get merged instead of Kevin or me once this MAINTAINERS commit > is in qemu.git/master. Thanks for taking care, Jeff. Peter ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: Add jcody as blockjobs, block devices maintainer 2015-03-06 17:16 [Qemu-devel] [PATCH] MAINTAINERS: Add jcody as blockjobs, block devices maintainer Jeff Cody 2015-03-06 21:08 ` Stefan Hajnoczi @ 2015-03-09 13:20 ` Kevin Wolf 1 sibling, 0 replies; 7+ messages in thread From: Kevin Wolf @ 2015-03-09 13:20 UTC (permalink / raw) To: Jeff Cody; +Cc: peter.maydell, stefanha, qemu-devel, qemu-block Am 06.03.2015 um 18:16 hat Jeff Cody geschrieben: > The block layer maintainership is being split up into smaller, more > manageable pieces. > > I propose that I take over / assist with the following areas: > > * blockjobs > * archipelago > * curl > * gluster > * nfs > * rbd > * sheepdog > * ssh > * vhdx > > As John Snow noted in a different patch: > > As we split out the block layer, we will begin using the qemu-block > mailing list as a catchall for all of the block layer subcomponents. > Please CC qemu-block@nongnu.org for all block layer patches, including > any that touch the above listed areas. > > Signed-off-by: Jeff Cody <jcody@redhat.com> Thanks, applied to the block branch. Kevin ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2015-03-09 13:20 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-03-06 17:16 [Qemu-devel] [PATCH] MAINTAINERS: Add jcody as blockjobs, block devices maintainer Jeff Cody 2015-03-06 21:08 ` Stefan Hajnoczi 2015-03-06 21:10 ` Jeff Cody 2015-03-07 17:54 ` Chrysostomos Nanakos 2015-03-06 21:28 ` Richard W.M. Jones 2015-03-07 20:02 ` Peter Lieven 2015-03-09 13:20 ` Kevin Wolf
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).