aboutsummaryrefslogtreecommitdiff
path: root/kernel/src/filesystem/ext2/inode.cpp
AgeCommit message (Expand)AuthorFilesLines
4 daysRefactor data types in ext2Marcel Braun1-1/+1
4 daysrefactoringLukas Oesch1-10/+9
7 daysimplement sparse files, fix bug with reading more than inode sizeLukas Oesch1-8/+14
8 daysDetermine ext2 inode size depending on revision level, add const to several m...Marcel Braun1-4/+16
2026-05-05Implement symlink read in inode, fix max amount of bytes to readMarcel Braun1-1/+15
2026-05-05add is_symbolic_link method in ext2 inodeLukas Oesch1-0/+5
2026-05-05refactor inode kindLukas Oesch1-3/+18
2026-04-23chore: banish relative includesFelix Morgner1-4/+4
2026-04-23chore: organize includesFelix Morgner1-2/+2
2026-04-19add todo to support sparse filesLukas Oesch1-1/+3
2026-04-13Back filesystem by inode and not deviceMarcel Braun1-4/+3
2026-04-11add descriptions, some refactoringLukas Oesch1-1/+1
2026-04-11Implement read data in ext2 inodeMarcel Braun1-3/+30
2026-04-11Add file system pointer to ext2 inodeMarcel Braun1-2/+10
2026-03-30Rename ext2 filesystem filesmarcel.braun1-0/+24