1. 267ae09 9pfs: rename virtio-9p-xattr{,-user}.{c,h} to 9p-xattr{,-user}.{c,h} by Wei Liu · 9 years ago
  2. fe52840 9pfs: rename virtio-9p-coth.{c,h} to coth.{c,h} by Wei Liu · 9 years ago
  3. cd4bfbb virtio-9p: fix any_layout by Michael S. Tsirkin · 9 years ago
  4. d49b683 qerror: Move #include out of qerror.h by Markus Armbruster · 10 years ago
  5. 0289a41 9pfs: Fix warnings from Sparse by Stefan Weil · 10 years ago
  6. 9e28840 virtio: Drop superfluous conditionals around g_free() by Markus Armbruster · 11 years ago
  7. f231b88 qerror.h: Remove QERR defines that are only used once by Cole Robinson · 11 years ago
  8. f8b7ee3 hw/9pfs: fix P9_STATS_GEN handling by Kirill A. Shutemov · 11 years ago
  9. c7e587b hw/9pfs: Fix segfault with 9p2000.u by Aneesh Kumar K.V · 12 years ago
  10. 13daf6c virtio-9p: cleanup: QOM casts. by KONRAD Frederic · 12 years ago
  11. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  12. 60653b2 virtio-9p: remove PCI dependencies from hw/9pfs/ by Paolo Bonzini · 12 years ago
  13. a911a18 qemu/9p: Don't ignore error in fid clunk by Aneesh Kumar K.V · 12 years ago
  14. 6528499 g_malloc(0) and g_malloc0(0) return NULL; simplify by Markus Armbruster · 12 years ago
  15. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  16. caf71f8 migration: move include files to include/migration/ by Paolo Bonzini · 12 years ago
  17. 4d5b97d cleanup useless return sentence by Amos Kong · 12 years ago
  18. 4cdc078 hw/9pfs: Fix assert when disabling migration by Aneesh Kumar K.V · 12 years ago
  19. 1b093c4 consolidate qemu_iovec_copy() and qemu_iovec_concat() and make them consistent by Michael Tokarev · 13 years ago
  20. 67d6fa5 hw/9pfs: Endian fixes for virtfs by Benjamin Herrenschmidt · 13 years ago
  21. eed9686 hw/9pfs: Remove O_NOATIME flag from 9pfs open() calls in readonly mode by Daniel P. Berrange · 13 years ago
  22. 71f86cd hw/9pfs: Fix crash when mounting with synthfs by Aneesh Kumar K.V · 13 years ago
  23. ddca7f8 hw/9pfs: Add validation to {un}marshal code by M. Mohan Kumar · 13 years ago
  24. 10925bf hw/9pfs: Move pdu_marshal/unmarshal code to a seperate file by M. Mohan Kumar · 13 years ago
  25. e4027ca hw/9pfs: iattr_valid flags are kernel internal flags map them to 9p values. by Aneesh Kumar K.V · 13 years ago
  26. 2f008a8 hw/9pfs: Use the correct signed type for different variables by Aneesh Kumar K.V · 13 years ago
  27. 302a0d3 hw/9pfs: replace iovec manipulation with QEMUIOVector by Stefan Hajnoczi · 13 years ago
  28. 3a93113 fix typo: delete redundant semicolon by Dong Xu Wang · 13 years ago
  29. b41e299 hw/9pfs: Reset server state during TVERSION by Deepak C Shetty · 13 years ago
  30. e9a0152 hw/9pfs: use migration blockers to prevent live migration when virtfs export path is mounted by Aneesh Kumar K.V · 13 years ago
  31. 930b588 9p: pass dotl flags to the unlinkat method by Paolo Bonzini · 13 years ago
  32. 779b5b0 hw/9pfs: use g_vasprintf() instead of rolling our own by Stefan Hajnoczi · 13 years ago
  33. cc720dd hw/9pfs: Abstract open state of fid to V9fsFidOpenState by Aneesh Kumar K.V · 13 years ago
  34. 2c74c2c hw/9pfs: Read-only support for 9p export by M. Mohan Kumar · 13 years ago
  35. 7999f7e hw/9pfs: Make VirtFS tracing work correctly by Aneesh Kumar K.V · 13 years ago
  36. c98f1d4 hw/9pfs: Use export_flag for indicating whether fs driver use path names. by Aneesh Kumar K.V · 13 years ago
  37. 46604b3 hw/9pfs: Remove virtio-9p-debug.* infra to be replaced by Qemu Tracing. by Harsh Prateek Bora · 13 years ago
  38. c572f23 hw/9pfs: Introduce tracing for 9p pdu handlers by Harsh Prateek Bora · 13 years ago
  39. e06a765 hw/9pfs: Add st_gen support in getattr reply by Harsh Prateek Bora · 13 years ago
  40. 9844081 hw/9pfs: Add open flag mapping by M. Mohan Kumar · 13 years ago
  41. ea60f31 virtio-9p: Use 9P specific Lock constants by M. Mohan Kumar · 13 years ago
  42. d3ab98e hw/9pfs: Add new virtfs option writeout=immediate skip host page cache by Aneesh Kumar K.V · 13 years ago
  43. bccacf6 hw/9pfs: Implement TFLUSH operation by Aneesh Kumar K.V · 13 years ago
  44. ce421a1 hw/9pfs: Avoid unnecessary get_fid in v9fs_clunk by Aneesh Kumar K.V · 13 years ago
  45. 532decb hw/9pfs: Add fs driver specific details to fscontext by Aneesh Kumar K.V · 13 years ago
  46. 2289be1 hw/9pfs: Move fid pathname tracking to seperate data type. by Aneesh Kumar K.V · 13 years ago
  47. 02cb7f3 hw/9pfs: Use read-write lock for protecting fid path. by Aneesh Kumar K.V · 14 years ago
  48. 70c18fc hw/9pfs: Make v9fs_string* functions non-static by Aneesh Kumar K.V · 14 years ago
  49. 7834cf7 hw/9pfs: add 9P2000.L unlinkat operation by Aneesh Kumar K.V · 13 years ago
  50. 89bf659 hw/9pfs: add 9P2000.L renameat operation by Aneesh Kumar K.V · 14 years ago
  51. 10e7229 hw/9pfs: Fix memleaks in some 9p operation by Aneesh Kumar K.V · 13 years ago
  52. 25427ec hw/9pfs: Initialize rest of qid field to zero. by Aneesh Kumar K.V · 13 years ago
  53. 407fee0 hw/9pfs: Update the fidp path before opendir by Aneesh Kumar K.V · 14 years ago
  54. b9cb88b hw/9pfs: mark directories also as un-reclaimable on unlink by Aneesh Kumar K.V · 13 years ago
  55. 95f6551 hw/9pfs: Add directory reclaim support by Aneesh Kumar K.V · 14 years ago
  56. 9b54ffa hw/9pfs: Use v9fs_do_close instead of close by Aneesh Kumar K.V · 14 years ago
  57. 7a46274 hw/9pfs: Add file descriptor reclaim support by Aneesh Kumar K.V · 14 years ago
  58. 84dfb92 hw/9pfs: Add reference counting for fid by Aneesh Kumar K.V · 14 years ago
  59. 5f524c1 use readdir_r instead of readdir for reentrancy by Harsh Prateek Bora · 14 years ago
  60. d208a0e hw/9pfs: Update v9fs_read to use coroutines by Aneesh Kumar K.V · 14 years ago
  61. 8c15856 hw/9pfs: Update v9fs_attach to use coroutines by Aneesh Kumar K.V · 14 years ago
  62. b81d685 hw/9pfs: Update v9fs_wstat to use coroutines by Aneesh Kumar K.V · 14 years ago
  63. d7a9049 hw/9pfs: Update v9fs_write to use coroutines by Aneesh Kumar K.V · 14 years ago
  64. ffd6687 hw/9pfs: Update v9fs_link to use coroutines by Venkateswararao Jujjuri (JV) · 14 years ago
  65. 3fa2a8d hw/9pfs: Update v9fs_symlink to use coroutines by Venkateswararao Jujjuri · 13 years ago
  66. baaa86d hw/9pfs: Update v9fs_create to use coroutines by Venkateswararao Jujjuri · 13 years ago
  67. 4e9ad44 hw/9pfs: Update v9fs_fsync to use coroutines by Aneesh Kumar K.V · 14 years ago
  68. c540ee5 hw/9pfs: Update v9fs_clunk to use coroutines by Aneesh Kumar K.V · 14 years ago
  69. 3cc19c0 hw/9pfs: Update v9fs_walk to use coroutines by Aneesh Kumar K.V · 14 years ago
  70. d8e0c29 hw/9pfs: Update v9fs_stat to use coroutines by Aneesh Kumar K.V · 14 years ago
  71. 36f8981 hw/9pfs: Update v9fs_lcreate to use coroutines by Venkateswararao Jujjuri · 13 years ago
  72. 857bc15 hw/9pfs: Update v9fs_open to use coroutines by Aneesh Kumar K.V · 14 years ago
  73. e4e414a hw/9pfs: Update v9fs_getlock to use coroutines by Aneesh Kumar K.V · 14 years ago
  74. 0c27bf2 hw/9pfs: Update v9fs_lock to use coroutines by Aneesh Kumar K.V · 13 years ago
  75. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
  76. 930b1e1 hw/9pfs: Update vfs_rename to use coroutines by Aneesh Kumar K.V · 14 years ago
  77. ae1ef57 hw/9pfs: Update v9fs_remove to use coroutines by Venkateswararao Jujjuri · 13 years ago
  78. e84861f hw/9pfs: Update mkdir to use coroutines by Venkateswararao Jujjuri · 13 years ago
  79. 1b733fe hw/9pfs: Update v9fs_mknod to use coroutines by Aneesh Kumar K.V · 14 years ago
  80. f10ff58 hw/9pfs: Update v9fs_xattrcreate to use coroutines by Aneesh Kumar K.V · 14 years ago
  81. 670185a hw/9pfs: Update v9fs_xattrwalk to coroutines by Aneesh Kumar K.V · 14 years ago
  82. 65c05f9 hw/9pfs: Update v9fs_setattr to use coroutines by Aneesh Kumar K.V · 14 years ago
  83. 8db21ce hw/9pfs: Update v9fs_getattr to use coroutines by Aneesh Kumar K.V · 14 years ago
  84. 88a4763 hw/9pfs: Update v9fs_statfs to use coroutines by Aneesh Kumar K.V · 14 years ago
  85. 5e4eaa7 hw/9pfs: Update v9fs_readdir to use coroutines by Aneesh Kumar K.V · 14 years ago
  86. 7a5ca31 hw/9pfs: Update v9fs_readlink to use coroutine by Venkateswararao Jujjuri · 13 years ago
  87. ff06030 [virtio-9p] Change all pdu handlers to coroutines. by Venkateswararao Jujjuri (JV) · 14 years ago
  88. 93e0597 Merge remote-tracking branch 'jvrao/for-anthony' into staging by Anthony Liguori · 14 years ago
  89. 9694b5d virtio-9p: Remove statement without effect (fix warning from cppcheck) by Stefan Weil · 14 years ago
  90. 5c3234c hw/9pfs: Don't crash when we get a request with not supported 9p operation by Aneesh Kumar K.V · 14 years ago
  91. 873c321 virtio-9p: Use relative includes for files in hw by Stefan Weil · 14 years ago
  92. f4f61d2 virtio-9p: Move device specific code to virtio-9p-device by Aneesh Kumar K.V · 14 years ago
  93. 9fe1ebe virtio-9p: Move 9p device registration into virtio-9p.c by Aneesh Kumar K.V · 14 years ago
  94. 936532a [virtio-9p] Stop renaming files with similar name! by Malahal Naineni · 14 years ago
  95. 4f8dee2 v9fs_walk: As per 9p2000 RFC, MAXWELEM >= nwnames >= 0. by Harsh Prateek Bora · 14 years ago
  96. 1d810ae virtio-9p: Bugfix to send correct iounit by M. Mohan Kumar · 14 years ago
  97. 3979251 virtio-9p: Print the pdu details on return by Aneesh Kumar K.V · 14 years ago
  98. 353ac78 virtio-9p: move 9p files around by Aneesh Kumar K.V · 14 years ago[Renamed from hw/virtio-9p.c]
  99. 4e37bfc virtio-9p: fixed LE-to-host conversion bug when QEMU is called from guest by Alexey Kardashevskiy · 14 years ago
  100. 4959497 [virtio-9p] Add datasync to server side TFSYNC/RFSYNC for dotl by Venkateswararao Jujjuri (JV) · 14 years ago