aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/p9fs
Commit message (Expand)AuthorAgeFilesLines
* p9fs: Fix creating files with restrictive permissionsAlex Richardson2026-05-072-6/+32
* p9fs: implement basic pathconf supportAlex Richardson2026-05-072-2/+72
* p9fs: Move UMA zone initialization to VFS module lifecycleAlex Richardson2026-05-071-0/+4
* pmap_qenter/qremove: Use void * instead of vm_offset_tJohn Baldwin2026-04-231-3/+3
* p9fs: use atomics for updating node->flagsKonstantin Belousov2026-03-103-10/+13
* p9fs: locking improvements for p9fs_stat_vnode_dotl()Konstantin Belousov2026-03-101-3/+39
* VOP_RENAME(9): add flags argumentKonstantin Belousov2026-03-051-0/+5
* p9fs: Use proper prototype for SYSINIT functionsZhenlei Huang2025-10-131-2/+1
* vfs: retire the NULLVP macroMateusz Guzik2025-09-272-8/+8
* vfs: Introduce VN_ISDEV() macroDag-Erling Smørgrav2025-08-171-1/+1
* p9fs: Set vnode state in p9fs_vget_common()Mark Johnston2025-08-041-1/+1
* p9fs: Set *eofflag in p9fs_readdir()Mark Johnston2025-07-151-1/+7
* p9fs: Call VN_LOCK_ASHARE on new vnodesMark Johnston2025-06-131-0/+2
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-111-1/+1
* namei: Fix cn_flags width in various placesMark Johnston2025-05-271-1/+1
* p9fs: Use UNLINKAT instead of REMOVE to implement removalsMark Johnston2024-11-074-7/+38
* p9fs: Fix whitespace in request tag handling functionsMark Johnston2024-10-251-11/+11
* p9fs: Properly handle paths containing "."Bakul Shah2024-08-261-1/+1
* p9fs: remove duplicated codeDanilo Egea Gondolfo2024-07-131-10/+0
* p9fs: implement working putpages (fix mmap write)Val Packett2024-06-242-0/+85
* p9fs: fix lookup of "." for lib9p-based 9P serversDoug Rabson2024-06-241-0/+6
* p9fs: Fix the build for 32-bit kernelsDoug Rabson2024-06-191-1/+1
* Add an implementation of the 9P filesystemDoug Rabson2024-06-1912-0/+5965