summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/src
AgeCommit message (Expand)Author
2025-05-05feat(kernel): new HeFS version, scheduler allocation tree improvements and re...0.0.2e1Amlal
2025-05-05feat(kernel): add .filetest to check if filesystem works correctly.Amlal
2025-05-05feat(kernel): remove usage of `left` inside `hefsi_rotate_tree`Amlal
2025-05-05fs:HeFS: Filesystem fixes.Amlal
2025-05-05feat(HeFS): Improving implementation and its quirks.Amlal
2025-05-05kernel(feat): fix compilation error casued by the previous commit being too '...Amlal
2025-05-04feat(cleanup): cleanup codebase.Amlal
2025-05-04meta(format.sh): format codebase.Amlal
2025-05-04feat(kernel/filesystem): update HeFS's FNV algorithm to 64-bit.Amlal
2025-05-04feat(filesystem): Update HeFS implementation and specifications.Amlal
2025-05-03FS:HeFS: document hefsi_hash_64.Amlal
2025-05-03Remove accidental add of HeFS+TreeParser.ccAmlal
2025-05-03kernel: HeFS: breaking changes — major refactor of Index Node Directory layoutAmlal
2025-05-02kernel: HeFS: disk security improvements and new CreateFile and DeleteFile me...0.0.2Amlal
2025-05-02kernel, FS: Mostly patches regarding NeFS's formating and disk write implemen...Amlal
2025-05-02kernel: tex: Update spec docs.Amlal
2025-05-02kernel, fskit: HeFS: Worked on IND allocation and added removal support.Amlal
2025-05-01kernel:ifs:HeFS: The IFS is now able to write IND into disk correctly.Amlal
2025-05-01kernel: HeFS: did progress on IND allocation.Amlal
2025-05-01kernel: scheduler and pef code mgr improvements.Amlal
2025-05-01tooling, fs: Improve tooling and clean up HeFS filesystem code.Amlal
2025-05-01kernel: mmap the blob to VMAddress in PEFCodeMgr, alongside other fixes regar...Amlal
2025-05-01dev, kernel: HeFS spec and tooling, and PEF spec updates.Amlal
2025-04-30kernel: keep track of cr3 in AMD HAL/HEL.Amlal
2025-04-30kernel, sched: worked on a pending ticket (process rebalancing)Amlal
2025-04-30kernel(HeFS): IFS traversal fixes.Amlal
2025-04-30kernel, FS/HeFS: saving changes on HeFS IFS.Amlal
2025-04-30kernel: filesystem+vmem: don't be verbose on the allocator when we don't need...Amlal
2025-04-29dev(kernel, HeFS): reworking filesystem to find an hybrid solution regarding ...Amlal
2025-04-29kernel, fs: Fixing and optimizing filesystem allocator.Amlal
2025-04-29kernel: Figuring out the EPM header bug; where it gets duplicated when writin...Amlal
2025-04-28kernel: getting that filesystem to work as intended.Amlal
2025-04-28dev, kernel: Fixed HeFS directory allocation routine.Amlal
2025-04-28dev, kernel: HeFS improvements and tweaks.Amlal
2025-04-28dev, kernel: HeFS, Tooling: reworked the mkfs.hefs tool for the new filesystem.Amlal
2025-04-27dev, kernel: HeFS had to be redesigned to be less problematic with hard-drives.Amlal
2025-04-27dev, kernel: refactor and improve parts of the kernel, related to I/OAmlal
2025-04-27dev, kernel: AHCI, HeFS filesystem, SysChk, and BootSATA improvements.Amlal
2025-04-27dev, kernel: AHCI support and HeFS improvements, alongside scheduler allocati...Amlal
2025-04-27dev, kernel: HeFS and disk related work and improvements.Amlal
2025-04-27dev: fixes and improvements, codebase formating too.Amlal
2025-04-26dev, kernel, tooling: add HeFS tooling and early allocation stategy.Amlal
2025-04-26dev, kernel and user: codebase additions and work in progress 'tactical pause'Amlal
2025-04-26kernel, hefs: fixing issues with rb-tree, regarding the traversal of inds.Amlal
2025-04-26dev, kernel: add kernel on when the traversal hits 0 (it should never happen)Amlal
2025-04-26dev, kernel: saving work in progress code regarding scheduler and filesystem.Amlal
2025-04-26dev, kernel: refactor rtl_init_object inside codebase.Amlal
2025-04-25dev: fix readme clone link.Amlal
2025-04-25dev, kernel: improve nefs format method, hefs format method.Amlal
2025-04-25dev: better .clang-format, ran format command.Amlal