While ranting about Linux inability to manage files decently, how come this to be possible:
create file a
sync
create file b
a and b have the same ctime / mtime.
ext4 is supposed to have a date resolution to the nanosecond, yet you can create a bunch of files with a sync between each file creation ; and still have many files sharing the same ctime & mtime.