commit-hurd
[Top][All Lists]
Advanced

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

[hurd] branch upstream updated (b69862c -> eef94c4)


From: Samuel Thibault
Subject: [hurd] branch upstream updated (b69862c -> eef94c4)
Date: Sat, 23 May 2015 05:09:41 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a change to branch upstream
in repository hurd.

      from  b69862c   Merge tag 'v0.6' into upstream
       new  4166312   ext2fs: use a seperate lock to protect nodehash
       new  e17366f   fatfs: use a seperate lock to protect nodehash
       new  f4823c0   isofs: use a seperate lock to protect node_cache
       new  8c050fb   tmpfs: use a seperate lock to protect all_nodes
       new  c16eed2   libdiskfs: lock-less reference counting of nodes
       new  cfe76b6   libdiskfs: make struct node more compact
       new  6d9601c   libdiskfs: drop unused fields from struct node
       new  499bcd5   libdiskfs: fix node initialization
       new  e00a105   libdiskfs: declare all inline functions as `extern inline'
       new  bf06e65   ext2fs: use fat nodes
       new  c234e34   libdiskfs: implement a node cache
       new  4266bb0   isofs: port to libdiskfs' node cache
       new  b497f16   fatfs: port to libdiskfs' node cache
       new  09964a0   Fix creating named sockets inside fakeroot-hurd
       new  e840329   libdiskfs: fix renaming of directories
       new  3ffb892   fatfs: fix error handling
       new  bc0163a   Make sure to record only RWX open modes
       new  28d8dd0   Make comment clearer
       new  ef1312f   fakeroot: Fix reopening files after a chmod
       new  eef94c4   Merge remote-tracking branch 'upstream/master' into 
upstream

The 20 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 doc/hurd.texi           |  11 +-
 ext2fs/dir.c            |  79 +++++++-------
 ext2fs/ext2fs.c         |   2 -
 ext2fs/ext2fs.h         |  13 +--
 ext2fs/getblk.c         |  63 ++++++------
 ext2fs/ialloc.c         |  13 +--
 ext2fs/inode.c          | 231 +++++++++--------------------------------
 ext2fs/pager.c          |  52 +++++-----
 ext2fs/truncate.c       |  16 +--
 fatfs/dir.c             |  11 +-
 fatfs/fatfs.h           |  17 ++-
 fatfs/inode.c           | 254 ++++++---------------------------------------
 fatfs/main.c            |   6 +-
 isofs/inode.c           | 267 +++++++-----------------------------------------
 isofs/isofs.h           |  13 ++-
 isofs/lookup.c          |  18 ++--
 isofs/main.c            |  15 +--
 libdiskfs/Makefile      |   2 +-
 libdiskfs/dir-renamed.c |   2 +
 libdiskfs/diskfs.h      |  90 ++++++++++++----
 libdiskfs/init-init.c   |   2 -
 libdiskfs/node-cache.c  | 260 ++++++++++++++++++++++++++++++++++++++++++++++
 libdiskfs/node-drop.c   |  11 +-
 libdiskfs/node-make.c   |   4 +-
 libdiskfs/node-nput.c   |  52 ++++------
 libdiskfs/node-nputl.c  |  12 +--
 libdiskfs/node-nref.c   |   9 +-
 libdiskfs/node-nrefl.c  |   4 +-
 libdiskfs/node-nrele.c  |  48 +++++----
 libdiskfs/node-nrelel.c |   9 +-
 tmpfs/node.c            | 104 +++++++++++++------
 tmpfs/tmpfs.c           |   6 +-
 tmpfs/tmpfs.h           |  20 ++--
 trans/fakeroot.c        |  41 +++++++-
 34 files changed, 808 insertions(+), 949 deletions(-)
 create mode 100644 libdiskfs/node-cache.c

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

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