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