Change in ...nfs-ganesha[next]: NFS: rename xattrname4 to xattrkey4
by Jeff Layton (GerritHub)
Jeff Layton has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/511981 )
Change subject: NFS: rename xattrname4 to xattrkey4
......................................................................
NFS: rename xattrname4 to xattrkey4
In the released spec. What was called xattrname4 in ganesha got renamed
to xattrkey4. Do a global renaming to maintain consistency with the RFC.
Change-Id: I6fd07ce28914a63cd806bc4cd6626ce524fbd561
Signed-off-by: Jeff Layton <jlayton(a)redhat.com>
---
M src/FSAL/FSAL_GLUSTER/handle.c
M src/FSAL/FSAL_GPFS/handle.c
M src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_int.h
M src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_xattrs.c
M src/FSAL/default_methods.c
M src/include/fsal_api.h
M src/include/nfsv41.h
7 files changed, 22 insertions(+), 22 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/81/511981/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/511981
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I6fd07ce28914a63cd806bc4cd6626ce524fbd561
Gerrit-Change-Number: 511981
Gerrit-PatchSet: 1
Gerrit-Owner: Jeff Layton <jlayton(a)redhat.com>
Gerrit-MessageType: newchange
3 years, 9 months
Change in ...nfs-ganesha[next]: NFS: add new error codes for xattr support
by Jeff Layton (GerritHub)
Jeff Layton has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/511980 )
Change subject: NFS: add new error codes for xattr support
......................................................................
NFS: add new error codes for xattr support
Add new error codes that are introduced in RFC8276.
Change-Id: Ifb4a16f5b2219302d82bb0db58e13102e64ae0b9
Signed-off-by: Jeff Layton <jlayton(a)redhat.com>
---
M src/FSAL/commonlib.c
M src/Protocols/NFS/nfs_proto_tools.c
M src/SAL/state_misc.c
M src/include/fsal_types.h
M src/include/nfsv41.h
M src/support/nfs_convert.c
6 files changed, 30 insertions(+), 0 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/80/511980/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/511980
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: Ifb4a16f5b2219302d82bb0db58e13102e64ae0b9
Gerrit-Change-Number: 511980
Gerrit-PatchSet: 1
Gerrit-Owner: Jeff Layton <jlayton(a)redhat.com>
Gerrit-MessageType: newchange
3 years, 9 months
Change in ...nfs-ganesha[next]: FSAL: disable ATTR4_XATTR in FSAL_GLUSTER and FSAL_GPFS
by Jeff Layton (GerritHub)
Jeff Layton has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/511979 )
Change subject: FSAL: disable ATTR4_XATTR in FSAL_GLUSTER and FSAL_GPFS
......................................................................
FSAL: disable ATTR4_XATTR in FSAL_GLUSTER and FSAL_GPFS
The xattrs API will need to change in order to better conform to the
released standard. Disable ATTR4_XATTR in both GPFS and GLUSTER until
they can be reworked on top of the updated FSAL API.
Change-Id: I9e6a982af4046cd30479dd5ee456d03b180e3200
Signed-off-by: Jeff Layton <jlayton(a)redhat.com>
---
M src/FSAL/FSAL_GLUSTER/gluster_internal.h
M src/FSAL/FSAL_GPFS/fsal_internal.h
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/79/511979/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/511979
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I9e6a982af4046cd30479dd5ee456d03b180e3200
Gerrit-Change-Number: 511979
Gerrit-PatchSet: 1
Gerrit-Owner: Jeff Layton <jlayton(a)redhat.com>
Gerrit-MessageType: newchange
3 years, 9 months
Announce Push of V4-dev.53
by Frank Filz
Branch next
Tag:V4-dev.53
Merge Highlights
* GLUSTER: fix creds issue in lookup
* GLUSTER: add some debug logging
* Fix udp/tcp confusion for bind_addr github issue 689
* Remove BLKIN support
* ProxyV3: Make the number of sockets configurable.
Signed-off-by: Frank S. Filz <ffilzlnx(a)mindspring.com>
Contents:
7df91dc Frank S. Filz V4-dev.53
622d5a2 Solomon Boulos ProxyV3: Make the number of sockets configurable.
946b3a1 Frank S. Filz Remove BLKIN support
553663e Frank S. Filz Fix udp/tcp confusion for bind_addr github issue 689
bfe11f4 Frank S. Filz GLUSTER wrap glfs_h_lookupat in SET_GLUSTER_CREDS in
lookup
44e20cc Frank S. Filz GLUSTER: Add debug to lookup
a95eb02 Frank S. Filz GLUSTER: Add debug to open2
3 years, 9 months
Change in ...nfs-ganesha[next]: Replace ${CMAKE_SOURCE_DIR} into ${CMAKE_CURRENT_SOURCE_DIR}.
by Gao Mingfei (GerritHub)
Gao Mingfei has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/511828 )
Change subject: Replace ${CMAKE_SOURCE_DIR} into ${CMAKE_CURRENT_SOURCE_DIR}.
......................................................................
Replace ${CMAKE_SOURCE_DIR} into ${CMAKE_CURRENT_SOURCE_DIR}.
If we want to integrate nfs-ganesha into a larger CMake project,
we usually use "add_subdirectory(nfs-ganesha/src)" in the top level
CMakeLists.txt to achive this goal. But the CMakeLists.txt in
nfs-ganesha use predefined variable ${CMAKE_SOURCE_DIR}, this variable
always point to the top level CMakeLists.txt file path, so the cmake
can not work in this case. CMake provides another variable
${CMAKE_CURRENT_SOURCE_DIR}, which stands for the current CMakeLists.txt
file path. I think we should use this variable instead.
Signed-off-by: Gao Mingfei <mingfei.gao(a)ucloud.cn>
Change-Id: Icd142c57ff7421e70d5370cb9382ddc27c9edc28
---
M src/CMakeLists.txt
M src/MainNFSD/CMakeLists.txt
M src/cmake/modules/GetGitRevisionDescription.cmake
M src/cmake/portability_cmake_2.8/FindBISON.cmake
4 files changed, 20 insertions(+), 20 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/28/511828/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/511828
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: Icd142c57ff7421e70d5370cb9382ddc27c9edc28
Gerrit-Change-Number: 511828
Gerrit-PatchSet: 1
Gerrit-Owner: Gao Mingfei <gaomf(a)gaomf.cn>
Gerrit-MessageType: newchange
3 years, 9 months
Change in ...nfs-ganesha[next]: Remove BLKIN support
by Frank Filz (GerritHub)
Frank Filz has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/511665 )
Change subject: Remove BLKIN support
......................................................................
Remove BLKIN support
This has never been really used and bitrot has set in.
Change-Id: I74b44b5174882f0cb7d5de071f7053ce028aa8eb
Signed-off-by: Frank S. Filz <ffilzlnx(a)mindspring.com>
---
M src/CMakeLists.txt
M src/MainNFSD/nfs_rpc_dispatcher_thread.c
M src/MainNFSD/nfs_worker_thread.c
3 files changed, 0 insertions(+), 85 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/65/511665/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/511665
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I74b44b5174882f0cb7d5de071f7053ce028aa8eb
Gerrit-Change-Number: 511665
Gerrit-PatchSet: 1
Gerrit-Owner: Frank Filz <ffilzlnx(a)mindspring.com>
Gerrit-MessageType: newchange
3 years, 9 months