File:
[NetBSD Developer Wiki] /
wikisrc /
projects /
project /
tmpfs-snapshot.mdwn
Revision
1.1:
download - view:
text,
annotated -
select for diffs
Sun Nov 6 19:58:46 2011 UTC (11 years, 10 months ago) by
jmmv
Branches:
MAIN
CVS tags:
HEAD
Add the projects from the website (htdocs/contrib/projects.xml).
At this point, all this is is a "blind conversion" from the xml file to
individual mdwn files. I did this by using a custom xslt file and some
manual cleanups on the files.
Most of these projects are still misclassified as they do not list the
correct difficulty or the category they list is not yet defined in the
wiki. Some other projects need to be pruned out due to the lack of
details (or moved to the ideas page). But this is a "good enough" start
that should allow me to nuke these same projects from htdocs.
[[!template id=project
title="Add snapshots to tmpfs"
contact="""
[tech-kern](mailto:tech-kern@NetBSD.org)
"""
category="filesystems"
difficulty=""
description="""
Add memory-efficient snapshots to tmpfs. A snapshot is a view of the
filesystem, frozen at a particular point in time. The snapshotted filesystem is
not frozen, only the view is. That is, you can continue to
read/write/create/delete files in the snapshotted filesystem.
The interface to snapshots may resemble the interface to null mounts, e.g.,
'mount -t snapshot /var/db /db-snapshot' makes a snapshot of /var/db/ at
/db-snapshot/.
You should exploit features of the virtual memory system like copy-on-write
memory pages to lazily make copies of files that appear both in a live tmpfs and
a snapshot. This will help conserve memory.
"""
]]
CVSweb for NetBSD wikisrc <wikimaster@NetBSD.org> software: FreeBSD-CVSweb