NetBSD/sys/fs/tmpfs
hannken f68873a343 Finish and enable whiteout support for tmpfs:
- Enable VOP tmpfs_whiteout().
- Support ISWHITEOUT in tmpfs_alloc_file().
- Support DOWHITEOUT in tmpfs_remove() and tmpfs_rmdir().
- Make rmdir on a directory containing whiteouts working.

Should fix PR #35112 (tmpfs doesn't play well with unionfs).
2011-08-27 15:32:28 +00:00
..
Makefile
TODO Replace tmpfs_pool custom allocator code with a simpler layer for memory 2010-06-22 18:32:07 +00:00
files.tmpfs Replace tmpfs_pool custom allocator code with a simpler layer for memory 2010-06-22 18:32:07 +00:00
tmpfs.h - Rework and document inode reference counting. Also document inode life 2011-05-29 22:29:06 +00:00
tmpfs_args.h
tmpfs_fifoops.c - Describe some locking. 2011-05-24 20:17:49 +00:00
tmpfs_fifoops.h - Describe some locking. 2011-05-24 20:17:49 +00:00
tmpfs_mem.c - tmpfs_alloc_node/tmpfs_free_node: move inode limiting into tmpfs_node_get() 2011-05-24 01:09:47 +00:00
tmpfs_specops.c - Describe some locking. 2011-05-24 20:17:49 +00:00
tmpfs_specops.h - Describe some locking. 2011-05-24 20:17:49 +00:00
tmpfs_subr.c Finish and enable whiteout support for tmpfs: 2011-08-27 15:32:28 +00:00
tmpfs_vfsops.c - Rework and document inode reference counting. Also document inode life 2011-05-29 22:29:06 +00:00
tmpfs_vnops.c Finish and enable whiteout support for tmpfs: 2011-08-27 15:32:28 +00:00
tmpfs_vnops.h - Describe some locking. 2011-05-24 20:17:49 +00:00