Branch next

 

Tag:V2.7.0.3

 

NOTE: This merge includes a libntirpc pullup, please update your subodules

 

Release Highlights

 

* Pull up to ntirpc 1.7.1

 

* fixes for readdir chunking

 

* FSAL_CEPH: use ceph_ll_sync_inode to handle COMMIT call when available

 

* NFS4: don't set cid_server_owner more than once

 

* two RECLAIM_COMPLETE fixes

 

* Test status before freeing response for TEST_STATEID and XATTR funcs

 

* nfs4_Compound.c: Document requirements for free_res funcs and sa_cachethis

 

* 4 little fixes for fallocate and seek2

 

* Free group name string properly in proc_export()

 

* Create 9P worker threads only if 9P is configured

 

* 3 FSAL_PROXY fixes

 

* namespace cleanup: some poorly named and/or non-static symbols

 

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

 

Contents:

 

2803e13 Frank S. Filz V2.7.0.3

ca9551f Daniel Gryniewicz Pull up to ntirpc 1.7.1

4591a15 Kaleb S. KEITHLEY namespace cleanup: some poorly named and/or non-static symbols

cabda8f Dominique Martinet fsal proxy: update config sample

aadf499 Dominique Martinet fsal proxy: handle exporting remote /

0a52f7f Dominique Martinet fsal proxy: fix use-after-scope in create session

6d342c3 Malahal Naineni Create 9P worker threads only if 9P is configured

1b65dbb Malahal Naineni Free group name string properly in proc_export()

32b67bb Frank S. Filz MDCACHE: fallocate needs to invalidate attributes

10f1bdd Frank S. Filz FSAL_GLUSTER: for seek2, offset == filesize is "beyond the end of file"

0760db3 Frank S. Filz FSAL_GLUSTER: Allow seek2 on any open file not just open for read

fd606f0 Frank S. Filz Fix ERR_FSAL_UNION_NOTSUPP to match V4.2 RFC

93501a5 Frank S. Filz nfs4_Compound.c: Document requirements for free_res funcs and sa_cachethis

38fda66 Frank S. Filz Test status before freeing response for TEST_STATEID and XATTR funcs

2fc1eeb Jeff Layton NFS: clean up and simplify RECLAIM_COMPLETE handling

5c7148a Jeff Layton SAL: decrement reclaim_completes counter when expiring client

f6ee41e Jeff Layton NFS4: don't set cid_server_owner more than once

801f51f Jeff Layton FSAL_CEPH: use ceph_ll_sync_inode to handle COMMIT call when available

ecd88d6 Daniel Gryniewicz MDCACHE - Fix readdir chunking when reloading chunks

dfc921f Daniel Gryniewicz MDCACHE - Update tracepoints to print obj_handle

f2ed41f Daniel Gryniewicz GTest - Add second readdir to readdir_correctness

f4c3ac6 Daniel Gryniewicz readdir_correctness - Empty cache during run

8ec3e02 Daniel Gryniewicz MEM - Seek to dir location

483a62f Daniel Gryniewicz gtest - Add dirent name logging to readdir_correctness