cvs commit: src/sys/sys vfsops.h src/sys/kern vfs_cache.c vfs_vopops.c

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Feb 5 16:29:06 PST 2008


dillon      2008/02/05 16:27:27 PST

DragonFly src repository

  Modified files:
    sys/sys              vfsops.h 
    sys/kern             vfs_cache.c vfs_vopops.c 
  Log:
  HAMMER 26/many: More NFS support work, rename fixes
  
  * Add a fakename return argument to vop_nlookupdotdot().  This allows HAMMER
    to supply a fake name for historical (@@<timestamp>) transitions when
    regenerating the namecache topology.  The feature is needed when operating
    as a NFS server.
  
  * Do not mark a vnode VROOT if it is a historical root rather than the
    realtime root.  This fixes confusion the namecache has when dealing
    with the root vnode of a HAMMER filesystem.
  
  * Fix a bug in nrename().  ino_data.parent_obj_id was not being properly
    adjusted when moving directories.
  
  Revision  Changes    Path
  1.31      +4 -3      src/sys/sys/vfsops.h
  1.87      +62 -24    src/sys/kern/vfs_cache.c
  1.37      +2 -1      src/sys/kern/vfs_vopops.c


http://www.dragonflybsd.org/cvsweb/src/sys/sys/vfsops.h.diff?r1=1.30&r2=1.31&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_cache.c.diff?r1=1.86&r2=1.87&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_vopops.c.diff?r1=1.36&r2=1.37&f=u





More information about the Commits mailing list