History log of /netbsd-src/sys/fs/tmpfs/files.tmpfs (Results 1 – 6 of 6)
Revision Date Author Comments
# fe9a32c8 11-Oct-2014 uebayasi <uebayasi@NetBSD.org>

Define filesystem attributes with vfs dependency.


# aff071a2 09-May-2012 riastradh <riastradh@NetBSD.org>

Adapt tmpfs_rename to use genfs_rename.


# fc8b3b71 22-Jun-2010 rmind <rmind@NetBSD.org>

Replace tmpfs_pool custom allocator code with a simpler layer for memory
accounting. Use wired memory (which can be limited) for meta-data, and
kmem(9) for string allocations.

Close PR/31944. Fix

Replace tmpfs_pool custom allocator code with a simpler layer for memory
accounting. Use wired memory (which can be limited) for meta-data, and
kmem(9) for string allocations.

Close PR/31944. Fix PR/38361 while here. OK ad@.

show more ...


# 4f49fb99 02-Mar-2010 pooka <pooka@NetBSD.org>

Don't generate unused fs_thefs.h headers.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# ec933656 10-Sep-2005 jmmv <jmmv@NetBSD.org>

Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a

Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

The file-system is still *experimental*. Therefore, it is disabled by
default in all kernels. However, as typically done, a commented-out
entry is added in them to ease its setup.

Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.

OK'ed by my project mentor, William Studenmund (wrstuden@).

show more ...