banan-os/kernel/kernel/FS
Bananymous 7a10e0e347 Kernel: Fix TmpFS inode linking
TmpFS now looks for empty entries in directories instead of always
appending files to the end of directories. This makes kernel not crash
after process pid 126 is created :D
2025-01-28 17:06:35 +02:00
..
DevFS Kernel: Create /dev/urandom -> /dev/random symlink 2024-12-03 16:12:26 +02:00
Ext2 Kernel: Remove unnecessary hash map lookups 2024-12-15 20:47:40 +02:00
FAT Kernel/LibC: Implement {,f}statvfs 2024-12-02 20:13:37 +02:00
ProcFS Kernel: Add . and .. entries to /proc/<pid> directories 2024-12-07 01:37:40 +02:00
TmpFS Kernel: Fix TmpFS inode linking 2025-01-28 17:06:35 +02:00
FileSystem.cpp Kernel: Implement read-only FAT12/16/32 driver with long name support 2024-06-14 01:04:12 +03:00
Inode.cpp Kernel/LibC: Add support for creating hardlinks 2024-12-03 16:12:26 +02:00
Pipe.cpp Kernel: Make pipe check data every 100ms 2024-12-03 21:54:27 +02:00
VirtualFileSystem.cpp Kernel: Remove unnecessary reverse from VFS file search 2024-12-07 01:41:23 +02:00