https://bugs.kde.org/show_bug.cgi?id=381367
Bug ID: 381367
Summary: Populate UDS_CREATION_TIME on Linux when the statx()
system call is available
Product: kio
Version: unspecified
Platform: unspecified
OS: Linux
Status: UNCONFIRMED
Severity: wishlist
Priority: NOR
Component: kfile
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Linux Kernel 4.11 has the statx() system call, which among other things reports
files' creation times. This supports the much-requested feature to add file
creation files to Dolphin's file info display and columns
(https://bugs.kde.org/show_bug.cgi?id=286689).
Preliminary support in DOlphin is getting done now, and it currently works for
FreeBSD with the UFS and ZFS file systems: https://phabricator.kde.org/D5138
It would be great to integrate Linux support by adding some code to populate
UDS_CREATION_TIME if the filesystem is EXT4 and the kernel has the statx()
system call available.
--
You are receiving this mail because:
You are watching all bug changes.