From: Christian Schoenebeck <qemu_oss@crudebyte.com>
To: qemu-devel@nongnu.org, Peter Maydell <peter.maydell@linaro.org>
Cc: Greg Kurz <groug@kaod.org>
Subject: [PULL 0/9] 9p queue 2025-05-05
Date: Mon, 05 May 2025 11:50:51 +0200 [thread overview]
Message-ID: <cover.1746438650.git.qemu_oss@crudebyte.com> (raw)
The following changes since commit 5134cf9b5d3aee4475fe7e1c1c11b093731073cf:
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging (2025-04-30 13:34:44 -0400)
are available in the Git repository at:
https://github.com/cschoenebeck/qemu.git tags/pull-9p-20250505
for you to fetch changes up to cdafeda35709ddf8cd982a7eb653c2a5028c8074:
9pfs: fix 'total_open_fd' decrementation (2025-05-05 11:28:29 +0200)
----------------------------------------------------------------
9pfs changes:
* Fixes for file descriptor reclaiming algorithm (i.e. when running
towards host's allowed limit of max. open file descriptors).
* Additional fixes on use-after-unlink idiom (i.e. client operations on a
file descriptor after file has been removed).
----------------------------------------------------------------
Christian Schoenebeck (4):
9pfs: fix concurrent v9fs_reclaim_fd() calls
9pfs: fix FD leak and reduce latency of v9fs_reclaim_fd()
tests/9p: add 'Tsetattr' request to test client
9pfs: fix 'total_open_fd' decrementation
Greg Kurz (5):
9pfs: local : Introduce local_fid_fd() helper
9pfs: Don't use file descriptors in core code
9pfs: Introduce ftruncate file op
9pfs: Introduce futimens file op
tests/9p: Test `Tsetattr` can truncate unlinked file
fsdev/file-op-9p.h | 5 +++
hw/9pfs/9p-local.c | 51 ++++++++++++++++++--------
hw/9pfs/9p-synth.c | 22 ++++++++++++
hw/9pfs/9p-util.h | 1 +
hw/9pfs/9p.c | 68 +++++++++++++++++++++++++++--------
hw/9pfs/9p.h | 1 +
hw/9pfs/codir.c | 7 +++-
hw/9pfs/cofile.c | 7 +++-
hw/9pfs/cofs.c | 37 +++++++++++++++++++
hw/9pfs/coth.h | 4 +++
tests/qtest/libqos/virtio-9p-client.c | 49 +++++++++++++++++++++++++
tests/qtest/libqos/virtio-9p-client.h | 34 ++++++++++++++++++
tests/qtest/virtio-9p-test.c | 15 ++++++++
13 files changed, 271 insertions(+), 30 deletions(-)
next reply other threads:[~2025-05-05 9:55 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-05 9:50 Christian Schoenebeck [this message]
2025-05-05 9:50 ` [PULL 1/9] 9pfs: fix concurrent v9fs_reclaim_fd() calls Christian Schoenebeck
2025-05-05 9:50 ` [PULL 3/9] 9pfs: local : Introduce local_fid_fd() helper Christian Schoenebeck
2025-05-05 9:50 ` [PULL 6/9] 9pfs: Introduce futimens file op Christian Schoenebeck
2025-05-05 9:50 ` [PULL 4/9] 9pfs: Don't use file descriptors in core code Christian Schoenebeck
2025-05-05 9:50 ` [PULL 8/9] tests/9p: Test `Tsetattr` can truncate unlinked file Christian Schoenebeck
2025-05-05 9:50 ` [PULL 7/9] tests/9p: add 'Tsetattr' request to test client Christian Schoenebeck
2025-07-10 13:30 ` Peter Maydell
2025-07-10 14:11 ` Christian Schoenebeck
2025-07-10 14:17 ` Peter Maydell
2025-05-05 9:50 ` [PULL 2/9] 9pfs: fix FD leak and reduce latency of v9fs_reclaim_fd() Christian Schoenebeck
2025-05-05 9:50 ` [PULL 9/9] 9pfs: fix 'total_open_fd' decrementation Christian Schoenebeck
2025-05-05 9:50 ` [PULL 5/9] 9pfs: Introduce ftruncate file op Christian Schoenebeck
2025-05-06 13:58 ` [PULL 0/9] 9p queue 2025-05-05 Stefan Hajnoczi
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=cover.1746438650.git.qemu_oss@crudebyte.com \
--to=qemu_oss@crudebyte.com \
--cc=groug@kaod.org \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/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.