Change in ffilz/nfs-ganesha[next]: NFS: add the security label to struct attrlist
by GerritHub
From Jeff Layton <jlayton(a)redhat.com>:
Jeff Layton has uploaded this change for review. ( https://review.gerrithub.io/425599
Change subject: NFS: add the security label to struct attrlist
......................................................................
NFS: add the security label to struct attrlist
...and handle copies, etc. correctly.
Change-Id: I0a679ffc5a096e641761805c4af4970d2270f4ce
Signed-off-by: Jeff Layton <jlayton(a)redhat.com>
---
M src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_handle.c
M src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_helpers.c
M src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_int.h
M src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_up.c
M src/include/fsal.h
M src/include/fsal_types.h
M src/include/fsal_up.h
7 files changed, 63 insertions(+), 3 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/99/425599/1
--
To view, visit https://review.gerrithub.io/425599
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: I0a679ffc5a096e641761805c4af4970d2270f4ce
Gerrit-Change-Number: 425599
Gerrit-PatchSet: 1
Gerrit-Owner: Jeff Layton <jlayton(a)redhat.com>
6 years, 3 months
Change in ffilz/nfs-ganesha[next]: RPC: add types and encoder/decoder for security labels
by GerritHub
From Jeff Layton <jlayton(a)redhat.com>:
Jeff Layton has uploaded this change for review. ( https://review.gerrithub.io/425598
Change subject: RPC: add types and encoder/decoder for security labels
......................................................................
RPC: add types and encoder/decoder for security labels
Change-Id: If0de7b927f50b64390e59273f89ec905566e51e2
Signed-off-by: Jeff Layton <jlayton(a)redhat.com>
---
M src/Protocols/NFS/nfs_proto_tools.c
M src/include/fsal_types.h
M src/include/nfsv41.h
3 files changed, 49 insertions(+), 0 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/98/425598/1
--
To view, visit https://review.gerrithub.io/425598
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: If0de7b927f50b64390e59273f89ec905566e51e2
Gerrit-Change-Number: 425598
Gerrit-PatchSet: 1
Gerrit-Owner: Jeff Layton <jlayton(a)redhat.com>
6 years, 3 months
Change in ffilz/nfs-ganesha[next]: FSAL_UP: prevent races when doing an async deleg recall
by GerritHub
From <fatih(a)gandi.net>:
fatih(a)gandi.net has uploaded this change for review. ( https://review.gerrithub.io/425591
Change subject: FSAL_UP: prevent races when doing an async deleg recall
......................................................................
FSAL_UP: prevent races when doing an async deleg recall
Under high workload the async delegation recall may be called too late.
The handle passed to the async thread may be free'd before it is executed.
We must get a ref on the handle before starting the async recall.
Change-Id: Ie1d9611b9cb10f55232103d66e237121b53230df
Signed-off-by: Fatih Acar <fatih.acar(a)gandi.net>
---
M src/FSAL_UP/fsal_up_async.c
1 file changed, 8 insertions(+), 1 deletion(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/91/425591/1
--
To view, visit https://review.gerrithub.io/425591
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie1d9611b9cb10f55232103d66e237121b53230df
Gerrit-Change-Number: 425591
Gerrit-PatchSet: 1
Gerrit-Owner: Anonymous Coward <fatih(a)gandi.net>
6 years, 3 months
Change in ffilz/nfs-ganesha[next]: Fix default config IPv6 connections
by GerritHub
From Daniel Gryniewicz <dang(a)redhat.com>:
Daniel Gryniewicz has uploaded this change for review. ( https://review.gerrithub.io/425407
Change subject: Fix default config IPv6 connections
......................................................................
Fix default config IPv6 connections
On a v6 enabled machine, the v6 address that Ganesha was binding was
0.0.0.0, not :: or :ffff:0.0.0.0. This means that if you didn't specify
any Bind_Addr then v6 mounts would fail (although v4 worked fine, even
on v6 enabled machines). To fix this, use the AI_PASSIVE flag to
getattrinfo(3), which will return the correct ANY address for each
address family.
Fixes bug #1566082
Change-Id: Ie0ac0826f29b7b2ff20d5fe21be2533744f81698
Signed-off-by: Daniel Gryniewicz <dang(a)redhat.com>
---
M src/config_parsing/config_parsing.c
1 file changed, 6 insertions(+), 4 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/07/425407/1
--
To view, visit https://review.gerrithub.io/425407
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie0ac0826f29b7b2ff20d5fe21be2533744f81698
Gerrit-Change-Number: 425407
Gerrit-PatchSet: 1
Gerrit-Owner: Daniel Gryniewicz <dang(a)redhat.com>
6 years, 3 months
Change in ffilz/nfs-ganesha[next]: Pull up ntirpc to 1.7.0
by GerritHub
From Daniel Gryniewicz <dang(a)redhat.com>:
Daniel Gryniewicz has uploaded this change for review. ( https://review.gerrithub.io/425308
Change subject: Pull up ntirpc to 1.7.0
......................................................................
Pull up ntirpc to 1.7.0
Change-Id: I3cceaebee77b77fd08f8e17a0bda132004f3c5d3
Signed-off-by: Daniel Gryniewicz <dang(a)redhat.com>
---
M src/libntirpc
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/08/425308/1
--
To view, visit https://review.gerrithub.io/425308
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3cceaebee77b77fd08f8e17a0bda132004f3c5d3
Gerrit-Change-Number: 425308
Gerrit-PatchSet: 1
Gerrit-Owner: Daniel Gryniewicz <dang(a)redhat.com>
6 years, 3 months
Change in ffilz/nfs-ganesha[next]: GLUSTER - Disable readdir plus chunk reloading
by GerritHub
From Daniel Gryniewicz <dang(a)redhat.com>:
Daniel Gryniewicz has uploaded this change for review. ( https://review.gerrithub.io/425282
Change subject: GLUSTER - Disable readdir plus chunk reloading
......................................................................
GLUSTER - Disable readdir plus chunk reloading
It turns out that Gluster has issues with dirent ordering when loading
chunks in the middle of a directory, so disable the chunk reloading.
Change-Id: Ibf36241c829692a0339362b0f7a07ff978d8a514
Signed-off-by: Daniel Gryniewicz <dang(a)redhat.com>
---
M src/FSAL/FSAL_GLUSTER/main.c
1 file changed, 0 insertions(+), 3 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/82/425282/1
--
To view, visit https://review.gerrithub.io/425282
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibf36241c829692a0339362b0f7a07ff978d8a514
Gerrit-Change-Number: 425282
Gerrit-PatchSet: 1
Gerrit-Owner: Daniel Gryniewicz <dang(a)redhat.com>
6 years, 3 months
support for labeled nfs
by Janak Gtri
The latest version of nfs-ganesha supports nfs v4.2 protocols. Does that
include labeled nfs?
Does FSAL for glusterfs have support to get/set labels (extended attributes
such as SELinux context)?
Thanks.
-Janak
6 years, 3 months
Announce Push of V2.7-rc5
by Frank Filz
Branch next
Tag:V2.7-rc5
Release Highlights
* A bunch of fixes for issues raised by Coverity
* VFS/GLUSTER: Revert "Use d_off from previous dirent as cookie" patches
* GLUSTER: copy garry from tmp2_fd when resuing open state fd
* Fix typo in comment
* rados_grace: allow lift/remove to proceed if we're not in a grace period
Signed-off-by: Frank S. Filz <ffilzlnx(a)mindspring.com>
Contents:
8971804 Frank S. Filz V2.7-rc5
cbd64f9 Jeff Layton rados_grace: allow lift/remove to proceed if we're not
in a grace period
a3648e4 Pavel Skuratovich Fix typo in comment
891f8de Kinglong Mee FSAL_GLUSTER: copy garry from tmp2_fd when resuing open
state fd
ea2144b Frank S. Filz Revert "GLUSTER: Use telldir result from previous
dirent as cookie"
b7d99ba Frank S. Filz Revert "VFS: Use d_off from previous dirent as cookie"
258b16b Daniel Gryniewicz VFS - Don't double-free fs_locations
e22f2da Daniel Gryniewicz DBUS - Print correct name in error message
10e4b26 Daniel Gryniewicz AUTH - Return correct result
24af602 Daniel Gryniewicz gsh_alloc cannot fail. Make coverity happy
873d43c Daniel Gryniewicz In new ntirpc, au cannot be null. Make coverity
happy
fb5f604 Daniel Gryniewicz Fix leaks related to CIDR clients
ffe0ec6 Daniel Gryniewicz PROXY - close socket in error case
9cca93a Daniel Gryniewicz Don't hide arguments; rename hiding variables
8be8212 Daniel Gryniewicz Don't define variables in the middle of function
cbdc3f1 Daniel Gryniewicz hashtable - mark falltrhough to keep coverity
happy
448a55f Daniel Gryniewicz NFS - Unlock, rather than double locking
997f7fb Daniel Gryniewicz VFS - Make sure to unlock on failure case
d191fe4 Daniel Gryniewicz NFS - Initialize new_state out parameter
14b0a49 Daniel Gryniewicz NFS - Don't nest locks
7ab166f Daniel Gryniewicz MDCACHE - Can't check prev_chunk unless right is
valid
5700b2a Daniel Gryniewicz MEM - Use correct handle for FD
80ca39c Daniel Gryniewicz MDCACHE - set atime, not mtime
6 years, 3 months
Change in ffilz/nfs-ganesha[next]: FSAL_VFS: fix read_dirents on FreeBSD
by GerritHub
From <fatih(a)gandi.net>:
fatih(a)gandi.net has uploaded this change for review. ( https://review.gerrithub.io/424993
Change subject: FSAL_VFS: fix read_dirents on FreeBSD
......................................................................
FSAL_VFS: fix read_dirents on FreeBSD
We now must retrieve the next entry's offset
Change-Id: Iff33fcfd55cb233736bc17a68e1ab69f6b297649
Signed-off-by: Fatih Acar <fatih.acar(a)gandi.net>
---
M src/FSAL/FSAL_VFS/handle.c
1 file changed, 12 insertions(+), 4 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/93/424993/1
--
To view, visit https://review.gerrithub.io/424993
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iff33fcfd55cb233736bc17a68e1ab69f6b297649
Gerrit-Change-Number: 424993
Gerrit-PatchSet: 1
Gerrit-Owner: Anonymous Coward <fatih(a)gandi.net>
6 years, 3 months