index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
9pfs
/
9p.c
Age
Commit message (
Expand
)
Author
2021-09-02
hw/9pfs: use g_autofree in v9fs_walk() where possible
Christian Schoenebeck
2021-09-02
hw/9pfs: avoid 'path' copy in v9fs_walk()
Christian Schoenebeck
2021-07-05
9pfs: reduce latency of Twalk
Christian Schoenebeck
2021-07-05
9pfs: drop root_qid
Christian Schoenebeck
2021-07-05
9pfs: replace not_same_qid() by same_stat_id()
Christian Schoenebeck
2021-07-05
9pfs: drop fid_to_qid()
Christian Schoenebeck
2021-07-05
9pfs: capture root stat
Christian Schoenebeck
2021-07-05
9pfs: fix not_same_qid()
Christian Schoenebeck
2021-07-05
9pfs: simplify v9fs_walk()
Christian Schoenebeck
2021-07-05
9pfs: add link to 9p developer docs
Christian Schoenebeck
2021-03-09
qtest: delete superfluous inclusions of qtest.h
Chen Qun
2021-01-22
9pfs: Convert reclaim list to QSLIST
Greg Kurz
2021-01-22
9pfs: Improve unreclaim loop
Greg Kurz
2021-01-21
9pfs: Convert V9fsFidState::fid_list to QSIMPLEQ
Greg Kurz
2021-01-21
9pfs: Convert V9fsFidState::clunked to bool
Greg Kurz
2021-01-15
9pfs: Fully restart unreclaim loop (CVE-2021-20181)
Greg Kurz
2020-11-05
hw/9pfs : add spaces around operator
Xinhao Zhang
2020-09-15
9pfs: disable msize warning for synth driver
Christian Schoenebeck
2020-09-15
9pfs: log warning if msize <= 8192
Christian Schoenebeck
2020-08-12
9pfs: differentiate readdir lock between 9P2000.u vs. 9P2000.L
Christian Schoenebeck
2020-08-12
9pfs: T_readdir latency optimization
Christian Schoenebeck
2020-08-12
9pfs: make v9fs_readdir_response_size() public
Christian Schoenebeck
2020-07-10
virtio-9p: Use ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
2020-07-02
Clean up some calls to ignore Error objects the right way
Markus Armbruster
2020-05-25
Revert "9p: init_in_iov_from_pdu can truncate the size"
Stefano Stabellini
2020-05-25
9pfs: include linux/limits.h for XATTR_SIZE_MAX
Dan Robertson
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
2020-02-08
9pfs: validate count sent by client with T_readdir
Christian Schoenebeck
2020-02-08
9pfs: require msize >= 4096
Christian Schoenebeck
2020-01-20
9pfs/9p.c: remove unneeded labels
Daniel Henrique Barboza
2020-01-20
9p: init_in_iov_from_pdu can truncate the size
Greg Kurz
2019-11-23
9pfs: Fix divide by zero bug
Dan Schatzberg
2019-10-10
9p: Use variable length suffixes for inode remapping
Christian Schoenebeck
2019-10-10
9p: stat_to_qid: implement slow path
Antonios Motakis
2019-10-10
9p: Added virtfs option 'multidevs=remap|forbid|warn'
Antonios Motakis
2019-10-10
9p: Treat multiple devices on one export as an error
Antonios Motakis
2019-10-10
9p: Simplify error path of v9fs_device_realize_common()
Greg Kurz
2019-10-10
9p: unsigned type for type, version, path
Antonios Motakis
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
2018-12-12
9p: use g_new(T, n) instead of g_malloc(sizeof(T) * n)
Greg Kurz
2018-11-23
9p: fix QEMU crash when renaming files
Greg Kurz
2018-11-20
9p: take write lock on fid path updates (CVE-2018-19364)
Greg Kurz
2018-06-07
9p: xattr: Properly translate xattrcreate flags
Keno Fischer
2018-06-07
9p: Properly check/translate flags in unlinkat
Keno Fischer
2018-06-07
9p: xattr: Fix crashes due to free of uninitialized value
Keno Fischer
2018-05-02
9p: add trace event for v9fs_setattr()
Greg Kurz
2018-02-19
9p: v9fs_path_copy() readability
Marc-André Lureau
2018-02-02
tests: virtio-9p: add FLUSH operation test
Greg Kurz
2018-02-01
9pfs: Correctly handle cancelled requests
Keno Fischer
2018-02-01
9pfs: drop v9fs_register_transport()
Greg Kurz
[next]