summaryrefslogtreecommitdiffstats
path: root/hw/9pfs/9p.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "9p: init_in_iov_from_pdu can truncate the size"Stefano Stabellini2020-05-251-22/+11Star
* 9pfs: include linux/limits.h for XATTR_SIZE_MAXDan Robertson2020-05-251-0/+1
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-2/+2
* 9pfs: validate count sent by client with T_readdirChristian Schoenebeck2020-02-081-0/+9
* 9pfs: require msize >= 4096Christian Schoenebeck2020-02-081-0/+12
* 9pfs/9p.c: remove unneeded labelsDaniel Henrique Barboza2020-01-201-6/+3Star
* 9p: init_in_iov_from_pdu can truncate the sizeGreg Kurz2020-01-201-11/+22
* 9pfs: Fix divide by zero bugDan Schatzberg2019-11-231-2/+4
* 9p: Use variable length suffixes for inode remappingChristian Schoenebeck2019-10-101-30/+238
* 9p: stat_to_qid: implement slow pathAntonios Motakis2019-10-101-7/+67
* 9p: Added virtfs option 'multidevs=remap|forbid|warn'Antonios Motakis2019-10-101-21/+167
* 9p: Treat multiple devices on one export as an errorAntonios Motakis2019-10-101-14/+56
* 9p: Simplify error path of v9fs_device_realize_common()Greg Kurz2019-10-101-10/+6Star
* 9p: unsigned type for type, version, pathAntonios Motakis2019-10-101-3/+3
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* 9p: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz2018-12-121-2/+2
* 9p: fix QEMU crash when renaming filesGreg Kurz2018-11-231-0/+3
* 9p: take write lock on fid path updates (CVE-2018-19364)Greg Kurz2018-11-201-0/+15
* 9p: xattr: Properly translate xattrcreate flagsKeno Fischer2018-06-071-2/+15
* 9p: Properly check/translate flags in unlinkatKeno Fischer2018-06-071-2/+11
* 9p: xattr: Fix crashes due to free of uninitialized valueKeno Fischer2018-06-071-2/+2
* 9p: add trace event for v9fs_setattr()Greg Kurz2018-05-021-0/+5
* 9p: v9fs_path_copy() readabilityMarc-André Lureau2018-02-191-5/+4Star
* tests: virtio-9p: add FLUSH operation testGreg Kurz2018-02-021-0/+1
* 9pfs: Correctly handle cancelled requestsKeno Fischer2018-02-011-0/+18
* 9pfs: drop v9fs_register_transport()Greg Kurz2018-02-011-1/+5
* fsdev: improve error handling of backend initGreg Kurz2018-01-081-3/+3
* 9pfs: make pdu_marshal() and pdu_unmarshal() static functionsGreg Kurz2018-01-081-2/+2
* 9pfs: fix error path in pdu_submit()Greg Kurz2018-01-081-4/+2Star
* 9pfs: fix some type definitionsGreg Kurz2018-01-081-3/+3
* 9pfs: fix v9fs_mark_fids_unreclaim() return valueGreg Kurz2017-11-061-1/+1
* 9pfs: use g_malloc0 to allocate space for xattrPrasad J Pandit2017-10-161-2/+2
* 9pfs: check the size of transport buffer before marshalingJan Dakinevich2017-09-201-3/+12
* 9pfs: fix name_to_path assertion in v9fs_complete_rename()Jan Dakinevich2017-09-201-14/+9Star
* 9pfs: fix readdir() for 9p2000.uJan Dakinevich2017-09-201-13/+9Star
* 9pfs: avoid sign conversion error simplifying the codePhilippe Mathieu-Daudé2017-09-051-4/+2Star
* Convert error_report() to warn_report()Alistair Francis2017-07-131-1/+1
* 9pfs: handle transport errors in pdu_complete()Greg Kurz2017-06-291-8/+15
* virtio-9p: break device if buffers are misconfiguredGreg Kurz2017-06-291-1/+1
* 9pfs: local: Add support for custom fmode/dmode in 9ps mapped security modesTobias Schramm2017-06-291-0/+3
* 9pfs: check return value of v9fs_co_name_to_path()Greg Kurz2017-05-251-11/+25
* 9pfs: drop pdu_push_and_notify()Greg Kurz2017-05-251-6/+1Star
* virtio-9p/xen-9p: move 9p specific bits to core 9p codeGreg Kurz2017-05-251-1/+7
* migration: Create migration/blocker.hJuan Quintela2017-05-171-1/+1
* 9pfs: clear migration blocker at session resetGreg Kurz2017-04-041-5/+6
* 9pfs: fix multiple flush for same requestGreg Kurz2017-04-041-2/+4
* 9pfs: fix file descriptor leakLi Qiang2017-03-271-0/+8
* 9pfs: don't try to flush self and avoid QEMU hang on resetGreg Kurz2017-03-211-4/+8
* fsdev: add IO throttle support to fsdev devicesPradeep Jagadeesh2017-02-281-0/+5
* 9pfs: fix v9fs_lock error casePaolo Bonzini2017-02-281-8/+6Star