1. 92c4512 virtio-9p: Use ERRP_GUARD() by Vladimir Sementsov-Ogievskiy · 4 years, 6 months ago
  2. 846cf40 9p: local: always return -1 on error in local_unlinkat_common by Daniel Henrique Barboza · 5 years ago
  3. 841b8d0 9pfs: local: Fix possible memory leak in local_link() by Jiajun Chen · 5 years ago
  4. 4c5ec47 9pfs: make Error **errp const where it is appropriate by Vladimir Sementsov-Ogievskiy · 5 years ago
  5. 1a6ed33 9p: Added virtfs option 'multidevs=remap|forbid|warn' by Antonios Motakis · 5 years ago
  6. ea52cdd fsdev: Add return value to fsdev_throttle_parse_opts() by Greg Kurz · 5 years ago
  7. c0da0cb 9p: Simplify error path of v9fs_device_realize_common() by Greg Kurz · 5 years ago
  8. 4b57664 error: Fix use of error_prepend() with &error_fatal, &error_abort by Markus Armbruster · 6 years ago
  9. 230f1b3 9p: darwin: Explicitly cast comparisons of mode_t with -1 by Keno Fischer · 7 years ago
  10. 5c99fa3 cutils: Provide strchrnul by Keno Fischer · 7 years ago
  11. 5b7b2f9 9p: local: Avoid warning if FS_IOC_GETVERSION is not defined by Keno Fischer · 7 years ago
  12. 2306271 9p: local: Properly set errp in fstatfs error path by Keno Fischer · 7 years ago
  13. 922a01a Move include qemu/option.h from qemu-common.h to actual users by Markus Armbruster · 7 years ago
  14. e688df6 Include qapi/error.h exactly where needed by Markus Armbruster · 7 years ago
  15. 65603a8 fsdev: improve error handling of backend init by Greg Kurz · 7 years ago
  16. 91cda4e fsdev: improve error handling of backend opts parsing by Greg Kurz · 7 years ago
  17. 7bd41d3 9pfs: fix type in *_parse_opts declarations by Greg Kurz · 7 years ago
  18. aa5e85a 9pfs: local: clarify fchmodat_nofollow() implementation by Greg Kurz · 7 years ago
  19. 4751fd5 9pfs: local: fix fchmodat_nofollow() limitations by Greg Kurz · 7 years ago
  20. b96feb2 9pfs: local: Add support for custom fmode/dmode in 9ps mapped security modes by Tobias Schramm · 8 years ago
  21. 790db7e 9pfs: local: remove: use correct path component by Bruce Rogers · 8 years ago
  22. 81ffbf5 9pfs: local: metadata file for the VirtFS root by Greg Kurz · 8 years ago
  23. 3dbcf27 9pfs: local: simplify file opening by Greg Kurz · 8 years ago
  24. f57f587 9pfs: local: resolve special directories in paths by Greg Kurz · 8 years ago
  25. 6a87e79 9pfs: local: fix unlink of alien files in mapped-file mode by Greg Kurz · 8 years ago
  26. 7a95434 9pfs: local: forbid client access to metadata (CVE-2017-7493) by Greg Kurz · 8 years ago
  27. 9c6b899 9pfs: local: set the path of the export root to "." by Greg Kurz · 8 years ago
  28. b003fc0 9pfs: fix vulnerability in openat_dir() and local_unlinkat_common() by Greg Kurz · 8 years ago
  29. b314f6a 9pfs: don't use AT_EMPTY_PATH in local_set_cred_passthrough() by Greg Kurz · 8 years ago
  30. 23da014 9pfs: fail local_statfs() earlier by Greg Kurz · 8 years ago
  31. faab207 9pfs: fix fd leak in local_opendir() by Greg Kurz · 8 years ago
  32. b7361d4 9pfs: fix bogus fd check in local_remove() by Greg Kurz · 8 years ago
  33. 7287e35 Merge remote-tracking branch 'remotes/gkurz/tags/cve-2016-9602-for-upstream' into staging by Peter Maydell · 8 years ago
  34. c23d5f1 9pfs: local: drop unused code by Greg Kurz · 8 years ago
  35. a565fea 9pfs: local: open2: don't follow symlinks by Greg Kurz · 8 years ago
  36. 3f3a169 9pfs: local: mkdir: don't follow symlinks by Greg Kurz · 8 years ago
  37. d815e72 9pfs: local: mknod: don't follow symlinks by Greg Kurz · 8 years ago
  38. 3877161 9pfs: local: symlink: don't follow symlinks by Greg Kurz · 8 years ago
  39. d369f20 9pfs: local: chown: don't follow symlinks by Greg Kurz · 8 years ago
  40. e3187a4 9pfs: local: chmod: don't follow symlinks by Greg Kurz · 8 years ago
  41. ad0b46e 9pfs: local: link: don't follow symlinks by Greg Kurz · 8 years ago
  42. 6dd4b1f 9pfs: local: improve error handling in link op by Greg Kurz · 8 years ago
  43. d2767ed 9pfs: local: rename: use renameat by Greg Kurz · 8 years ago
  44. 99f2cf4 9pfs: local: renameat: don't follow symlinks by Greg Kurz · 8 years ago
  45. f9aef99 9pfs: local: lstat: don't follow symlinks by Greg Kurz · 8 years ago
  46. bec1e95 9pfs: local: readlink: don't follow symlinks by Greg Kurz · 8 years ago
  47. ac125d9 9pfs: local: truncate: don't follow symlinks by Greg Kurz · 8 years ago
  48. 31e51d1 9pfs: local: statfs: don't follow symlinks by Greg Kurz · 8 years ago
  49. a33eda0 9pfs: local: utimensat: don't follow symlinks by Greg Kurz · 8 years ago
  50. a0e640a 9pfs: local: remove: don't follow symlinks by Greg Kurz · 8 years ago
  51. df4938a 9pfs: local: unlinkat: don't follow symlinks by Greg Kurz · 8 years ago
  52. 996a0d7 9pfs: local: open/opendir: don't follow symlinks by Greg Kurz · 8 years ago
  53. 0e35a37 9pfs: local: keep a file descriptor on the shared folder by Greg Kurz · 8 years ago
  54. 21328e1 9pfs: remove side-effects in local_open() and local_opendir() by Greg Kurz · 8 years ago
  55. 00c90bd 9pfs: remove side-effects in local_init() by Greg Kurz · 8 years ago
  56. b8bbdb8 fsdev: add IO throttle support to fsdev devices by Pradeep Jagadeesh · 8 years ago
  57. 6fe76ac 9pfs: local: trivial cosmetic fix in pwritev op by Greg Kurz · 8 years ago
  58. e3e83f2 9pfs: introduce v9fs_path_sprintf() helper by Greg Kurz · 8 years ago
  59. 635324e 9p: switch back to readdir() by Greg Kurz · 9 years ago
  60. f314ea4 9p: introduce the V9fsDir type by Greg Kurz · 9 years ago
  61. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  62. fbc0412 9pfs: Clean up includes by Peter Maydell · 9 years ago
  63. 63325b1 9pfs: use error_report() instead of fprintf(stderr) by Greg Kurz · 9 years ago
  64. ebe74f8 9pfs: break out 9p.h from virtio-9p.h by Wei Liu · 9 years ago
  65. 267ae09 9pfs: rename virtio-9p-xattr{,-user}.{c,h} to 9p-xattr{,-user}.{c,h} by Wei Liu · 9 years ago
  66. f00d4f5 9pfs: rename virtio-9p-local.c to 9p-local.c by Wei Liu · 9 years ago[Renamed (99%) from hw/9pfs/virtio-9p-local.c]
  67. 0289a41 9pfs: Fix warnings from Sparse by Stefan Weil · 10 years ago
  68. 4ed7b2c virtio: Fix memory leaks reported by Coverity by Stefan Weil · 10 years ago
  69. 1b6f85e 9pfs-local: simplify/optimize local_mapped_attr_path() by Michael Tokarev · 10 years ago
  70. 438940c 9pfs: remove useless return by Michael Tokarev · 10 years ago
  71. 840a1bf hw/9pfs: Don't return type from host in readdir on local 9p filesystem by Bastian Blank · 10 years ago
  72. f8ad4a8 hw/9pfs: Use little-endian format for xattr values by Aneesh Kumar K.V · 10 years ago
  73. 69b1521 hw/9pfs: Add include file for exported symbol by Stefan Weil · 11 years ago
  74. 4fa4ce7 hw/9pfs: use g_strdup_printf() instead of PATH_MAX limitation by Chen Gang · 11 years ago
  75. fae0864 hw/9pfs/virtio-9p-local.c: use snprintf() instead of sprintf() by Chen Gang · 11 years ago
  76. 75b7931 hw/9pfs/virtio-9p-local.c: move v9fs_string_free() to below "err_out:" by Chen Gang · 11 years ago
  77. 1a9978a hw/9pfs: make get_st_gen() return ENOTTY error on special files by Kirill A. Shutemov · 11 years ago
  78. 0e5fc99 hw/9pfs: fix error handing in local_ioc_getversion() by Kirill A. Shutemov · 11 years ago
  79. 0ceb092 hw/9pfs: Use O_NOFOLLOW when opening files on server by Aneesh Kumar K.V · 12 years ago
  80. aed858c hw/9pfs: use O_NOFOLLOW for mapped readlink operation by Aneesh Kumar K.V · 12 years ago
  81. c7e775e remove double semicolons by Dong Xu Wang · 12 years ago
  82. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  83. d3f8e13 hw/9pfs: Fix unchecked strdup() by converting to g_strdup() by Markus Armbruster · 12 years ago
  84. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  85. 2d40564 hw/9pfs: Preserve S_ISGID by M. Mohan Kumar · 13 years ago
  86. 2c30dd7 hw/9pfs: Add new security model mapped-file. by Aneesh Kumar K.V · 13 years ago
  87. 99519f0 hw/9pfs: Move opt validation to FsDriver callback by Aneesh Kumar K.V · 13 years ago
  88. 8b88827 hw/9pfs: Use the correct file descriptor in Fsdriver Callback by Aneesh Kumar K.V · 13 years ago
  89. 2507718 9pfs: improve portability to older systems by Aneesh Kumar K.V · 13 years ago
  90. ae0f940 9pfs: improve portability to older systems by Paolo Bonzini · 13 years ago
  91. 4f26f2b configure: fix detection for xattr.h on modern distributions by Avi Kivity · 13 years ago
  92. cc720dd hw/9pfs: Abstract open state of fid to V9fsFidOpenState by Aneesh Kumar K.V · 13 years ago
  93. 17b1971 hw/9pfs: Fix error handling in local_mknod by Aneesh Kumar K.V · 13 years ago
  94. b97400c hw/9pfs: Use export flag for indicating security model by Aneesh Kumar K.V · 13 years ago
  95. c98f1d4 hw/9pfs: Use export_flag for indicating whether fs driver use path names. by Aneesh Kumar K.V · 13 years ago
  96. e06a765 hw/9pfs: Add st_gen support in getattr reply by Harsh Prateek Bora · 13 years ago
  97. d3ab98e hw/9pfs: Add new virtfs option writeout=immediate skip host page cache by Aneesh Kumar K.V · 13 years ago
  98. 532decb hw/9pfs: Add fs driver specific details to fscontext by Aneesh Kumar K.V · 13 years ago
  99. 0174fe7 hw/9pfs: Add init callback to fs driver by Aneesh Kumar K.V · 13 years ago
  100. 2289be1 hw/9pfs: Move fid pathname tracking to seperate data type. by Aneesh Kumar K.V · 13 years ago