| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-05-11 | feat(kernel/hefs): Fixed the shortcomings and issues of HeFS. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-05-04 | meta(format.sh): format codebase. | Amlal | |
| Signed-off-by: Amlal <amlal@nekernel.org> | |||
| 2025-05-03 | kernel: HeFS: breaking changes — major refactor of Index Node Directory layout | Amlal | |
| Why: - Enables efficient allocation of nested paths like '/boot/pagefile.sys' without pre-creating parent paths manually. - Reduces disk space waste by avoiding placeholder or stub directories. - Faster and cleaner: avoids expensive Utf8Char* traversal and comparison at runtime. - Prepares the filesystem for structural hashing and future journaling. Signed-off-by: Amlal <amlal@nekernel.org> | |||
