banan-os/kernel/kernel/FS
Bananymous 391fc0c4c2 Kernel: Don't crash if Ext2 filesystem doing too many fileops
I had a hardlimit of 10 block buffers and if they ran out, the kernel
would crash. this patchs increases the number of buffers to 16 and
removes the crash condition when they run out :D
2025-08-28 15:55:40 +03:00
..
DevFS Kernel: Remove kernel processes 2025-07-02 01:54:03 +03:00
Ext2 Kernel: Don't crash if Ext2 filesystem doing too many fileops 2025-08-28 15:55:40 +03:00
FAT LibC: Make time_t signed integer 2025-08-19 16:23:30 +03:00
ProcFS Kernel: Add /proc/<pid>/exe 2025-08-28 15:55:40 +03:00
TmpFS Kernel: Add hardlink support to tmpfs 2025-08-28 15:55:40 +03: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: Cleanup hardlink creation 2025-08-28 15:55:40 +03:00
Pipe.cpp Kernel: Fix most of mutex + block race conditions 2025-06-06 03:59:22 +03:00
USTARModule.cpp Kernel: Add hardlink support to USTAR 2025-08-28 15:55:40 +03:00
VirtualFileSystem.cpp Kernel: Don't limit /tmp max size 2025-08-28 15:55:40 +03:00