Andreas Kling
9e4dd834ab
Ext2FS: Simplify inode creation by always starting empty
...
We had two ways of creating a new Ext2FS inode. Either they were empty,
or they started with some pre-allocated size.
In practice, the pre-sizing code path was only used for new directories
and it didn't actually improve anything as far as I can tell.
This patch simplifies inode creation by simply always allocating empty
inodes. Block allocation and block list generation now always happens
on the same code path.
2021-02-02 18:58:26 +01:00
..
2021-01-26 21:20:00 +01:00
2021-02-01 09:54:32 +01:00
2021-02-02 18:58:26 +01:00
2021-02-02 16:53:11 +01:00
2021-02-02 18:58:26 +01:00
2021-01-26 21:20:00 +01:00
2021-01-27 22:48:41 +01:00
2021-01-31 12:13:16 +01:00
2021-01-31 19:06:40 +01:00
2021-01-29 21:20:38 +01:00
2021-02-01 09:54:32 +01:00
2021-01-12 09:11:45 +01:00
2021-01-27 21:12:24 +01:00
2021-01-26 21:20:00 +01:00
2021-02-01 17:13:23 +01:00
2021-01-30 09:18:46 +01:00
2020-12-21 00:09:48 +01:00
2021-02-01 17:13:23 +01:00
2020-09-25 21:18:17 +02:00
2021-01-20 23:20:02 +01:00
2021-01-22 22:17:39 +01:00
2021-01-28 08:41:18 +01:00
2020-12-30 16:28:27 +01:00
2021-01-26 21:20:00 +01:00
2021-02-01 17:13:23 +01:00
2021-02-01 17:13:23 +01:00
2021-01-01 23:43:44 +01:00
2020-11-30 13:17:02 +01:00
2021-01-17 20:30:31 +01:00
2021-01-26 21:20:00 +01:00
2021-01-17 20:30:31 +01:00
2021-02-01 17:13:23 +01:00
2021-01-11 22:07:01 +01:00
2021-01-12 09:11:45 +01:00
2021-01-03 22:12:19 +01:00
2021-01-03 22:12:19 +01:00
2021-01-09 21:11:09 +01:00
2021-01-22 22:14:30 +01:00
2020-12-26 10:05:50 +01:00
2021-01-22 22:17:39 +01:00
2021-01-22 22:17:39 +01:00
2021-01-26 21:20:00 +01:00
2021-01-25 09:47:36 +01:00
2020-12-16 23:38:17 +01:00
2021-01-22 22:17:39 +01:00
2021-01-20 23:20:02 +01:00
2021-01-17 14:36:53 +01:00
2021-01-09 21:11:09 +01:00
2021-01-28 08:41:18 +01:00
2021-02-01 09:54:32 +01:00
2020-11-30 13:17:02 +01:00
2020-11-30 13:17:02 +01:00
2021-01-20 23:20:02 +01:00
2020-09-25 21:18:17 +02:00
2021-01-28 08:15:26 +01:00
2021-01-28 08:15:26 +01:00
2021-01-28 17:35:41 +01:00
2021-01-28 17:35:41 +01:00
2020-12-27 11:09:30 +01:00
2021-01-17 20:30:31 +01:00
2021-01-17 20:30:31 +01:00
2021-01-27 21:12:24 +01:00
2021-01-28 17:35:41 +01:00
2021-01-28 17:35:41 +01:00
2021-01-26 21:20:00 +01:00
2020-12-21 18:26:12 +01:00
2021-01-04 19:13:52 +01:00
2021-02-01 17:13:23 +01:00
2020-12-26 16:10:04 +01:00
2021-01-09 21:11:09 +01:00
2021-01-26 21:20:00 +01:00
2021-01-25 22:54:55 +01:00