1. ad0b46e 9pfs: local: link: don't follow symlinks by Greg Kurz · 8 years ago
  2. 6dd4b1f 9pfs: local: improve error handling in link op by Greg Kurz · 8 years ago
  3. d2767ed 9pfs: local: rename: use renameat by Greg Kurz · 8 years ago
  4. 99f2cf4 9pfs: local: renameat: don't follow symlinks by Greg Kurz · 8 years ago
  5. f9aef99 9pfs: local: lstat: don't follow symlinks by Greg Kurz · 8 years ago
  6. bec1e95 9pfs: local: readlink: don't follow symlinks by Greg Kurz · 8 years ago
  7. ac125d9 9pfs: local: truncate: don't follow symlinks by Greg Kurz · 8 years ago
  8. 31e51d1 9pfs: local: statfs: don't follow symlinks by Greg Kurz · 8 years ago
  9. a33eda0 9pfs: local: utimensat: don't follow symlinks by Greg Kurz · 8 years ago
  10. a0e640a 9pfs: local: remove: don't follow symlinks by Greg Kurz · 8 years ago
  11. df4938a 9pfs: local: unlinkat: don't follow symlinks by Greg Kurz · 8 years ago
  12. 996a0d7 9pfs: local: open/opendir: don't follow symlinks by Greg Kurz · 8 years ago
  13. 0e35a37 9pfs: local: keep a file descriptor on the shared folder by Greg Kurz · 8 years ago
  14. 21328e1 9pfs: remove side-effects in local_open() and local_opendir() by Greg Kurz · 8 years ago
  15. 00c90bd 9pfs: remove side-effects in local_init() by Greg Kurz · 8 years ago
  16. 6fe76ac 9pfs: local: trivial cosmetic fix in pwritev op by Greg Kurz · 8 years ago
  17. e3e83f2 9pfs: introduce v9fs_path_sprintf() helper by Greg Kurz · 8 years ago
  18. 635324e 9p: switch back to readdir() by Greg Kurz · 9 years ago
  19. f314ea4 9p: introduce the V9fsDir type by Greg Kurz · 9 years ago
  20. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  21. fbc0412 9pfs: Clean up includes by Peter Maydell · 9 years ago
  22. 63325b1 9pfs: use error_report() instead of fprintf(stderr) by Greg Kurz · 9 years ago
  23. ebe74f8 9pfs: break out 9p.h from virtio-9p.h by Wei Liu · 9 years ago
  24. 267ae09 9pfs: rename virtio-9p-xattr{,-user}.{c,h} to 9p-xattr{,-user}.{c,h} by Wei Liu · 9 years ago
  25. 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]
  26. 0289a41 9pfs: Fix warnings from Sparse by Stefan Weil · 10 years ago
  27. 4ed7b2c virtio: Fix memory leaks reported by Coverity by Stefan Weil · 10 years ago
  28. 1b6f85e 9pfs-local: simplify/optimize local_mapped_attr_path() by Michael Tokarev · 10 years ago
  29. 438940c 9pfs: remove useless return by Michael Tokarev · 10 years ago
  30. 840a1bf hw/9pfs: Don't return type from host in readdir on local 9p filesystem by Bastian Blank · 10 years ago
  31. f8ad4a8 hw/9pfs: Use little-endian format for xattr values by Aneesh Kumar K.V · 10 years ago
  32. 69b1521 hw/9pfs: Add include file for exported symbol by Stefan Weil · 11 years ago
  33. 4fa4ce7 hw/9pfs: use g_strdup_printf() instead of PATH_MAX limitation by Chen Gang · 11 years ago
  34. fae0864 hw/9pfs/virtio-9p-local.c: use snprintf() instead of sprintf() by Chen Gang · 11 years ago
  35. 75b7931 hw/9pfs/virtio-9p-local.c: move v9fs_string_free() to below "err_out:" by Chen Gang · 11 years ago
  36. 1a9978a hw/9pfs: make get_st_gen() return ENOTTY error on special files by Kirill A. Shutemov · 11 years ago
  37. 0e5fc99 hw/9pfs: fix error handing in local_ioc_getversion() by Kirill A. Shutemov · 11 years ago
  38. 0ceb092 hw/9pfs: Use O_NOFOLLOW when opening files on server by Aneesh Kumar K.V · 12 years ago
  39. aed858c hw/9pfs: use O_NOFOLLOW for mapped readlink operation by Aneesh Kumar K.V · 12 years ago
  40. c7e775e remove double semicolons by Dong Xu Wang · 12 years ago
  41. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  42. d3f8e13 hw/9pfs: Fix unchecked strdup() by converting to g_strdup() by Markus Armbruster · 12 years ago
  43. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  44. 2d40564 hw/9pfs: Preserve S_ISGID by M. Mohan Kumar · 13 years ago
  45. 2c30dd7 hw/9pfs: Add new security model mapped-file. by Aneesh Kumar K.V · 13 years ago
  46. 99519f0 hw/9pfs: Move opt validation to FsDriver callback by Aneesh Kumar K.V · 13 years ago
  47. 8b88827 hw/9pfs: Use the correct file descriptor in Fsdriver Callback by Aneesh Kumar K.V · 13 years ago
  48. 2507718 9pfs: improve portability to older systems by Aneesh Kumar K.V · 13 years ago
  49. ae0f940 9pfs: improve portability to older systems by Paolo Bonzini · 13 years ago
  50. 4f26f2b configure: fix detection for xattr.h on modern distributions by Avi Kivity · 13 years ago
  51. cc720dd hw/9pfs: Abstract open state of fid to V9fsFidOpenState by Aneesh Kumar K.V · 13 years ago
  52. 17b1971 hw/9pfs: Fix error handling in local_mknod by Aneesh Kumar K.V · 13 years ago
  53. b97400c hw/9pfs: Use export flag for indicating security model by Aneesh Kumar K.V · 13 years ago
  54. c98f1d4 hw/9pfs: Use export_flag for indicating whether fs driver use path names. by Aneesh Kumar K.V · 13 years ago
  55. e06a765 hw/9pfs: Add st_gen support in getattr reply by Harsh Prateek Bora · 13 years ago
  56. d3ab98e hw/9pfs: Add new virtfs option writeout=immediate skip host page cache by Aneesh Kumar K.V · 13 years ago
  57. 532decb hw/9pfs: Add fs driver specific details to fscontext by Aneesh Kumar K.V · 13 years ago
  58. 0174fe7 hw/9pfs: Add init callback to fs driver by Aneesh Kumar K.V · 13 years ago
  59. 2289be1 hw/9pfs: Move fid pathname tracking to seperate data type. by Aneesh Kumar K.V · 13 years ago
  60. 5f524c1 use readdir_r instead of readdir for reentrancy by Harsh Prateek Bora · 14 years ago
  61. faa44e3 [virtio-9p] Make rpath thread safe by Venkateswararao Jujjuri (JV) · 14 years ago
  62. 873c321 virtio-9p: Use relative includes for files in hw by Stefan Weil · 14 years ago
  63. f35bde2 hw/virtio-9p-local.c: Remove unnecessary null char in symlink file by Harsh Prateek Bora · 14 years ago
  64. 353ac78 virtio-9p: move 9p files around by Aneesh Kumar K.V · 14 years ago[Renamed from hw/virtio-9p-local.c]
  65. 3867142 virtio-9p: fix build on !CONFIG_UTIMENSAT by Hidetoshi Seto · 14 years ago
  66. 4959497 [virtio-9p] Add datasync to server side TFSYNC/RFSYNC for dotl by Venkateswararao Jujjuri (JV) · 14 years ago
  67. 56d15a5 [virtio-9p] Use preadv/pwritev instead of readv/writev by Sanchit Garg · 14 years ago
  68. fc22118 virtio-9p: Use layered xattr approach by Aneesh Kumar K.V · 14 years ago
  69. 9ed3ef2 virtio-9p: Add support for removing xattr by Aneesh Kumar K.V · 14 years ago
  70. 5c0f255 virtio-9p: Use lchown which won't follow symlink by Aneesh Kumar K.V · 14 years ago
  71. 12848bf virtio-9p: Add SM_NONE security model by Aneesh Kumar K.V · 14 years ago
  72. 61b6c49 virtio-9p: Hide user.virtfs xattr in case of mapped security. by Aneesh Kumar K.V · 14 years ago
  73. 10b468b virtio-9p: Implement TXATTRCREATE by Aneesh Kumar K.V · 14 years ago
  74. fa32ef8 virtio-9p: Implement TXATTRWALK by Aneesh Kumar K.V · 14 years ago
  75. c79ce73 virtio-9p: Implement server side of setattr for 9P2000.L protocol. by Sripathi Kodi · 15 years ago
  76. 74bc02b virtio-9p: Do not reset atime by M. Mohan Kumar · 15 years ago
  77. be940c8 qemu: virtio-9p: Implement statfs support in server by M. Mohan Kumar · 15 years ago
  78. f143efa Remove useless NULL check for qemu_strdup return value by Blue Swirl · 14 years ago
  79. 63729c3 virtio-9p: Implement Security model for mksock using mknod. by Venkateswararao Jujjuri (JV) · 15 years ago
  80. 1c29331 virtio-9p: Implement Security model for mknod by Venkateswararao Jujjuri (JV) · 15 years ago
  81. 879c281 virtio-9p: Security model for symlink and readlink by Venkateswararao Jujjuri (JV) · 15 years ago
  82. 00ec5c3 virtio-9p: Security model for mkdir by Venkateswararao Jujjuri (JV) · 15 years ago
  83. 4750a96 virtio-9p: Security model for create/open2 by Venkateswararao Jujjuri (JV) · 15 years ago
  84. 1237ad7 virtio-9p: Implemented Security model for lstat and fstat by Venkateswararao Jujjuri (JV) · 15 years ago
  85. f7613be virtio-9p: Security model for chown by Venkateswararao Jujjuri (JV) · 15 years ago
  86. e95ead3 virtio-9p: Security model for chmod by Venkateswararao Jujjuri (JV) · 15 years ago
  87. 758e8e3 virtio-9p: Make infrastructure for the new security model. by Venkateswararao Jujjuri (JV) · 15 years ago
  88. 5bae190 virtio-9p: Add P9_TREMOVE support. by Anthony Liguori · 15 years ago
  89. 8cf89e0 virtio-9p: Add P9_TWSTAT support by Anthony Liguori · 15 years ago
  90. c494dd6 virtio-9p: Add P9_TCREATE support by Anthony Liguori · 15 years ago
  91. 8449360 virtio-9p: Add P9_TWRITE support by Anthony Liguori · 15 years ago
  92. a923155 virtio-9p: Add P9_TREAD support by Anthony Liguori · 15 years ago
  93. a6568fe virtio-9p: Add P9_TOPEN support. by Anthony Liguori · 15 years ago
  94. 131dcb2 virtio-9p: Add minimal set of FileOperations by Anthony Liguori · 15 years ago
  95. 9f10751 virtio-9p: Add a virtio 9p device to qemu by Anthony Liguori · 15 years ago