aboutsummaryrefslogtreecommitdiff
path: root/kernel/src/filesystem/device_inode.cpp
AgeCommit message (Collapse)AuthorFilesLines
2026-03-26use enable_shared_from_this instead of self invocation methodLukas Oesch1-7/+2
2026-03-26refactor file and inode architecture againLukas Oesch1-2/+12
2026-03-26first try to simplify the architecture (remove redundant inode_file and ↵Lukas Oesch1-28/+4
open() methods), add ext2_file placeholder struct
2026-03-26remove inode metadataLukas Oesch1-2/+48
2026-03-26prepare files for new inode structureLukas Oesch1-0/+6