Files
serenity/Kernel/FileSystem/FATFS
implicitfield 5b980796f5 Kernel/FATFS: Optimize resizing and zeroing
Plain resizes (that increase file size) are now much faster, as the
zeroing is now done in a more efficient way (rather than just looping
over `write_bytes_locked`.) Writes should also be faster, since we no
longer zero out the underlying bytes if we are going to write something
in that very same location anyway.
2025-03-13 21:41:18 +01:00
..