Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to not update the file last access time with dwalk #590

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Oct 18, 2024

  1. Add no_atime opt in mfu_walk_opts_t

    Add flag option no_atime in mfu_walk_opts_t structure to add the
    possibility to not update the file last access time in
    walk_getdents_process() while doing a walk without stat.
    
    Signed-off-by: Gauthier EVRAERD <gauthier.evraerd@cea.fr>
    GauthierEvd committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    9640dd6 View commit details
    Browse the repository at this point in the history
  2. dwalk: add --no-atime option

    Add --no-atime option to not update the last file access time when
    walking file system without stat.
    
    Signed-off-by: Gauthier EVRAERD <gauthier.evraerd@cea.fr>
    GauthierEvd committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    8d9ef15 View commit details
    Browse the repository at this point in the history
  3. doc: add --no-atime in manpages

    Add new --no-atime option in dwalk manpages.
    
    Signed-off-by: Gauthier EVRAERD <gauthier.evraerd@cea.fr>
    GauthierEvd committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    37b4d88 View commit details
    Browse the repository at this point in the history