Branch next
Tag:V6-dev.1
Opening for new development for V6
Merge Highlights
New Features
* NFSv4+ Server to have limit for Open files per client
* Enable the ability to update customized configuration capabilities in the FSAL layer through signal SIGHUP.
Minor Changes and Bug Fixes
* FSAL's state_free function called by free_state doesn't actually free
* Issues in ganesha_stats json option
* Resolving error in ganesha-top utility
* Initialize export_opt_lock earlier.
* malloc_trim is unsupported on darwin.
* Fix use-of-uninitialized value error.
* Fix: dec ref_count of confirmed client_id
* Fix crash at free_client_id()->PTHREAD_MUTEX_destroy()
* build: use standard (i.e. pep517) build and installer
Signed-off-by: Frank S. Filz <ffilzlnx@mindspring.com>
Contents:
14efa5105 Frank S. Filz V6-dev.1
23d4401bd Kaleb S. KEITHLEY build: use standard (i.e. pep517) build and installer
11533a6ca shuhaiwen Enable the ability to update customized configuration capabilities in the FSAL layer through signal SIGHUP.
70c386bb8 Prabhu Murugesan Fix crash at free_client_id()->PTHREAD_MUTEX_destroy()
95456f661 Rojin George NFSv4+ Server to have limit for Open files per client
9b353349f zhitaoli Fix: dec ref_count of confirmed client_id
c87fa5f30 David Rieber Fix use-of-uninitialized value error.
848ee3320 David Rieber malloc_trim is unsupported on darwin.
6822ab8c2 David Rieber Initialize export_opt_lock earlier.
bb3fe4fbe Trupti Shete Resolving error in ganesha-top utility
247e45d15 Trupti Shete Issue in ganesha_stats json option part_5
ea0ccbb73 Trupti Shete Issue in ganesha_stats json option part_4
d0ace9456 Trupti Shete Issue in ganesha_stats json option part_3
bad643006 Trupti Shete Issue in ganesha_stats json option part_2
7e55566e3 Trupti Shete ganesha_stats json issues part_1
a9a42e780 Frank S. Filz FSAL's state_free function called by free_state doesn't actually free