Re: [Qemu-devel] [PATCH 0/2] sheepdog driver update

2015-09-25 Thread Jeff Cody
On Tue, Sep 01, 2015 at 12:03:08PM +0900, Hitoshi Mitake wrote: > This patchset has two patches. The first one is a defensive purpose > for rare cases. It is an improvement of the previous commit > 96b14ff85acf. The second one is refining discard operation caused by > fstrim command, etc. Current s

[Qemu-devel] [PATCH 0/2] sheepdog driver update

2015-08-31 Thread Hitoshi Mitake
This patchset has two patches. The first one is a defensive purpose for rare cases. It is an improvement of the previous commit 96b14ff85acf. The second one is refining discard operation caused by fstrim command, etc. Current sheepdog driver corrupts VDIs when the discard operation is issued. This

[Qemu-devel] [PATCH 0/2] sheepdog driver update related to VDI locking feature

2014-08-07 Thread Hitoshi Mitake
Recently, sheepdog revived VDI locking functionality. This patch updates sheepdog driver of QEMU for this feature. Hitoshi Mitake (2): sheepdog: adopting protocol update for VDI locking sheepdog: improve error handling for a case of failed lock block/sheepdog.c | 12 +++- 1 file chan