Branch next

 

Tag:V6.3

 

Note: This release includes an ntirpc pullup, please make sure to update your submodule.

 

Merge Highlights

 

* some minor log fixups

 

* some PROXY_V3 fixes

 

* fridgether.c: After cancel we need to join, before freeing thread resources

 

* src/include/sal_functions.h: Avoid using export reserved keyword so this file can be included in C++.

 

* gsh_types.h: Add missing include

 

* src/idmapper/idmapper.c: Clear negatic cache when idmapping status changes

 

* src/monitoring: Clang-format cc files.

 

* src/monitoring/exposer.cc: Added scraping latencies histogram.

 

* src/test/run_test_mode.sh: Added script to run Ganesha for testing.

 

* fix some spelling mistakes

 

* Add limit check in wait_to_start_io(). If exceeded, wakeup reaper & return BUSY

 

* FSAL_MEM:Don't destroy global FD for valid handle

 

* some Coverity fixes

 

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

 

Contents:

 

f503dc406 Frank S. Filz V6.3

a511dd4ca Frank S. Filz ntirpc V6.3 pullup

b37bc668f Shivam Singh Proposed fix for coverity issues: 502177 & 502095

f69068c3c Sachin Punadikar STATE : Fix double unlock (CID 502067)

485610fa1 Sachin Punadikar FSAL_MEM:Don't destroy global FD for valid handle

5d0de2ccf Rojin George Add limit check in wait_to_start_io(). If exceeded, wakeup reaper & return BUSY

1f528f8e3 izxl007 export_mgr.c: Minor log fixup

70ae04439 izxl007 fix some spelling mistakes

3cc9ece26 Yoni Couriel src/test/run_test_mode.sh: Added script to run Ganesha for testing.

10260ba2e Yoni Couriel src/monitoring/exposer.cc: Added scraping latencies histogram.

3d7583de0 Yoni Couriel src/monitoring: Clang-format cc files.

c6a8e9e5b Lior Suliman src/idmapper/idmapper.c: Clear negatic cache when idmapping status changes

3963f930b Ofir Vainshtein gsh_types.h: Add missing include

bac9246ef Yoni Couriel src/include/sal_functions.h: Avoid using export reserved keyword so this file can be included in C++.

5abe1bc6a Ofir Vainshtein fridgether.c: After cancel we need to join, before freeing thread resources

ca6ee9266 Lior Suliman Update .gitignore

7e8b05beb Lior Suliman Change NFSv3 proxy FSAL to return delay instead of invalid val or server fault to the client

8ff262aea Lior Suliman FSAL_PROXY_V3: Fixed a bug that the FSAL Proxy V3 used the original creds and not the resolved creds

e0e7c8a83 Frank S. Filz NFS3: Minor log fixup