<?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/lib/libfs/libfs.h</title><description>WebSVN RSS feed &#x2013; HelenOS</description><lastBuildDate>Sun, 17 May 2026 10:50:52 +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%2Flib%2Flibfs%2Flibfs.h&amp;max=40&amp;</link><atom:link href="https://historic.helenos.org/rss.php?path=%2F%2Ftrunk%2Fuspace%2Flib%2Flibfs%2Flibfs.h&amp;repname=HelenOS" rel="self" type="application/rss+xml" />
<item><pubDate>Sun, 28 Jun 2009 21:18:15 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4586 – Add libfs_stat() and let FAT and TMPFS use it.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add libfs_stat() and let FAT and TMPFS use it.&lt;/div&gt;~ /trunk/uspace/lib/libfs/libfs.c&lt;br /&gt;~ /trunk/uspace/lib/libfs/libfs.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&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%2Flib%2Flibfs%2Flibfs.h&amp;rev=4586</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Flib%2Flibfs%2Flibfs.h&amp;rev=4586</guid></item>
<item><pubDate>Wed, 03 Jun 2009 21:28:15 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 4484 – add libfs_open_node() helper function cleanup</title><description>&lt;div&gt;&lt;strong&gt;decky – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;add libfs_open_node() helper function&lt;br /&gt;
cleanup&lt;/div&gt;~ /trunk/uspace/lib/libfs/libfs.c&lt;br /&gt;~ /trunk/uspace/lib/libfs/libfs.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Flib%2Flibfs%2Flibfs.h&amp;rev=4484</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Flib%2Flibfs%2Flibfs.h&amp;rev=4484</guid></item>
<item><pubDate>Fri, 22 May 2009 21:18:39 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4429 – Add fs_handle argument to libfs_mount() needed to recognize homogenous mounts.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add fs_handle argument to libfs_mount() needed to recognize homogenous mounts.&lt;/div&gt;~ /trunk/uspace/lib/libfs/libfs.c&lt;br /&gt;~ /trunk/uspace/lib/libfs/libfs.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&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%2Flib%2Flibfs%2Flibfs.h&amp;rev=4429</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Flib%2Flibfs%2Flibfs.h&amp;rev=4429</guid></item>
<item><pubDate>Tue, 19 May 2009 23:49:05 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4409 – Rudimentary support for non-root mounts.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;Rudimentary support for non-root mounts.&lt;/div&gt;~ /trunk/uspace/lib/libfs/libfs.c&lt;br /&gt;~ /trunk/uspace/lib/libfs/libfs.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.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%2Flib%2Flibfs%2Flibfs.h&amp;rev=4409</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Flib%2Flibfs%2Flibfs.h&amp;rev=4409</guid></item>
<item><pubDate>Sat, 09 May 2009 23:56:50 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4370 – Streamline TMPFS and fix its design so that it properly ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;Streamline TMPFS and fix its design so that it properly supports hardlinks.&lt;br /&gt;
libfs operation unlink() is now passed also the name of the component being&lt;br /&gt;
unlinked.&lt;/div&gt;~ /trunk/uspace/lib/libfs/libfs.c&lt;br /&gt;~ /trunk/uspace/lib/libfs/libfs.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs.h&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs_dump.c&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%2Flib%2Flibfs%2Flibfs.h&amp;rev=4370</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Flib%2Flibfs%2Flibfs.h&amp;rev=4370</guid></item>
<item><pubDate>Wed, 06 May 2009 00:09:13 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4357 – Introduce the concept of FS nodes. A FS node is ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;Introduce the concept of FS nodes. A FS node is a typed abstraction of&lt;br /&gt;
file-system-specific node type. It replaces the void * in libfs interfaces&lt;br /&gt;
and is suitable for holding various information such as mount point data.&lt;/div&gt;~ /trunk/uspace/lib/libfs/libfs.c&lt;br /&gt;~ /trunk/uspace/lib/libfs/libfs.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs.h&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs_dump.c&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%2Flib%2Flibfs%2Flibfs.h&amp;rev=4357</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Flib%2Flibfs%2Flibfs.h&amp;rev=4357</guid></item>
<item><pubDate>Sun, 23 Nov 2008 13:27:15 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 3625 – libfs operation link() should return standard error code instead of ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;libfs operation link() should return standard error code instead of mere&lt;br /&gt;
true/false.&lt;/div&gt;~ /trunk/uspace/lib/libfs/libfs.c&lt;br /&gt;~ /trunk/uspace/lib/libfs/libfs.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs_dump.c&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%2Flib%2Flibfs%2Flibfs.h&amp;rev=3625</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Flib%2Flibfs%2Flibfs.h&amp;rev=3625</guid></item>
<item><pubDate>Sun, 09 Nov 2008 22:24:59 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 3575 – libfs create operation should take the device handle as argument.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;libfs create operation should take the device handle as argument.&lt;/div&gt;~ /trunk/uspace/lib/libfs/libfs.c&lt;br /&gt;~ /trunk/uspace/lib/libfs/libfs.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs_dump.c&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%2Flib%2Flibfs%2Flibfs.h&amp;rev=3575</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Flib%2Flibfs%2Flibfs.h&amp;rev=3575</guid></item>
<item><pubDate>Mon, 27 Oct 2008 17:53:38 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 3521 – Move libfs_blockread(), block_get() and block_put() to libblock.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 13 file(s) modified&lt;/strong&gt;&lt;br/&gt;Move libfs_blockread(), block_get() and block_put() to libblock.&lt;/div&gt;+ /trunk/uspace/lib/libblock&lt;br /&gt;+ /trunk/uspace/lib/libblock/libblock.c&lt;br /&gt;+ /trunk/uspace/lib/libblock/libblock.h&lt;br /&gt;+ /trunk/uspace/lib/libblock/Makefile&lt;br /&gt;~ /trunk/uspace/lib/libfs/libfs.c&lt;br /&gt;~ /trunk/uspace/lib/libfs/libfs.h&lt;br /&gt;~ /trunk/uspace/Makefile&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_fat.c&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/Makefile&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/Makefile&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs_dump.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Flib%2Flibfs%2Flibfs.h&amp;rev=3521</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Flib%2Flibfs%2Flibfs.h&amp;rev=3521</guid></item>
<item><pubDate>Thu, 07 Aug 2008 23:20:54 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 3252 – Add a comment to libfs_blockread() and change type from size_t ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add a comment to libfs_blockread() and change type from size_t to off_t at&lt;br /&gt;
various places.&lt;/div&gt;~ /trunk/uspace/lib/libfs/libfs.c&lt;br /&gt;~ /trunk/uspace/lib/libfs/libfs.h&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs_dump.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Flib%2Flibfs%2Flibfs.h&amp;rev=3252</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Flib%2Flibfs%2Flibfs.h&amp;rev=3252</guid></item>
<item><pubDate>Thu, 07 Aug 2008 21:01:24 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 3251 – Move tmpfs_blockread() to libfs and rename it to libfs_blockread(). Add ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Move tmpfs_blockread() to libfs and rename it to libfs_blockread().&lt;br /&gt;
Add one argument to specify block size.&lt;/div&gt;~ /trunk/uspace/lib/libfs/libfs.c&lt;br /&gt;~ /trunk/uspace/lib/libfs/libfs.h&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs_dump.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Flib%2Flibfs%2Flibfs.h&amp;rev=3251</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Flib%2Flibfs%2Flibfs.h&amp;rev=3251</guid></item>
<item><pubDate>Sun, 20 Apr 2008 13:22:33 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2863 – Revert libfs node_get() API to a model without the parent ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Revert libfs node_get() API to a model without the parent node pointer &lt;br /&gt;
argument.&lt;/div&gt;~ /trunk/uspace/lib/libfs/libfs.c&lt;br /&gt;~ /trunk/uspace/lib/libfs/libfs.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&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%2Flib%2Flibfs%2Flibfs.h&amp;rev=2863</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Flib%2Flibfs%2Flibfs.h&amp;rev=2863</guid></item>
<item><pubDate>Tue, 15 Apr 2008 05:15:43 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2858 – libfs destroy operation should rather return an error code instead ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;libfs destroy operation should rather return an error code instead of a truth&lt;br /&gt;
value.&lt;/div&gt;~ /trunk/uspace/lib/libfs/libfs.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&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%2Flib%2Flibfs%2Flibfs.h&amp;rev=2858</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Flib%2Flibfs%2Flibfs.h&amp;rev=2858</guid></item>
<item><pubDate>Tue, 15 Apr 2008 05:01:59 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2857 – Add stubs for unimplemented FAT libfs operations.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add stubs for unimplemented FAT libfs operations.&lt;/div&gt;~ /trunk/uspace/lib/libfs/libfs.c&lt;br /&gt;~ /trunk/uspace/lib/libfs/libfs.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&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%2Flib%2Flibfs%2Flibfs.h&amp;rev=2857</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Flib%2Flibfs%2Flibfs.h&amp;rev=2857</guid></item>
<item><pubDate>Mon, 14 Apr 2008 07:15:16 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2852 – Add node_put() to libfs operations and instrument libfs_lookup() to use ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add node_put() to libfs operations and instrument libfs_lookup() to use it at&lt;br /&gt;
appropriate places.&lt;br /&gt;
Add node_put() to libfs operations and instrument libfs_lookup() to use it at&lt;br /&gt;
appropriate places.&lt;br /&gt;
Add node_put() to libfs operations and instrument libfs_lookup() to use it at&lt;br /&gt;
appropriate places.&lt;br /&gt;
Add node_put() to libfs operations and instrument libfs_lookup() to use it at&lt;br /&gt;
appropriate places.&lt;br /&gt;
Add node_put() to libfs operations and instrument libfs_lookup() to use it at&lt;br /&gt;
appropriate places.&lt;br /&gt;
Add node_put() to libfs operations and instrument libfs_lookup() to use it at&lt;br /&gt;
appropriate places.&lt;/div&gt;~ /trunk/uspace/lib/libfs/libfs.c&lt;br /&gt;~ /trunk/uspace/lib/libfs/libfs.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&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%2Flib%2Flibfs%2Flibfs.h&amp;rev=2852</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Flib%2Flibfs%2Flibfs.h&amp;rev=2852</guid></item>
<item><pubDate>Sun, 13 Apr 2008 00:38:32 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2844 – Add fat_root_get() and fat_plb_get_char().</title><description>&lt;div&gt;&lt;strong&gt;jermar – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add fat_root_get() and fat_plb_get_char().&lt;/div&gt;~ /trunk/uspace/lib/libfs/libfs.c&lt;br /&gt;~ /trunk/uspace/lib/libfs/libfs.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&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%2Flib%2Flibfs%2Flibfs.h&amp;rev=2844</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Flib%2Flibfs%2Flibfs.h&amp;rev=2844</guid></item>
<item><pubDate>Thu, 10 Apr 2008 07:08:30 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2831 – Commit progress on the FAT file system server implementation.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;Commit progress on the FAT file system server implementation.&lt;/div&gt;~ /trunk/uspace/lib/libfs/libfs.c&lt;br /&gt;~ /trunk/uspace/lib/libfs/libfs.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&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%2Flib%2Flibfs%2Flibfs.h&amp;rev=2831</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Flib%2Flibfs%2Flibfs.h&amp;rev=2831</guid></item>
<item><pubDate>Wed, 02 Apr 2008 21:45:22 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2792 – libfs&apos; node_get() operation does not need the file system handle.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;libfs&apos; node_get() operation does not need the file system handle.&lt;/div&gt;~ /trunk/uspace/lib/libfs/libfs.c&lt;br /&gt;~ /trunk/uspace/lib/libfs/libfs.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%2Flib%2Flibfs%2Flibfs.h&amp;rev=2792</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Flib%2Flibfs%2Flibfs.h&amp;rev=2792</guid></item>
<item><pubDate>Mon, 31 Mar 2008 00:30:32 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 2791 – Make libfs_lookup() more generic.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Make libfs_lookup() more generic.&lt;/div&gt;~ /trunk/uspace/lib/libfs/libfs.c&lt;br /&gt;~ /trunk/uspace/lib/libfs/libfs.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%2Flib%2Flibfs%2Flibfs.h&amp;rev=2791</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Flib%2Flibfs%2Flibfs.h&amp;rev=2791</guid></item>
<item><pubDate>Tue, 11 Mar 2008 21:33:53 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 2770 – Introduce fs_handle_t, dev_handle_t and fs_index_t.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 8 file(s) modified&lt;/strong&gt;&lt;br/&gt;Introduce fs_handle_t, dev_handle_t and fs_index_t.&lt;/div&gt;~ /trunk/uspace/lib/libfs/libfs.c&lt;br /&gt;~ /trunk/uspace/lib/libfs/libfs.h&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_lookup.c&lt;br /&gt;~ /trunk/uspace/srv/vfs/vfs_ops.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%2Flib%2Flibfs%2Flibfs.h&amp;rev=2770</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Flib%2Flibfs%2Flibfs.h&amp;rev=2770</guid></item>
<item><pubDate>Sun, 09 Mar 2008 18:18:30 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 2763 – Support for rename().</title><description>&lt;div&gt;&lt;strong&gt;jermar – 10 file(s) modified&lt;/strong&gt;&lt;br/&gt;Support for rename().&lt;/div&gt;~ /trunk/uspace/app/tester/vfs/vfs1.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/vfs/vfs.c&lt;br /&gt;~ /trunk/uspace/lib/libc/include/stdio.h&lt;br /&gt;~ /trunk/uspace/lib/libfs/libfs.c&lt;br /&gt;~ /trunk/uspace/lib/libfs/libfs.h&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs_ops.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_lookup.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%2Flib%2Flibfs%2Flibfs.h&amp;rev=2763</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Flib%2Flibfs%2Flibfs.h&amp;rev=2763</guid></item>
<item><pubDate>Thu, 06 Mar 2008 23:33:27 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 2760 – Support for multiple TMPFS node names.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Support for multiple TMPFS node names.&lt;/div&gt;~ /trunk/uspace/lib/libfs/libfs.c&lt;br /&gt;~ /trunk/uspace/lib/libfs/libfs.h&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%2Flib%2Flibfs%2Flibfs.h&amp;rev=2760</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Flib%2Flibfs%2Flibfs.h&amp;rev=2760</guid></item>
<item><pubDate>Wed, 05 Mar 2008 23:11:57 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 2758 – No need to keep the parent pointer in the TMPFS ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;No need to keep the parent pointer in the TMPFS node.  Moreover, other file&lt;br /&gt;
systems won&apos;t have it either.  Finally, if TMPFS is to support hardlinks, there&lt;br /&gt;
can be multiple parents.&lt;/div&gt;~ /trunk/uspace/lib/libfs/libfs.c&lt;br /&gt;~ /trunk/uspace/lib/libfs/libfs.h&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%2Flib%2Flibfs%2Flibfs.h&amp;rev=2758</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Flib%2Flibfs%2Flibfs.h&amp;rev=2758</guid></item>
<item><pubDate>Wed, 27 Feb 2008 23:49:48 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 2747 – Move the core lookup logic from TMPFS to libfs.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Move the core lookup logic from TMPFS to libfs.&lt;/div&gt;~ /trunk/uspace/lib/libfs/libfs.c&lt;br /&gt;~ /trunk/uspace/lib/libfs/libfs.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%2Flib%2Flibfs%2Flibfs.h&amp;rev=2747</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Flib%2Flibfs%2Flibfs.h&amp;rev=2747</guid></item>
<item><pubDate>Sun, 16 Dec 2007 18:16:12 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 2644 – Move incomplete fs interface from fat.h to libfs.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Move incomplete fs interface from fat.h to libfs.&lt;/div&gt;~ /trunk/uspace/lib/libfs/libfs.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat.c&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Flib%2Flibfs%2Flibfs.h&amp;rev=2644</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Flib%2Flibfs%2Flibfs.h&amp;rev=2644</guid></item>
<item><pubDate>Sun, 16 Dec 2007 17:25:26 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 2643 – VFS work. Move FS registration code to libfs.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;VFS work.&lt;br /&gt;
Move FS registration code to libfs.&lt;/div&gt;~ /trunk/uspace/lib/libfs/libfs.c&lt;br /&gt;~ /trunk/uspace/lib/libfs/libfs.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat.c&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Flib%2Flibfs%2Flibfs.h&amp;rev=2643</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Flib%2Flibfs%2Flibfs.h&amp;rev=2643</guid></item>
<item><pubDate>Sat, 15 Dec 2007 13:45:21 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 2642 – Start libfs. libfs is to contain all common fs code.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;Start libfs.&lt;br /&gt;
libfs is to contain all common fs code.&lt;/div&gt;+ /trunk/uspace/lib/libfs&lt;br /&gt;+ /trunk/uspace/lib/libfs/libfs.c&lt;br /&gt;+ /trunk/uspace/lib/libfs/libfs.h&lt;br /&gt;+ /trunk/uspace/lib/libfs/Makefile&lt;br /&gt;~ /trunk/uspace/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Flib%2Flibfs%2Flibfs.h&amp;rev=2642</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Flib%2Flibfs%2Flibfs.h&amp;rev=2642</guid></item>
</channel></rss>