Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20210705' into staging
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.
# gpg: Signature made Mon 05 Jul 2021 12:13:34 BST
# gpg: using RSA key 96D8D110CF7AF8084F88590134C2B58765A47395
# gpg: issuer "qemu_oss@crudebyte.com"
# gpg: Good signature from "Christian Schoenebeck <qemu_oss@crudebyte.com>" [unknown]
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg: There is no indication that the signature belongs to the owner.
# Primary key fingerprint: ECAB 1A45 4014 1413 BA38 4926 30DB 47C3 A012 D5F4
# Subkey fingerprint: 96D8 D110 CF7A F808 4F88 5901 34C2 B587 65A4 7395
* remotes/cschoenebeck/tags/pull-9p-20210705:
9pfs: reduce latency of Twalk
9pfs: drop root_qid
9pfs: replace not_same_qid() by same_stat_id()
9pfs: drop fid_to_qid()
9pfs: capture root stat
9pfs: fix not_same_qid()
9pfs: simplify v9fs_walk()
9pfs: add link to 9p developer docs
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- MAINTAINERS 1 addition, 0 deletionsMAINTAINERS
- hw/9pfs/9p-local.c 5 additions, 0 deletionshw/9pfs/9p-local.c
- hw/9pfs/9p-posix-acl.c 5 additions, 0 deletionshw/9pfs/9p-posix-acl.c
- hw/9pfs/9p-proxy.c 5 additions, 0 deletionshw/9pfs/9p-proxy.c
- hw/9pfs/9p-synth.c 5 additions, 0 deletionshw/9pfs/9p-synth.c
- hw/9pfs/9p-util.c 5 additions, 0 deletionshw/9pfs/9p-util.c
- hw/9pfs/9p-xattr-user.c 5 additions, 0 deletionshw/9pfs/9p-xattr-user.c
- hw/9pfs/9p-xattr.c 5 additions, 0 deletionshw/9pfs/9p-xattr.c
- hw/9pfs/9p.c 95 additions, 47 deletionshw/9pfs/9p.c
- hw/9pfs/9p.h 1 addition, 1 deletionhw/9pfs/9p.h
- hw/9pfs/codir.c 5 additions, 0 deletionshw/9pfs/codir.c
- hw/9pfs/cofile.c 5 additions, 0 deletionshw/9pfs/cofile.c
- hw/9pfs/cofs.c 5 additions, 0 deletionshw/9pfs/cofs.c
- hw/9pfs/coth.c 5 additions, 0 deletionshw/9pfs/coth.c
- hw/9pfs/coxattr.c 5 additions, 0 deletionshw/9pfs/coxattr.c
- hw/9pfs/virtio-9p-device.c 5 additions, 0 deletionshw/9pfs/virtio-9p-device.c
- hw/9pfs/xen-9p-backend.c 5 additions, 0 deletionshw/9pfs/xen-9p-backend.c
- tests/qtest/libqos/virtio-9p.c 5 additions, 0 deletionstests/qtest/libqos/virtio-9p.c
- tests/qtest/virtio-9p-test.c 5 additions, 0 deletionstests/qtest/virtio-9p-test.c
Loading
Please register or sign in to comment