mbox series

[0/2] exfat: timestamp fixes

Message ID ef3cdac4-9967-a225-fb04-4dbb4c7037a9@sandeen.net (mailing list archive)
Headers show
Series exfat: timestamp fixes | expand

Message

Eric Sandeen April 16, 2020, 1:07 a.m. UTC
I've seen 2 issues w/ exfat timestamps - discovered by xfstests generic/003

1) time granularity is set wrong, so subsecond timestamps change when
   an inode cycles out of memory and is reread from disk

2) the disk format doesn't seem to support subsecond atime, so a similar
   problem exists there.e

The last xfstests generic/003 issue is re: change time but exfat doesn't
really support change times (?) so that'll be a test workaround.

Comments

Namjae Jeon April 17, 2020, 6:07 a.m. UTC | #1
> I've seen 2 issues w/ exfat timestamps - discovered by xfstests
> generic/003
> 
> 1) time granularity is set wrong, so subsecond timestamps change when
>    an inode cycles out of memory and is reread from disk
> 
> 2) the disk format doesn't seem to support subsecond atime, so a similar
>    problem exists there.e
> 
> The last xfstests generic/003 issue is re: change time but exfat doesn't
> really support change times (?) so that'll be a test workaround.
Applied.
Thanks!