Branch next
Tag:V3.0-rc1
NOTE: In case you feel like you got lost in the space-time contunum, we
decided to jump to 3.0 instead of 2.9 due to the significance of features
in this release and we didn't want to someday be doing V2.25 and folks
wondering what the 2. prefix is for...
NOTE: This release includes an ntirpc pullup, please update your submodules
Release Highlights
* Use xdr_putbufs for readir responses
* Use struct attrlist for NFSv3 attributes
* PROXY: use MAXNAMLEN instead of sizeof(name)
* MOUNT: Add mnt3_ prefix to common typedef names
* Only return OPEN_DELEGATE_NONE_EXT if delegations WANTed
* ntirpc pullup to remove error messages for nfs3 readdir
* Remove useless pointer variable.
* use alloca due to &array == array
* Per client and per export stats
* FSAL_GLUSTER: Improving fd handling during OPEN and COMMIT
* fix for race condition between fridgethr_destroy and fridgethr_freeze
* Allow system NTIRPC installed in a prefix
Signed-off-by: Frank S. Filz <ffilzlnx(a)mindspring.com>
Contents:
fa48ca1 Frank S. Filz V3.0-rc1
069e2e7 Daniel Gryniewicz Allow system NTIRPC installed in a prefix
2f7a1d8 Koen Struyve fix for race condition between fridgethr_destroy and
fridgethr_freeze
7eb379f Soumya Koduri FSAL_GLUSTER: Improving fd handling during OPEN and
COMMIT
6f5614c Sachin Punadikar Per client and per export stats
20dd518 Yang Ruifeng use alloca due to &array == array
fbb42c2 Xi Jinyu Remove useless pointer variable.
1b1a027 Frank S. Filz ntirpc pullup to remove error messages for nfs3
readdir
1635ff6 Frank S. Filz Only return OPEN_DELEGATE_NONE_EXT if delegations
WANTed
2810b4f Frank S. Filz MOUNT: Add mnt3_ prefix to common typedef names
7201c95 Frank S. Filz PROXY: use MAXNAMLEN instead of sizeof(name)
f6edd32 Frank S. Filz Make NFSv4 READDIR use xdr_putbuffs
ca84db5 Frank S. Filz Make NFSv3 READDIR use xdr_putbuffs
dae4aee Frank S. Filz Change nfs3_FSALattr_To_Fattr to nfs3_Fixup_FSALattr
to save copy
1b16781 Frank S. Filz Use struct attrlist for NFSv3 attributes