qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/8] 9p queue 2021-07-05
@ 2021-07-05 11:13 Christian Schoenebeck
  2021-07-05 11:13 ` [PULL 2/8] 9pfs: simplify v9fs_walk() Christian Schoenebeck
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Christian Schoenebeck @ 2021-07-05 11:13 UTC (permalink / raw)
  To: qemu-devel, Peter Maydell; +Cc: Greg Kurz

The following changes since commit 711c0418c8c1ce3a24346f058b001c4c5a2f0f81:

  Merge remote-tracking branch 'remotes/philmd/tags/mips-20210702' into staging (2021-07-04 14:04:12 +0100)

are available in the Git repository at:

  https://github.com/cschoenebeck/qemu.git tags/pull-9p-20210705

for you to fetch changes up to 8d6cb100731c4d28535adbf2a3c2d1f29be3fef4:

  9pfs: reduce latency of Twalk (2021-07-05 13:03:16 +0200)

----------------------------------------------------------------
9pfs: misc patches

* Add link to 9p developer docs.

* Fix runtime check whether client supplied relative path is the export
  root.

* Performance optimization of Twalk requests.

* Code cleanup.

----------------------------------------------------------------
Christian Schoenebeck (8):
      9pfs: add link to 9p developer docs
      9pfs: simplify v9fs_walk()
      9pfs: fix not_same_qid()
      9pfs: capture root stat
      9pfs: drop fid_to_qid()
      9pfs: replace not_same_qid() by same_stat_id()
      9pfs: drop root_qid
      9pfs: reduce latency of Twalk

 MAINTAINERS                    |   1 +
 hw/9pfs/9p-local.c             |   5 ++
 hw/9pfs/9p-posix-acl.c         |   5 ++
 hw/9pfs/9p-proxy.c             |   5 ++
 hw/9pfs/9p-synth.c             |   5 ++
 hw/9pfs/9p-util.c              |   5 ++
 hw/9pfs/9p-xattr-user.c        |   5 ++
 hw/9pfs/9p-xattr.c             |   5 ++
 hw/9pfs/9p.c                   | 142 +++++++++++++++++++++++++++--------------
 hw/9pfs/9p.h                   |   2 +-
 hw/9pfs/codir.c                |   5 ++
 hw/9pfs/cofile.c               |   5 ++
 hw/9pfs/cofs.c                 |   5 ++
 hw/9pfs/coth.c                 |   5 ++
 hw/9pfs/coxattr.c              |   5 ++
 hw/9pfs/virtio-9p-device.c     |   5 ++
 hw/9pfs/xen-9p-backend.c       |   5 ++
 tests/qtest/libqos/virtio-9p.c |   5 ++
 tests/qtest/virtio-9p-test.c   |   5 ++
 19 files changed, 177 insertions(+), 48 deletions(-)


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2021-07-05 19:05 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-05 11:13 [PULL 0/8] 9p queue 2021-07-05 Christian Schoenebeck
2021-07-05 11:13 ` [PULL 2/8] 9pfs: simplify v9fs_walk() Christian Schoenebeck
2021-07-05 11:13 ` [PULL 5/8] 9pfs: drop fid_to_qid() Christian Schoenebeck
2021-07-05 11:13 ` [PULL 6/8] 9pfs: replace not_same_qid() by same_stat_id() Christian Schoenebeck
2021-07-05 11:13 ` [PULL 1/8] 9pfs: add link to 9p developer docs Christian Schoenebeck
2021-07-05 11:13 ` [PULL 7/8] 9pfs: drop root_qid Christian Schoenebeck
2021-07-05 11:13 ` [PULL 3/8] 9pfs: fix not_same_qid() Christian Schoenebeck
2021-07-05 11:13 ` [PULL 8/8] 9pfs: reduce latency of Twalk Christian Schoenebeck
2021-07-05 11:13 ` [PULL 4/8] 9pfs: capture root stat Christian Schoenebeck
2021-07-05 13:57 ` [PULL 0/8] 9p queue 2021-07-05 Peter Maydell
2021-07-05 15:34   ` Christian Schoenebeck
2021-07-05 19:03 ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).