Branch next
Tag:V2.9-dev.5
Release Highlights
* A number of Coverity fixes
* Various python script fixes
* FSAL_RGW - Track openflags per state
* MDCACHE: save all dirents from last READDIR in dir-map
* mdcache_get_parent: Don't do lookup of parent for a root object
* gtest: portability to gcc-4.8.5 in RHEL/CentOS 7
* Drop loglevel for principal to uid/gid failures
Signed-off-by: Frank S. Filz <ffilzlnx(a)mindspring.com>
Contents:
9fcdf27 Frank S. Filz V2.9-dev.5
6882b29 Shangzhong Zhu Coverity: use dirent after free in mdcache_avl_remove
f46c0a3 Shangzhong Zhu Coverity: check if data->session is NULL after deref
a26ab86 Shangzhong Zhu Coverity: dead code in fsal_create
7380359 Shangzhong Zhu Coverity: invalid type to printf format specifier
e1d3f39 Shangzhong Zhu Test function "nfs4_acls_test" should be removed
f26bbed Shangzhong Zhu Copy/paste error in state_nlm_share
4bf71dd Shangzhong Zhu Coverity: dereference NULL pointer in
dbus_proc_property
24c33ea Shangzhong Zhu Coverity: missing unlock in ceph_fsal_lock_op2
94117be Shangzhong Zhu Coverity: overrun to index array
73df505 Shangzhong Zhu Coverity: resource leak in rados_url_setup_watch
bd1ab5b sepia-liu op_ctx->ctx_export->fsal_export maybe dereference error
1c8fae5 sepia-liu export is not NULL
7153993 sepia-liu exp dereference error if get_gsh_export() return NULL
3ca23ea sepia-liu res maybe double_free, when the first time res has
released of the loop,the second getaddrinfo() failed and res not NULL.
b4b95e7 Trishali Nayar Kerberos Keytab file path should be configurable
4fc6c2c Malahal Naineni Drop loglevel for principal to uid/gid failures
1974118 Madhu Thorat mdcache_get_parent: Don't do lookup of parent for a
root object
a28a854 Kaleb S. KEITHLEY gpfs: python2 -> python3, .spec file fix
4b08c21 Kaleb S. KEITHLEY ganeshactl: more fixes for selected pylint
warnings and errors
9b5a362 Kaleb S. KEITHLEY ganeshactl: fix selected pylint warnings and
errors
58b1639 Kaleb S. KEITHLEY gtest: portability to gcc-4.8.5 in RHEL/CentOS 7
c1c70e8 Daniel Gryniewicz MDCACHE: save all dirents from last READDIR in
dir-map
6a2a2a7 Daniel Gryniewicz FSAL_RGW - Track openflags per state