aboutsummaryrefslogtreecommitdiff
path: root/kernel/kapi/filesystem.cpp
AgeCommit message (Collapse)AuthorFilesLines
4 daysrefactoringLukas Oesch1-10/+10
4 daysuniform interface for open and closeLukas Oesch1-1/+1
4 daysMount can only be unmounted if no references are present, increment ↵Lukas Oesch1-1/+9
references on open file and decrement on close file
4 daysTrack dentry instead of inode in open_file_descriptorMarcel Braun1-1/+1
2026-04-26rename file_descriptor_table to open_file_tableLukas Oesch1-5/+5
2026-04-26rename open_file_description to open_file_descriptorLukas Oesch1-7/+7
2026-04-25add documentation, refactoringLukas Oesch1-6/+6
2026-04-23chore: banish relative includesFelix Morgner1-4/+4
2026-04-23chore: organize includesFelix Morgner1-0/+1
2026-04-19vfs open returns the dentry not the open file descriptionLukas Oesch1-1/+5
2026-04-13Back filesystem by inode and not deviceMarcel Braun1-1/+5
2026-04-13Rename and refactorMarcel Braun1-0/+60