Files
ArthurWuTW 2825521337 tmpfs: Add support for noatime mount option
'noatime' flag disables updates to file access times when files are read. This can reduce unnecessary writes and improve performance, especially in read-heavy workloads. Previously, tmpfs did not recognize the 'noatime' mount option and would return an error.

With this change, tmpfs now properly accepts and handles the 'noatime' option.

Fixes: #26102

Signed-off-by: Arthur Wu <lion811004@gmail.com>
2025-06-06 22:21:45 -04:00
..
2022-02-09 18:17:52 +01:00
2025-01-21 12:47:30 -06:00
2024-08-30 11:57:58 +02:00
2023-11-17 07:18:59 -05:00
2025-02-11 14:05:00 +01:00
2020-05-21 17:16:10 -04:00
2024-05-23 16:15:40 +01:00