commit-hurd
[Top][All Lists]
Advanced

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

[SCM] unionfs branch, master, created. 64dfa4e12d93c13b676d1cd7d86f4f400


From: Sergiu Ivanov
Subject: [SCM] unionfs branch, master, created. 64dfa4e12d93c13b676d1cd7d86f4f4004ebfafa
Date: Thu, 10 Dec 2009 20:42:31 +0000

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 "unionfs".

The branch, master has been created
        at  64dfa4e12d93c13b676d1cd7d86f4f4004ebfafa (commit)

- Log -----------------------------------------------------------------
commit 64dfa4e12d93c13b676d1cd7d86f4f4004ebfafa
Author: Sergiu Ivanov <address@hidden>
Date:   Wed Jul 8 18:46:58 2009 +0000

    Implement the sync libnetfs stubs.
    
    * netfs.c (netfs_attempt_sync): Sync every directory associated
    with the supplied node.
    (netfs_attempt_syncfs): Send file_syncfs to every directory
    maintained by unionfs.

commit 442ffa8e11f9a600fb671bd11a8d410d9112187c
Merge: f7123221cd38f924888f615541c51b36781c972c 
a98674472177b3d31d261c86142d2fb5571e3f0b
Author: Thomas Schwinge <address@hidden>
Date:   Sat Jul 11 10:47:53 2009 +0200

    Merge branch 'master-changelog'

commit a98674472177b3d31d261c86142d2fb5571e3f0b
Author: Thomas Schwinge <address@hidden>
Date:   Sat Jul 11 10:45:45 2009 +0200

    Switch to the new ChangeLog style.
    
    * ChangeLog: Wipe out content, and add instructions about how to get it 
back.

commit f7123221cd38f924888f615541c51b36781c972c
Author: Sergiu Ivanov <address@hidden>
Date:   Mon Jun 22 20:38:29 2009 +0300

    Update the bug-reporting address.
    
    * Makefile (LDFLAGS): Add -lhurdbugaddr.
    * option.c (argp_program_bug_address): Remove definition.

commit 6f9fa3e74ed738ae75c53c3968880a4702a6b1ee
Author: Thomas Schwinge <address@hidden>
Date:   Wed Jun 17 00:40:56 2009 +0200

    Don't abuse $(prefix) for finding build-time files.
    
    * Makefile: Simply have GCC #include the needed file -- the current unionfs
    build system doesn't do any dependency tracking for header files anyway.

commit 296a512d27bead5868fa51df5818194459eb9731
Author: Alfred M. Szmidt <address@hidden>
Date:   Wed Jun 21 19:12:11 2006 +0000

    (for_each_subdir): Revert previous change.  Reported by
    Aanjhan Ranganathan <address@hidden>.

commit 4cfe8686ae0d77831ed2ee991af519d4c98beed3
Author: Manuel Menal <address@hidden>
Date:   Thu Apr 13 12:33:36 2006 +0000

    Cleanup patch by Ben Asselstine (remove unused variables, make some 
functions static) (Manuel)

commit 08008f8c6b8c4b71ba8106ad88ca20c01a5ad468
Author: Manuel Menal <address@hidden>
Date:   Thu Apr 13 11:06:02 2006 +0000

    Cleanup patch by Ben Asselstine (remove unused variables, make some 
functions static) (Manuel)

commit 3054767a46e0142cacef895c13edb4391435c722
Author: Gianluca Guida <address@hidden>
Date:   Thu Jun 30 18:49:55 2005 +0000

    2005-06-27  Ben Asselstine  <address@hidden>
    
        * ulfs.c (ulfs_install): Rewrote to allow insertions of
        filesystems based on priority.
        (ulfs_register): Added new argument 'priority'. Set the priority
        value in ulfs structure.
        * ulfs.h (ulfs): Added 'priority' field to struct.
        Updated ulfs_register declaration.
        * netfs.c (netfs_append_args): Appending new priority option.
        * stow.c (stow_privdata): Added 'priority' field to struct.
        (stow_diradd): Added new 'priority' argument. Fill priority field
        of 'mypriv'.
        (_stow_scanstowentry): Changed caller to ulfs_register.
        (_stow_registermatchingdirs): Likewise.
        * options.c (arg_common_options): Added entries for OPT_PRIORITY
        and OPT_ADD.
        (arg_parse_common_options): Handle OPT_PRIORITY and OPT_ADD
        case. Renamed 'ulfs_removed' to 'ulfs_mode'. New variable
        'ulfs_priority'. Changed caller to 'stow_diradd'. Changed caller
        to 'ulfs_register'.
        * options.h (OPT_ADD, OPT_PRIORITY, OPT_LONG_ADD)
        (OPT_LONG_PRIORITY, ULFS_MODE_ADD, ULFS_MODE_REMOVE): New
        declarations.

commit ecdca81b8c88107d4a23dd412f603d5b8ddd43bf
Author: Gianluca Guida <address@hidden>
Date:   Mon Jun 13 00:22:11 2005 +0000

    2005-06-13  Gianluca Guida  <address@hidden>
    
        * main.c (main): Set properly netfs_root_node permissions when
        underlying node is not a file
        Reported by Alfred M. Szmidt.

commit a9eee2c50ad67e91c786e6bfaf3cab22daba4b67
Author: Gianluca Guida <address@hidden>
Date:   Tue May 31 02:58:48 2005 +0000

    node_unlink_file bugfix

commit 5030481050eeccb65643d849d6fb06d005f47c93
Author: Gianluca Guida <address@hidden>
Date:   Mon May 30 12:53:20 2005 +0000

    New README and bugfixes.

commit 60e5cc0a61638f9ffd9be22f3fbecc66ae174e03
Author: Gianluca Guida <address@hidden>
Date:   Sun May 29 16:37:07 2005 +0000

    stow major fixes

commit a3076a2b40ebe183769eb8c163f5ecda107d955f
Author: Gianluca Guida <address@hidden>
Date:   Wed May 25 03:10:23 2005 +0000

    fixed bug

commit 9b69073f7592359af29592a4e43686bb6713d51d
Author: Gianluca Guida <address@hidden>
Date:   Wed May 25 02:58:55 2005 +0000

    remove unused variables

commit c0351921ad4ad4b4a69a2b29ed6fc289d97392db
Author: Gianluca Guida <address@hidden>
Date:   Wed May 25 01:59:48 2005 +0000

    added mkdir and rmdir support

commit 25364edf1efa3f73a2c7a1cc35b700d9778d9faa
Author: Gianluca Guida <address@hidden>
Date:   Wed May 25 01:56:32 2005 +0000

    New README and CAVEAT

commit 5c57e343a9b3d993d833f5015680615670174631
Author: Gianluca Guida <address@hidden>
Date:   Tue May 24 22:51:07 2005 +0000

    added file creation and unlinking (2)

commit 459df2f3cf215a8712f55280e0617189c45ff518
Author: Gianluca Guida <address@hidden>
Date:   Tue May 24 22:41:38 2005 +0000

    added file creation and unlinking

commit 023b8ad08b52ce938ab84db8052b4ce940cd0e8a
Author: Gianluca Guida <address@hidden>
Date:   Mon Jan 31 16:06:19 2005 +0000

    Handle --stow argument with missing / correctly.

commit 11a61b22dd0a0a0cc80b3c8594c85fecbb5e679a
Author: Gianluca Guida <address@hidden>
Date:   Mon Jan 31 12:30:05 2005 +0000

    Added basic stowfs functionalities.

commit ff7f04b7b3db282cba72ed16d9128a6b03816399
Author: Jeroen Dekkers <address@hidden>
Date:   Sat Jul 5 18:41:15 2003 +0000

    .

commit 667ed7f251864241fb7c7a930b9b324be8028b04
Author: Jeroen Dekkers <address@hidden>
Date:   Sat Jul 5 15:10:02 2003 +0000

    2003-07-05  Jeroen Dekkers  <address@hidden>
    
        * Makefile: Rewrite.

commit 38c862bb0c34759102539d59636f7997e92054d3
Author: Jeroen Dekkers <address@hidden>
Date:   Sat Jul 5 14:18:48 2003 +0000

    2003-07-05  Jeroen Dekkers <address@hidden>
    
        * netfs.c (netfs_attempt_create_file): Unlock DIR.
        (netfs_attempt_mkfile): Likewise.

commit d2f48d1aa103653da9c807a65b869637fe828d9c
Author: Moritz Schulte <address@hidden>
Date:   Mon Dec 9 15:51:25 2002 +0000

    2002-12-09  Moritz Schulte  <address@hidden>
    
        * lib.h: Fix pointer arg.
        * lib.c (dir_entries_get): Likewise.
        * lib.c (dir_entries_get): Fix typo.
        (dir_entries_get): Change type of data_size to size_t.
        * node.c (node_entries_get): Change type of dirent_data_size to
        size_t.

commit b80dd16fe47ef62557afdfac1bc1c7a1f1490788
Author: Moritz Schulte <address@hidden>
Date:   Sun Dec 8 14:23:47 2002 +0000

    2002-12-08  Moritz Schulte  <address@hidden>
    
        * BUGS: Remove the memory-leak bug.

commit 93267e151da643a633c9716fe7d33bb405ce75f0
Author: Moritz Schulte <address@hidden>
Date:   Sun Dec 8 14:21:50 2002 +0000

    2002-12-08  Moritz Schulte  <address@hidden>
    
        * lib.c: Include <sys/mman.h>.
        * node.c: Include <sys/mman.h>.
        (node_entries_get): munmap dirent_data as returned by
        dir_entries_get.
        (node_entries_get): New variable: int dirent_data_size.
        * lib.c (dir_entries_get): New argument: int *dirent_data_size.
        (dir_entries_get): Do not forget to munmap DATA if something goes
        wrong.
        * lib.h: Update dir_entries_get declaration.

commit ac65bb8782302c08cb93f89a669244ef432051e5
Author: Moritz Schulte <address@hidden>
Date:   Sun Dec 8 14:02:47 2002 +0000

    2002-12-08  Moritz Schulte  <address@hidden>
    
        * node.c (node_create_root): call lnode_destroy, if node_create
        failed, not if lnode_create failed.  Reported by Richard Smith.

commit c2e97b106937aa27e5e713c6692c4caffd74d95c
Author: Moritz Schulte <address@hidden>
Date:   Sun Dec 8 14:02:07 2002 +0000

    added.

commit 0f9abc89135e9271865934da086e86ea3d1fa32b
Author: Moritz Schulte <address@hidden>
Date:   Sat Dec 7 17:47:13 2002 +0000

    Merge from vendor branch main:
    initial import

commit 38bdab8153e5a253552b5e431e7a8f53a6d42285
Author: Moritz Schulte <address@hidden>
Date:   Sat Dec 7 17:47:13 2002 +0000

    initial import

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


hooks/post-receive
-- 
unionfs




reply via email to

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