mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 09:26:28 +02:00
128-byte inodes are more-or-less deprecated since they store timestamps as unsigned 32-bit integer offsets from the UNIX epoch. Large inodes, on the other hand, contain records that may specify a different epoch, and are thus less susceptible to overflows. These very same records also have the capability to store timestamps with nanosecond precision, which this commit adds full support for as well.
44 KiB
44 KiB