[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <bug-111891-13602-EkLXGdG960@https.bugzilla.kernel.org/>
Date: Fri, 05 Feb 2016 02:38:19 +0000
From: bugzilla-daemon@...zilla.kernel.org
To: linux-ext4@...r.kernel.org
Subject: [Bug 111891] access to file does not change access time to folders
above up to /(root)
https://bugzilla.kernel.org/show_bug.cgi?id=111891
Andreas Dilger <adilger.kernelbugzilla@...ger.ca> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |adilger.kernelbugzilla@...g
| |er.ca
--- Comment #1 from Andreas Dilger <adilger.kernelbugzilla@...ger.ca> ---
I'm not sure where you got the idea that the access time of all parent
directories should be changed, but that isn't how POSIX works. Only the access
time of the file will be modified, otherwise there would be a huge amount of
overhead (e.g. maybe dozens of disk writes) for every file access.
Also, most filesystems have no way of determining the parent directories for a
given file, and there may be multiple parent directories for a single file
(hard links), and it wouldn't make sense to update all of those directories, so
this is also impractical to implement for most filesystems.
People have enough problems with atime without making it even more expensive,
and relatime is already reducing the number of cases where atime is updated
significantly.
Seems I cannot close this bug (Ted, can you give me permission for this?), but
it should be closed as "not a bug".
--
You are receiving this mail because:
You are watching the assignee of the bug.
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists