NetBSD/sys/fs/tmpfs
ad 812b46df75 PR kern/32166: pgo_get protocol is ambiguous
Also problems with tmpfs+nfs noted by hannken@.

Don't pass PGO_ALLPAGES to pgo_get, and ignore PGO_DONTCARE in the
!PGO_LOCKED case.  In uao_get() have uvm_pagealloc() take care of page
zeroing and release busy pages on error.
2020-05-19 22:22:15 +00:00
..
files.tmpfs
Makefile
tmpfs_args.h
tmpfs_fifoops.c Add ACL support for FFS. From FreeBSD. 2020-05-16 18:31:45 +00:00
tmpfs_fifoops.h
tmpfs_mem.c Rename uvm_free() -> uvm_availmem(). 2019-12-31 13:07:09 +00:00
tmpfs_rename.c Omit obsolete comment and needless __diagused marker. 2019-12-03 04:59:05 +00:00
tmpfs_specops.c Add ACL support for FFS. From FreeBSD. 2020-05-16 18:31:45 +00:00
tmpfs_specops.h
tmpfs_subr.c PR kern/55268: tmpfs is slow 2020-05-17 19:39:15 +00:00
tmpfs_vfsops.c Merge the remaining changes from the ad-namecache branch, affecting namei() 2020-04-04 20:49:30 +00:00
tmpfs_vnops.c PR kern/32166: pgo_get protocol is ambiguous 2020-05-19 22:22:15 +00:00
tmpfs_vnops.h
tmpfs.h PR kern/55268: tmpfs is slow 2020-05-17 19:39:15 +00:00
TODO