1. fdfcc9a 9pfs: fix memory leak in v9fs_write by Li Qiang · 8 years ago
  2. 4c15867 9pfs: fix memory leak in v9fs_link by Li Qiang · 8 years ago
  3. ff55e94 9pfs: fix memory leak in v9fs_xattrcreate by Li Qiang · 8 years ago
  4. eb68760 9pfs: fix information leak in xattr read by Li Qiang · 8 years ago
  5. 0e44a0f virtio-9p: add reset handler by Greg Kurz · 8 years ago
  6. f74e27b 9pfs: only free completed request if not flushed by Greg Kurz · 8 years ago
  7. 6868a42 9pfs: drop useless check in pdu_free() by Greg Kurz · 8 years ago
  8. 8440e22 9pfs: use coroutine_fn annotation in hw/9pfs/9p.[ch] by Greg Kurz · 8 years ago
  9. e95c9a4 9pfs: fix potential host memory leak in v9fs_read by Li Qiang · 8 years ago
  10. ba42ebb 9pfs: allocate space for guest originated empty strings by Li Qiang · 8 years ago
  11. 13fd08e 9pfs: fix potential segfault during walk by Greg Kurz · 8 years ago
  12. e3e83f2 9pfs: introduce v9fs_path_sprintf() helper by Greg Kurz · 8 years ago
  13. abdf008 9pfs: drop useless v9fs_string_null() function by Greg Kurz · 8 years ago
  14. 56f101e 9pfs: handle walk of ".." in the root directory by Greg Kurz · 8 years ago
  15. 805b5d9 9pfs: forbid . and .. in file names by Greg Kurz · 8 years ago
  16. fff39a7 9pfs: forbid illegal path names by Greg Kurz · 8 years ago
  17. 0b8b875 coroutine: move entry argument to qemu_coroutine_create by Paolo Bonzini · 9 years ago
  18. 635324e 9p: switch back to readdir() by Greg Kurz · 9 years ago
  19. 7cde47d 9p: add locking to V9fsDir by Greg Kurz · 9 years ago
  20. f314ea4 9p: introduce the V9fsDir type by Greg Kurz · 9 years ago
  21. 8762a46 9p: drop useless out: label by Greg Kurz · 9 years ago
  22. beff62e 9p: drop useless inclusion of hw/i386/pc.h by Greg Kurz · 9 years ago
  23. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  24. 51b19eb virtio: move allocation to virtqueue_pop/vring_pop by Paolo Bonzini · 9 years ago
  25. fbc0412 9pfs: Clean up includes by Peter Maydell · 9 years ago
  26. 63325b1 9pfs: use error_report() instead of fprintf(stderr) by Greg Kurz · 9 years ago
  27. 00588a0 9pfs: introduce V9fsVirtioState by Wei Liu · 9 years ago
  28. 2a0c56a 9pfs: factor out v9fs_device_{,un}realize_common by Wei Liu · 9 years ago
  29. 60ce86c 9pfs: rename virtio-9p.c to 9p.c by Wei Liu · 9 years ago[Renamed from hw/9pfs/virtio-9p.c]
  30. 72a1897 9pfs: rename virtio_9p_set_fd_limit to use v9fs_ prefix by Wei Liu · 9 years ago
  31. 0192cc5 9pfs: move handle_9p_output and make it static function by Wei Liu · 9 years ago
  32. 4b311c5 9pfs: export pdu_{submit,alloc,free} by Wei Liu · 9 years ago
  33. 0d3716b 9pfs: factor out virtio_9p_push_and_notify by Wei Liu · 9 years ago
  34. 592707a 9pfs: break out virtio_init_iov_from_pdu by Wei Liu · 9 years ago
  35. f657b17 9pfs: factor out pdu_push_and_notify by Wei Liu · 9 years ago
  36. fe9fa96 9pfs: factor out virtio_pdu_{,un}marshal by Wei Liu · 9 years ago
  37. 0e2082d 9pfs: make pdu_{,un}marshal proper functions by Wei Liu · 9 years ago
  38. dc295f8 9pfs: PDU processing functions should start pdu_ prefix by Wei Liu · 9 years ago
  39. ad38ce9 9pfs: PDU processing functions don't need to take V9fsState as argument by Wei Liu · 9 years ago
  40. 267ae09 9pfs: rename virtio-9p-xattr{,-user}.{c,h} to 9p-xattr{,-user}.{c,h} by Wei Liu · 9 years ago
  41. fe52840 9pfs: rename virtio-9p-coth.{c,h} to coth.{c,h} by Wei Liu · 9 years ago
  42. cd4bfbb virtio-9p: fix any_layout by Michael S. Tsirkin · 10 years ago
  43. d49b683 qerror: Move #include out of qerror.h by Markus Armbruster · 10 years ago
  44. 0289a41 9pfs: Fix warnings from Sparse by Stefan Weil · 10 years ago
  45. 9e28840 virtio: Drop superfluous conditionals around g_free() by Markus Armbruster · 11 years ago
  46. f231b88 qerror.h: Remove QERR defines that are only used once by Cole Robinson · 11 years ago
  47. f8b7ee3 hw/9pfs: fix P9_STATS_GEN handling by Kirill A. Shutemov · 11 years ago
  48. c7e587b hw/9pfs: Fix segfault with 9p2000.u by Aneesh Kumar K.V · 12 years ago
  49. 13daf6c virtio-9p: cleanup: QOM casts. by KONRAD Frederic · 12 years ago
  50. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  51. 60653b2 virtio-9p: remove PCI dependencies from hw/9pfs/ by Paolo Bonzini · 12 years ago
  52. a911a18 qemu/9p: Don't ignore error in fid clunk by Aneesh Kumar K.V · 12 years ago
  53. 6528499 g_malloc(0) and g_malloc0(0) return NULL; simplify by Markus Armbruster · 12 years ago
  54. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  55. caf71f8 migration: move include files to include/migration/ by Paolo Bonzini · 12 years ago
  56. 4d5b97d cleanup useless return sentence by Amos Kong · 12 years ago
  57. 4cdc078 hw/9pfs: Fix assert when disabling migration by Aneesh Kumar K.V · 13 years ago
  58. 1b093c4 consolidate qemu_iovec_copy() and qemu_iovec_concat() and make them consistent by Michael Tokarev · 13 years ago
  59. 67d6fa5 hw/9pfs: Endian fixes for virtfs by Benjamin Herrenschmidt · 13 years ago
  60. eed9686 hw/9pfs: Remove O_NOATIME flag from 9pfs open() calls in readonly mode by Daniel P. Berrange · 13 years ago
  61. 71f86cd hw/9pfs: Fix crash when mounting with synthfs by Aneesh Kumar K.V · 13 years ago
  62. ddca7f8 hw/9pfs: Add validation to {un}marshal code by M. Mohan Kumar · 13 years ago
  63. 10925bf hw/9pfs: Move pdu_marshal/unmarshal code to a seperate file by M. Mohan Kumar · 13 years ago
  64. e4027ca hw/9pfs: iattr_valid flags are kernel internal flags map them to 9p values. by Aneesh Kumar K.V · 13 years ago
  65. 2f008a8 hw/9pfs: Use the correct signed type for different variables by Aneesh Kumar K.V · 13 years ago
  66. 302a0d3 hw/9pfs: replace iovec manipulation with QEMUIOVector by Stefan Hajnoczi · 13 years ago
  67. 3a93113 fix typo: delete redundant semicolon by Dong Xu Wang · 13 years ago
  68. b41e299 hw/9pfs: Reset server state during TVERSION by Deepak C Shetty · 13 years ago
  69. e9a0152 hw/9pfs: use migration blockers to prevent live migration when virtfs export path is mounted by Aneesh Kumar K.V · 13 years ago
  70. 930b588 9p: pass dotl flags to the unlinkat method by Paolo Bonzini · 13 years ago
  71. 779b5b0 hw/9pfs: use g_vasprintf() instead of rolling our own by Stefan Hajnoczi · 13 years ago
  72. cc720dd hw/9pfs: Abstract open state of fid to V9fsFidOpenState by Aneesh Kumar K.V · 13 years ago
  73. 2c74c2c hw/9pfs: Read-only support for 9p export by M. Mohan Kumar · 13 years ago
  74. 7999f7e hw/9pfs: Make VirtFS tracing work correctly by Aneesh Kumar K.V · 13 years ago
  75. c98f1d4 hw/9pfs: Use export_flag for indicating whether fs driver use path names. by Aneesh Kumar K.V · 13 years ago
  76. 46604b3 hw/9pfs: Remove virtio-9p-debug.* infra to be replaced by Qemu Tracing. by Harsh Prateek Bora · 13 years ago
  77. c572f23 hw/9pfs: Introduce tracing for 9p pdu handlers by Harsh Prateek Bora · 13 years ago
  78. e06a765 hw/9pfs: Add st_gen support in getattr reply by Harsh Prateek Bora · 13 years ago
  79. 9844081 hw/9pfs: Add open flag mapping by M. Mohan Kumar · 13 years ago
  80. ea60f31 virtio-9p: Use 9P specific Lock constants by M. Mohan Kumar · 13 years ago
  81. d3ab98e hw/9pfs: Add new virtfs option writeout=immediate skip host page cache by Aneesh Kumar K.V · 13 years ago
  82. bccacf6 hw/9pfs: Implement TFLUSH operation by Aneesh Kumar K.V · 14 years ago
  83. ce421a1 hw/9pfs: Avoid unnecessary get_fid in v9fs_clunk by Aneesh Kumar K.V · 14 years ago
  84. 532decb hw/9pfs: Add fs driver specific details to fscontext by Aneesh Kumar K.V · 14 years ago
  85. 2289be1 hw/9pfs: Move fid pathname tracking to seperate data type. by Aneesh Kumar K.V · 13 years ago
  86. 02cb7f3 hw/9pfs: Use read-write lock for protecting fid path. by Aneesh Kumar K.V · 14 years ago
  87. 70c18fc hw/9pfs: Make v9fs_string* functions non-static by Aneesh Kumar K.V · 14 years ago
  88. 7834cf7 hw/9pfs: add 9P2000.L unlinkat operation by Aneesh Kumar K.V · 13 years ago
  89. 89bf659 hw/9pfs: add 9P2000.L renameat operation by Aneesh Kumar K.V · 14 years ago
  90. 10e7229 hw/9pfs: Fix memleaks in some 9p operation by Aneesh Kumar K.V · 14 years ago
  91. 25427ec hw/9pfs: Initialize rest of qid field to zero. by Aneesh Kumar K.V · 14 years ago
  92. 407fee0 hw/9pfs: Update the fidp path before opendir by Aneesh Kumar K.V · 14 years ago
  93. b9cb88b hw/9pfs: mark directories also as un-reclaimable on unlink by Aneesh Kumar K.V · 14 years ago
  94. 95f6551 hw/9pfs: Add directory reclaim support by Aneesh Kumar K.V · 14 years ago
  95. 9b54ffa hw/9pfs: Use v9fs_do_close instead of close by Aneesh Kumar K.V · 14 years ago
  96. 7a46274 hw/9pfs: Add file descriptor reclaim support by Aneesh Kumar K.V · 14 years ago
  97. 84dfb92 hw/9pfs: Add reference counting for fid by Aneesh Kumar K.V · 14 years ago
  98. 5f524c1 use readdir_r instead of readdir for reentrancy by Harsh Prateek Bora · 14 years ago
  99. d208a0e hw/9pfs: Update v9fs_read to use coroutines by Aneesh Kumar K.V · 14 years ago
  100. 8c15856 hw/9pfs: Update v9fs_attach to use coroutines by Aneesh Kumar K.V · 14 years ago