aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-04-26fix bht buildLukas Oesch1-0/+0
2026-04-26rename file_descriptor_table to open_file_tableLukas Oesch8-62/+61
2026-04-26rename open_file_description to open_file_descriptorLukas Oesch10-113/+111
2026-04-25add documentation, refactoringLukas Oesch1-6/+6
2026-04-25remove unused includeLukas Oesch1-1/+0
2026-04-25add demo codeLukas Oesch1-0/+63
2026-04-23chore: banish relative includesFelix Morgner117-333/+332
2026-04-23chore: organize includesFelix Morgner41-92/+96
2026-04-21build: clean up configurationFelix Morgner1-50/+97
2026-04-19vfs open returns the dentry not the open file descriptionLukas Oesch6-23/+30
2026-04-19check that after mount the old file isn't available anymoreLukas Oesch1-0/+3
2026-04-19move m_inodes member into subclassLukas Oesch2-1/+3
2026-04-19add todo to support sparse filesLukas Oesch1-1/+3
2026-04-16Merge branch 'syscall-interface' into 'develop-BA-FS26'Marcel Braun21-129/+378
2026-04-16Merge branch 'fmorgner/develop-BA-FS26/acpi-refactor' into develop-BA-FS26Felix Morgner3-29/+27
2026-04-16acpi: introduce XSDT typeFelix Morgner1-23/+21
2026-04-16acpi: derive basic table from table headerFelix Morgner1-1/+1
2026-04-16acpi: introduce VLA tableFelix Morgner3-10/+10
2026-04-15kernel: improve bht speed using memory mappingFelix Morgner4-55/+98
2026-04-14add kapi filesystem testsLukas Oesch2-0/+130
2026-04-14add tests to mount filesystems backed by a fileLukas Oesch2-3/+66
2026-04-13Back filesystem by inode and not deviceMarcel Braun16-122/+117
2026-04-13Rename and refactorMarcel Braun1-6/+7
2026-04-13kstd: move formatting implementation to kstdFelix Morgner1-188/+10
2026-04-13kstd/format: hook up vformat_toFelix Morgner1-189/+192
2026-04-12Add fs syscall handlerMarcel Braun3-5/+65
2026-04-12Add commentMarcel Braun1-0/+1
2026-04-12RenameMarcel Braun1-4/+4
2026-04-11add ext2 inode and filesystem testsLukas Oesch7-26/+406
2026-04-11add open_file_description tests with real imageLukas Oesch1-0/+54
2026-04-11add vfs tests with real ext2 imagesLukas Oesch9-19/+330
2026-04-11add test for devfs edge caseLukas Oesch1-0/+9
2026-04-11add devfs filesystem tests, and storage_boot_module_fixture to mock real boot...Lukas Oesch7-5/+136
2026-04-11add deinit functions for singletons in testsLukas Oesch11-84/+116
2026-04-11add rootfs filesystem testsLukas Oesch2-0/+46
2026-04-11add devfs and rootfs inode testsLukas Oesch3-0/+139
2026-04-11fix testLukas Oesch1-1/+1
2026-04-11add file_descriptor_table testsLukas Oesch4-0/+167
2026-04-11add open_file_description testsLukas Oesch5-4/+77
2026-04-11fix mount table testsLukas Oesch1-4/+3
2026-04-11add mount_table testsLukas Oesch2-0/+165
2026-04-11add mount testsLukas Oesch2-0/+50
2026-04-11add test_support filesystemLukas Oesch3-0/+40
2026-04-11use separate test inodeLukas Oesch4-4/+46
2026-04-11remove todosLukas Oesch2-2/+5
2026-04-11fix is_block_device check, add device_inode and non-block device testsLukas Oesch4-3/+143
2026-04-11add non block device for testsLukas Oesch3-0/+44
2026-04-11add block_device testsLukas Oesch6-7/+56
2026-04-11add block_device_utils testsLukas Oesch3-1/+191
2026-04-11clean up includesLukas Oesch1-1/+0