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