summaryrefslogtreecommitdiff
path: root/sys/fs/p9fs
AgeCommit message (Expand)Author
2025-10-13p9fs: Use proper prototype for SYSINIT functionsZhenlei Huang
2025-09-27vfs: retire the NULLVP macroMateusz Guzik
2025-08-17vfs: Introduce VN_ISDEV() macroDag-Erling Smørgrav
2025-08-04p9fs: Set vnode state in p9fs_vget_common()Mark Johnston
2025-07-15p9fs: Set *eofflag in p9fs_readdir()Mark Johnston
2025-06-13p9fs: Call VN_LOCK_ASHARE on new vnodesMark Johnston
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2025-05-27namei: Fix cn_flags width in various placesMark Johnston
2024-11-07p9fs: Use UNLINKAT instead of REMOVE to implement removalsMark Johnston
2024-10-25p9fs: Fix whitespace in request tag handling functionsMark Johnston
2024-08-26p9fs: Properly handle paths containing "."Bakul Shah
2024-07-12p9fs: remove duplicated codeDanilo Egea Gondolfo
2024-06-24p9fs: implement working putpages (fix mmap write)Val Packett
2024-06-24p9fs: fix lookup of "." for lib9p-based 9P serversDoug Rabson
2024-06-19p9fs: Fix the build for 32-bit kernelsDoug Rabson
2024-06-19Add an implementation of the 9P filesystemDoug Rabson