Re: [Virtio-fs] [PATCH v4 0/2] virtiofsd: Fix xattr operations

2020-03-03 Thread Dr. David Alan Gilbert
* Misono Tomohiro (misono.tomoh...@jp.fujitsu.com) wrote: > Currently xattr operations on virtiofs does not work properly in some case: > - directory ... cannot set > - special files (pipe) ... cause hang > > This fixes these problems and now xfstests generic/062 passes on virtiofs > with -o xat

Re: [PATCH v4 0/2] virtiofsd: Fix xattr operations

2020-02-28 Thread Vivek Goyal
On Thu, Feb 27, 2020 at 02:59:25PM +0900, Misono Tomohiro wrote: > Currently xattr operations on virtiofs does not work properly in some case: > - directory ... cannot set > - special files (pipe) ... cause hang > > This fixes these problems and now xfstests generic/062 passes on virtiofs > with

[PATCH v4 0/2] virtiofsd: Fix xattr operations

2020-02-26 Thread Misono Tomohiro
Currently xattr operations on virtiofs does not work properly in some case: - directory ... cannot set - special files (pipe) ... cause hang This fixes these problems and now xfstests generic/062 passes on virtiofs with -o xattr option (I tested with xfs). v3 -> v4: - No logic change - Some c