Nodiratime
Nodiratime is a Linux mount option that disables updating the access time (atime) for directories when they are accessed. This reduces write activity on directory inodes, which can improve performance on workloads with heavy directory traversal. File atimes remain unaffected, and the option does not change other metadata updates.
Usage of nodiratime is achieved by supplying the option to the mount command or by including it
Interaction with other atime-related options: Noatime disables all atime updates for all files, whereas nodiratime disables
Caveats: Some tools and workflows rely on directory atime for scheduling or integrity checks, so nodiratime
History and scope: Nodiratime has been supported in the Linux kernel for many years and is commonly