<feed xmlns='http://www.w3.org/2005/Atom'>
<title>NeKernel/tooling/hefs.h, branch v0.1.2-develop</title>
<subtitle></subtitle>
<id>https://git.nekernel.org/cgit/NeKernel/atom?h=v0.1.2-develop</id>
<link rel='self' href='https://git.nekernel.org/cgit/NeKernel/atom?h=v0.1.2-develop'/>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/'/>
<updated>2025-07-04T13:43:44+00:00</updated>
<entry>
<title>feat: libmkfs: a new library to format filesystem and utilities for</title>
<updated>2025-07-04T13:43:44+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-07-04T13:43:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=32edc6508c91e51316d67b92eb86b4e72d0a41a4'/>
<id>urn:sha1:32edc6508c91e51316d67b92eb86b4e72d0a41a4</id>
<content type='text'>
them.

Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>fix: tooling/hefs.h: Fix enum value for `kHeFSEncodingFlagsUTF8`</title>
<updated>2025-06-11T07:20:23+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-06-11T07:20:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=6c99ee6e9c0b64ad9b9c5e3bc039800b1631a315'/>
<id>urn:sha1:6c99ee6e9c0b64ad9b9c5e3bc039800b1631a315</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: HeFS: Updated and fixed HeFS's enums.</title>
<updated>2025-06-11T07:15:38+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-06-11T07:14:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=b4e53404c4f6bfc8dcbed4aeb7868f2c8fb77572'/>
<id>urn:sha1:b4e53404c4f6bfc8dcbed4aeb7868f2c8fb77572</id>
<content type='text'>
Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>feat(tooling): update HeFS headers, and better HeFS tooling.</title>
<updated>2025-05-08T06:48:57+00:00</updated>
<author>
<name>Amlal</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-05-08T06:48:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=a8782019a20f5487494e436f79b876b57f7229e1'/>
<id>urn:sha1:a8782019a20f5487494e436f79b876b57f7229e1</id>
<content type='text'>
Signed-off-by: Amlal &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>dev(kernel): Fix typo of `kHeFSDefaultVoluneName` to `kHeFSDefaultVolumeName` in HeFS.</title>
<updated>2025-05-06T19:07:48+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal.elmahrouss@icloud.com</email>
</author>
<published>2025-05-06T19:07:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=4a80c0e7eaa36817f52e0f3cd6d8c8e07bf860dc'/>
<id>urn:sha1:4a80c0e7eaa36817f52e0f3cd6d8c8e07bf860dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(kernel): new HeFS version, scheduler allocation tree improvements and reintroduce VEPM.</title>
<updated>2025-05-05T07:56:40+00:00</updated>
<author>
<name>Amlal</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-05-05T07:56:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=0c54169b6517fc7acbe4281399fa8146219a8e2c'/>
<id>urn:sha1:0c54169b6517fc7acbe4281399fa8146219a8e2c</id>
<content type='text'>
why?

 - The extents structure on HeFS has to be clearer.
 - The allocation tracker group has to be organized according to pointer size.
 - VEPM was scraped because HeFS took time, so now I can focus on it now.

Signed-off-by: Amlal &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>mkfs: hefs: pack structure to avoid additional alignement.</title>
<updated>2025-05-01T10:00:57+00:00</updated>
<author>
<name>Amlal</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-05-01T10:00:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=f3345dfebdc9b1668611e80f30cb5bac69db4a49'/>
<id>urn:sha1:f3345dfebdc9b1668611e80f30cb5bac69db4a49</id>
<content type='text'>
Signed-off-by: Amlal &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>dev, kernel: HeFS spec and tooling, and PEF spec updates.</title>
<updated>2025-05-01T06:30:58+00:00</updated>
<author>
<name>Amlal</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-05-01T06:30:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=72fa8a81498a53491950f92d9e96fbe6dd65cc04'/>
<id>urn:sha1:72fa8a81498a53491950f92d9e96fbe6dd65cc04</id>
<content type='text'>
Signed-off-by: Amlal &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>dev, kernel: HeFS, Tooling: reworked the mkfs.hefs tool for the new filesystem.</title>
<updated>2025-04-28T07:06:35+00:00</updated>
<author>
<name>Amlal</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-04-28T07:06:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=2ead335ccc7afd8e1b2a6533e966c10f49fbdfe9'/>
<id>urn:sha1:2ead335ccc7afd8e1b2a6533e966c10f49fbdfe9</id>
<content type='text'>
other/related:
 - Add new KPC codes.
 - Final refactors for HeFS's Format method.
 - Dma pool improvements.
 - Better standard disk I/O names.
 - Add mm_memory_fence function inside HalPagingMgrAMD64.cc

Signed-off-by: Amlal &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>dev, kernel: HeFS and disk related work and improvements.</title>
<updated>2025-04-27T08:58:37+00:00</updated>
<author>
<name>Amlal</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-04-27T08:58:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=2a064da4102e8c9b70b2648cc3bfc116b38fe35a'/>
<id>urn:sha1:2a064da4102e8c9b70b2648cc3bfc116b38fe35a</id>
<content type='text'>
Signed-off-by: Amlal &lt;amlal@nekernel.org&gt;
</content>
</entry>
</feed>
