Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Apr 2010 03:13:02 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/fs/nfs nfs_commonport.c nfs_commonsubs.c nfs_var.h nfsport.h nfsrvstate.h src/sys/fs/nfsserver nfs_nfsdstate.c
Message-ID:  <201004140313.o3E3DQB4048689@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2010-04-14 03:13:02 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/fs/nfs           nfs_commonport.c nfs_commonsubs.c 
                         nfs_var.h nfsport.h nfsrvstate.h 
    sys/fs/nfsserver     nfs_nfsdstate.c 
  Log:
  SVN rev 206585 on 2010-04-14 03:13:02Z by rmacklem
  
  MFC: r205941
  This patch should fix handling of byte range locks locally
  on the server for the experimental nfs server. When enabled
  by setting vfs.newnfs.locallocks_enable to non-zero, the
  experimental nfs server will now acquire byte range locks
  on the file on behalf of NFSv4 clients, such that lock
  conflicts between the NFSv4 clients and processes running
  locally on the server, will be recognized and handled correctly.
  
  Revision  Changes    Path
  1.4.2.3   +6 -2      src/sys/fs/nfs/nfs_commonport.c
  1.3.2.2   +13 -0     src/sys/fs/nfs/nfs_commonsubs.c
  1.6.2.4   +1 -0      src/sys/fs/nfs/nfs_var.h
  1.15.2.2  +3 -0      src/sys/fs/nfs/nfsport.h
  1.1.2.2   +15 -0     src/sys/fs/nfs/nfsrvstate.h
  1.10.2.4  +489 -279  src/sys/fs/nfsserver/nfs_nfsdstate.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004140313.o3E3DQB4048689>