| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix p9fs_vget_common() panics | Nimish Jain | 2026-08-04 | 2 | -44/+15 |
| * | p9fs: Remove the "cancel" transport method | Mark Johnston | 2026-06-24 | 1 | -2/+0 |
| * | p9fs: Implement msize mount option and bump default to 128 KiB | Alex Richardson | 2026-05-26 | 3 | -4/+14 |
| * | p9fs: Refactor buffer allocations to avoid zeroing large payloads | Alex Richardson | 2026-05-26 | 2 | -55/+44 |
| * | p9fs: Fix creating files with restrictive permissions | Alex Richardson | 2026-05-07 | 2 | -6/+32 |
| * | p9fs: implement basic pathconf support | Alex Richardson | 2026-05-07 | 2 | -2/+72 |
| * | p9fs: Move UMA zone initialization to VFS module lifecycle | Alex Richardson | 2026-05-07 | 1 | -0/+4 |
| * | pmap_qenter/qremove: Use void * instead of vm_offset_t | John Baldwin | 2026-04-23 | 1 | -3/+3 |
| * | p9fs: use atomics for updating node->flags | Konstantin Belousov | 2026-03-10 | 3 | -10/+13 |
| * | p9fs: locking improvements for p9fs_stat_vnode_dotl() | Konstantin Belousov | 2026-03-10 | 1 | -3/+39 |
| * | VOP_RENAME(9): add flags argument | Konstantin Belousov | 2026-03-05 | 1 | -0/+5 |
| * | p9fs: Use proper prototype for SYSINIT functions | Zhenlei Huang | 2025-10-13 | 1 | -2/+1 |
| * | vfs: retire the NULLVP macro | Mateusz Guzik | 2025-09-27 | 2 | -8/+8 |
| * | vfs: Introduce VN_ISDEV() macro | Dag-Erling Smørgrav | 2025-08-17 | 1 | -1/+1 |
| * | p9fs: Set vnode state in p9fs_vget_common() | Mark Johnston | 2025-08-04 | 1 | -1/+1 |
| * | p9fs: Set *eofflag in p9fs_readdir() | Mark Johnston | 2025-07-15 | 1 | -1/+7 |
| * | p9fs: Call VN_LOCK_ASHARE on new vnodes | Mark Johnston | 2025-06-13 | 1 | -0/+2 |
| * | machine/stdarg.h -> sys/stdarg.h | Brooks Davis | 2025-06-11 | 1 | -1/+1 |
| * | namei: Fix cn_flags width in various places | Mark Johnston | 2025-05-27 | 1 | -1/+1 |
| * | p9fs: Use UNLINKAT instead of REMOVE to implement removals | Mark Johnston | 2024-11-07 | 4 | -7/+38 |
| * | p9fs: Fix whitespace in request tag handling functions | Mark Johnston | 2024-10-25 | 1 | -11/+11 |
| * | p9fs: Properly handle paths containing "." | Bakul Shah | 2024-08-26 | 1 | -1/+1 |
| * | p9fs: remove duplicated code | Danilo Egea Gondolfo | 2024-07-13 | 1 | -10/+0 |
| * | p9fs: implement working putpages (fix mmap write) | Val Packett | 2024-06-24 | 2 | -0/+85 |
| * | p9fs: fix lookup of "." for lib9p-based 9P servers | Doug Rabson | 2024-06-24 | 1 | -0/+6 |
| * | p9fs: Fix the build for 32-bit kernels | Doug Rabson | 2024-06-19 | 1 | -1/+1 |
| * | Add an implementation of the 9P filesystem | Doug Rabson | 2024-06-19 | 12 | -0/+5965 |