aboutsummaryrefslogtreecommitdiff
path: root/hw/9pfs/9p.c
AgeCommit message (Expand)Author
2020-07-10virtio-9p: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy
2020-07-02Clean up some calls to ignore Error objects the right wayMarkus Armbruster
2020-05-25Revert "9p: init_in_iov_from_pdu can truncate the size"Stefano Stabellini
2020-05-259pfs: include linux/limits.h for XATTR_SIZE_MAXDan Robertson
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2020-02-089pfs: validate count sent by client with T_readdirChristian Schoenebeck
2020-02-089pfs: require msize >= 4096Christian Schoenebeck
2020-01-209pfs/9p.c: remove unneeded labelsDaniel Henrique Barboza
2020-01-209p: init_in_iov_from_pdu can truncate the sizeGreg Kurz
2019-11-239pfs: Fix divide by zero bugDan Schatzberg
2019-10-109p: Use variable length suffixes for inode remappingChristian Schoenebeck
2019-10-109p: stat_to_qid: implement slow pathAntonios Motakis
2019-10-109p: Added virtfs option 'multidevs=remap|forbid|warn'Antonios Motakis
2019-10-109p: Treat multiple devices on one export as an errorAntonios Motakis
2019-10-109p: Simplify error path of v9fs_device_realize_common()Greg Kurz
2019-10-109p: unsigned type for type, version, pathAntonios Motakis
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2018-12-129p: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz
2018-11-239p: fix QEMU crash when renaming filesGreg Kurz
2018-11-209p: take write lock on fid path updates (CVE-2018-19364)Greg Kurz
2018-06-079p: xattr: Properly translate xattrcreate flagsKeno Fischer
2018-06-079p: Properly check/translate flags in unlinkatKeno Fischer
2018-06-079p: xattr: Fix crashes due to free of uninitialized valueKeno Fischer
2018-05-029p: add trace event for v9fs_setattr()Greg Kurz
2018-02-199p: v9fs_path_copy() readabilityMarc-André Lureau
2018-02-02tests: virtio-9p: add FLUSH operation testGreg Kurz
2018-02-019pfs: Correctly handle cancelled requestsKeno Fischer
2018-02-019pfs: drop v9fs_register_transport()Greg Kurz
2018-01-08fsdev: improve error handling of backend initGreg Kurz
2018-01-089pfs: make pdu_marshal() and pdu_unmarshal() static functionsGreg Kurz
2018-01-089pfs: fix error path in pdu_submit()Greg Kurz
2018-01-089pfs: fix some type definitionsGreg Kurz
2017-11-069pfs: fix v9fs_mark_fids_unreclaim() return valueGreg Kurz
2017-10-169pfs: use g_malloc0 to allocate space for xattrPrasad J Pandit
2017-09-209pfs: check the size of transport buffer before marshalingJan Dakinevich
2017-09-209pfs: fix name_to_path assertion in v9fs_complete_rename()Jan Dakinevich
2017-09-209pfs: fix readdir() for 9p2000.uJan Dakinevich
2017-09-059pfs: avoid sign conversion error simplifying the codePhilippe Mathieu-Daudé
2017-07-13Convert error_report() to warn_report()Alistair Francis
2017-06-299pfs: handle transport errors in pdu_complete()Greg Kurz
2017-06-29virtio-9p: break device if buffers are misconfiguredGreg Kurz
2017-06-299pfs: local: Add support for custom fmode/dmode in 9ps mapped security modesTobias Schramm
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