| Age | Commit message (Collapse) | Author |
|
Signed-off-by: Amlal <amlal@nekernel.org>
|
|
`kHeFSDefaultVolumeName` in HeFS.
|
|
Signed-off-by: Amlal <amlal@nekernel.org>
|
|
Signed-off-by: Amlal <amlal@nekernel.org>
|
|
base layer of the filesystem.
Signed-off-by: Amlal <amlal@nekernel.org>
|
|
reintroduce VEPM.
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 <amlal@nekernel.org>
|
|
Signed-off-by: Amlal <amlal@nekernel.org>
|
|
Signed-off-by: Amlal <amlal@nekernel.org>
|
|
Signed-off-by: Amlal <amlal@nekernel.org>
|
|
Signed-off-by: Amlal <amlal@nekernel.org>
|
|
'clever'
Signed-off-by: Amlal <amlal@nekernel.org>
|
|
Signed-off-by: Amlal <amlal@nekernel.org>
|
|
Signed-off-by: Amlal <amlal@nekernel.org>
|
|
Signed-off-by: Amlal <amlal@nekernel.org>
|
|
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>
|