aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/virtio/p9fs
Commit message (Expand)AuthorAgeFilesLines
* virtio_p9fs: Support attaching to pci and mmioAndrew Turner2025-04-081-1/+1
* virtio_p9fs: Simplify vt9p_req_wait() a bitMark Johnston2024-10-251-13/+13
* virtio_p9fs: Check for completions after enabling interruptsMark Johnston2024-10-251-1/+5
* virtio_p9fs: Fix handling of a full request queueMark Johnston2024-10-251-2/+1
* virtio_p9fs: Fix some style issuesMark Johnston2024-10-251-20/+6
* virtio_p9fs: fix panic on qemu/kvmDanilo Egea Gondolfo2024-07-071-2/+2
* p9fs: use M_WAITOK where appropriateEd Maste2024-06-251-6/+1
* p9fs: move NULL check immediately after allocationEd Maste2024-06-241-6/+5
* Add an implementation of the 9P filesystemDoug Rabson2024-06-192-0/+550