Merge branch 'penberg/dentry'

Operating Systems / OSv - Pekka Enberg [cloudius-systems.com] - 18 August 2013 08:51 UTC

cca01c8 Merge branch 'penberg/dentry'

.../uts/common/fs/zfs/sys/zfs_context.h | 1 +
.../opensolaris/uts/common/fs/zfs/vdev_file.c | 2 +-
.../opensolaris/uts/common/fs/zfs/zfs_vfsops.c | 2 +-
.../opensolaris/uts/common/fs/zfs/zfs_vnops.c | 9 +-
build.mk | 2 +-
fs/build.mk | 8 -
fs/devfs/devfs_vnops.c | 13 +-
fs/fatfs/fatfs.h | 202 ------
fs/fatfs/fatfs_fat.c | 376 ----------
fs/fatfs/fatfs_node.c | 372 ----------
fs/fatfs/fatfs_subr.c | 188 -----
fs/fatfs/fatfs_vfsops.c | 218 ------
fs/fatfs/fatfs_vnops.c | 720 --------------------
fs/ramfs/ramfs_vfsops.c | 3 +-
fs/romfs/romfs.h | 70 --
fs/romfs/romfs_vfsops.c | 98 ---
fs/romfs/romfs_vnops.c | 460 -------------
fs/vfs/main.cc | 3 +-
fs/vfs/vfs.h | 10 +-
fs/vfs/vfs_conf.c | 6 -
fs/vfs/vfs_fops.c | 19 +-
fs/vfs/vfs_lookup.c | 175 ++++-
fs/vfs/vfs_mount.c | 34 +-
fs/vfs/vfs_syscalls.c | 319 +++++----
fs/vfs/vfs_vnode.c | 18 -
include/osv/dentry.h | 17 +
include/osv/file.h | 2 +-
include/osv/mount.h | 4 +-
include/osv/vnode.h | 5 +-
tests/tst-fat.c | 83 ---
tests/tst-romfs.c | 86 ---
31 files changed, 417 insertions(+), 3108 deletions(-)

Upstream: github.com


  • Share