aboutsummaryrefslogtreecommitdiff
path: root/kernel/src/filesystem/device_inode.cpp
AgeCommit message (Expand)AuthorFilesLines
6 daysrefactoringLukas Oesch1-3/+1
2026-03-31move device into kapiLukas Oesch1-3/+3
2026-03-30Move everything in kernel into kernel namespacemarcel.braun1-2/+2
2026-03-29Move block device offset and size-to-blocks calculation to block_device_utilsmarcel.braun1-73/+3
2026-03-26first draft of an devfs implementationLukas Oesch1-0/+5
2026-03-26simplify architecture againLukas Oesch1-6/+94
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 open(...Lukas Oesch1-28/+4
2026-03-26remove inode metadataLukas Oesch1-2/+48
2026-03-26prepare files for new inode structureLukas Oesch1-0/+6