NetBSD/sys/fs/tmpfs
pooka 0c20c076ce Enforce RLIMIT_FSIZE before VOP_WRITE. This adds support to file
system drivers where it was missing from and fixes one buggy
implementation.  The arguably weird semantics of the check are
maintained (v_size vs. va_bytes, overwrite).
2010-04-23 15:38:46 +00:00
..
files.tmpfs Don't generate unused fs_thefs.h headers. 2010-03-02 16:43:48 +00:00
Makefile Install mount argument structure header just like every other file system. 2008-07-28 12:42:12 +00:00
tmpfs_args.h Solve the fstat-wants-to-look-at-kernel-data-structures in a nicer 2008-07-29 09:10:09 +00:00
tmpfs_fifoops.c add arg so it will compile. 2008-06-19 23:57:22 +00:00
tmpfs_fifoops.h Stop exposing fifofs internals and leave only fifo_vnodeop_p visible. 2010-03-29 13:11:32 +00:00
tmpfs_pool.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
tmpfs_pool.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
tmpfs_specops.c add NULL arg so it will compile. 2008-06-20 00:07:47 +00:00
tmpfs_specops.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
tmpfs_subr.c Simplify tmpfs_itimes() and use vfs_timestamp(). Also, replace unnecessary 2009-11-11 09:59:41 +00:00
tmpfs_vfsops.c Solve the fstat-wants-to-look-at-kernel-data-structures in a nicer 2008-07-29 09:10:09 +00:00
tmpfs_vnops.c Enforce RLIMIT_FSIZE before VOP_WRITE. This adds support to file 2010-04-23 15:38:46 +00:00
tmpfs_vnops.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
tmpfs.h Solve the fstat-wants-to-look-at-kernel-data-structures in a nicer 2008-07-29 09:10:09 +00:00
TODO Audit kqueue notifications. The reference behavior is taken from MFS and 2006-11-09 15:06:03 +00:00