- a098471 trivial typos: namesapce by Dr. David Alan Gilbert · 2 years, 10 months ago
- a93d2e8 9pfs: fix 'Twalk' to only send error if no component walked by Christian Schoenebeck · 3 years, 1 month ago
- fd6c979 9pfs: refactor 'name_idx' -> 'nwalked' in v9fs_walk() by Christian Schoenebeck · 3 years, 1 month ago
- 3857cd5 virtio: drop name parameter for virtio_init() by Jonah Palmer · 3 years ago
- 063c75d 9pfs: fix qemu_mknodat() to always return -1 on error on macOS host by Christian Schoenebeck · 3 years ago
- 9ea3164 9pfs: fix removing non-existent POSIX ACL xattr on macOS host by Christian Schoenebeck · 3 years ago
- 951fe2f 9pfs: fix wrong errno being sent to Linux client on macOS host by Christian Schoenebeck · 3 years ago
- e5c88e2 9pfs: fix wrong encoding of rdev field in Rgetattr on macOS by Christian Schoenebeck · 3 years ago
- 055ab89 9pfs: fix qemu_mknodat(S_IFSOCK) on macOS by Christian Schoenebeck · 3 years ago
- 096af17 9pfs: fix qemu_mknodat(S_IFREG) on macOS by Christian Schoenebeck · 3 years ago
- 0009df3 9pfs: fix inode sequencing in 'synth' driver by Christian Schoenebeck · 3 years, 1 month ago
- 0f9668e Remove qemu-common.h include from most units by Marc-André Lureau · 3 years ago
- a136d17 9p: move P9_XATTR_SIZE_MAX from 9p.h to 9p.c by Will Cohen · 3 years ago
- 9edc631 Replace GCC_FMT_ATTR with G_GNUC_PRINTF by Marc-André Lureau · 3 years, 1 month ago
- 1366244 9pfs: Use g_new() & friends where that makes obvious sense by Markus Armbruster · 3 years, 1 month ago
- 09d19d5 9pfs/coth.h: drop Doxygen format on v9fs_co_run_in_worker() by Christian Schoenebeck · 3 years, 1 month ago
- 041b094 9pfs/9p-util.h: convert Doxygen -> kerneldoc format by Christian Schoenebeck · 3 years, 1 month ago
- e16fea4 9pfs/9p.c: convert Doxygen -> kerneldoc format by Christian Schoenebeck · 3 years, 1 month ago
- 1a7f240 9pfs/codir.c: convert Doxygen -> kerneldoc format by Christian Schoenebeck · 3 years, 1 month ago
- 39db334 9pfs/9p.h: convert Doxygen -> kerneldoc format by Christian Schoenebeck · 3 years, 1 month ago
- 63ce31c 9pfs: drop Doxygen format from qemu_dirent_dup() API comment by Christian Schoenebeck · 3 years, 1 month ago
- 1983d8b 9pfs: move qemu_dirent_dup() from osdep -> 9p-util by Christian Schoenebeck · 3 years, 1 month ago
- 029ed1b 9p: darwin: Implement compatibility for mknodat by Keno Fischer · 3 years, 1 month ago
- b598932 9p: darwin: Compatibility for f/l*xattr by Keno Fischer · 3 years, 1 month ago
- 57b3910 9p: darwin: *xattr_nofollow implementations by Keno Fischer · 3 years, 1 month ago
- 38d7fd6 9p: darwin: Move XATTR_SIZE_MAX->P9_XATTR_SIZE_MAX by Keno Fischer · 3 years, 1 month ago
- 67a71e3 9p: darwin: Ignore O_{NOATIME, DIRECT} by Keno Fischer · 3 years, 1 month ago
- 6b3b279 9p: darwin: Handle struct dirent differences by Keno Fischer · 3 years, 1 month ago
- f41db09 9p: darwin: Handle struct stat(fs) differences by Keno Fischer · 3 years, 1 month ago
- 6450084 9p: Rename 9p-util -> 9p-util-linux by Keno Fischer · 3 years, 1 month ago
- e0bd743 9p: linux: Fix a couple Linux assumptions by Keno Fischer · 3 years, 1 month ago
- e64e27d 9pfs: Fix segfault in do_readdir_many caused by struct dirent overread by Vitaly Chikunov · 3 years, 2 months ago
- 7e98578 9pfs: use P9Array in v9fs_walk() by Christian Schoenebeck · 3 years, 6 months ago
- cc82fde 9pfs: make V9fsPath usable via P9Array API by Christian Schoenebeck · 3 years, 6 months ago
- 04a7f9e 9pfs: simplify blksize_to_iounit() by Christian Schoenebeck · 3 years, 6 months ago
- b565bcc 9pfs: deduplicate iounit code by Christian Schoenebeck · 3 years, 6 months ago
- 669ced0 9pfs: fix wrong I/O block size in Rgetattr by Christian Schoenebeck · 3 years, 6 months ago
- f83df00 9pfs: fix crash in v9fs_walk() by Christian Schoenebeck · 3 years, 7 months ago
- 869605b hw/9pfs: use g_autofree in v9fs_walk() where possible by Christian Schoenebeck · 3 years, 8 months ago
- 97b1d8f hw/9pfs: avoid 'path' copy in v9fs_walk() by Christian Schoenebeck · 3 years, 8 months ago
- 8d6cb10 9pfs: reduce latency of Twalk by Christian Schoenebeck · 3 years, 9 months ago
- 6655033 9pfs: drop root_qid by Christian Schoenebeck · 3 years, 10 months ago
- f22cad4 9pfs: replace not_same_qid() by same_stat_id() by Christian Schoenebeck · 3 years, 10 months ago
- 1d0fc0d 9pfs: drop fid_to_qid() by Christian Schoenebeck · 3 years, 10 months ago
- 1102437 9pfs: capture root stat by Christian Schoenebeck · 3 years, 10 months ago
- 8bf2755 9pfs: fix not_same_qid() by Christian Schoenebeck · 3 years, 10 months ago
- 232a4d2 9pfs: simplify v9fs_walk() by Christian Schoenebeck · 3 years, 11 months ago
- 6f56908 9pfs: add link to 9p developer docs by Christian Schoenebeck · 4 years ago
- d0fb965 docs: fix references to docs/devel/tracing.rst by Stefano Garzarella · 3 years, 11 months ago
- e4fd889 hw/9pfs/9p-synth: Replaced qemu_mutex_lock with QEMU_LOCK_GUARD by Mahmoud Mandour · 4 years, 1 month ago
- d6eb39b qtest: delete superfluous inclusions of qtest.h by Chen Qun · 4 years, 1 month ago
- 81f9766 9pfs: Convert reclaim list to QSLIST by Greg Kurz · 4 years, 2 months ago
- 20b7f45 9pfs: Improve unreclaim loop by Greg Kurz · 4 years, 2 months ago
- feabd6c 9pfs: Convert V9fsFidState::fid_list to QSIMPLEQ by Greg Kurz · 4 years, 3 months ago
- 2e53160 9pfs: Convert V9fsFidState::clunked to bool by Greg Kurz · 4 years, 3 months ago
- acef3f8 9pfs/proxy: Check return value of proxy_marshal() by Greg Kurz · 4 years, 3 months ago
- 89fbea8 9pfs: Fully restart unreclaim loop (CVE-2021-20181) by Greg Kurz · 4 years, 3 months ago
- e6b9946 hw/9pfs: Fix Kconfig dependency problem between 9pfs and Xen by Philippe Mathieu-Daudé · 4 years, 5 months ago
- 22e1367 hw/9pfs : add space before the open parenthesis '(' by Xinhao Zhang · 4 years, 5 months ago
- 487729e hw/9pfs : open brace '{' following struct go on the same line by Xinhao Zhang · 4 years, 5 months ago
- 0101173 hw/9pfs : add spaces around operator by Xinhao Zhang · 4 years, 5 months ago
- b036d9a 9pfs: suppress performance warnings on qtest runs by Christian Schoenebeck · 4 years, 6 months ago
- 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 7 months ago
- c418f93 9pfs: disable msize warning for synth driver by Christian Schoenebeck · 4 years, 7 months ago
- 62777d8 9pfs: log warning if msize <= 8192 by Christian Schoenebeck · 4 years, 7 months ago
- 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 7 months ago
- db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 7 months ago
- 30aa194 Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20200812' into staging by Peter Maydell · 4 years, 7 months ago
- b2c00bc meson: convert hw/9pfs, cleanup by Marc-André Lureau · 6 years ago
- 243af02 trace: switch position of headers to what Meson requires by Paolo Bonzini · 5 years ago
- da9f2ed 9pfs: clarify latency of v9fs_co_run_in_worker() by Christian Schoenebeck · 4 years, 8 months ago
- d2c5cf7 9pfs: differentiate readdir lock between 9P2000.u vs. 9P2000.L by Christian Schoenebeck · 4 years, 8 months ago
- 0c4356b 9pfs: T_readdir latency optimization by Christian Schoenebeck · 4 years, 8 months ago
- 2149675 9pfs: add new function v9fs_co_readdir_many() by Christian Schoenebeck · 4 years, 8 months ago
- dd8151f 9pfs: split out fs driver core of v9fs_co_readdir() by Christian Schoenebeck · 4 years, 8 months ago
- 29c9d2c 9pfs: make v9fs_readdir_response_size() public by Christian Schoenebeck · 4 years, 8 months ago
- 92c4512 virtio-9p: Use ERRP_GUARD() by Vladimir Sementsov-Ogievskiy · 4 years, 9 months ago
- 9261ef5 Clean up some calls to ignore Error objects the right way by Markus Armbruster · 4 years, 9 months ago
- 84af755 xen/9pfs: increase max ring order to 9 by Stefano Stabellini · 4 years, 11 months ago
- a4c4d46 xen/9pfs: yield when there isn't enough room on the ring by Stefano Stabellini · 4 years, 11 months ago
- cf45183 Revert "9p: init_in_iov_from_pdu can truncate the size" by Stefano Stabellini · 4 years, 11 months ago
- ed46345 9p: Lock directory streams with a CoMutex by Greg Kurz · 4 years, 10 months ago
- 03556ea 9pfs: include linux/limits.h for XATTR_SIZE_MAX by Dan Robertson · 4 years, 10 months ago
- b69c3c2 qdev: Unrealize must not fail by Markus Armbruster · 5 years ago
- 9bbb7e0 xen-9pfs: Fix log messages of reply errors by Christian Schoenebeck · 4 years, 11 months ago
- a5804fc 9pfs: local: ignore O_NOATIME if we don't have permissions by Omar Sandoval · 4 years, 11 months ago
- 659f195 9p/proxy: Fix export_flags by Greg Kurz · 5 years ago
- af46a3b hw/9pfs/9p-synth: added directory for readdir test by Christian Schoenebeck · 5 years ago
- d36a5c2 9pfs: validate count sent by client with T_readdir by Christian Schoenebeck · 5 years ago
- e16453a 9pfs: require msize >= 4096 by Christian Schoenebeck · 5 years ago
- 760df0d Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 5 years ago
- 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
- ad30a9e virtio-9p-device: convert to new virtio_delete_queue by Pan Nengyuan · 5 years ago
- 9580d60 virtio-9p-device: fix memleak in virtio_9p_device_unrealize by Pan Nengyuan · 5 years ago
- b858e80 9pfs/9p.c: remove unneeded labels by Daniel Henrique Barboza · 5 years ago
- 16724a1 9p: init_in_iov_from_pdu can truncate the size by Greg Kurz · 5 years ago
- 846cf40 9p: local: always return -1 on error in local_unlinkat_common by Daniel Henrique Barboza · 5 years ago
- 841b8d0 9pfs: local: Fix possible memory leak in local_link() by Jiajun Chen · 5 years ago
- 4c5ec47 9pfs: make Error **errp const where it is appropriate by Vladimir Sementsov-Ogievskiy · 5 years ago
- 68d654d 9pfs: Fix divide by zero bug by Dan Schatzberg · 5 years ago