<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>HelenOS &#x2013; //trunk/uspace/srv/fs/tmpfs/tmpfs.c</title><description>WebSVN RSS feed &#x2013; HelenOS</description><lastBuildDate>Fri, 03 Apr 2026 23:31:28 +0200</lastBuildDate><generator>WebSVN 2.8.4</generator><language>en</language><link>https://historic.helenos.org/log.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ftmpfs%2Ftmpfs.c&amp;max=40&amp;peg=2765</link><atom:link href="https://historic.helenos.org/rss.php?path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ftmpfs%2Ftmpfs.c&amp;peg=2765&amp;repname=HelenOS" rel="self" type="application/rss+xml" />
<item><pubDate>Mon, 25 Feb 2008 23:22:57 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 2742 – Separate creation of a TMPFS node and its linking in ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;Separate creation of a TMPFS node and its linking in the file system name space.&lt;br /&gt;
Rename VFS_FREE to VFS_DESTROY and destroy_node() to unlink_node().&lt;/div&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs.c&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs.h&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c&lt;br /&gt;~ /trunk/uspace/srv/vfs/vfs.h&lt;br /&gt;~ /trunk/uspace/srv/vfs/vfs_node.c&lt;br /&gt;~ /trunk/uspace/srv/vfs/vfs_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ftmpfs%2Ftmpfs.c&amp;rev=2742&amp;peg=2765</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ftmpfs%2Ftmpfs.c&amp;rev=2742&amp;peg=2765</guid></item>
<item><pubDate>Sun, 17 Feb 2008 14:32:53 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 2731 – Add the VFS_FREE operation.  This operation frees up whatever ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 8 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add the VFS_FREE operation.  This operation frees up whatever resources used by&lt;br /&gt;
a file system node for which there is no name (i.e. an unlinked node).&lt;br /&gt;
&lt;br /&gt;
Cleanup VFS operations enums and remove unneeded VFS operations.&lt;/div&gt;~ /trunk/uspace/srv/fs/fat/fat.c&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs.c&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs.h&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c&lt;br /&gt;~ /trunk/uspace/srv/vfs/vfs.h&lt;br /&gt;~ /trunk/uspace/srv/vfs/vfs_file.c&lt;br /&gt;~ /trunk/uspace/srv/vfs/vfs_node.c&lt;br /&gt;~ /trunk/uspace/srv/vfs/vfs_register.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ftmpfs%2Ftmpfs.c&amp;rev=2731&amp;peg=2765</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ftmpfs%2Ftmpfs.c&amp;rev=2731&amp;peg=2765</guid></item>
<item><pubDate>Sun, 27 Jan 2008 19:54:16 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 2710 – VFS_WRITE and tmpfs_write fixes.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;VFS_WRITE and tmpfs_write fixes.&lt;/div&gt;~ /trunk/uspace/app/tester/vfs/vfs1.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/vfs.c&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs.c&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c&lt;br /&gt;~ /trunk/uspace/srv/vfs/vfs_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ftmpfs%2Ftmpfs.c&amp;rev=2710&amp;peg=2765</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ftmpfs%2Ftmpfs.c&amp;rev=2710&amp;peg=2765</guid></item>
<item><pubDate>Tue, 08 Jan 2008 22:58:58 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 2690 – Make a distinction between VFS operations that are common to ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;Make a distinction between VFS operations that are common to VFS and FS&lt;br /&gt;
implementations, operations that are VFS only and operations that are FS&lt;br /&gt;
implementations only.&lt;/div&gt;~ /trunk/uspace/srv/fs/fat/fat.c&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs.c&lt;br /&gt;~ /trunk/uspace/srv/vfs/vfs.c&lt;br /&gt;~ /trunk/uspace/srv/vfs/vfs.h&lt;br /&gt;~ /trunk/uspace/srv/vfs/vfs_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ftmpfs%2Ftmpfs.c&amp;rev=2690&amp;peg=2765</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ftmpfs%2Ftmpfs.c&amp;rev=2690&amp;peg=2765</guid></item>
<item><pubDate>Sat, 22 Dec 2007 23:58:57 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 2658 – VFS work. Foundation for TMPFS-side VFS_READ and fixes in VFS-side ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;VFS work.&lt;br /&gt;
Foundation for TMPFS-side VFS_READ and fixes in VFS-side VFS_READ.&lt;/div&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs.c&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs.h&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c&lt;br /&gt;~ /trunk/uspace/srv/vfs/vfs_read.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ftmpfs%2Ftmpfs.c&amp;rev=2658&amp;peg=2765</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ftmpfs%2Ftmpfs.c&amp;rev=2658&amp;peg=2765</guid></item>
<item><pubDate>Sun, 16 Dec 2007 18:18:20 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 2645 – Start TMPFS. Not loaded during boot as there is a ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;Start TMPFS.&lt;br /&gt;
Not loaded during boot as there is a reproducible kernel panic which occurs when&lt;br /&gt;
both tmpfs and fat are loaded.&lt;/div&gt;~ /trunk/uspace/Makefile&lt;br /&gt;+ /trunk/uspace/srv/fs/tmpfs&lt;br /&gt;+ /trunk/uspace/srv/fs/tmpfs/Makefile&lt;br /&gt;+ /trunk/uspace/srv/fs/tmpfs/tmpfs.c&lt;br /&gt;+ /trunk/uspace/srv/fs/tmpfs/tmpfs.h&lt;br /&gt;+ /trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ftmpfs%2Ftmpfs.c&amp;rev=2645&amp;peg=2765</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ftmpfs%2Ftmpfs.c&amp;rev=2645&amp;peg=2765</guid></item>
</channel></rss>