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