[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/8] virtiofsd: Announce submounts to the guest
From: |
Stefan Hajnoczi |
Subject: |
Re: [PATCH 0/8] virtiofsd: Announce submounts to the guest |
Date: |
Fri, 11 Sep 2020 11:22:16 +0100 |
On Wed, Sep 09, 2020 at 08:40:20PM +0200, Max Reitz wrote:
> We want to (be able to) announce the host mount structure of the shared
> directory to the guest so it can replicate that structure. This ensures
> that whenever the combination of st_dev and st_ino is unique on the
> host, it will be unique in the guest as well.
Great, thank you for solving the long-standing inode collision problem!
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
signature.asc
Description: PGP signature
- [PATCH 0/8] virtiofsd: Announce submounts to the guest, Max Reitz, 2020/09/09
- [PATCH 1/8] linux/fuse.h: Pull in from Linux, Max Reitz, 2020/09/09
- [PATCH 2/8] virtiofsd: Announce FUSE_ATTR_FLAGS, Max Reitz, 2020/09/09
- [PATCH 3/8] virtiofsd: Add attr_flags to fuse_entry_param, Max Reitz, 2020/09/09
- [PATCH 4/8] virtiofsd: Add fuse_reply_attr_with_flags(), Max Reitz, 2020/09/09
- [PATCH 5/8] virtiofsd: Store every lo_inode's parent_dev, Max Reitz, 2020/09/09
- [PATCH 7/8] tests/acceptance/boot_linux: Accept SSH pubkey, Max Reitz, 2020/09/09
- [PATCH 6/8] virtiofsd: Announce sub-mount points, Max Reitz, 2020/09/09
- [PATCH 8/8] tests/acceptance: Add virtiofs_submounts.py, Max Reitz, 2020/09/09
- Re: [PATCH 0/8] virtiofsd: Announce submounts to the guest,
Stefan Hajnoczi <=