Andreas Kling
e58a600d52
Kernel: Remove VLA usage in Ext2FS block traversal code
...
This was using up to 12KB of kernel stack in the triply indirect case
and looks generally spooky. Let's just allocate a ByteBuffer for now
and take the performance hit (of heap allocation). Longer term we can
reorganize the code to reduce the majority of the heap churn.
2021-03-10 16:33:47 +01:00
..
2021-02-08 18:27:28 +01:00
2021-01-25 18:57:06 +01:00
2021-02-28 18:09:12 +01:00
2021-02-12 11:59:27 +01:00
2021-02-23 20:56:54 +01:00
2021-02-12 16:24:40 +01:00
2021-02-23 20:56:54 +01:00
2021-02-12 10:26:29 +01:00
2021-01-26 21:20:00 +01:00
2021-03-08 09:20:53 +01:00
2021-03-10 16:33:47 +01:00
2021-03-04 11:25:45 +01:00
2021-03-09 22:10:41 +01:00
2021-01-03 22:12:19 +01:00
2021-01-25 18:57:06 +01:00
2021-02-23 20:56:54 +01:00
2020-07-05 12:26:27 +02:00
2020-07-05 12:26:27 +02:00
2021-03-08 18:47:40 +01:00
2021-02-28 18:09:12 +01:00
2021-02-23 20:56:54 +01:00
2021-02-12 10:26:29 +01:00
2021-03-09 22:10:41 +01:00
2021-03-04 15:42:51 +01:00
2021-03-02 08:36:08 +01:00
2021-01-30 22:54:51 +01:00
2021-02-28 18:09:12 +01:00
2021-02-12 10:26:29 +01:00
2021-02-23 20:56:54 +01:00
2020-12-14 23:05:53 +01:00
2021-02-23 20:56:54 +01:00
2021-02-12 10:26:29 +01:00
2021-03-07 17:31:25 +01:00
2021-02-28 18:09:12 +01:00
2021-03-04 15:42:51 +01:00
2021-02-12 10:26:29 +01:00
2021-03-09 22:10:41 +01:00
2020-12-26 11:54:54 +01:00