commit | 6bef9240ee36bd9606aaa2443b398744d9626c8f | [log] [tgz] |
---|---|---|
author | Nico Huber <nico.h@gmx.de> | Fri Jan 26 23:47:49 2024 +0100 |
committer | Nico Huber <nico.h@gmx.de> | Sun Jan 28 14:24:59 2024 +0100 |
tree | 1d7220aeca3816a9715a8cfb12eac3a563ffd8ee | |
parent | 43af31ffa505a6a2b2a065e12e2e1941fa68fa98 [diff] |
ext2: Simplify block cache The original idea to additionally speed up the block mapping procedures would need more complex code. And it would help in special cases (uncom- mon block sizes) anyway. So we use a rather simple strategy: Cache at most a single block of file contents, a single inode block and a single group block. All other potentially available cache space would be used for the block mapping.