Branch next

 

Tag:V2.7-dev.10

 

Release Highlights

 

* NFSv4.1: Use slot mutex to serialize use of the slot

 

* Limit max file size to INT64_MAX

 

* NLM: Adjust lock length if lock end would be > max file size

 

* NFSv4: If lock offset plus length > max file size return NFS4ERR_BAD_RANGE

 

* Man page clarifications

 

* Several gtest fixes

 

* CMake - Let ntirpc find it's modules

 

* Don't unregister netconfig_udpv6 unless registered with rpcbind

 

* Fixes to allow VFS subfsals to control referrals

 

Signed-off-by: Frank S. Filz <ffilzlnx@mindspring.com>

 

Contents:

 

9cf00dc Frank S. Filz V2.7-dev.10

f59840a Sriram Patil Fixes to allow VFS subfsals to control referrals

573dfb8 Malahal Naineni Don't unregister netconfig_udpv6 unless registered with rpcbind

0baccf3 Daniel Gryniewicz CMake - Let ntirpc find it's modules

3c82074 Girjesh Rajoria gtest: Added export_perms to the gtests

633243c Girjesh Rajoria gtest/test_read2_latency: read2 latency microbenchmark

770a630 Girjesh Rajoria gtest/CMakeLists: libraries for commit2

132ede3 Girjesh Rajoria gtest/test_write2_latency: write2 latency microbenchmark

c591cc4 Frank S. Filz Man page clarifications

4314748 Frank S. Filz NFSv4: If lock offset plus length > max file size return NFS4ERR_BAD_RANGE

c811fe9 Frank S. Filz NLM: Adjust lock length if lock end would be > max file size

9565ce7 Frank S. Filz Limit max file size to INT64_MAX

282f7df Frank S. Filz NFSv4.1: Use slot mutex to serialize use of the slot