Announce Push of V5.5.3
by Frank Filz
Branch next
We're getting closer to V5.6, but this isn't quite it yet.
Tag:V5.5.3
Merge Highlights
* FSAL: in wait_to_start_io only increment wamt_read and want_write once
* FSAL: close_fsal_fd should only do fd lru stuff for global fd
* Get ref of gsh_export to prevent incorrect release and remove unnecessary
dec in lru_reclaim
* modify the incorrect value in comments
* FSAL: add the get_fsal_obj_handle for FSALs
* FSAL_VFS: Don't attempt to get ACLs from FDs opened with O_PATH
* Fix accounting of number of operations, per protocol, for server stats.
* Decrement fds_num_write_opens, if client don't close the file
Signed-off-by: Frank S. Filz <ffilzlnx(a)mindspring.com>
Contents:
2a57b6d53 Frank S. Filz V5.5.3
885598ce9 Rojin George Decrement fds_num_write_opens, if client don't close
the file
25cc51d00 Bjorn Leffler Fix accounting of number of operations, per
protocol, for server stats.
a8bbf2486 Martin Schwenke FSAL_VFS: Don't attempt to get ACLs from FDs
opened with O_PATH
34470a613 bjfhdhhaha FSAL: add the get_fsal_obj_handle for FSALs
1a0274fb9 bjfhdhhaha modify the incorrect value in comments
73e0d7b36 bjfhdhhaha Get ref of gsh_export to prevent incorrect release and
remove unnecessary dec in lru_reclaim
43f6878f1 Frank S. Filz FSAL: close_fsal_fd should only do fd lru stuff for
global fd
55aad71f4 Frank S. Filz FSAL: in wait_to_start_io only increment wamt_read
and want_write once
1 year
Announce Push of V5.5.2
by Frank Filz
Branch next
Tag:V5.5.2
Merge Highlights
* A variety of minor fixes for compile under various platforms or
conditionals
* Handle Expired IP to Name mapping in cache
Signed-off-by: Frank S. Filz <ffilzlnx(a)mindspring.com>
Contents:
386c95c4a Frank S. Filz V5.5.2
d3b02e317 David Rieber It appears <sys/statfs.h> was included by mistake in
https://github.com/nfs-ganesha/nfs-ganesha/commit/43c28da6c88cbd842036599da0
4ddcfd24d959ea, the right #include should be <sys/stat.h>.
752f9bd8d David Rieber malloc_trim is unsupported on macOS.
f0cde4ae1 David Rieber Moved enum recovery_backend and associated #define to
solve forward declaration issue.
3d3fb7784 David Rieber Added extern declaration of reread_config to
nfs_lib.h
de2798974 David Rieber In vfs_getattr2, initialize variables status and
out_fd to fix uninitialized use.
d495eaa9b David Rieber fs_lock is only defined when GSH_CAN_HOST_LOCAL_FS is
#defined.
ca70ef529 Rojin George Handle Expired IP to Name mapping in cache
7b4e16826 bjfhdhhaha LOG: modify the incorrect function name in the log
1 year, 1 month