[PATCH] virtio-pmem: add myself as virtio-pmem maintainer

2021-10-16 Thread Pankaj Gupta
From: Pankaj Gupta Adding myself as virtio-pmem maintainer and also adding virtualization mailing list entry for virtio specific bits. Helps to get notified for appropriate bug fixes & enhancements. Signed-off-by: Pankaj Gupta --- MAINTAINERS | 7 +++ 1 file changed, 7 insertions(+) diff

Re: [RFC v2 0/2] virtio-pmem: Asynchronous flush

2021-10-16 Thread Pankaj Gupta
Friendly ping! Thanks, Pankaj On Thu, 19 Aug 2021 at 13:08, Pankaj Gupta wrote: > > Gentle ping. > > > > > Jeff reported preflush order issue with the existing implementation > > of virtio pmem preflush. Dan suggested[1] to implement asynchronous flush > > for virtio pmem using work queue as