commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] Hurd branch, master, updated. v0.9.git20200718-17-gda5b44e


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.9.git20200718-17-gda5b44e
Date: Wed, 30 Sep 2020 15:26:15 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Hurd".

The branch, master has been updated
       via  da5b44eaf131c748caeedf59b3dc9e42b94c82f0 (commit)
      from  88d7363db23f8dba06ed260e10b5c7f40538565c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit da5b44eaf131c748caeedf59b3dc9e42b94c82f0
Author: Ryan Jeffrey <ryan@ryanmj.xyz>
Date:   Wed Sep 30 21:19:52 2020 +0200

    libdiskfs: Add relatime support
    
    * doc/hurd.texi (diskfs_set_node_atime): Document relatime behavior.
    * libdiskfs/diskfs.h (diskfs_set_node_atime): Likewise.
    * libdiskfs/init-init.c (_diskfs_relatime): Add variable.
    * libdiskfs/file-statfs.c (ST_RELATIME): Define if not defined already.
    (diskfs_S_file_statfs): Report ST_RELATIME when _diskfs_relatime is set.
    * libdiskfs/node-times.c (atime_should_update): New function.
    (diskfs_set_node_atime): Document relatime behavior. Call
    atime_should_update instead of reading _diskfs_noatime.
    * libdiskfs/opts-common.c (diskfs_common_options): Add --strictatime and
    -R/--relatime options.
    * libdiskfs/opts-std-runtime.c (struct parse_hook): Add relatime field.
    (set_opts): Set _diskfs_relatime from relatime field.
    (parse_opt): Parse -R option.
    * libdiskfs/opts-std-startup.c (parse_startup_opt): Parse -R option.
    * libdiskfs/priv.h (_diskfs_relatime): Declare variable.
    (atime_should_update): Declare function.
    * libdiskfs/opts-append-std.c (diskfs_append_std_options): Add reporting
    --relatime option.
    * libdiskfs/conch-fetch.c (iohelp_fetch_shared_data): Call
    atime_should_update instead of reading _diskfs_noatime.
    * libdiskfs/rdwr-internal.c (_diskfs_rdwr_internal): Likewise.

-----------------------------------------------------------------------

Summary of changes:
 doc/hurd.texi                |  4 +++-
 libdiskfs/conch-fetch.c      |  2 +-
 libdiskfs/diskfs.h           |  4 +++-
 libdiskfs/file-statfs.c      |  6 ++++++
 libdiskfs/init-init.c        |  1 +
 libdiskfs/node-times.c       | 37 +++++++++++++++++++++++++++++++++++--
 libdiskfs/opts-append-std.c  |  2 ++
 libdiskfs/opts-common.c      |  4 ++++
 libdiskfs/opts-std-runtime.c | 16 ++++++++++++----
 libdiskfs/opts-std-startup.c | 14 +++++++++++++-
 libdiskfs/priv.h             | 11 +++++++++++
 libdiskfs/rdwr-internal.c    |  4 ++--
 12 files changed, 93 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

[Prev in Thread] Current Thread [Next in Thread]