freebsd-src/sys/fs/tmpfs
Xin LI 1df86a323d MFp4:
- Plug memory leak.
 - Respect underlying vnode's properties rather than assuming that
   the user want root:wheel + 0755.  Useful for using tmpfs(5) for
   /tmp.
 - Use roundup2 and howmany macros instead of rolling our own version.
 - Try to fix fsx -W -R foo case.
 - Instead of blindly zeroing a page, determine whether we need a pagein
   order to prevent data corruption.
 - Fix several bugs reported by Coverity.

Submitted by:	Mingyan Guo <guomingyan gmail com>, Howard Su, delphij
Coverity ID:	CID 2550, 2551, 2552, 2557
Approved by:	re (tmpfs blanket)
2007-07-08 15:56:12 +00:00
..
tmpfs.h MFp4: 2007-07-08 15:56:12 +00:00
tmpfs_fifoops.c Space/style cleanups after last set of commits. 2007-06-28 02:39:31 +00:00
tmpfs_fifoops.h Staticify most of fifo/vn operations, they should not 2007-06-28 02:36:41 +00:00
tmpfs_subr.c MFp4: 2007-07-08 15:56:12 +00:00
tmpfs_vfsops.c MFp4: 2007-07-08 15:56:12 +00:00
tmpfs_vnops.c MFp4: 2007-07-08 15:56:12 +00:00
tmpfs_vnops.h Staticify most of fifo/vn operations, they should not 2007-06-28 02:36:41 +00:00