Message ID | 20190514121015.32190-1-anton.nefedov@virtuozzo.com (mailing list archive) |
---|---|
Headers | show |
Series | discard blockstats | expand |
On Tue, May 14, 2019 at 12:10:40PM +0000, Anton Nefedov wrote: > hi, > > yet another take for this patch series; please kindly consider these for 4.1 > > Just a few cosmetic comments were received for v6 so this is mostly > a rebase+ping. > > new in v7: > - general rebase > - since clauses -> 4.1 > - patch 8: not completely trivial rebase: raw_account_discard moved to > common raw_do_pdiscard() > - patch 9: comment wording fixed > > v6: http://lists.nongnu.org/archive/html/qemu-devel/2018-11/msg06633.html > v5: http://lists.nongnu.org/archive/html/qemu-devel/2018-10/msg06828.html > v4: http://lists.nongnu.org/archive/html/qemu-devel/2018-08/msg04308.html > v3: http://lists.nongnu.org/archive/html/qemu-devel/2018-06/msg03688.html > Hi Anton, since qemu 4.0 added the discard support on virtio-blk, should we consider it in this series? If you prefer I can work on it and send you the patch. Cheers, Stefano
On 3/6/2019 1:09 PM, Stefano Garzarella wrote: > On Tue, May 14, 2019 at 12:10:40PM +0000, Anton Nefedov wrote: >> hi, >> >> yet another take for this patch series; please kindly consider these for 4.1 >> >> Just a few cosmetic comments were received for v6 so this is mostly >> a rebase+ping. >> >> new in v7: >> - general rebase >> - since clauses -> 4.1 >> - patch 8: not completely trivial rebase: raw_account_discard moved to >> common raw_do_pdiscard() >> - patch 9: comment wording fixed >> >> v6: http://lists.nongnu.org/archive/html/qemu-devel/2018-11/msg06633.html >> v5: http://lists.nongnu.org/archive/html/qemu-devel/2018-10/msg06828.html >> v4: http://lists.nongnu.org/archive/html/qemu-devel/2018-08/msg04308.html >> v3: http://lists.nongnu.org/archive/html/qemu-devel/2018-06/msg03688.html >> > > Hi Anton, > since qemu 4.0 added the discard support on virtio-blk, should we consider it > in this series? > > If you prefer I can work on it and send you the patch. > hi Stefano, if this series is finally getting in, it is really nice if you can add virtio-blk support too. thanks!
On Tue, Jun 04, 2019 at 04:53:23PM +0000, Anton Nefedov wrote: > On 3/6/2019 1:09 PM, Stefano Garzarella wrote: > > On Tue, May 14, 2019 at 12:10:40PM +0000, Anton Nefedov wrote: > >> hi, > >> > >> yet another take for this patch series; please kindly consider these for 4.1 > >> > >> Just a few cosmetic comments were received for v6 so this is mostly > >> a rebase+ping. > >> > >> new in v7: > >> - general rebase > >> - since clauses -> 4.1 > >> - patch 8: not completely trivial rebase: raw_account_discard moved to > >> common raw_do_pdiscard() > >> - patch 9: comment wording fixed > >> > >> v6: http://lists.nongnu.org/archive/html/qemu-devel/2018-11/msg06633.html > >> v5: http://lists.nongnu.org/archive/html/qemu-devel/2018-10/msg06828.html > >> v4: http://lists.nongnu.org/archive/html/qemu-devel/2018-08/msg04308.html > >> v3: http://lists.nongnu.org/archive/html/qemu-devel/2018-06/msg03688.html > >> > > > > Hi Anton, > > since qemu 4.0 added the discard support on virtio-blk, should we consider it > > in this series? > > > > If you prefer I can work on it and send you the patch. > > > > hi Stefano, > > if this series is finally getting in, it is really nice if you can add > virtio-blk support too. > Sure, I'll do it! Thanks, Stefano