Andreas Kling
bff59eff4b
Ext2FS: Fix two bugs in block allocation:
...
1) Off-by-one in block allocation when block size != 1 KB
Due to a quirk in the on-disk layout of ext2, file systems with a block
size of 1 KB have block #1 as their first block, while all others start
on block #0 .
2) We had no fallback mechanism when the preferred group was full
We now allocate blocks from the preferred block group as long as it's
possible, and fall back to a simple scan through all groups when the
preferred one is full.
2019-09-22 18:37:17 +02:00
..
2019-09-14 20:21:10 +02:00
2019-09-21 16:31:52 +02:00
2019-09-06 15:36:54 +02:00
2019-09-22 18:37:17 +02:00
2019-09-16 10:33:27 +02:00
2019-09-19 21:42:59 +02:00
2019-09-16 09:01:44 +02:00
2019-09-22 15:12:29 +02:00
2019-08-06 21:09:24 +02:00
2019-06-30 10:41:26 +02:00
2019-06-07 20:02:01 +02:00
2019-06-04 07:15:44 -07:00
2019-07-03 16:57:37 +02:00
2019-09-21 15:25:08 +02:00
2019-07-03 21:20:13 +02:00
2019-07-03 21:20:13 +02:00
2019-07-03 21:20:13 +02:00
2019-07-03 21:20:13 +02:00
2019-07-03 21:20:13 +02:00
2019-07-03 21:20:13 +02:00
2019-08-18 07:40:02 +02:00
2019-08-11 08:22:42 +02:00
2019-09-16 10:33:27 +02:00
2019-05-17 21:59:48 +02:00
2019-07-13 08:00:24 +02:00
2019-07-09 15:04:43 +02:00
2019-07-03 21:20:13 +02:00
2019-08-24 18:33:22 +02:00
2019-08-06 20:04:12 +02:00
2019-09-06 15:36:54 +02:00
2019-07-03 21:20:13 +02:00
2019-07-24 10:25:43 +02:00
2019-09-06 15:36:54 +02:00
2019-09-09 08:14:00 +02:00
2019-08-02 19:22:48 +02:00
2019-08-11 08:22:42 +02:00
2019-08-07 20:37:05 +02:00
2019-09-06 15:36:54 +02:00
2019-09-14 20:21:06 +02:00
2019-07-29 11:19:04 +02:00
2019-09-16 07:49:43 +02:00
2019-09-16 10:33:27 +02:00
2019-07-03 21:20:13 +02:00
2019-07-03 21:20:13 +02:00
2019-08-14 06:28:53 +02:00
2019-08-14 06:28:53 +02:00
2019-09-17 16:00:37 +02:00
2019-09-15 11:47:21 +02:00
2019-07-03 21:20:13 +02:00
2019-07-09 15:04:45 +02:00
2019-07-03 21:20:13 +02:00
2019-05-28 17:31:20 +02:00
2019-09-09 09:19:43 +02:00
2019-09-14 20:21:10 +02:00
2019-09-14 20:21:10 +02:00
2019-09-04 11:27:14 +02:00
2019-09-04 11:27:14 +02:00
2019-09-16 09:01:44 +02:00
2019-08-11 16:30:43 +02:00
2019-06-04 07:15:44 -07:00
2019-09-13 14:04:38 +02:00
2019-09-13 16:30:22 +02:00
2019-09-09 08:35:43 +02:00
2019-09-09 08:35:43 +02:00
2019-09-19 21:42:59 +02:00