1. 24df337 9pfs: assume utimensat() and futimens() are present by Greg Kurz · 8 years ago
  2. 4be56c1 fsdev: fix virtfs-proxy-helper cwd by Greg Kurz · 8 years ago
  3. 57a0aa6 fsdev: don't allow unknown format in marshal/unmarshal by Greg Kurz · 8 years ago
  4. a2a7862 throttle: factor out duplicate code by Pradeep Jagadeesh · 8 years ago
  5. b8bbdb8 fsdev: add IO throttle support to fsdev devices by Pradeep Jagadeesh · 8 years ago
  6. 702dbcc 9pfs: add cleanup operation in FileOperations by Li Qiang · 8 years ago
  7. bc70a59 9pfs: fsdev: drop useless extern annotation for functions by Greg Kurz · 8 years ago
  8. ba42ebb 9pfs: allocate space for guest originated empty strings by Li Qiang · 8 years ago
  9. abdf008 9pfs: drop useless v9fs_string_null() function by Greg Kurz · 8 years ago
  10. ca3d87d Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2016-07-12' into staging by Peter Maydell · 9 years ago
  11. 2a6a407 Clean up ill-advised or unusual header guards by Markus Armbruster · 9 years ago
  12. 121d071 Clean up header guards that don't match their file name by Markus Armbruster · 9 years ago
  13. b442642 fsdev/9p-iov-marshal.c: Don't use cpu_to_*w() functions by Peter Maydell · 9 years ago
  14. 8d85a22 9p: don't include <sys/uio.h> by Greg Kurz · 9 years ago
  15. 030c98a all: Remove unnecessary glib.h includes by Peter Maydell · 9 years ago
  16. 395fe5f fsdev: spelling fix by Michael Tokarev · 9 years ago
  17. 635324e 9p: switch back to readdir() by Greg Kurz · 9 years ago
  18. af8b38b 9p/fsdev: remove obsolete references to virtio by Greg Kurz · 9 years ago
  19. 34294e2 module: Rename machine_init() to opts_init() by Eduardo Habkost · 9 years ago
  20. 30456d5 all: Clean up includes by Peter Maydell · 9 years ago
  21. b8d8e8f man: virtfs-proxy-helper: Rework awkward sentence by Christophe Fergeau · 9 years ago
  22. fbc0412 9pfs: Clean up includes by Peter Maydell · 9 years ago
  23. ba3fb2f Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  24. 8485140 docs: Style the command and its options in the synopsis by Sitsofe Wheeler · 9 years ago
  25. ea753f3 fsdev: use error_report() instead of fprintf(stderr) by Greg Kurz · 9 years ago
  26. 0e2082d 9pfs: make pdu_{,un}marshal proper functions by Wei Liu · 9 years ago
  27. 2209bd0 fsdev: rename virtio-9p-marshal.{c,h} to 9p-iov-marshal.{c,h} by Wei Liu · 9 years ago
  28. 829dd28 fsdev: break out 9p-marshal.{c,h} from virtio-9p-marshal.{c,h} by Wei Liu · 9 years ago
  29. 494a8eb 9pfs: rename virtio-9p-proxy.{c,h} to 9p-proxy.{c,h} by Wei Liu · 9 years ago
  30. 49f817c fsdev-proxy-helper: avoid TOC/TOU race by Paolo Bonzini · 9 years ago
  31. d7646f2 maint: remove unused include for dirent.h by Daniel P. Berrange · 10 years ago
  32. f8d30a4 virtfs-proxy-helper: fail gracefully if socket path is too long by Stefan Hajnoczi · 10 years ago
  33. bf6667d virtfs-proxy-helper: add missing long option terminator by Stefan Hajnoczi · 10 years ago
  34. de7ad4c Fix typos in comments by Viswesh · 10 years ago
  35. 25ee9a7 virtfs-proxy: Fix possible overflow by Shannon Zhao · 10 years ago
  36. 821c447 fsdev/virtfs-proxy-helper: Fix improper use of negative value by Shannon Zhao · 10 years ago
  37. 88ea8ed virtfs-proxy-helper: Fix possible socket leak. by Gonglei · 10 years ago
  38. b0f9300 virtfs-proxy-helper: fix call to accept by Tim Comer · 11 years ago
  39. 993c91a hw/9pfs: Include virtio-9p-device.o in build by Aneesh Kumar K.V · 11 years ago
  40. d77f777 fsdev: Fix overrun after readlink() fills buffer completely by Markus Armbruster · 11 years ago
  41. b58c86e fsdev: Fix potential memory leak by Stefan Weil · 12 years ago
  42. c7e775e remove double semicolons by Dong Xu Wang · 12 years ago
  43. 606017d virtfs-proxy-helper: Fix unchecked strdup() by conv. to g_strdup() by Markus Armbruster · 12 years ago
  44. 82cb6b0 build: remove extra-obj-y by Paolo Bonzini · 12 years ago
  45. 4d45457 qemu-option: move standard option definitions out of qemu-config.c by Paolo Bonzini · 12 years ago
  46. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  47. 9fd2ecd virtfs-proxy-helper: use setresuid and setresgid by Paolo Bonzini · 12 years ago
  48. 017cf5b qemu-fsdev-dummy.c: Include module.h by Eduardo Habkost · 12 years ago
  49. ee20477 build: move fsdev/ objects to nested Makefile.objs by Paolo Bonzini · 13 years ago
  50. 071c939 Replace Qemu by QEMU in user visible documentation by Stefan Weil · 13 years ago
  51. 5fc6dba fsdev: Fix parameter parsing for proxy helper by M. Mohan Kumar · 13 years ago
  52. 2c30dd7 hw/9pfs: Add new security model mapped-file. by Aneesh Kumar K.V · 13 years ago
  53. c5c7d3f virtfs-proxy-helper: Add missing printf format attribute by Stefan Weil · 13 years ago
  54. e7e4a6c virtfs-proxy-helper: Clean include files by Stefan Weil · 13 years ago
  55. 822b635 virtfs-proxy-helper: Fix compilation on newer systems by Stefan Weil · 13 years ago
  56. 84a87cc hw/9pfs: Add support to use named socket for proxy FS by M. Mohan Kumar · 13 years ago
  57. a2d8f1b hw/9pfs: man page for proxy helper by M. Mohan Kumar · 13 years ago
  58. d090e45 hw/9pfs: Proxy getversion by M. Mohan Kumar · 13 years ago
  59. d52b09e hw/9pfs: xattr interfaces in proxy filesystem driver by M. Mohan Kumar · 13 years ago
  60. ea75fc4 hw/9pfs: File ownership and others by M. Mohan Kumar · 13 years ago
  61. b178adc hw/9pfs: Add stat/readlink/statfs for proxy FS by M. Mohan Kumar · 13 years ago
  62. 39f8c32 hw/9pfs: Create other filesystem objects by M. Mohan Kumar · 13 years ago
  63. daf0b9a hw/9pfs: Open and create files by M. Mohan Kumar · 13 years ago
  64. 17bff52 hw/9pfs: File system helper process for qemu 9p proxy FS by M. Mohan Kumar · 13 years ago
  65. 4c793dd hw/9pfs: Add new proxy filesystem driver by M. Mohan Kumar · 13 years ago
  66. ddca7f8 hw/9pfs: Add validation to {un}marshal code by M. Mohan Kumar · 13 years ago
  67. 10925bf hw/9pfs: Move pdu_marshal/unmarshal code to a seperate file by M. Mohan Kumar · 13 years ago
  68. 99519f0 hw/9pfs: Move opt validation to FsDriver callback by Aneesh Kumar K.V · 13 years ago
  69. 2f008a8 hw/9pfs: Use the correct signed type for different variables by Aneesh Kumar K.V · 13 years ago
  70. 8b88827 hw/9pfs: Use the correct file descriptor in Fsdriver Callback by Aneesh Kumar K.V · 13 years ago
  71. 77eec1b hw/9pfs: Improve portability to older systems by Aneesh Kumar K.V · 13 years ago
  72. 9db221a hw/9pfs: Add synthetic file system support using 9p by Aneesh Kumar K.V · 13 years ago
  73. cc720dd hw/9pfs: Abstract open state of fid to V9fsFidOpenState by Aneesh Kumar K.V · 13 years ago
  74. 2c74c2c hw/9pfs: Read-only support for 9p export by M. Mohan Kumar · 13 years ago
  75. d9b36a6 hw/9pfs: Handle Security model parsing by M. Mohan Kumar · 13 years ago
  76. b97400c hw/9pfs: Use export flag for indicating security model by Aneesh Kumar K.V · 13 years ago
  77. fbcbf10 hw/9pfs: Rename fstype to fsdriver to make it consistent across VirtFS code by Aneesh Kumar K.V · 13 years ago
  78. c98f1d4 hw/9pfs: Use export_flag for indicating whether fs driver use path names. by Aneesh Kumar K.V · 13 years ago
  79. e06a765 hw/9pfs: Add st_gen support in getattr reply by Harsh Prateek Bora · 13 years ago
  80. d3ab98e hw/9pfs: Add new virtfs option writeout=immediate skip host page cache by Aneesh Kumar K.V · 13 years ago
  81. 5f54222 hw/9pfs: Add handle based fs driver by Aneesh Kumar K.V · 14 years ago
  82. 532decb hw/9pfs: Add fs driver specific details to fscontext by Aneesh Kumar K.V · 14 years ago
  83. 0174fe7 hw/9pfs: Add init callback to fs driver by Aneesh Kumar K.V · 14 years ago
  84. 2289be1 hw/9pfs: Move fid pathname tracking to seperate data type. by Aneesh Kumar K.V · 13 years ago
  85. 5f524c1 use readdir_r instead of readdir for reentrancy by Harsh Prateek Bora · 14 years ago
  86. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  87. 1c532d9 fsdev: Fix archs that dont use fsdev by Edgar E. Iglesias · 14 years ago
  88. faa44e3 [virtio-9p] Make rpath thread safe by Venkateswararao Jujjuri (JV) · 14 years ago
  89. 1c88c71 virtio-9p: Don't link to 9p if virtio is not enabled by Aneesh Kumar K.V · 14 years ago
  90. 353ac78 virtio-9p: move 9p files around by Aneesh Kumar K.V · 14 years ago
  91. 64b85a8 Delete useless 'extern' qualifiers for functions by Blue Swirl · 14 years ago
  92. 9f50689 [virtio-9p] Qemu 9p commandline options validity checks by Harsh Prateek Bora · 14 years ago
  93. 526c523 Use machine_init() to register virtfs config options. by Gerd Hoffmann · 15 years ago
  94. 9ce56db virtio-9p: Introduces an option to specify the security model. by Venkateswararao Jujjuri (JV) · 15 years ago
  95. 9f10751 virtio-9p: Add a virtio 9p device to qemu by Anthony Liguori · 15 years ago
  96. 74db920 virtio-9p: Create a commandline option -fsdev by Gautham R Shenoy · 15 years ago