Changpeng Liu
2017-Mar-21 05:11 UTC
[RFC] virtio_blk: add DISCARD support to virtio_blk driver
Currently virtio_blk driver does not provide discard feature flag, so the filesystems which built on top of the block device will not send discard command. This is okay for HDD backend, but it will impact the performance for SSD backend. Add a feature flag such as VIRTIO_BLK_F_DISCARD to virtio_blk driver is very straightforward, but it will extend the exist virtio_blk protocol, I'm preparing to add this feature, before that, I'd like to get comments or suggestions from community. --- 1.9.3
Reasonably Related Threads
- [RFC] virtio_blk: add DISCARD support to virtio_blk driver
- [RFC] virtio_blk: add DISCARD support to virtio_blk driver
- [RFC] virtio_blk: add DISCARD support to virtio_blk driver
- [PATCH v2] virtio-blk: add DISCARD support to virtio-blk driver
- [PATCH v2] virtio-blk: add DISCARD support to virtio-blk driver