All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Maydell <peter.maydell@linaro.org>
To: "Dr. David Alan Gilbert (git)" <dgilbert@redhat.com>
Cc: slp@redhat.com, sebastian.hasler@stuvus.uni-stuttgart.de,
	qemu-devel@nongnu.org, groug@kaod.org, virtio-fs@redhat.com,
	stefanha@redhat.com, vgoyal@redhat.com
Subject: Re: [PULL 00/12] virtiofs queue
Date: Sun, 20 Feb 2022 15:05:30 +0000	[thread overview]
Message-ID: <CAFEAcA8TQJ8Wx0+Ns4XoFCG3JKC8VrcnTJ-=Oo+WuBhtd_qkUg@mail.gmail.com> (raw)
In-Reply-To: <20220217172500.60500-1-dgilbert@redhat.com>

On Thu, 17 Feb 2022 at 17:30, Dr. David Alan Gilbert (git)
<dgilbert@redhat.com> wrote:
>
> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
>
> The following changes since commit c13b8e9973635f34f3ce4356af27a311c993729c:
>
>   Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20220216' into staging (2022-02-16 09:57:11 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/dagrh/qemu.git tags/pull-virtiofs-20220217b
>
> for you to fetch changes up to 45b04ef48dbbeb18d93c2631bf5584ac493de749:
>
>   virtiofsd: Add basic support for FUSE_SYNCFS request (2022-02-17 17:22:26 +0000)
>
> ----------------------------------------------------------------
> V3: virtiofs pull 2022-02-17
>
> Security label improvements from Vivek
>   - includes a fix for building against new kernel headers
>   [V3: checkpatch style fixes]
>   [V2: Fix building on old Linux]
> Blocking flock disable from Sebastian
> SYNCFS support from Greg
>
> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/7.0
for any user-visible changes.

-- PMM


WARNING: multiple messages have this Message-ID (diff)
From: Peter Maydell <peter.maydell@linaro.org>
To: "Dr. David Alan Gilbert (git)" <dgilbert@redhat.com>
Cc: qemu-devel@nongnu.org, virtio-fs@redhat.com, vgoyal@redhat.com
Subject: Re: [Virtio-fs] [PULL 00/12] virtiofs queue
Date: Sun, 20 Feb 2022 15:05:30 +0000	[thread overview]
Message-ID: <CAFEAcA8TQJ8Wx0+Ns4XoFCG3JKC8VrcnTJ-=Oo+WuBhtd_qkUg@mail.gmail.com> (raw)
In-Reply-To: <20220217172500.60500-1-dgilbert@redhat.com>

On Thu, 17 Feb 2022 at 17:30, Dr. David Alan Gilbert (git)
<dgilbert@redhat.com> wrote:
>
> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
>
> The following changes since commit c13b8e9973635f34f3ce4356af27a311c993729c:
>
>   Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20220216' into staging (2022-02-16 09:57:11 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/dagrh/qemu.git tags/pull-virtiofs-20220217b
>
> for you to fetch changes up to 45b04ef48dbbeb18d93c2631bf5584ac493de749:
>
>   virtiofsd: Add basic support for FUSE_SYNCFS request (2022-02-17 17:22:26 +0000)
>
> ----------------------------------------------------------------
> V3: virtiofs pull 2022-02-17
>
> Security label improvements from Vivek
>   - includes a fix for building against new kernel headers
>   [V3: checkpatch style fixes]
>   [V2: Fix building on old Linux]
> Blocking flock disable from Sebastian
> SYNCFS support from Greg
>
> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/7.0
for any user-visible changes.

-- PMM


  parent reply	other threads:[~2022-02-20 15:06 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-17 17:24 [PULL 00/12] virtiofs queue Dr. David Alan Gilbert (git)
2022-02-17 17:24 ` [Virtio-fs] " Dr. David Alan Gilbert (git)
2022-02-17 17:24 ` [PULL 01/12] virtiofsd: Do not support blocking flock Dr. David Alan Gilbert (git)
2022-02-17 17:24   ` [Virtio-fs] " Dr. David Alan Gilbert (git)
2022-02-17 17:24 ` [PULL 02/12] virtiofsd: Fix breakage due to fuse_init_in size change Dr. David Alan Gilbert (git)
2022-02-17 17:24   ` [Virtio-fs] " Dr. David Alan Gilbert (git)
2022-02-17 17:24 ` [PULL 03/12] linux-headers: Update headers to v5.17-rc1 Dr. David Alan Gilbert (git)
2022-02-17 17:24   ` [Virtio-fs] " Dr. David Alan Gilbert (git)
2022-02-17 17:24 ` [PULL 04/12] virtiofsd: Parse extended "struct fuse_init_in" Dr. David Alan Gilbert (git)
2022-02-17 17:24   ` [Virtio-fs] " Dr. David Alan Gilbert (git)
2022-02-17 17:24 ` [PULL 05/12] virtiofsd: Extend size of fuse_conn_info->capable and ->want fields Dr. David Alan Gilbert (git)
2022-02-17 17:24   ` [Virtio-fs] " Dr. David Alan Gilbert (git)
2022-02-17 17:24 ` [PULL 06/12] virtiofsd, fuse_lowlevel.c: Add capability to parse security context Dr. David Alan Gilbert (git)
2022-02-17 17:24   ` [Virtio-fs] " Dr. David Alan Gilbert (git)
2022-02-17 17:24 ` [PULL 07/12] virtiofsd: Move core file creation code in separate function Dr. David Alan Gilbert (git)
2022-02-17 17:24   ` [Virtio-fs] " Dr. David Alan Gilbert (git)
2022-02-17 17:24 ` [PULL 08/12] virtiofsd: Add helpers to work with /proc/self/task/tid/attr/fscreate Dr. David Alan Gilbert (git)
2022-02-17 17:24   ` [Virtio-fs] " Dr. David Alan Gilbert (git)
2022-02-17 17:24 ` [PULL 09/12] virtiofsd: Create new file with security context Dr. David Alan Gilbert (git)
2022-02-17 17:24   ` [Virtio-fs] " Dr. David Alan Gilbert (git)
2022-04-07 10:20   ` Peter Maydell
2022-04-07 10:20     ` [Virtio-fs] " Peter Maydell
2022-04-07 12:44     ` Dr. David Alan Gilbert
2022-04-07 12:44       ` [Virtio-fs] " Dr. David Alan Gilbert
2022-04-07 13:09       ` Vivek Goyal
2022-04-07 13:09         ` [Virtio-fs] " Vivek Goyal
2022-02-17 17:24 ` [PULL 10/12] virtiofsd: Create new file using O_TMPFILE and set " Dr. David Alan Gilbert (git)
2022-02-17 17:24   ` [Virtio-fs] " Dr. David Alan Gilbert (git)
2022-02-17 17:24 ` [PULL 11/12] virtiofsd: Add an option to enable/disable security label Dr. David Alan Gilbert (git)
2022-02-17 17:24   ` [Virtio-fs] " Dr. David Alan Gilbert (git)
2022-02-17 17:25 ` [PULL 12/12] virtiofsd: Add basic support for FUSE_SYNCFS request Dr. David Alan Gilbert (git)
2022-02-17 17:25   ` [Virtio-fs] " Dr. David Alan Gilbert (git)
2022-02-20 15:05 ` Peter Maydell [this message]
2022-02-20 15:05   ` [Virtio-fs] [PULL 00/12] virtiofs queue Peter Maydell
  -- strict thread matches above, loose matches on Subject: below --
2022-02-17 14:23 Dr. David Alan Gilbert (git)
2022-02-16 17:36 Dr. David Alan Gilbert (git)
2021-05-06 18:56 Dr. David Alan Gilbert (git)
2021-05-11 15:05 ` Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAFEAcA8TQJ8Wx0+Ns4XoFCG3JKC8VrcnTJ-=Oo+WuBhtd_qkUg@mail.gmail.com' \
    --to=peter.maydell@linaro.org \
    --cc=dgilbert@redhat.com \
    --cc=groug@kaod.org \
    --cc=qemu-devel@nongnu.org \
    --cc=sebastian.hasler@stuvus.uni-stuttgart.de \
    --cc=slp@redhat.com \
    --cc=stefanha@redhat.com \
    --cc=vgoyal@redhat.com \
    --cc=virtio-fs@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.