banan-os/kernel/include/kernel/FS
Bananymous 9f4b451501 Kernel: Fix epoll deadlock
If epoll_wait and epoll_notify were called at the same time, there was a
possible deadlock when epoll was confirming the event from the inode
2025-06-01 13:48:03 +03:00
..
DevFS Kernel: Rewrite the whole scheduler and re-architecture SMP handling 2024-07-22 00:33:50 +03:00
Ext2 Kernel/LibC: Implement utime* family functions 2025-06-01 13:48:03 +03:00
FAT Kernel/LibC: Implement utime* family functions 2025-06-01 13:48:03 +03:00
ProcFS Kernel: Rename has_hangup -> has_hungup 2025-05-17 12:39:23 +03:00
TmpFS Kernel/LibC: Implement utime* family functions 2025-06-01 13:48:03 +03:00
FileSystem.h Kernel/LibC: Implement {,f}statvfs 2024-12-02 20:13:37 +02:00
Inode.h Kernel: Fix epoll deadlock 2025-06-01 13:48:03 +03:00
Pipe.h Kernel: Cleanup and fix pipe 2025-05-29 01:02:22 +03:00
Socket.h Kernel/LibC: Implement {,f}statvfs 2024-12-02 20:13:37 +02:00
VirtualFileSystem.h Kernel/LibC: Implement {,f}statvfs 2024-12-02 20:13:37 +02:00