aboutsummaryrefslogtreecommitdiff
path: root/hw/9pfs/9p.c
AgeCommit message (Expand)Author
2023-10-20migration: simplify blockersSteve Sistare
2023-07-25hw/9pfs: spelling fixesMichael Tokarev
2023-06-01hw/9pfs: use qemu_xxhash4Alex Bennée
2023-02-08Don't include headers already included by qemu/osdep.hMarkus Armbruster
2022-10-25Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent...Stefan Hajnoczi
2022-10-24treewide: Remove the unnecessary space before semicolonBin Meng
2022-10-249pfs: use GHashTable for fid tableLinus Heckemann
2022-06-169pfs: fix 'Twalk' to only send error if no component walkedChristian Schoenebeck
2022-06-169pfs: refactor 'name_idx' -> 'nwalked' in v9fs_walk()Christian Schoenebeck
2022-05-019pfs: fix wrong errno being sent to Linux client on macOS hostChristian Schoenebeck
2022-05-019pfs: fix wrong encoding of rdev field in Rgetattr on macOSChristian Schoenebeck
2022-04-019p: move P9_XATTR_SIZE_MAX from 9p.h to 9p.cWill Cohen
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau
2022-03-219pfs: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-03-079pfs/9p.c: convert Doxygen -> kerneldoc formatChristian Schoenebeck
2022-03-079p: darwin: Move XATTR_SIZE_MAX->P9_XATTR_SIZE_MAXKeno Fischer
2022-03-079p: darwin: Ignore O_{NOATIME, DIRECT}Keno Fischer
2022-03-079p: darwin: Handle struct dirent differencesKeno Fischer
2022-03-079p: darwin: Handle struct stat(fs) differencesKeno Fischer
2022-03-079p: linux: Fix a couple Linux assumptionsKeno Fischer
2021-10-279pfs: use P9Array in v9fs_walk()Christian Schoenebeck
2021-10-279pfs: make V9fsPath usable via P9Array APIChristian Schoenebeck
2021-10-279pfs: simplify blksize_to_iounit()Christian Schoenebeck
2021-10-279pfs: deduplicate iounit codeChristian Schoenebeck
2021-10-279pfs: fix wrong I/O block size in RgetattrChristian Schoenebeck
2021-09-02hw/9pfs: use g_autofree in v9fs_walk() where possibleChristian Schoenebeck
2021-09-02hw/9pfs: avoid 'path' copy in v9fs_walk()Christian Schoenebeck
2021-07-059pfs: reduce latency of TwalkChristian Schoenebeck
2021-07-059pfs: drop root_qidChristian Schoenebeck
2021-07-059pfs: replace not_same_qid() by same_stat_id()Christian Schoenebeck
2021-07-059pfs: drop fid_to_qid()Christian Schoenebeck
2021-07-059pfs: capture root statChristian Schoenebeck
2021-07-059pfs: fix not_same_qid()Christian Schoenebeck
2021-07-059pfs: simplify v9fs_walk()Christian Schoenebeck
2021-07-059pfs: add link to 9p developer docsChristian Schoenebeck
2021-03-09qtest: delete superfluous inclusions of qtest.hChen Qun
2021-01-229pfs: Convert reclaim list to QSLISTGreg Kurz
2021-01-229pfs: Improve unreclaim loopGreg Kurz
2021-01-219pfs: Convert V9fsFidState::fid_list to QSIMPLEQGreg Kurz
2021-01-219pfs: Convert V9fsFidState::clunked to boolGreg Kurz
2021-01-159pfs: Fully restart unreclaim loop (CVE-2021-20181)Greg Kurz
2020-11-05hw/9pfs : add spaces around operatorXinhao Zhang
2020-09-159pfs: disable msize warning for synth driverChristian Schoenebeck
2020-09-159pfs: log warning if msize <= 8192Christian Schoenebeck
2020-08-129pfs: differentiate readdir lock between 9P2000.u vs. 9P2000.LChristian Schoenebeck
2020-08-129pfs: T_readdir latency optimizationChristian Schoenebeck
2020-08-129pfs: make v9fs_readdir_response_size() publicChristian Schoenebeck
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