banan-os/kernel/kernel/FS
Bananymous 2301654c4e Kernel: Rework RamInode API
RamInode is now a general RamInode with no data. RamFileInode is now
a inode for regular files. This is much cleaner and more intuitive
since there is no reason for most non-regular inodes to hold data
Vector.
2023-09-30 19:22:30 +03:00
..
DevFS Kernel: Rework RamInode API 2023-09-30 19:22:30 +03:00
Ext2 Kernel: Ext2 inodes are now stored in cache 2023-09-25 20:31:40 +03:00
RamFS Kernel: Rework RamInode API 2023-09-30 19:22:30 +03:00
Inode.cpp Kernel: Start work on making inodes more thread safe 2023-09-10 00:31:42 +03:00
Pipe.cpp All: Clear lines with only whitspace in them 2023-09-10 00:31:42 +03:00
VirtualFileSystem.cpp Kernel: Rework RamInode API 2023-09-30 19:22:30 +03:00