Branch next
Tag:V5.0
NOTE: A new ntirpc pullup is included. Please update your submodule.
Merge Highlights
* ntirpc 5.0
* Several fixes for compile/build errors introduced by V5-dev.5
* Fix the NFSv3 -> v4 handle mapping length check.
* ganesha-top: add tool named ganesha-top
* Do not provide delegations when another client has a write open file handle
* Lease_Lifetime cannot be 0.
* Add a bit of debug for config
* EXPORT: Add CLIENT blocks to EXPORT_DEFAULTS
* FSAL: All FSALs must implement alloc_state and status2
* CONFIG: Make most parameters and blocks unique, clarify the rest
* Add find_unused_blocks to check for unused config blocks
* Add FSAL_LIST config block to list the FSAL specific config blocks
* Add command line option for config errors to be fatal on startup
* FSAL_VFS: On Linux make setattr >0x7ffffffffffffff return EFBIG
* SAL: wrap init and destroy all_locks_mutex in #ifdef DEBUG_SAL
* Eradicate most refereces to cache inode.
* FSAL cap retries for stat while resolving POSIX filesystems
* FSAL_CEPH: enable POSIX ACL
* Fix race with granting blocked locks
* Replace some LogCrit followed by exit with LogFatal
* FSAL: posix2fsal_status(EBUSY); is too noisy
Signed-off-by: Frank S. Filz <ffilzlnx@mindspring.com>
Contents:
13419f57f Frank S. Filz V5.0
6bbbd60ea Daniel Gryniewicz Pullup to ntirpc 5.0
15a75d92d Daniel Gryniewicz Fix gtests for change in async API
315d2c0f4 Daniel Gryniewicz Can't have 'export' in a header; it breaks C++
3874f3a2d Daniel Gryniewicz MDCACHE - fix lttng tracepoint
6423e227f Virtually Nick Fix the NFSv3 -> v4 handle mapping length check.
42ace9547 Vicente Cheng ganesha-top: add tool named ganesha-top
94cc885ad Deepak Arumugam Sankara Subramanian Do not provide delegations when another client has a write open file handle
6e455bbbe Frank S. Filz Lease_Lifetime cannot be 0.
017fd2ab0 Frank S. Filz Add a bit of debug for config
c0b84ddd3 Frank S. Filz EXPORT: Add CLIENT blocks to EXPORT_DEFAULTS
d2e46d371 Frank S. Filz FSAL: All FSALs must implement alloc_state and status2
991b1f5ea Frank S. Filz CONFIG: Make most parameters and blocks unique, clarify the rest
b35d8cfee Frank S. Filz Add find_unused_blocks to check for unused config blocks
16119e22c Frank S. Filz Add FSAL_LIST config block to list the FSAL specific config blocks
2223ebf1a Frank S. Filz Add command line option for config errors to be fatal on startup
eb5eebb61 Frank S. Filz FSAL_VFS: On Linux make setattr >0x7ffffffffffffff return EFBIG
117f07ade Frank S. Filz SAL: wrap init and destroy all_locks_mutex in #ifdef DEBUG_SAL
98771cef8 Frank S. Filz Eradicate most refereces to cache inode.
6e18be923 Frank S. Filz FSAL cap retries for stat while resolving POSIX filesystems
439c34706 Frank S. Filz FSAL_CEPH: enable POSIX ACL
92fe1d05c Frank S. Filz Fix race with granting blocked locks
b52582d9c Frank S. Filz Replace some LogCrit followed by exit with LogFatal
d323655d6 Frank S. Filz FSAL: posix2fsal_status(EBUSY); is too noisy