NetBSD/sys/fs/tmpfs
chs 81a07a7135 Disable use of UBC_FAULTBUSY in tmpfs_write() for now,
which brings back zeroing of all new tmpfs data pages.
The existing code that enables this optimization skips the zeroing
in numerous cases where it is needed, resulting in corrupted files
and data leaks from the page's previous identity.
2020-12-13 19:22:02 +00:00
..
Makefile
TODO
files.tmpfs
tmpfs.h PR kern/55268: tmpfs is slow 2020-05-17 19:39:15 +00:00
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 uvm_availmem(): give it a boolean argument to specify whether a recent 2020-06-11 19:20:42 +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 Round of uvm.h cleanup. 2020-09-05 16:30:10 +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 Disable use of UBC_FAULTBUSY in tmpfs_write() for now, 2020-12-13 19:22:02 +00:00
tmpfs_vnops.h