Age | Commit message (Expand) | Author |
2018-06-07 | 9p: xattr: Properly translate xattrcreate flags | Keno Fischer |
2018-02-19 | 9p: v9fs_path_copy() readability | Marc-André Lureau |
2018-02-01 | 9pfs: drop v9fs_register_transport() | Greg Kurz |
2018-01-08 | 9pfs: make pdu_marshal() and pdu_unmarshal() static functions | Greg Kurz |
2018-01-08 | 9pfs: fix some type definitions | Greg Kurz |
2017-11-06 | 9pfs: drop one user of struct V9fsFidState | Greg Kurz |
2017-06-29 | virtio-9p: break device if buffers are misconfigured | Greg Kurz |
2017-06-29 | virtio-9p: message header is 7-byte long | Greg Kurz |
2017-05-25 | virtio-9p/xen-9p: move 9p specific bits to core 9p code | Greg Kurz |
2017-04-21 | 9p: introduce a type for the 9p header | Stefano Stabellini |
2017-01-03 | 9pfs: fix P9_NOTAG and P9_NOFID macros | Greg Kurz |
2017-01-03 | 9pfs: introduce init_out/in_iov_from_pdu | Stefano Stabellini |
2017-01-03 | 9pfs: introduce transport specific callbacks | Stefano Stabellini |
2017-01-03 | 9pfs: move pdus to V9fsState | Stefano Stabellini |
2016-11-01 | 9pfs: convert 'len/copied_len' field in V9fsXattr to the type of uint64_t | Li Qiang |
2016-11-01 | 9pfs: add xattrwalk_fid field in V9fsXattr struct | Li Qiang |
2016-10-17 | virtio-9p: add reset handler | Greg Kurz |
2016-10-17 | 9pfs: use coroutine_fn annotation in hw/9pfs/9p.[ch] | Greg Kurz |
2016-10-17 | 9pfs: fsdev: drop useless extern annotation for functions | Greg Kurz |
2016-09-16 | 9pfs: introduce v9fs_path_sprintf() helper | Greg Kurz |
2016-08-30 | 9pfs: handle walk of ".." in the root directory | Greg Kurz |
2016-07-12 | Clean up ill-advised or unusual header guards | Markus Armbruster |
2016-06-07 | all: Remove unnecessary glib.h includes | Peter Maydell |
2016-06-06 | 9p: add locking to V9fsDir | Greg Kurz |
2016-06-06 | 9p: introduce the V9fsDir type | Greg Kurz |
2016-06-06 | 9p/fsdev: remove obsolete references to virtio | Greg Kurz |
2016-02-23 | all: Clean up includes | Peter Maydell |
2016-01-12 | 9pfs: introduce V9fsVirtioState | Wei Liu |
2016-01-08 | 9pfs: factor out v9fs_device_{,un}realize_common | Wei Liu |
2016-01-08 | 9pfs: export pdu_{submit,alloc,free} | Wei Liu |
2016-01-08 | 9pfs: break out 9p.h from virtio-9p.h | Wei Liu |