aboutsummaryrefslogtreecommitdiff
path: root/kernel/src/filesystem/ext2/filesystem.cpp
AgeCommit message (Expand)AuthorFilesLines
2026-04-11add ext2 inode and filesystem testsLukas Oesch1-26/+12
2026-04-11implement unmount, improve error codesLukas Oesch1-8/+4
2026-04-11add descriptions, some refactoringLukas Oesch1-2/+10
2026-04-11refactoringLukas Oesch1-2/+0
2026-04-11Add file system pointer to ext2 inodeMarcel Braun1-1/+1
2026-04-11refactoring map_inode_block_index_to_global_block_numberLukas Oesch1-53/+48
2026-04-11implement map_inode_block_index_to_global_block_number and lookupLukas Oesch1-24/+96
2026-04-11first lookup draftLukas Oesch1-1/+47
2026-04-11temporary implementation of inode kindLukas Oesch1-12/+29
2026-04-11implement read_inodeLukas Oesch1-8/+27
2026-04-11read block_group_descriptorsLukas Oesch1-0/+13
2026-04-11fix build, refactoringLukas Oesch1-13/+14
2026-04-11read ext2 superblock and check the magic numberLukas Oesch1-29/+37
2026-03-31move device into kapiLukas Oesch1-2/+2
2026-03-30Rename ext2 filesystem filesmarcel.braun1-0/+72