summaryrefslogtreecommitdiff
path: root/hw/9pfs/9p.c
AgeCommit message (Expand)Author
2017-05-259pfs: check return value of v9fs_co_name_to_path()Greg Kurz
2017-05-259pfs: drop pdu_push_and_notify()Greg Kurz
2017-05-25virtio-9p/xen-9p: move 9p specific bits to core 9p codeGreg Kurz
2017-05-17migration: Create migration/blocker.hJuan Quintela
2017-04-049pfs: clear migration blocker at session resetGreg Kurz
2017-04-049pfs: fix multiple flush for same requestGreg Kurz
2017-03-279pfs: fix file descriptor leakLi Qiang
2017-03-219pfs: don't try to flush self and avoid QEMU hang on resetGreg Kurz
2017-02-28fsdev: add IO throttle support to fsdev devicesPradeep Jagadeesh
2017-02-289pfs: fix v9fs_lock error casePaolo Bonzini
2017-02-21coroutine-lock: add mutex argument to CoQueue APIsPaolo Bonzini
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