Branch next

 

Tag:V6.2

 

Merge Highlights

 

* config: coverity fixes related to interval

 

* 2 PNFS fixes

 

* Initialize read_arg->info properly for read_plus

 

* Sync lru_run with release_export

 

* fsal_destoryer.c: Didn't call unload for static fsals

 

* connection_manager: Add enum for stuck drains, and remove uneeded shutdown in conenction manager

 

* src/SAL/nfs4_owner.c: Don't access owner if it's NULL.

 

* src/MainNFSD/nfs_main.c: Truncate should be after taking the lock.

 

* Avoid double release of read buffers

 

* Prevent nfs3 read from generating bad reply

 

* Avoid deref of uninitialized pointer

 

* FSAL_CEPH: Fix null pointer reference

 

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

 

Contents:

 

c9ff03bb1 Frank S. Filz V6.2

59c6edd45 bjfhdhhaha FSAL_CEPH: Fix null pointer reference

e01052490 Steve Lord Avoid deref of uninitialized pointer

2cfbb48b0 Steve Lord Prevent nfs3 read from generating bad reply

98cb6ee3c Steve Lord Avoid double release of read buffers

25d59b8d7 Yoni Couriel src/MainNFSD/nfs_main.c: Truncate should be after taking the lock.

046ea620e Yoni Couriel src/SAL/nfs4_owner.c: Don't access owner if it's NULL.

b92252f97 Ofir Vainshtein connection_manager: Add enum for stuck drains, and remove uneeded shutdown in conenction manager

43c4ae22f Ofir Vainshtein fsal_destoryer.c: Didn't call unload for static fsals

df5b5e53d Xueqian Hu Sync lru_run with release_export

24da5c304 Deepak Arumugam Sankara Subramanian Initialize read_arg->info properly for read_plus

1b010ad29 Marc Eshel pNFS need an extra hold for DS

d7d88f420 Marc Eshel GPFS: Add multiple pNFS FH option

bf4ca410e Sachin Punadikar config: coverity fixes related to interval