[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[hurd] 20/20: Merge remote-tracking branch 'upstream/master' into upstre
From: |
Samuel Thibault |
Subject: |
[hurd] 20/20: Merge remote-tracking branch 'upstream/master' into upstream |
Date: |
Sat, 23 May 2015 05:09:42 +0000 |
This is an automated email from the git hooks/post-receive script.
sthibault pushed a commit to branch upstream
in repository hurd.
commit eef94c43050147d4f3373400bded49c6a1436f18
Merge: b69862c ef1312f
Author: Samuel Thibault <address@hidden>
Date: Fri May 22 20:57:53 2015 +0000
Merge remote-tracking branch 'upstream/master' into upstream
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(-)
--
Alioth's /usr/local/bin/git-commit-notice on
/srv/git.debian.org/git/pkg-hurd/hurd.git
- [hurd] branch upstream updated (b69862c -> eef94c4), Samuel Thibault, 2015/05/23
- [hurd] 06/20: libdiskfs: make struct node more compact, Samuel Thibault, 2015/05/23
- [hurd] 07/20: libdiskfs: drop unused fields from struct node, Samuel Thibault, 2015/05/23
- [hurd] 08/20: libdiskfs: fix node initialization, Samuel Thibault, 2015/05/23
- [hurd] 14/20: Fix creating named sockets inside fakeroot-hurd, Samuel Thibault, 2015/05/23
- [hurd] 09/20: libdiskfs: declare all inline functions as `extern inline', Samuel Thibault, 2015/05/23
- [hurd] 20/20: Merge remote-tracking branch 'upstream/master' into upstream,
Samuel Thibault <=
- [hurd] 18/20: Make comment clearer, Samuel Thibault, 2015/05/23
- [hurd] 19/20: fakeroot: Fix reopening files after a chmod, Samuel Thibault, 2015/05/23
- [hurd] 16/20: fatfs: fix error handling, Samuel Thibault, 2015/05/23
- [hurd] 15/20: libdiskfs: fix renaming of directories, Samuel Thibault, 2015/05/23
- [hurd] 17/20: Make sure to record only RWX open modes, Samuel Thibault, 2015/05/23
- [hurd] 01/20: ext2fs: use a seperate lock to protect nodehash, Samuel Thibault, 2015/05/23
- [hurd] 04/20: tmpfs: use a seperate lock to protect all_nodes, Samuel Thibault, 2015/05/23
- [hurd] 03/20: isofs: use a seperate lock to protect node_cache, Samuel Thibault, 2015/05/23
- [hurd] 13/20: fatfs: port to libdiskfs' node cache, Samuel Thibault, 2015/05/23
- [hurd] 12/20: isofs: port to libdiskfs' node cache, Samuel Thibault, 2015/05/23