aboutsummaryrefslogtreecommitdiff
path: root/kernel/src/filesystem
AgeCommit message (Expand)AuthorFilesLines
8 daysadd dentry testsLukas Oesch2-2/+143
8 daysimplement unmount, improve error codesLukas Oesch7-32/+118
8 daysadd descriptions, some refactoringLukas Oesch6-16/+24
8 daysrefactoringLukas Oesch3-5/+2
8 daysImplement read data in ext2 inodeMarcel Braun2-3/+35
8 daysAdd file system pointer to ext2 inodeMarcel Braun2-3/+11
8 daysrefactoring map_inode_block_index_to_global_block_numberLukas Oesch1-53/+48
8 daysimplement map_inode_block_index_to_global_block_number and lookupLukas Oesch1-24/+96
8 daysfirst lookup draftLukas Oesch1-1/+47
8 daystemporary implementation of inode kindLukas Oesch1-12/+29
8 daysimplement read_inodeLukas Oesch1-8/+27
8 daysread block_group_descriptorsLukas Oesch1-0/+13
8 daysfix build, refactoringLukas Oesch4-15/+24
8 daysread ext2 superblock and check the magic numberLukas Oesch1-29/+37
8 daysautomatically detect the mounted file system type by trial-and-errorLukas Oesch2-8/+26
2026-03-31move device into kapiLukas Oesch5-11/+11
2026-03-30Rename ram_disk and storage filesmarcel.braun2-4/+4
2026-03-30Rename rootfs filesystem filesmarcel.braun4-40/+40
2026-03-30Rename devfs filesystem filesmarcel.braun4-31/+31
2026-03-30Rename ext2 filesystem filesmarcel.braun4-37/+37
2026-03-30Move everything in kernel into kernel namespacemarcel.braun15-30/+30
2026-03-30Fix linter warningsmarcel.braun1-22/+22
2026-03-29Save WIP add some definitions and helper functionsmarcel.braun1-0/+33
2026-03-29Move block device offset and size-to-blocks calculation to block_device_utilsmarcel.braun2-73/+5
2026-03-29remove redundant ext2_file classLukas Oesch1-20/+0
2026-03-28set flag (currently not needed)Lukas Oesch1-0/+1
2026-03-28fix vfs mount with /dev & /a and rootfs & devfsLukas Oesch5-85/+82
2026-03-26fix resolve_path -> first traverse rootfs before jumping into the mounted roo...Lukas Oesch1-10/+2
2026-03-26mock filesystem correctly for tests with /devLukas Oesch1-2/+7
2026-03-26mount /dev in the rootfsLukas Oesch2-2/+24
2026-03-26first draft of an devfs implementationLukas Oesch4-36/+98
2026-03-26currently do not support stacked mountsLukas Oesch1-1/+3
2026-03-26implement a rootfs to handle / mounts correctlyLukas Oesch6-39/+90
2026-03-26refactoring, add root_mount into the root_tableLukas Oesch2-22/+38
2026-03-26implement == and <=> operator in shared_ptrLukas Oesch1-2/+1
2026-03-26small refactoringLukas Oesch2-29/+13
2026-03-26Refactor mounting of new filesystems and path resolving in vfsmarcel.braun1-23/+30
2026-03-26Add root_dentry to filesystemmarcel.braun1-0/+11
2026-03-26Refactor mount_table entry (mount) to use dentry as key instead of pathmarcel.braun1-4/+5
2026-03-26Add mount_tablemarcel.braun1-0/+29
2026-03-26Add test for resolve_pathmarcel.braun1-1/+4
2026-03-26Implement resolve_pathmarcel.braun2-7/+57
2026-03-26Refactor move init logic into member functionmarcel.braun1-4/+11
2026-03-26Small refactoring use shared pointermarcel.braun1-1/+2
2026-03-26Refactor filesystemmarcel.braun2-6/+13
2026-03-26Add dentry structuremarcel.braun2-10/+28
2026-03-26Rename custody to dentry and add childrenmarcel.braun3-38/+38
2026-03-26implement device names with kstd::stringLukas Oesch1-1/+1
2026-03-26refactoring, node cannot be nullLukas Oesch1-6/+1
2026-03-26simplify architecture againLukas Oesch7-204/+113