Files
banan-os/kernel/include/kernel
Bananymous ed82a18e2a Kernel: Fix deadlock in ext2 filesystem
If multiple threads were waiting for more block buffers without anyone
releasing them, they ended up in a deadlock.

Now we store 6 blocks for 8 threads. If a thread already has a block
buffer, it will not have to wait for a new one. Only if there are more
than 8 threads using blocks, will it block until there are free slots
for a thread available.
2026-01-10 00:30:30 +02:00
..
2026-01-02 17:50:22 +02:00
2024-03-26 02:48:26 +02:00
2026-01-08 17:13:59 +02:00
2026-01-06 22:26:10 +02:00
2025-08-11 14:07:37 +03:00
2024-09-27 15:31:31 +03:00
2024-01-24 15:53:38 +02:00
2024-01-24 15:53:38 +02:00
2025-08-05 17:12:26 +03:00
2026-01-09 22:27:59 +02:00
2025-05-13 10:16:21 +03:00
2025-07-02 00:17:42 +03:00