| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 9pfs: simplify v9fs_walk() | Christian Schoenebeck | 2021-07-05 | 1 | -4/+5 |
* | 9pfs: add link to 9p developer docs | Christian Schoenebeck | 2021-07-05 | 15 | -0/+75 |
* | docs: fix references to docs/devel/tracing.rst | Stefano Garzarella | 2021-06-02 | 1 | -1/+1 |
* | hw/9pfs/9p-synth: Replaced qemu_mutex_lock with QEMU_LOCK_GUARD | Mahmoud Mandour | 2021-03-16 | 1 | -8/+4 |
* | qtest: delete superfluous inclusions of qtest.h | Chen Qun | 2021-03-09 | 1 | -1/+0 |
* | 9pfs: Convert reclaim list to QSLIST | Greg Kurz | 2021-01-22 | 2 | -10/+9 |
* | 9pfs: Improve unreclaim loop | Greg Kurz | 2021-01-22 | 1 | -14/+32 |
* | 9pfs: Convert V9fsFidState::fid_list to QSIMPLEQ | Greg Kurz | 2021-01-21 | 2 | -25/+20 |
* | 9pfs: Convert V9fsFidState::clunked to bool | Greg Kurz | 2021-01-21 | 2 | -3/+3 |
* | 9pfs/proxy: Check return value of proxy_marshal() | Greg Kurz | 2021-01-21 | 1 | -1/+2 |
* | 9pfs: Fully restart unreclaim loop (CVE-2021-20181) | Greg Kurz | 2021-01-15 | 1 | -3/+3 |
* | hw/9pfs: Fix Kconfig dependency problem between 9pfs and Xen | Philippe Mathieu-Daudé | 2020-11-05 | 2 | -5/+1 |
* | hw/9pfs : add space before the open parenthesis '(' | Xinhao Zhang | 2020-11-05 | 1 | -1/+1 |
* | hw/9pfs : open brace '{' following struct go on the same line | Xinhao Zhang | 2020-11-05 | 1 | -6/+3 |
* | hw/9pfs : add spaces around operator | Xinhao Zhang | 2020-11-05 | 2 | -13/+13 |
* | 9pfs: suppress performance warnings on qtest runs | Christian Schoenebeck | 2020-10-19 | 2 | -2/+6 |
* | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 2020-09-18 | 1 | -3/+1 |
* | 9pfs: disable msize warning for synth driver | Christian Schoenebeck | 2020-09-15 | 2 | -1/+3 |
* | 9pfs: log warning if msize <= 8192 | Christian Schoenebeck | 2020-09-15 | 1 | -0/+9 |
* | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 2020-09-09 | 1 | -2/+2 |
* | Move QOM typedefs and add missing includes | Eduardo Habkost | 2020-09-09 | 1 | -3/+4 |
* | Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20200812' int... | Peter Maydell | 2020-08-24 | 4 | -94/+333 |
|\ |
|
| * | 9pfs: clarify latency of v9fs_co_run_in_worker() | Christian Schoenebeck | 2020-08-12 | 1 | -1/+11 |
| * | 9pfs: differentiate readdir lock between 9P2000.u vs. 9P2000.L | Christian Schoenebeck | 2020-08-12 | 2 | -8/+40 |
| * | 9pfs: T_readdir latency optimization | Christian Schoenebeck | 2020-08-12 | 1 | -74/+58 |
| * | 9pfs: add new function v9fs_co_readdir_many() | Christian Schoenebeck | 2020-08-12 | 3 | -0/+196 |
| * | 9pfs: split out fs driver core of v9fs_co_readdir() | Christian Schoenebeck | 2020-08-12 | 1 | -14/+24 |
| * | 9pfs: make v9fs_readdir_response_size() public | Christian Schoenebeck | 2020-08-12 | 2 | -2/+9 |
* | | meson: convert hw/9pfs, cleanup | Marc-André Lureau | 2020-08-21 | 3 | -9/+24 |
* | | trace: switch position of headers to what Meson requires | Paolo Bonzini | 2020-08-21 | 1 | -0/+1 |
|/ |
|
* | virtio-9p: Use ERRP_GUARD() | Vladimir Sementsov-Ogievskiy | 2020-07-10 | 2 | -7/+6 |
* | Clean up some calls to ignore Error objects the right way | Markus Armbruster | 2020-07-02 | 1 | -4/+2 |
* | xen/9pfs: increase max ring order to 9 | Stefano Stabellini | 2020-05-25 | 1 | -1/+1 |
* | xen/9pfs: yield when there isn't enough room on the ring | Stefano Stabellini | 2020-05-25 | 1 | -6/+25 |
* | Revert "9p: init_in_iov_from_pdu can truncate the size" | Stefano Stabellini | 2020-05-25 | 4 | -39/+22 |
* | 9p: Lock directory streams with a CoMutex | Greg Kurz | 2020-05-25 | 1 | -4/+4 |
* | 9pfs: include linux/limits.h for XATTR_SIZE_MAX | Dan Robertson | 2020-05-25 | 1 | -0/+1 |
* | qdev: Unrealize must not fail | Markus Armbruster | 2020-05-15 | 3 | -5/+5 |
* | xen-9pfs: Fix log messages of reply errors | Christian Schoenebeck | 2020-05-14 | 1 | -4/+5 |
* | 9pfs: local: ignore O_NOATIME if we don't have permissions | Omar Sandoval | 2020-05-14 | 1 | -0/+13 |
* | 9p/proxy: Fix export_flags | Greg Kurz | 2020-03-10 | 1 | -2/+2 |
* | hw/9pfs/9p-synth: added directory for readdir test | Christian Schoenebeck | 2020-02-08 | 2 | -0/+24 |
* | 9pfs: validate count sent by client with T_readdir | Christian Schoenebeck | 2020-02-08 | 1 | -0/+9 |
* | 9pfs: require msize >= 4096 | Christian Schoenebeck | 2020-02-08 | 2 | -0/+23 |
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2020-01-27 | 1 | -1/+1 |
|\ |
|
| * | qdev: set properties with device_class_set_props() | Marc-André Lureau | 2020-01-24 | 1 | -1/+1 |
* | | virtio-9p-device: convert to new virtio_delete_queue | Pan Nengyuan | 2020-01-22 | 1 | -1/+1 |
* | | virtio-9p-device: fix memleak in virtio_9p_device_unrealize | Pan Nengyuan | 2020-01-22 | 1 | -0/+1 |
|/ |
|
* | 9pfs/9p.c: remove unneeded labels | Daniel Henrique Barboza | 2020-01-20 | 1 | -6/+3 |
* | 9p: init_in_iov_from_pdu can truncate the size | Greg Kurz | 2020-01-20 | 4 | -21/+38 |