<?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/fat/fat_fat.c</title><description>WebSVN RSS feed &#x2013; HelenOS</description><lastBuildDate>Sun, 05 Apr 2026 09:33:31 +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%2Ffat%2Ffat_fat.c&amp;max=40&amp;peg=3580</link><atom:link href="https://historic.helenos.org/rss.php?path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2Ffat_fat.c&amp;peg=3580&amp;repname=HelenOS" rel="self" type="application/rss+xml" />
<item><pubDate>Sun, 09 Nov 2008 20:24:11 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 3573 – VFS_WRITE has two return arguments on success.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;VFS_WRITE has two return arguments on success.&lt;/div&gt;~ /trunk/uspace/srv/fs/fat/fat_fat.c&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2Ffat_fat.c&amp;rev=3573&amp;peg=3580</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2Ffat_fat.c&amp;rev=3573&amp;peg=3580</guid></item>
<item><pubDate>Sun, 09 Nov 2008 18:23:53 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 3572 – Finish implementation of fat_truncate() and fix several warnings.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Finish implementation of fat_truncate() and fix several warnings.&lt;/div&gt;~ /trunk/uspace/srv/fs/fat/fat_fat.c&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_fat.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2Ffat_fat.c&amp;rev=3572&amp;peg=3580</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2Ffat_fat.c&amp;rev=3572&amp;peg=3580</guid></item>
<item><pubDate>Sun, 09 Nov 2008 15:12:20 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 3571 – Simplify the fat_cluster_walk() interface. Introduce the bn_t type for holding ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Simplify the fat_cluster_walk() interface.&lt;br /&gt;
Introduce the bn_t type for holding block offsets.&lt;/div&gt;~ /trunk/uspace/lib/libblock/libblock.c&lt;br /&gt;~ /trunk/uspace/lib/libblock/libblock.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_fat.c&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_fat.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2Ffat_fat.c&amp;rev=3571&amp;peg=3580</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2Ffat_fat.c&amp;rev=3571&amp;peg=3580</guid></item>
<item><pubDate>Wed, 05 Nov 2008 23:50:38 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 3551 – Need to initialize the lcl variable via a call to ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Need to initialize the lcl variable via a call to fat_cluster_walk().&lt;/div&gt;~ /trunk/uspace/srv/fs/fat/fat_fat.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2Ffat_fat.c&amp;rev=3551&amp;peg=3580</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2Ffat_fat.c&amp;rev=3551&amp;peg=3580</guid></item>
<item><pubDate>Wed, 05 Nov 2008 23:28:54 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 3550 – Extend _fat_blcks_get() to fat_cluster_walk(). Use fat_cluster_walk() to implement fat_clusters_get() and ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Extend _fat_blcks_get() to fat_cluster_walk(). Use fat_cluster_walk() to&lt;br /&gt;
implement fat_clusters_get() and _fat_block_get().&lt;/div&gt;~ /trunk/uspace/srv/fs/fat/fat_fat.c&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_fat.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2Ffat_fat.c&amp;rev=3550&amp;peg=3580</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2Ffat_fat.c&amp;rev=3550&amp;peg=3580</guid></item>
<item><pubDate>Sun, 02 Nov 2008 18:54:25 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 3542 – Do not use/pass the superfluous block size argument to block_get().</title><description>&lt;div&gt;&lt;strong&gt;jermar – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Do not use/pass the superfluous block size argument to block_get().&lt;/div&gt;~ /trunk/uspace/lib/libblock/libblock.c&lt;br /&gt;~ /trunk/uspace/lib/libblock/libblock.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_fat.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2Ffat_fat.c&amp;rev=3542&amp;peg=3580</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2Ffat_fat.c&amp;rev=3542&amp;peg=3580</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%2Fsrv%2Ffs%2Ffat%2Ffat_fat.c&amp;rev=3521&amp;peg=3580</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2Ffat_fat.c&amp;rev=3521&amp;peg=3580</guid></item>
<item><pubDate>Mon, 27 Oct 2008 15:25:24 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 3518 – Add comments to functions in fat_fat.c.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add comments to functions in fat_fat.c.&lt;/div&gt;~ /trunk/uspace/srv/fs/fat/fat_fat.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2Ffat_fat.c&amp;rev=3518&amp;peg=3580</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2Ffat_fat.c&amp;rev=3518&amp;peg=3580</guid></item>
<item><pubDate>Mon, 27 Oct 2008 14:28:29 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 3517 – Add FAT allocation futex.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add FAT allocation futex.&lt;/div&gt;~ /trunk/uspace/srv/fs/fat/fat_fat.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2Ffat_fat.c&amp;rev=3517&amp;peg=3580</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2Ffat_fat.c&amp;rev=3517&amp;peg=3580</guid></item>
<item><pubDate>Mon, 27 Oct 2008 13:45:08 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 3516 – Pass the buffer holding the boot sector to the internal ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Pass the buffer holding the boot sector to the internal functions so that it&lt;br /&gt;
doesn&apos;t have to be block_get()&apos;ed in each function. The idea is that the boot&lt;br /&gt;
block should be read by the top-level functions in fat_ops.c and passed down the&lt;br /&gt;
call chain.&lt;/div&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_fat.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2Ffat_fat.c&amp;rev=3516&amp;peg=3580</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2Ffat_fat.c&amp;rev=3516&amp;peg=3580</guid></item>
<item><pubDate>Sun, 26 Oct 2008 20:49:14 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 3513 – Implementation of fat_append_clusters().</title><description>&lt;div&gt;&lt;strong&gt;jermar – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Implementation of fat_append_clusters().&lt;/div&gt;~ /trunk/uspace/srv/fs/fat/fat_fat.c&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_fat.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2Ffat_fat.c&amp;rev=3513&amp;peg=3580</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2Ffat_fat.c&amp;rev=3513&amp;peg=3580</guid></item>
<item><pubDate>Sun, 26 Oct 2008 19:22:03 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 3512 – Make sure that data are converted from / to the ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Make sure that data are converted from / to the native endianity when writing them&lt;br /&gt;
out to / reading them in from the file system.&lt;/div&gt;~ /trunk/uspace/srv/fs/fat/fat_fat.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2Ffat_fat.c&amp;rev=3512&amp;peg=3580</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2Ffat_fat.c&amp;rev=3512&amp;peg=3580</guid></item>
<item><pubDate>Sun, 26 Oct 2008 18:26:32 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 3510 – Implementation of fat_mark_cluster().</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Implementation of fat_mark_cluster().&lt;/div&gt;~ /trunk/uspace/srv/fs/fat/fat_fat.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2Ffat_fat.c&amp;rev=3510&amp;peg=3580</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2Ffat_fat.c&amp;rev=3510&amp;peg=3580</guid></item>
<item><pubDate>Sun, 26 Oct 2008 16:35:26 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 3507 – Implement fat_alloc_shadow_clusters().</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Implement fat_alloc_shadow_clusters().&lt;/div&gt;~ /trunk/uspace/srv/fs/fat/fat_fat.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2Ffat_fat.c&amp;rev=3507&amp;peg=3580</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2Ffat_fat.c&amp;rev=3507&amp;peg=3580</guid></item>
<item><pubDate>Sun, 26 Oct 2008 15:10:53 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 3506 – Move functionality related to manipulatings file allocation tables to fat_fat.c.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Move functionality related to manipulatings file allocation tables to fat_fat.c.&lt;/div&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_fat.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2Ffat_fat.c&amp;rev=3506&amp;peg=3580</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2Ffat_fat.c&amp;rev=3506&amp;peg=3580</guid></item>
<item><pubDate>Sun, 26 Oct 2008 13:25:00 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 3504 – Prepare to break fat_ops.c into multiple files.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;Prepare to break fat_ops.c into multiple files.&lt;/div&gt;+ /trunk/uspace/srv/fs/fat/fat_dentry.c&lt;br /&gt;+ /trunk/uspace/srv/fs/fat/fat_dentry.h&lt;br /&gt;+ /trunk/uspace/srv/fs/fat/fat_fat.c&lt;br /&gt;+ /trunk/uspace/srv/fs/fat/fat_fat.h&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%2Fsrv%2Ffs%2Ffat%2Ffat_fat.c&amp;rev=3504&amp;peg=3580</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2Ffat_fat.c&amp;rev=3504&amp;peg=3580</guid></item>
</channel></rss>