http://bugs.winehq.org/show_bug.cgi?id=36958
Bug ID: 36958 Summary: Wine emulates file creation time instead of fetching it from the underlying filesystem Product: Wine Version: 1.7.22 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: enhancement Priority: P5 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: t.artem@mailcity.com
Created attachment 49071 --> http://bugs.winehq.org/attachment.cgi?id=49071 Far2 showing file modification/creation/lass access times.
In Linux at least ext4 supports file creation time field (crtime), but Wine doesn't use it. Instead it uses mtime.
Please, implement crtime for filesystems which impelement this field.
http://bugs.winehq.org/show_bug.cgi?id=36958
Jonas Jelten jonas.jelten@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jonas.jelten@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=36958
--- Comment #1 from Austin English austinenglish@gmail.com --- This is your friendly reminder that there has been no bug activity for over a year. Is this still an issue in current (1.7.51 or newer) wine?
https://bugs.winehq.org/show_bug.cgi?id=36958
--- Comment #2 from Artem S. Tashkinov t.artem@mailcity.com --- (In reply to Austin English from comment #1)
This is your friendly reminder that there has been no bug activity for over a year. Is this still an issue in current (1.7.51 or newer) wine?
Yep.
https://bugs.winehq.org/show_bug.cgi?id=36958
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source
https://bugs.winehq.org/show_bug.cgi?id=36958
--- Comment #3 from Artem S. Tashkinov aros@gmx.com --- statx() does that https://man7.org/linux/man-pages/man2/statx.2.html
https://bugs.winehq.org/show_bug.cgi?id=36958
--- Comment #4 from Artem S. Tashkinov aros@gmx.com --- This is still relevant.
https://bugs.winehq.org/show_bug.cgi?id=36958
--- Comment #5 from Artem S. Tashkinov aros@gmx.com --- Alexandre, it must be relatively easy to fix.