aboutsummaryrefslogtreecommitdiff
path: root/hw/9pfs/9p.c
AgeCommit message (Expand)Author
2017-01-25Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell
2017-01-259pfs: fix offset error in v9fs_xattr_read()Greg Kurz
2017-01-259pfs: fix off-by-one error in PDU free listGreg Kurz
2017-01-259pfs: add missing coroutine_fn annotationsGreg Kurz
2017-01-24migration: disallow migrate_add_blocker during migrationAshijeet Acharya
2017-01-039pfs: fix crash when fsdev is missingGreg Kurz
2017-01-039pfs: introduce init_out/in_iov_from_pduStefano Stabellini
2017-01-039pfs: call v9fs_init_qiov_from_pdu before v9fs_packStefano Stabellini
2017-01-039pfs: introduce transport specific callbacksStefano Stabellini
2017-01-039pfs: move pdus to V9fsStateStefano Stabellini
2016-11-239pfs: add cleanup operation in FileOperationsLi Qiang
2016-11-239pfs: adjust the order of resource cleanup in device unrealizeLi Qiang
2016-11-019pfs: drop excessive error message from virtfs_reset()Greg Kurz
2016-11-019pfs: don't BUG_ON() if fid is already openedGreg Kurz
2016-11-019pfs: xattrcreate requires non-opened fidsGreg Kurz
2016-11-019pfs: limit xattr size in xattrcreateGreg Kurz
2016-11-019pfs: fix integer overflow issue in xattr read/writeLi Qiang
2016-11-019pfs: add xattrwalk_fid field in V9fsXattr structLi Qiang
2016-10-179pfs: fix memory leak in v9fs_writeLi Qiang
2016-10-179pfs: fix memory leak in v9fs_linkLi Qiang
2016-10-179pfs: fix memory leak in v9fs_xattrcreateLi Qiang
2016-10-179pfs: fix information leak in xattr readLi Qiang
2016-10-17virtio-9p: add reset handlerGreg Kurz
2016-10-179pfs: only free completed request if not flushedGreg Kurz
2016-10-179pfs: drop useless check in pdu_free()Greg Kurz
2016-10-179pfs: use coroutine_fn annotation in hw/9pfs/9p.[ch]Greg Kurz
2016-10-179pfs: fix potential host memory leak in v9fs_readLi Qiang
2016-10-179pfs: allocate space for guest originated empty stringsLi Qiang
2016-09-199pfs: fix potential segfault during walkGreg Kurz
2016-09-169pfs: introduce v9fs_path_sprintf() helperGreg Kurz
2016-09-169pfs: drop useless v9fs_string_null() functionGreg Kurz
2016-08-309pfs: handle walk of ".." in the root directoryGreg Kurz
2016-08-309pfs: forbid . and .. in file namesGreg Kurz
2016-08-309pfs: forbid illegal path namesGreg Kurz
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini
2016-06-069p: switch back to readdir()Greg Kurz
2016-06-069p: add locking to V9fsDirGreg Kurz
2016-06-069p: introduce the V9fsDir typeGreg Kurz
2016-06-069p: drop useless out: labelGreg Kurz
2016-06-069p: drop useless inclusion of hw/i386/pc.hGreg Kurz
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-06virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini
2016-01-299pfs: Clean up includesPeter Maydell
2016-01-229pfs: use error_report() instead of fprintf(stderr)Greg Kurz
2016-01-129pfs: introduce V9fsVirtioStateWei Liu
2016-01-089pfs: factor out v9fs_device_{,un}realize_commonWei Liu
2016-01-089pfs: rename virtio-9p.c to 9p.cWei Liu