[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Fix posix_find_parent to differentiate when /fs1 and /fs10 a...

2015-05-05 Thread GerritHub
From Frank Filz ffilz...@mindspring.com:

Frank Filz has uploaded a new change for review.

  https://review.gerrithub.io/232476

Change subject: Fix posix_find_parent to differentiate when /fs1 and /fs10 are 
filesystems
..

Fix posix_find_parent to differentiate when /fs1 and /fs10 are filesystems

If we are finding the parent of /fs10/fs2, we don't want /fs1 to be the
parent. When we match /fs1 against /fs10/fs2, the strncmp will match,
so we test if the next character of the child patch is '/'. Since it's not,
we skip /fs1 as being a possible parent of /fs10/fs2.

Change-Id: I866d12f0f4ea32e2a498ed1fdd71e7974e2b249a
Signed-off-by: Frank S. Filz ffilz...@mindspring.com
---
M src/FSAL/commonlib.c
1 file changed, 6 insertions(+), 0 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/76/232476/1
-- 
To view, visit https://review.gerrithub.io/232476
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I866d12f0f4ea32e2a498ed1fdd71e7974e2b249a
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Frank Filz ffilz...@mindspring.com

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: 9P : modify op_ctx initialization (worker threads use differ...

2015-05-06 Thread GerritHub
From Vincent Saulue-Laborde vincent.sau...@bull.net:

Vincent Saulue-Laborde has uploaded a new change for review.

  https://review.gerrithub.io/232488

Change subject: 9P : modify op_ctx initialization (worker threads use different 
values)
..

9P : modify op_ctx initialization (worker threads use different values)

This patch is needed to fix bugs in stackable fsals. The new Nullfs
implementation have to modify op_ctx to have its fsal stack work
properly. This solution can't work if different worker threads can share
the same op_ctx value.

Change-Id: I5663de1376bb7de0924143c5dfecb489dbb7a2f2
Signed-off-by: Vincent Saulue-Laborde vincent.sau...@bull.net
---
M src/Protocols/9P/9p_fsync.c
M src/Protocols/9P/9p_lcreate.c
M src/Protocols/9P/9p_lock.c
M src/Protocols/9P/9p_lopen.c
M src/Protocols/9P/9p_mkdir.c
M src/Protocols/9P/9p_mknod.c
M src/Protocols/9P/9p_proto_tools.c
M src/Protocols/9P/9p_read.c
M src/Protocols/9P/9p_readdir.c
M src/Protocols/9P/9p_readlink.c
M src/Protocols/9P/9p_remove.c
M src/Protocols/9P/9p_rename.c
M src/Protocols/9P/9p_setattr.c
M src/Protocols/9P/9p_statfs.c
M src/Protocols/9P/9p_symlink.c
M src/Protocols/9P/9p_walk.c
M src/Protocols/9P/9p_write.c
M src/Protocols/9P/9p_xattrcreate.c
M src/Protocols/9P/9p_xattrwalk.c
19 files changed, 19 insertions(+), 19 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/88/232488/1
-- 
To view, visit https://review.gerrithub.io/232488
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5663de1376bb7de0924143c5dfecb489dbb7a2f2
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Vincent Saulue-Laborde vincent.sau...@bull.net

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Fixing glfs_fstat crash for GlusterFS pNFS commit as well.

2015-05-14 Thread GerritHub
From Anand Subramanian ana...@redhat.com:

Anand Subramanian has uploaded a new change for review.

  https://review.gerrithub.io/233405

Change subject: Fixing glfs_fstat crash for GlusterFS pNFS commit as well.
..

Fixing glfs_fstat crash for GlusterFS pNFS commit as well.

Change-Id: Iaa4f15c57a531e8cba5f432ed70fb6e244534246
Signed-off-by: Anand Subramanian ana...@redhat.com
---
M src/FSAL/FSAL_GLUSTER/handle.c
M src/FSAL/FSAL_GLUSTER/mds.c
2 files changed, 22 insertions(+), 10 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/05/233405/1
-- 
To view, visit https://review.gerrithub.io/233405
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaa4f15c57a531e8cba5f432ed70fb6e244534246
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Anand Subramanian ana...@redhat.com

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: FSAL_GLUSTER : Convertion of nfs4_acls - posix_acls using ...

2015-05-14 Thread GerritHub
From Jiffin Tony Thottan jthot...@redhat.com:

Jiffin Tony Thottan has uploaded a new change for review.

  https://review.gerrithub.io/233403

Change subject: FSAL_GLUSTER : Convertion of nfs4_acls - posix_acls using 
standard libacl api's
..

FSAL_GLUSTER : Convertion of nfs4_acls - posix_acls using standard libacl 
api's

This patch introduces two api's fsal_acl_2_posix_acl() and posixacl_2_fsal_acl()
which will convert nfs4_acls to posix_acl and viceversa with help of standard
libacl api's. Rightnow, convertion is only applicable for files in FSAL_GLUSTER

Change-Id: I313b360fe53f1fa4facda1b35c4febb73266e329
Signed-off-by: Jiffin Tony Thottan jthot...@redhat.com
---
M src/FSAL/FSAL_GLUSTER/CMakeLists.txt
M src/FSAL/FSAL_GLUSTER/gluster_internal.c
M src/FSAL/FSAL_GLUSTER/gluster_internal.h
M src/FSAL/FSAL_GLUSTER/handle.c
A src/FSAL/FSAL_GLUSTER/posix_acls.c
A src/FSAL/FSAL_GLUSTER/posix_acls.h
6 files changed, 413 insertions(+), 50 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/03/233403/1
-- 
To view, visit https://review.gerrithub.io/233403
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I313b360fe53f1fa4facda1b35c4febb73266e329
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Jiffin Tony Thottan jthot...@redhat.com

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Added Ports to the gpfs main config file. Also added COMPONE...

2015-05-13 Thread GerritHub
From Malahal mala...@gmail.com:

Malahal has uploaded a new change for review.

  https://review.gerrithub.io/233343

Change subject: Added Ports to the gpfs main config file. Also added COMPONENT 
block in the gpfs log config file.
..

Added Ports to the gpfs main config file. Also added COMPONENT block in the
gpfs log config file.

Change-Id: I6146f24cd3c8581a8b9dbcc27a604c132770c647
Signed-off-by: Poornima Gupte poornima.gu...@in.ibm.com
---
M src/config_samples/gpfs.ganesha.log.conf
M src/config_samples/gpfs.ganesha.main.conf
2 files changed, 7 insertions(+), 4 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/43/233343/1
-- 
To view, visit https://review.gerrithub.io/233343
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6146f24cd3c8581a8b9dbcc27a604c132770c647
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Malahal mala...@gmail.com

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Fix new checkpatch errors in Protocols/NLM code

2015-05-20 Thread GerritHub
From Frank Filz ffilz...@mindspring.com:

Frank Filz has uploaded a new change for review.

  https://review.gerrithub.io/233946

Change subject: Fix new checkpatch errors in Protocols/NLM code
..

Fix new checkpatch errors in Protocols/NLM code

Change-Id: If1f386f28c226984200b4db3cd292d552b708c0a
Signed-off-by: Frank S. Filz ffilz...@mindspring.com
---
M src/Protocols/NLM/nlm_Cancel.c
M src/Protocols/NLM/nlm_Free_All.c
M src/Protocols/NLM/nlm_Granted_Res.c
M src/Protocols/NLM/nlm_Null.c
M src/Protocols/NLM/nlm_Share.c
M src/Protocols/NLM/nlm_Sm_Notify.c
M src/Protocols/NLM/nlm_async.c
M src/Protocols/NLM/nsm.c
M src/Protocols/NLM/sm_notify.c
9 files changed, 9 insertions(+), 7 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/46/233946/1
-- 
To view, visit https://review.gerrithub.io/233946
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If1f386f28c226984200b4db3cd292d552b708c0a
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Frank Filz ffilz...@mindspring.com

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Fix new checkpatch errors in FSAL_PROXY

2015-05-20 Thread GerritHub
From Frank Filz ffilz...@mindspring.com:

Frank Filz has uploaded a new change for review.

  https://review.gerrithub.io/233926

Change subject: Fix new checkpatch errors in FSAL_PROXY
..

Fix new checkpatch errors in FSAL_PROXY

Change-Id: Idf73706364dca8a64ac26bfd1c6271cc5b96645f
Signed-off-by: Frank S. Filz ffilz...@mindspring.com
---
M src/FSAL/FSAL_PROXY/handle.c
M src/FSAL/FSAL_PROXY/handle_mapping/handle_mapping.c
M src/FSAL/FSAL_PROXY/handle_mapping/handle_mapping.h
M src/FSAL/FSAL_PROXY/handle_mapping/handle_mapping_db.c
M src/FSAL/FSAL_PROXY/handle_mapping/handle_mapping_db.h
5 files changed, 24 insertions(+), 15 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/26/233926/1
-- 
To view, visit https://review.gerrithub.io/233926
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idf73706364dca8a64ac26bfd1c6271cc5b96645f
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Frank Filz ffilz...@mindspring.com

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Fix new checkpatch errors in FSAL_GLUSTER

2015-05-20 Thread GerritHub
From Frank Filz ffilz...@mindspring.com:

Frank Filz has uploaded a new change for review.

  https://review.gerrithub.io/233922

Change subject: Fix new checkpatch errors in FSAL_GLUSTER
..

Fix new checkpatch errors in FSAL_GLUSTER

Change-Id: Ie18eaf7097edbb7757d9c1d0244e173956569a1c
Signed-off-by: Frank S. Filz ffilz...@mindspring.com
---
M src/FSAL/FSAL_GLUSTER/gluster_internal.c
M src/FSAL/FSAL_GLUSTER/handle.c
M src/FSAL/FSAL_GLUSTER/mds.c
3 files changed, 13 insertions(+), 18 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/22/233922/1
-- 
To view, visit https://review.gerrithub.io/233922
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie18eaf7097edbb7757d9c1d0244e173956569a1c
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Frank Filz ffilz...@mindspring.com
Gerrit-Reviewer: CEA-HPC gerrithub-...@cea.fr

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Fix new checkpatch errors in support directory

2015-05-20 Thread GerritHub
From Frank Filz ffilz...@mindspring.com:

Frank Filz has uploaded a new change for review.

  https://review.gerrithub.io/233950

Change subject: Fix new checkpatch errors in support directory
..

Fix new checkpatch errors in support directory

Change-Id: Iee23f0493dc38eeffed0a30883f49b602cda08df
Signed-off-by: Frank S. Filz ffilz...@mindspring.com
---
M src/support/city-test.c
M src/support/city.c
M src/support/delayed_exec.c
M src/support/err_inject.c
M src/support/exports.c
M src/support/fridgethr.c
M src/support/misc.c
M src/support/nfs4_acls.c
M src/support/nfs_convert.c
M src/support/nfs_creds.c
M src/support/server_stats.c
M src/support/strnlen.c
12 files changed, 113 insertions(+), 62 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/50/233950/1
-- 
To view, visit https://review.gerrithub.io/233950
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iee23f0493dc38eeffed0a30883f49b602cda08df
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Frank Filz ffilz...@mindspring.com

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Fix new checkpatch errors in Protocols/RQUOTA code

2015-05-20 Thread GerritHub
From Frank Filz ffilz...@mindspring.com:

Frank Filz has uploaded a new change for review.

  https://review.gerrithub.io/233947

Change subject: Fix new checkpatch errors in Protocols/RQUOTA code
..

Fix new checkpatch errors in Protocols/RQUOTA code

Change-Id: I00bfa8f768faa56efa0b255039c8ad2ff786d8ab
Signed-off-by: Frank S. Filz ffilz...@mindspring.com
---
M src/Protocols/RQUOTA/rquota_Null.c
M src/Protocols/RQUOTA/rquota_getactivequota.c
M src/Protocols/RQUOTA/rquota_getquota.c
M src/Protocols/RQUOTA/rquota_setactivequota.c
M src/Protocols/RQUOTA/rquota_setquota.c
5 files changed, 5 insertions(+), 5 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/47/233947/1
-- 
To view, visit https://review.gerrithub.io/233947
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I00bfa8f768faa56efa0b255039c8ad2ff786d8ab
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Frank Filz ffilz...@mindspring.com

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Fix new checkpatch errors in idmapper

2015-05-20 Thread GerritHub
From Frank Filz ffilz...@mindspring.com:

Frank Filz has uploaded a new change for review.

  https://review.gerrithub.io/233935

Change subject: Fix new checkpatch errors in idmapper
..

Fix new checkpatch errors in idmapper

Change-Id: Id8a4f824e337ecea4634a2ba35d34595a7bcd833
Signed-off-by: Frank S. Filz ffilz...@mindspring.com
---
M src/idmapper/idmapper.c
M src/idmapper/idmapper_cache.c
2 files changed, 5 insertions(+), 7 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/35/233935/1
-- 
To view, visit https://review.gerrithub.io/233935
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id8a4f824e337ecea4634a2ba35d34595a7bcd833
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Frank Filz ffilz...@mindspring.com

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Fix new checkpatch errors in test directory

2015-05-20 Thread GerritHub
From Frank Filz ffilz...@mindspring.com:

Frank Filz has uploaded a new change for review.

  https://review.gerrithub.io/233951

Change subject: Fix new checkpatch errors in test directory
..

Fix new checkpatch errors in test directory

Change-Id: I0ab3eb7fea175cf37c0339cb956868a649684457
Signed-off-by: Frank S. Filz ffilz...@mindspring.com
---
M src/test/test_avl.c
M src/test/test_glist.c
M src/test/test_mh_avl.c
3 files changed, 16 insertions(+), 6 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/51/233951/1
-- 
To view, visit https://review.gerrithub.io/233951
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0ab3eb7fea175cf37c0339cb956868a649684457
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Frank Filz ffilz...@mindspring.com

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Fix new checkpatch errors in FSAL_UP

2015-05-20 Thread GerritHub
From Frank Filz ffilz...@mindspring.com:

Frank Filz has uploaded a new change for review.

  https://review.gerrithub.io/233931

Change subject: Fix new checkpatch errors in FSAL_UP
..

Fix new checkpatch errors in FSAL_UP

Change-Id: I51895e2c35df4d6a6ef8d50ad5e31c48c7a4d524
Signed-off-by: Frank S. Filz ffilz...@mindspring.com
---
M src/FSAL_UP/fsal_up_async.c
M src/FSAL_UP/fsal_up_top.c
2 files changed, 12 insertions(+), 13 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/31/233931/1
-- 
To view, visit https://review.gerrithub.io/233931
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I51895e2c35df4d6a6ef8d50ad5e31c48c7a4d524
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Frank Filz ffilz...@mindspring.com

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Remove annoying LogMajor if NFS4ERR_WRONGSEC on LOOKUP

2015-06-03 Thread GerritHub
From Frank Filz ffilz...@mindspring.com:

Frank Filz has uploaded a new change for review.

  https://review.gerrithub.io/235118

Change subject: Remove annoying LogMajor if NFS4ERR_WRONGSEC on LOOKUP
..

Remove annoying LogMajor if NFS4ERR_WRONGSEC on LOOKUP

nfs4_export_check_access has already done a LogInfo to document why it
failed.

Change-Id: If8abf54391a5803959fd0fe150f992dc47a29ddc
Signed-off-by: Frank S. Filz ffilz...@mindspring.com
---
M src/CMakeLists.txt
M src/Protocols/NFS/nfs4_op_lookup.c
2 files changed, 12 insertions(+), 2 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/18/235118/1
-- 
To view, visit https://review.gerrithub.io/235118
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If8abf54391a5803959fd0fe150f992dc47a29ddc
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Frank Filz ffilz...@mindspring.com

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Fix missing config file causing a segfault.

2015-06-05 Thread GerritHub
From Malahal mala...@gmail.com:

Malahal has uploaded a new change for review.

  https://review.gerrithub.io/235289

Change subject: Fix missing config file causing a segfault.
..

Fix missing config file causing a segfault.

Failure to open config file results in a segfault due to incorrect
number of arguments.

Change-Id: I9364d8e73c3839718ec738b7b105fb0928744b9b
Signed-off-by: Malahal Naineni mala...@us.ibm.com
---
M src/config_parsing/conf_lex.l
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/89/235289/1
-- 
To view, visit https://review.gerrithub.io/235289
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9364d8e73c3839718ec738b7b105fb0928744b9b
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Malahal mala...@gmail.com

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Fix cache_entry_To_Fattr to check ACE perms

2015-06-05 Thread GerritHub
From Allison Henderson achen...@linux.vnet.ibm.com:

Allison Henderson has uploaded a new change for review.

  https://review.gerrithub.io/235763

Change subject: Fix cache_entry_To_Fattr to check ACE perms
..

Fix cache_entry_To_Fattr to check ACE perms

cache_entry_To_Fattr is allowing read access to ACLS when it
should not.  This happens because the bitmap4 mask operations
should be using the FATTR4_* scheme, not the ATTR_* scheme

Change-Id: I4c9430e5577a612a90a6600dfff7b37791954a69
Signed-off-by: Allison Henderson achen...@linux.vnet.ibm.com
---
M src/Protocols/NFS/nfs_proto_tools.c
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/63/235763/1
-- 
To view, visit https://review.gerrithub.io/235763
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4c9430e5577a612a90a6600dfff7b37791954a69
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Allison Henderson achen...@linux.vnet.ibm.com

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: CEPH : Stop using the deprecated fsal_obj_handle.attributes ...

2015-06-09 Thread GerritHub
From Frank Filz ffilz...@mindspring.com:

Frank Filz has uploaded a new change for review.

  https://review.gerrithub.io/236048

Change subject: CEPH : Stop using the deprecated fsal_obj_handle.attributes 
field.
..

CEPH : Stop using the deprecated fsal_obj_handle.attributes field.

This field is replaced by a new one in the private handle.

Change-Id: Ia67c844cfe5b0a37f48a96f7c014c27bd06a2780
Signed-off-by: Frank S. Filz ffilz...@mindspring.com
---
M src/FSAL/FSAL_CEPH/handle.c
M src/FSAL/FSAL_CEPH/internal.c
M src/FSAL/FSAL_CEPH/internal.h
3 files changed, 8 insertions(+), 6 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/48/236048/1
-- 
To view, visit https://review.gerrithub.io/236048
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia67c844cfe5b0a37f48a96f7c014c27bd06a2780
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Frank Filz ffilz...@mindspring.com
Gerrit-Reviewer: CEA-HPC gerrithub-...@cea.fr

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Remove struct attrlist from fsal_obj_handle

2015-06-09 Thread GerritHub
From Frank Filz ffilz...@mindspring.com:

Frank Filz has uploaded a new change for review.

  https://review.gerrithub.io/236049

Change subject: Remove struct attrlist from fsal_obj_handle
..

Remove struct attrlist from fsal_obj_handle

Now that all FSALs are converted, remove the default attributes in
favor of each individual FSAL's private attributes.

Change-Id: I1fc963b84a96c23e0a5eb90284fbf382f02815ee
Signed-off-by: Frank S. Filz ffilz...@mindspring.com
---
M src/FSAL/commonlib.c
M src/include/fsal_api.h
2 files changed, 1 insertion(+), 10 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/49/236049/1
-- 
To view, visit https://review.gerrithub.io/236049
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1fc963b84a96c23e0a5eb90284fbf382f02815ee
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Frank Filz ffilz...@mindspring.com

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Make sure we have an fs_locations attribute before returning...

2015-06-04 Thread GerritHub
From Frank Filz ffilz...@mindspring.com:

Frank Filz has uploaded a new change for review.

  https://review.gerrithub.io/235181

Change subject: Make sure we have an fs_locations attribute before returning 
NFS4ERR_MOVED
..

Make sure we have an fs_locations attribute before returning NFS4ERR_MOVED

Change-Id: I3f099f973da13d05d6d0c37e893bbfa55f6fa886
Signed-off-by: Frank S. Filz ffilz...@mindspring.com
---
M src/Protocols/NFS/nfs4_op_getattr.c
M src/Protocols/NFS/nfs_proto_tools.c
2 files changed, 52 insertions(+), 7 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/81/235181/1
-- 
To view, visit https://review.gerrithub.io/235181
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3f099f973da13d05d6d0c37e893bbfa55f6fa886
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Frank Filz ffilz...@mindspring.com

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Fsal_Lustre : use attrs field of fsal_obj_handle instead of ...

2015-06-04 Thread GerritHub
From Vincent Saulue-Laborde vincent.sau...@bull.net:

Vincent Saulue-Laborde has uploaded a new change for review.

  https://review.gerrithub.io/235174

Change subject: Fsal_Lustre : use attrs field of fsal_obj_handle instead of 
attributes
..

Fsal_Lustre : use attrs field of fsal_obj_handle instead of attributes

This commit replaces the use of fsal_obj_handle.attributes field by
fsal_obj_handle.attrs field in Fsal LUSTRE.

Change-Id: Ie86d720475a9da993a41f1a4050f9f01f263fd16
Signed-off-by: Vincent Saulue-Laborde vincent.sau...@bull.net
---
M src/FSAL/FSAL_LUSTRE/file.c
M src/FSAL/FSAL_LUSTRE/handle.c
M src/FSAL/FSAL_LUSTRE/lustre_methods.h
M src/FSAL/FSAL_LUSTRE/xattrs.c
4 files changed, 23 insertions(+), 18 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/74/235174/1
-- 
To view, visit https://review.gerrithub.io/235174
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie86d720475a9da993a41f1a4050f9f01f263fd16
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Vincent Saulue-Laborde vincent.sau...@bull.net

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Fsal_ZFS : use attrs field of fsal_obj_handle instead of att...

2015-06-04 Thread GerritHub
From Vincent Saulue-Laborde vincent.sau...@bull.net:

Vincent Saulue-Laborde has uploaded a new change for review.

  https://review.gerrithub.io/235177

Change subject: Fsal_ZFS : use attrs field of fsal_obj_handle instead of 
attributes
..

Fsal_ZFS : use attrs field of fsal_obj_handle instead of attributes

This commit replaces the use of fsal_obj_handle.attributes field by
fsal_obj_handle.attrs field in Fsal ZFS.

Change-Id: I3fe682ba0aea693ab40e9b094650163c1a7e58bb
Signed-off-by: Vincent Saulue-Laborde vincent.sau...@bull.net
---
M src/FSAL/FSAL_ZFS/handle.c
M src/FSAL/FSAL_ZFS/xattrs.c
M src/FSAL/FSAL_ZFS/zfs_methods.h
3 files changed, 22 insertions(+), 17 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/77/235177/1
-- 
To view, visit https://review.gerrithub.io/235177
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3fe682ba0aea693ab40e9b094650163c1a7e58bb
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Vincent Saulue-Laborde vincent.sau...@bull.net

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Fsal_GPFS : use attrs field of fsal_obj_handle instead of at...

2015-06-04 Thread GerritHub
From Vincent Saulue-Laborde vincent.sau...@bull.net:

Vincent Saulue-Laborde has uploaded a new change for review.

  https://review.gerrithub.io/235175

Change subject: Fsal_GPFS : use attrs field of fsal_obj_handle instead of 
attributes
..

Fsal_GPFS : use attrs field of fsal_obj_handle instead of attributes

This commit replaces the use of fsal_obj_handle.attributes field by
fsal_obj_handle.attrs field in Fsal GPFS.

Change-Id: I127ef5e5c58bc9d84e613f00f60bd12b0dc8f960
Signed-off-by: Vincent Saulue-Laborde vincent.sau...@bull.net
---
M src/FSAL/FSAL_GPFS/file.c
M src/FSAL/FSAL_GPFS/fsal_attrs.c
M src/FSAL/FSAL_GPFS/fsal_lookup.c
M src/FSAL/FSAL_GPFS/gpfs_methods.h
M src/FSAL/FSAL_GPFS/handle.c
5 files changed, 28 insertions(+), 28 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/75/235175/1
-- 
To view, visit https://review.gerrithub.io/235175
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I127ef5e5c58bc9d84e613f00f60bd12b0dc8f960
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Vincent Saulue-Laborde vincent.sau...@bull.net

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Fsal_PT : use attrs field of fsal_obj_handle instead of attr...

2015-06-04 Thread GerritHub
From Vincent Saulue-Laborde vincent.sau...@bull.net:

Vincent Saulue-Laborde has uploaded a new change for review.

  https://review.gerrithub.io/235176

Change subject: Fsal_PT : use attrs field of fsal_obj_handle instead of 
attributes
..

Fsal_PT : use attrs field of fsal_obj_handle instead of attributes

This commit replaces the use of fsal_obj_handle.attributes field by
fsal_obj_handle.attrs field in Fsal PT.

Change-Id: I4ef3bc542200558772f443b18c5bb7c76a0027c0
Signed-off-by: Vincent Saulue-Laborde vincent.sau...@bull.net
---
M src/FSAL/FSAL_PT/fsal_lookup.c
M src/FSAL/FSAL_PT/handle.c
M src/FSAL/FSAL_PT/pt_methods.h
3 files changed, 10 insertions(+), 10 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/76/235176/1
-- 
To view, visit https://review.gerrithub.io/235176
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4ef3bc542200558772f443b18c5bb7c76a0027c0
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Vincent Saulue-Laborde vincent.sau...@bull.net

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: NFSv4: Send SECINFO_NO_NAME in preferred order.

2015-06-03 Thread GerritHub
From Dominique Martinet dominique.marti...@cea.fr:

Dominique Martinet has uploaded a new change for review.

  https://review.gerrithub.io/235129

Change subject: NFSv4: Send SECINFO_NO_NAME in preferred order.
..

NFSv4: Send SECINFO_NO_NAME in preferred order.

This echoes to c1bd77a1 which did the same for SECINFO, we need to
order this properly or clients will prefer AUTH_NULL to better auths.

Change-Id: Iab157b7ff5d2dd1d3d45de0365c62b59b9b063dc
Signed-off-by: Dominique Martinet dominique.marti...@cea.fr
---
M src/Protocols/NFS/nfs4_op_secinfo_no_name.c
1 file changed, 17 insertions(+), 17 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/29/235129/1
-- 
To view, visit https://review.gerrithub.io/235129
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iab157b7ff5d2dd1d3d45de0365c62b59b9b063dc
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Dominique Martinet dominique.marti...@cea.fr

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: FSAL_HPSS: brings FSAL back from its ashes.

2015-06-22 Thread GerritHub
From Dominique Martinet dominique.marti...@cea.fr:

Hello Philippe DENIEL,

I'd like you to do a code review.  Please visit

https://review.gerrithub.io/237196

to review the following change.

Change subject: FSAL_HPSS: brings FSAL back from its ashes.
..

FSAL_HPSS: brings FSAL back from its ashes.

FSAL_HPSS is now a glue to the FSAL CLAPI with no more adherence
to HPSS related code.

Please be aware of the following disclaimer:

Linkage/compilation/binding/loading/etc of HPSS licensed Software
must occur at the HPSS partner's or licensee's location.
It is not allowed to distribute this software as compiled or linked
binaries or libraries, as they include HPSS licensed material

Change-Id: Iacb2037fe30efe3094e4bf608979bc0c1602b049
Signed-off-by: Philippe DENIEL philippe.den...@cea.fr
Signed-off-by: Dominique Martinet dominique.marti...@cea.fr
---
M src/CMakeLists.txt
M src/FSAL/FSAL_HPSS/CMakeLists.txt
M src/FSAL/FSAL_HPSS/export.c
M src/FSAL/FSAL_HPSS/file.c
M src/FSAL/FSAL_HPSS/fsal_convert.c
M src/FSAL/FSAL_HPSS/fsal_internal.c
M src/FSAL/FSAL_HPSS/fsal_internal.h
M src/FSAL/FSAL_HPSS/handle.c
M src/FSAL/FSAL_HPSS/hpss_methods.h
M src/FSAL/FSAL_HPSS/main.c
M src/FSAL/FSAL_HPSS/xattrs.c
A src/config_samples/hpss.conf
D src/include/lustre/lustre_errno.h
13 files changed, 5,216 insertions(+), 3 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/96/237196/1
-- 
To view, visit https://review.gerrithub.io/237196
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iacb2037fe30efe3094e4bf608979bc0c1602b049
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Dominique Martinet dominique.marti...@cea.fr
Gerrit-Reviewer: Philippe DENIEL philippe.den...@cea.fr

--
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical  virtual servers, alerts via email  sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: CMake: fix SHOOK build with prefix/lustre v2.4+

2015-06-22 Thread GerritHub
From Dominique Martinet dominique.marti...@cea.fr:

Dominique Martinet has uploaded a new change for review.

  https://review.gerrithub.io/237177

Change subject: CMake: fix SHOOK build with prefix/lustre v2.4+
..

CMake: fix SHOOK build with prefix/lustre v2.4+

 - Should use find_library like other libs, to account for prefixes
 - Uses a different #define than us for lustreapi.h/liblustreapi.h

Change-Id: Ibcc32d6d8bf5f2c7f8013cf165d587eb8d154ba4
Signed-off-by: Dominique Martinet dominique.marti...@cea.fr
---
M src/CMakeLists.txt
M src/include/config-h.in.cmake
2 files changed, 6 insertions(+), 0 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/77/237177/1
-- 
To view, visit https://review.gerrithub.io/237177
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibcc32d6d8bf5f2c7f8013cf165d587eb8d154ba4
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Dominique Martinet dominique.marti...@cea.fr

--
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical  virtual servers, alerts via email  sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: CMake: fix condition for proxy handle mapping

2015-06-22 Thread GerritHub
From Dominique Martinet dominique.marti...@cea.fr:

Dominique Martinet has uploaded a new change for review.

  https://review.gerrithub.io/237176

Change subject: CMake: fix condition for proxy handle mapping
..

CMake: fix condition for proxy handle mapping

The option was never turned on because it only tried to build with
library here but no header

Change-Id: Iddf2a0212209406e5ee8b3a6ae7d187941b66ae1
Signed-off-by: Dominique Martinet dominique.marti...@cea.fr
---
M src/CMakeLists.txt
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/76/237176/1
-- 
To view, visit https://review.gerrithub.io/237176
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iddf2a0212209406e5ee8b3a6ae7d187941b66ae1
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Dominique Martinet dominique.marti...@cea.fr

--
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical  virtual servers, alerts via email  sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Teach valgrind about GPFS fsal ioctls.

2015-06-22 Thread GerritHub
From Malahal mala...@gmail.com:

Malahal has uploaded a new change for review.

  https://review.gerrithub.io/237285

Change subject: Teach valgrind about GPFS fsal ioctls.
..

Teach valgrind about GPFS fsal ioctls.

Instead of putting code here and there, organized everything into one
function, and it is called just before the ioctl call. This should cover
all GPFS related valgrind macro code.

Change-Id: I7b0cb7ea4bfd61c6fcc83236da2e19e6688fb95a
Signed-off-by: Malahal Naineni mala...@us.ibm.com
---
M src/FSAL/FSAL_GPFS/gpfsext.c
1 file changed, 35 insertions(+), 0 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/85/237285/1
-- 
To view, visit https://review.gerrithub.io/237285
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7b0cb7ea4bfd61c6fcc83236da2e19e6688fb95a
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Malahal mala...@gmail.com

--
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical  virtual servers, alerts via email  sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: FSAL_GLUSTER : removing previous acl implementation

2015-06-23 Thread GerritHub
From Jiffin Tony Thottan jthot...@redhat.com:

Jiffin Tony Thottan has uploaded a new change for review.

  https://review.gerrithub.io/237314

Change subject: FSAL_GLUSTER : removing previous acl implementation
..

FSAL_GLUSTER : removing previous acl implementation

This patch will remove following api's, macros, structures
related to previous acl implemention from the code base :
* fsal_acl_2_gluster_posix_acl()
* fsal_acl_2_glusterfs_acl()
* glusterfs_acl_2_fsal_acl()
* mode_bits_to_acl()

Change-Id: Id40c891f94f6e2f87206e0dfefecccf6c500273f
Signed-off-by: Jiffin Tony Thottan jthot...@redhat.com
---
M src/FSAL/FSAL_GLUSTER/gluster_internal.c
M src/FSAL/FSAL_GLUSTER/gluster_internal.h
M src/FSAL/FSAL_GLUSTER/handle.c
3 files changed, 0 insertions(+), 745 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/14/237314/1
-- 
To view, visit https://review.gerrithub.io/237314
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id40c891f94f6e2f87206e0dfefecccf6c500273f
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Jiffin Tony Thottan jthot...@redhat.com

--
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical  virtual servers, alerts via email  sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Consolidate valgrind related memory initialization

2015-06-23 Thread GerritHub
From Malahal mala...@gmail.com:

Malahal has uploaded a new change for review.

  https://review.gerrithub.io/237410

Change subject: Consolidate valgrind related memory initialization
..

Consolidate valgrind related memory initialization

valgrind_kganesha() handles valgrind related memory initialization.
Removed code from other places and put the initialization here. The
only valgrind memory initialization that is still done outside
valgrind_kganesha is upcall related initialization that is only done
once and re-used.

Change-Id: I5b291dfb24ee71ad41d17198dcacb45b9a0e7aa1
Signed-off-by: Malahal Naineni mala...@us.ibm.com
---
M src/FSAL/FSAL_GPFS/fsal_fileop.c
M src/FSAL/FSAL_GPFS/fsal_internal.c
M src/FSAL/FSAL_GPFS/gpfsext.c
3 files changed, 71 insertions(+), 47 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/10/237410/1
-- 
To view, visit https://review.gerrithub.io/237410
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5b291dfb24ee71ad41d17198dcacb45b9a0e7aa1
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Malahal mala...@gmail.com
Gerrit-Reviewer: CEA-HPC gerrithub-...@cea.fr

--
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical  virtual servers, alerts via email  sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: CMake: make Debug strict compile

2015-06-19 Thread GerritHub
From Dominique Martinet dominique.marti...@cea.fr:

Dominique Martinet has uploaded a new change for review.

  https://review.gerrithub.io/237115

Change subject: CMake: make Debug strict compile
..

CMake: make Debug strict compile

Change-Id: I2b132dd38fa3c6eaa83ca76a4cc91e14148c8271
Signed-off-by: Dominique Martinet dominique.marti...@cea.fr
---
M src/cmake/maintainer_mode.cmake
1 file changed, 15 insertions(+), 0 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/15/237115/1
-- 
To view, visit https://review.gerrithub.io/237115
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2b132dd38fa3c6eaa83ca76a4cc91e14148c8271
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Dominique Martinet dominique.marti...@cea.fr

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: FSAL_GLUSTER : clean up patch for nfs4_acl - posix_acl con...

2015-06-18 Thread GerritHub
From Jiffin Tony Thottan jthot...@redhat.com:

Jiffin Tony Thottan has uploaded a new change for review.

  https://review.gerrithub.io/236914

Change subject: FSAL_GLUSTER : clean up patch for nfs4_acl - posix_acl 
conversion
..

FSAL_GLUSTER : clean up patch for nfs4_acl - posix_acl conversion

There were a lot of code duplications and loops in previous acl patches
for FSAL_GLUSTER. This will handle those , plus address left out comments
in the previous acl patch https://review.gerrithub.io/#/c/235200/

Change-Id: I79ac3666870b0ef2ff9de05ef93a74ec80fb32c3
Signed-off-by: Jiffin Tony Thottan jthot...@redhat.com
---
M src/FSAL/FSAL_GLUSTER/gluster_internal.c
M src/FSAL/FSAL_GLUSTER/posix_acls.c
M src/FSAL/FSAL_GLUSTER/posix_acls.h
3 files changed, 152 insertions(+), 339 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/14/236914/1
-- 
To view, visit https://review.gerrithub.io/236914
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I79ac3666870b0ef2ff9de05ef93a74ec80fb32c3
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Jiffin Tony Thottan jthot...@redhat.com

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: FSAL_GLUSTER : clean up patch for nfs4_acl - posix_acl con...

2015-06-18 Thread GerritHub
From Jiffin Tony Thottan jthot...@redhat.com:

Jiffin Tony Thottan has uploaded a new change for review.

  https://review.gerrithub.io/236924

Change subject: FSAL_GLUSTER : clean up patch for nfs4_acl - posix_acl 
conversion
..

FSAL_GLUSTER : clean up patch for nfs4_acl - posix_acl conversion

There were a lot of code duplications and loops in previous acl patches
for FSAL_GLUSTER. This will handle those , plus address left out comments
in the previous acl patch https://review.gerrithub.io/#/c/235200/

Change-Id: I656ad4a89c807948dad44e3af4b3b31480b6f0d8
Signed-off-by: Jiffin Tony Thottan jthot...@redhat.com
---
M src/FSAL/FSAL_GLUSTER/gluster_internal.c
M src/FSAL/FSAL_GLUSTER/posix_acls.c
M src/FSAL/FSAL_GLUSTER/posix_acls.h
3 files changed, 152 insertions(+), 339 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/24/236924/1
-- 
To view, visit https://review.gerrithub.io/236924
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I656ad4a89c807948dad44e3af4b3b31480b6f0d8
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Jiffin Tony Thottan jthot...@redhat.com

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: NFSv4 - Return error for unknown ACL type

2015-06-16 Thread GerritHub
From Daniel Gryniewicz d...@cohortfs.com:

Daniel Gryniewicz has uploaded a new change for review.

  https://review.gerrithub.io/236632

Change subject: NFSv4 - Return error for unknown ACL type
..

NFSv4 - Return error for unknown ACL type

RFC 7530 s. 6.2.1.2

Change-Id: Id69bcd00f42426d0633bc92a54cbbe9443e9d436
Signed-off-by: Daniel Gryniewicz d...@cohortfs.com
---
M src/Protocols/NFS/nfs_proto_tools.c
M src/include/fsal_types.h
2 files changed, 13 insertions(+), 5 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/32/236632/1
-- 
To view, visit https://review.gerrithub.io/236632
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id69bcd00f42426d0633bc92a54cbbe9443e9d436
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Daniel Gryniewicz d...@cohortfs.com

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Some cleanup on FSAL_ACE flags/macros

2015-06-16 Thread GerritHub
From Daniel Gryniewicz d...@cohortfs.com:

Daniel Gryniewicz has uploaded a new change for review.

  https://review.gerrithub.io/236639

Change subject: Some cleanup on FSAL_ACE flags/macros
..

Some cleanup on FSAL_ACE flags/macros

Change-Id: Icc963fdf3a9c244cff2175edd96e4008f2c2c1cd
Signed-off-by: Daniel Gryniewicz d...@cohortfs.com
---
M src/include/fsal_types.h
1 file changed, 17 insertions(+), 9 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/39/236639/1
-- 
To view, visit https://review.gerrithub.io/236639
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icc963fdf3a9c244cff2175edd96e4008f2c2c1cd
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Daniel Gryniewicz d...@cohortfs.com

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: ACL support for FSAL PanFS

2015-06-16 Thread GerritHub
From Daniel Gryniewicz d...@cohortfs.com:

Daniel Gryniewicz has uploaded a new change for review.

  https://review.gerrithub.io/236630

Change subject: ACL support for FSAL PanFS
..

ACL support for FSAL PanFS

Implement the FSAL_VFS sub_ops for getattr and setattr to communicate
with PanFS.  This allows NFSv4 ACL support.  Other attributes are
currently left to the normal FSAL_VFS code.

Change-Id: I09142df07dde7ea2df5d4ee5eebb1910689644ef
Signed-off-by: Daniel Gryniewicz d...@cohortfs.com
---
M src/FSAL/FSAL_VFS/handle.c
M src/FSAL/FSAL_VFS/panfs/CMakeLists.txt
A src/FSAL/FSAL_VFS/panfs/attrs.c
A src/FSAL/FSAL_VFS/panfs/attrs.h
A src/FSAL/FSAL_VFS/panfs/handle.c
M src/FSAL/FSAL_VFS/panfs/main.c
M src/FSAL/FSAL_VFS/panfs/panfs.h
A src/FSAL/FSAL_VFS/panfs/panfs_int.h
M src/FSAL/FSAL_VFS/panfs/panfs_pnfs_ioctl.h
M src/FSAL/FSAL_VFS/panfs/panfs_um_pnfs.c
M src/FSAL/FSAL_VFS/panfs/panfs_um_pnfs.h
M src/FSAL/FSAL_VFS/panfs/subfsal_panfs.c
M src/FSAL/FSAL_VFS/vfs_methods.h
M src/Protocols/NFS/nfs4_op_lookup.c
14 files changed, 1,103 insertions(+), 11 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/30/236630/1
-- 
To view, visit https://review.gerrithub.io/236630
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I09142df07dde7ea2df5d4ee5eebb1910689644ef
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Daniel Gryniewicz d...@cohortfs.com

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Testing - Add VFS ACL memstore

2015-06-16 Thread GerritHub
From Daniel Gryniewicz d...@cohortfs.com:

Daniel Gryniewicz has uploaded a new change for review.

  https://review.gerrithub.io/236631

Change subject: Testing - Add VFS ACL memstore
..

Testing - Add VFS ACL memstore

Add an optional ACL memstore to VFS.  This stores given ACLs, and
returns them, but does not persist them.  It allows testing of NFSv4
ACLs on VFS-only systems.

Change-Id: If24ae4e99497001f37c0dd8433b1c66b51810d87
Signed-off-by: Daniel Gryniewicz d...@cohortfs.com
---
M src/CMakeLists.txt
M src/FSAL/FSAL_VFS/vfs/CMakeLists.txt
A src/FSAL/FSAL_VFS/vfs/attrs.c
A src/FSAL/FSAL_VFS/vfs/attrs.h
M src/FSAL/FSAL_VFS/vfs/subfsal_vfs.c
M src/include/config-h.in.cmake
6 files changed, 243 insertions(+), 0 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/31/236631/1
-- 
To view, visit https://review.gerrithub.io/236631
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If24ae4e99497001f37c0dd8433b1c66b51810d87
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Daniel Gryniewicz d...@cohortfs.com

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: FSAL helpers to implement ACL inheritence

2015-06-16 Thread GerritHub
From Daniel Gryniewicz d...@cohortfs.com:

Daniel Gryniewicz has uploaded a new change for review.

  https://review.gerrithub.io/236640

Change subject: FSAL helpers to implement ACL inheritence
..

FSAL helpers to implement ACL inheritence

NFSv4 ACL inheritance is somewhat complicated, and not all FSALs will
want to implement it in the underlying filesystem.  To allow this, add a
set of helper functions to FSAL that implement ACL inheritance, and call
them in the VFS test stub.

Change-Id: Idb02af97115450673fbf25ce3d322991802fdb20
Signed-off-by: Daniel Gryniewicz d...@cohortfs.com
---
M src/FSAL/FSAL_VFS/handle.c
M src/FSAL/commonlib.c
M src/include/FSAL/fsal_commonlib.h
3 files changed, 114 insertions(+), 0 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/40/236640/1
-- 
To view, visit https://review.gerrithub.io/236640
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idb02af97115450673fbf25ce3d322991802fdb20
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Daniel Gryniewicz d...@cohortfs.com

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Fix typo in attribute conversion

2015-06-16 Thread GerritHub
From Daniel Gryniewicz d...@cohortfs.com:

Daniel Gryniewicz has uploaded a new change for review.

  https://review.gerrithub.io/236637

Change subject: Fix typo in attribute conversion
..

Fix typo in attribute conversion

In cache_entry_To_Fattr(), the bitmap passed in is the NFSv4 request
attribute bitmap, so it's values are NFSv4 values, not FSAL values.

Change-Id: I1fe0cd307fef19a2892e44a89f0353718a769453
Signed-off-by: Daniel Gryniewicz d...@cohortfs.com
---
M src/Protocols/NFS/nfs_proto_tools.c
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/37/236637/1
-- 
To view, visit https://review.gerrithub.io/236637
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1fe0cd307fef19a2892e44a89f0353718a769453
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Daniel Gryniewicz d...@cohortfs.com

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: export nfs4_acl_alloc() and nfs4_acl_free()

2015-06-16 Thread GerritHub
From Daniel Gryniewicz d...@cohortfs.com:

Daniel Gryniewicz has uploaded a new change for review.

  https://review.gerrithub.io/236634

Change subject: export nfs4_acl_alloc() and nfs4_acl_free()
..

export nfs4_acl_alloc() and nfs4_acl_free()

Change-Id: I09bb60aeb26de1721729eae304229acae4d00879
Signed-off-by: Daniel Gryniewicz d...@cohortfs.com
---
M src/include/nfs4_acls.h
M src/support/nfs4_acls.c
2 files changed, 4 insertions(+), 2 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/34/236634/1
-- 
To view, visit https://review.gerrithub.io/236634
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I09bb60aeb26de1721729eae304229acae4d00879
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Daniel Gryniewicz d...@cohortfs.com

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Use NFS4ERR_ACCESS for ACL failures, not NFS4ERR_PERM

2015-06-16 Thread GerritHub
From Daniel Gryniewicz d...@cohortfs.com:

Daniel Gryniewicz has uploaded a new change for review.

  https://review.gerrithub.io/236643

Change subject: Use NFS4ERR_ACCESS for ACL failures, not NFS4ERR_PERM
..

Use NFS4ERR_ACCESS for ACL failures, not NFS4ERR_PERM

According to RFC 7530, NFS4ERR_PERM is for cases where an operation
failed because the user was not the owner or privileged.  It the case
where an ACL denys access, this is an explicit access failure, and so
should return NFS4ERR_ACCESS.

Change-Id: If90f465b2f18a671f725529d7c9828d8a759be40
Signed-off-by: Daniel Gryniewicz d...@cohortfs.com
---
M src/FSAL/access_check.c
1 file changed, 6 insertions(+), 35 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/43/236643/1
-- 
To view, visit https://review.gerrithub.io/236643
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If90f465b2f18a671f725529d7c9828d8a759be40
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Daniel Gryniewicz d...@cohortfs.com

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: ACL remove permissions

2015-06-16 Thread GerritHub
From Daniel Gryniewicz d...@cohortfs.com:

Daniel Gryniewicz has uploaded a new change for review.

  https://review.gerrithub.io/236641

Change subject: ACL remove permissions
..

ACL remove permissions

7530 has a list of steps required to get permission to remove an object.
Implement these checks in a FSAL helper function, and optionally call
them in cache_inode_remove().

Change-Id: I645eb7cab5c2b8a5da85f41b03d069d6a20c2276
Signed-off-by: Daniel Gryniewicz d...@cohortfs.com
---
M src/FSAL/commonlib.c
M src/cache_inode/cache_inode_remove.c
M src/include/FSAL/fsal_commonlib.h
3 files changed, 94 insertions(+), 0 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/41/236641/1
-- 
To view, visit https://review.gerrithub.io/236641
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I645eb7cab5c2b8a5da85f41b03d069d6a20c2276
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Daniel Gryniewicz d...@cohortfs.com

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Remove unused nfs_worker_data parameters

2015-06-15 Thread GerritHub
From william.allen.simp...@gmail.com:

william.allen.simp...@gmail.com has uploaded a new change for review.

  https://review.gerrithub.io/236500

Change subject: Remove unused nfs_worker_data parameters
..

Remove unused nfs_worker_data parameters

Change-Id: I7df3f288d9f948ac076cb4955034a6d545ccae9f
Signed-off-by: William Allen Simpson b...@cohortfs.com
---
M src/MainNFSD/9p_rdma_callbacks.c
M src/MainNFSD/nfs_worker_thread.c
M src/Protocols/9P/9p_attach.c
M src/Protocols/9P/9p_auth.c
M src/Protocols/9P/9p_clunk.c
M src/Protocols/9P/9p_flush.c
M src/Protocols/9P/9p_fsync.c
M src/Protocols/9P/9p_getattr.c
M src/Protocols/9P/9p_getlock.c
M src/Protocols/9P/9p_interpreter.c
M src/Protocols/9P/9p_lcreate.c
M src/Protocols/9P/9p_link.c
M src/Protocols/9P/9p_lock.c
M src/Protocols/9P/9p_lopen.c
M src/Protocols/9P/9p_mkdir.c
M src/Protocols/9P/9p_mknod.c
M src/Protocols/9P/9p_read.c
M src/Protocols/9P/9p_readdir.c
M src/Protocols/9P/9p_readlink.c
M src/Protocols/9P/9p_remove.c
M src/Protocols/9P/9p_rename.c
M src/Protocols/9P/9p_renameat.c
M src/Protocols/9P/9p_rerror.c
M src/Protocols/9P/9p_setattr.c
M src/Protocols/9P/9p_statfs.c
M src/Protocols/9P/9p_symlink.c
M src/Protocols/9P/9p_unlinkat.c
M src/Protocols/9P/9p_version.c
M src/Protocols/9P/9p_walk.c
M src/Protocols/9P/9p_write.c
M src/Protocols/9P/9p_xattrcreate.c
M src/Protocols/9P/9p_xattrwalk.c
M src/Protocols/NFS/mnt_Dump.c
M src/Protocols/NFS/mnt_Export.c
M src/Protocols/NFS/mnt_Mnt.c
M src/Protocols/NFS/mnt_Null.c
M src/Protocols/NFS/mnt_Umnt.c
M src/Protocols/NFS/mnt_UmntAll.c
M src/Protocols/NFS/nfs3_access.c
M src/Protocols/NFS/nfs3_commit.c
M src/Protocols/NFS/nfs3_create.c
M src/Protocols/NFS/nfs3_fsinfo.c
M src/Protocols/NFS/nfs3_fsstat.c
M src/Protocols/NFS/nfs3_getattr.c
M src/Protocols/NFS/nfs3_link.c
M src/Protocols/NFS/nfs3_lookup.c
M src/Protocols/NFS/nfs3_mkdir.c
M src/Protocols/NFS/nfs3_mknod.c
M src/Protocols/NFS/nfs3_pathconf.c
M src/Protocols/NFS/nfs3_read.c
M src/Protocols/NFS/nfs3_readdir.c
M src/Protocols/NFS/nfs3_readdirplus.c
M src/Protocols/NFS/nfs3_readlink.c
M src/Protocols/NFS/nfs3_remove.c
M src/Protocols/NFS/nfs3_rename.c
M src/Protocols/NFS/nfs3_rmdir.c
M src/Protocols/NFS/nfs3_setattr.c
M src/Protocols/NFS/nfs3_symlink.c
M src/Protocols/NFS/nfs3_write.c
M src/Protocols/NFS/nfs4_Compound.c
M src/Protocols/NFS/nfs_null.c
M src/Protocols/NLM/nlm_Cancel.c
M src/Protocols/NLM/nlm_Free_All.c
M src/Protocols/NLM/nlm_Granted_Res.c
M src/Protocols/NLM/nlm_Lock.c
M src/Protocols/NLM/nlm_Null.c
M src/Protocols/NLM/nlm_Share.c
M src/Protocols/NLM/nlm_Sm_Notify.c
M src/Protocols/NLM/nlm_Test.c
M src/Protocols/NLM/nlm_Unlock.c
M src/Protocols/NLM/nlm_Unshare.c
M src/Protocols/RQUOTA/rquota_Null.c
M src/Protocols/RQUOTA/rquota_getactivequota.c
M src/Protocols/RQUOTA/rquota_getquota.c
M src/Protocols/RQUOTA/rquota_setactivequota.c
M src/Protocols/RQUOTA/rquota_setquota.c
M src/include/9p.h
M src/include/nfs_core.h
M src/include/nfs_proto_data.h
M src/include/nfs_proto_functions.h
80 files changed, 335 insertions(+), 711 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/00/236500/1
-- 
To view, visit https://review.gerrithub.io/236500
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7df3f288d9f948ac076cb4955034a6d545ccae9f
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: william.allen.simp...@gmail.com

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Move nfs_worker_data into fridgethr_context

2015-06-15 Thread GerritHub
From william.allen.simp...@gmail.com:

william.allen.simp...@gmail.com has uploaded a new change for review.

  https://review.gerrithub.io/236499

Change subject: Move nfs_worker_data into fridgethr_context
..

Move nfs_worker_data into fridgethr_context

Skip alloc/free, these were one-to-one with pointers to each other.

Fridge thread_info no longer used, kept for future use.

Change-Id: I922761296d891ae962ff169d4a0d7f55ab75893d
Signed-off-by: William Allen Simpson b...@cohortfs.com
---
M src/MainNFSD/nfs_rpc_dispatcher_thread.c
M src/MainNFSD/nfs_worker_thread.c
M src/include/fridgethr.h
M src/include/nfs_proto_data.h
4 files changed, 21 insertions(+), 23 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/99/236499/1
-- 
To view, visit https://review.gerrithub.io/236499
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I922761296d891ae962ff169d4a0d7f55ab75893d
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: william.allen.simp...@gmail.com

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Move request count into xprt xp_requests

2015-06-15 Thread GerritHub
From william.allen.simp...@gmail.com:

william.allen.simp...@gmail.com has uploaded a new change for review.

  https://review.gerrithub.io/236504

Change subject: Move request count into xprt xp_requests
..

Move request count into xprt xp_requests

Use atomic, removing several xprt locks in loops.

Try to keep Logging out of locks.

Bugfix: flag parameter was not copied into flag field.

Change-Id: Ie995fe377da48b631e82c458b3a97e980080f956
Signed-off-by: William Allen Simpson b...@cohortfs.com
---
M src/MainNFSD/nfs_rpc_dispatcher_thread.c
M src/MainNFSD/nfs_worker_thread.c
M src/include/gsh_rpc.h
3 files changed, 51 insertions(+), 77 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/04/236504/1
-- 
To view, visit https://review.gerrithub.io/236504
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie995fe377da48b631e82c458b3a97e980080f956
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: william.allen.simp...@gmail.com

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Remove fridge from nfs_rpc_dispatcher_thread

2015-06-15 Thread GerritHub
From william.allen.simp...@gmail.com:

william.allen.simp...@gmail.com has uploaded a new change for review.

  https://review.gerrithub.io/236501

Change subject: Remove fridge from nfs_rpc_dispatcher_thread
..

Remove fridge from nfs_rpc_dispatcher_thread

Change-Id: Ic62cc0a34404f9bf2acd102ca8abbcd3caed0d58
Signed-off-by: William Allen Simpson b...@cohortfs.com
---
M src/MainNFSD/nfs_init.h
M src/MainNFSD/nfs_rpc_dispatcher_thread.c
2 files changed, 36 insertions(+), 40 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/01/236501/1
-- 
To view, visit https://review.gerrithub.io/236501
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic62cc0a34404f9bf2acd102ca8abbcd3caed0d58
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: william.allen.simp...@gmail.com

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: nfs thread entry declarations

2015-06-15 Thread GerritHub
From william.allen.simp...@gmail.com:

william.allen.simp...@gmail.com has uploaded a new change for review.

  https://review.gerrithub.io/236496

Change subject: nfs thread entry declarations
..

nfs thread entry declarations

 rpc_dispatcher_thread() -- static
 reaper_thread() -- name doesn't exist
 sigmgr_thread() -- static

Change-Id: I01ccc144cc6b5f5c0ce5b08b7bf1484fafe9eb35
Signed-off-by: William Allen Simpson b...@cohortfs.com
---
M src/MainNFSD/nfs_init.c
M src/MainNFSD/nfs_rpc_dispatcher_thread.c
M src/include/nfs_core.h
3 files changed, 5 insertions(+), 5 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/96/236496/1
-- 
To view, visit https://review.gerrithub.io/236496
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I01ccc144cc6b5f5c0ce5b08b7bf1484fafe9eb35
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: william.allen.simp...@gmail.com

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Redundant hostaddr storage in nfs_worker_data

2015-06-15 Thread GerritHub
From william.allen.simp...@gmail.com:

william.allen.simp...@gmail.com has uploaded a new change for review.

  https://review.gerrithub.io/236498

Change subject: Redundant hostaddr storage in nfs_worker_data
..

Redundant hostaddr storage in nfs_worker_data

In commit 7939e153282d392d118e89997365c9dbeb9c70ff
(Jan 23, 2013) Jim Lieb asks:

/* can I change this to be call by ref instead of copy?
 * the xprt is valid for the lifetime here
 */

Yes, RPC and 9p each have a (different) master copy location.
Removed from nfs_worker_data.

Change-Id: Icc559acf1dd1a00610f56423dcd382d3b8300101
Signed-off-by: William Allen Simpson b...@cohortfs.com
---
M src/MainNFSD/nfs_worker_thread.c
M src/include/nfs_proto_data.h
2 files changed, 2 insertions(+), 19 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/98/236498/1
-- 
To view, visit https://review.gerrithub.io/236498
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icc559acf1dd1a00610f56423dcd382d3b8300101
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: william.allen.simp...@gmail.com

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Merge rpc_call into request_data

2015-06-15 Thread GerritHub
From william.allen.simp...@gmail.com:

william.allen.simp...@gmail.com has uploaded a new change for review.

  https://review.gerrithub.io/236505

Change subject: Merge rpc_call into request_data
..

Merge rpc_call into request_data

Remove no longer used rpc_call_pool.

Remove no longer used nfs_rpc_get_nfsreq, request_pool used directly.

Change-Id: I951b9afdfdc77e11120869ec76078bbccf84f6e0
Signed-off-by: William Allen Simpson b...@cohortfs.com
---
M src/MainNFSD/nfs_rpc_callback.c
M src/MainNFSD/nfs_rpc_dispatcher_thread.c
M src/MainNFSD/nfs_worker_thread.c
M src/include/nfs_core.h
4 files changed, 16 insertions(+), 45 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/05/236505/1
-- 
To view, visit https://review.gerrithub.io/236505
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I951b9afdfdc77e11120869ec76078bbccf84f6e0
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: william.allen.simp...@gmail.com

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Merge nfs_request_data into request_data

2015-06-15 Thread GerritHub
From william.allen.simp...@gmail.com:

william.allen.simp...@gmail.com has uploaded a new change for review.

  https://review.gerrithub.io/236506

Change subject: Merge nfs_request_data into request_data
..

Merge nfs_request_data into request_data

Remove no longer used request_data_pool.

Rename nfs_request_data_t to nfs_request_t, and consistently
use reqnfs for its pointer variables (matching others).

Rename confusing nfsreq variables to reqdata (matching others).

Rename svc_req field from req to svc, removing confusing req.req,
and consistently use reqsvc for its pointer variables (matching others).

Move stray function definitions into nfs_core.h and sort by file.

Change-Id: I849e203bccca0602255d839d3ea333574021f926
Signed-off-by: William Allen Simpson b...@cohortfs.com
---
M src/MainNFSD/nfs_init.c
M src/MainNFSD/nfs_rpc_dispatcher_thread.c
M src/MainNFSD/nfs_worker_thread.c
M src/RPCAL/nfs_dupreq.c
M src/include/nfs_core.h
M src/include/nfs_dupreq.h
M src/include/nfs_proto_data.h
M src/support/server_stats.c
8 files changed, 300 insertions(+), 304 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/06/236506/1
-- 
To view, visit https://review.gerrithub.io/236506
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I849e203bccca0602255d839d3ea333574021f926
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: william.allen.simp...@gmail.com

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Suppress spurious valgrind errors

2015-06-16 Thread GerritHub
From Malahal mala...@gmail.com:

Malahal has uploaded a new change for review.

  https://review.gerrithub.io/236704

Change subject: Suppress spurious valgrind errors
..

Suppress spurious valgrind errors

Initialize some fields to supress spurious valgrind errors as valgrind
doesn't know about GPFS ioctl calls.

Change-Id: I72cf3b2050ca4e2375347ba4ab475034a0205d80
Signed-off-by: Malahal Naineni mala...@us.ibm.com
---
M src/FSAL/FSAL_GPFS/fsal_fileop.c
M src/FSAL/FSAL_GPFS/fsal_up.c
2 files changed, 5 insertions(+), 1 deletion(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/04/236704/1
-- 
To view, visit https://review.gerrithub.io/236704
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I72cf3b2050ca4e2375347ba4ab475034a0205d80
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Malahal mala...@gmail.com

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Add FSAL helpers for rename access checking

2015-06-17 Thread GerritHub
From Daniel Gryniewicz d...@cohortfs.com:

Daniel Gryniewicz has uploaded a new change for review.

  https://review.gerrithub.io/236840

Change subject: Add FSAL helpers for rename access checking
..

Add FSAL helpers for rename access checking

Rename is basically a remove and an add, from a permissions checking
point of view.  Add a helper to check this, and call it when FSAL_VFS
debugging is on.

Change-Id: I0f453fede3615edb70983a565d7be9c205528107
Signed-off-by: Daniel Gryniewicz d...@cohortfs.com
---
M src/FSAL/FSAL_VFS/handle.c
M src/FSAL/commonlib.c
M src/include/FSAL/fsal_commonlib.h
3 files changed, 38 insertions(+), 0 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/40/236840/1
-- 
To view, visit https://review.gerrithub.io/236840
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0f453fede3615edb70983a565d7be9c205528107
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Daniel Gryniewicz d...@cohortfs.com

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: 9P/RDMA: init opctx in cleanup_fids

2015-06-17 Thread GerritHub
From Dominique Martinet dominique.marti...@cea.fr:

Dominique Martinet has uploaded a new change for review.

  https://review.gerrithub.io/236752

Change subject: 9P/RDMA: init opctx in cleanup_fids
..

9P/RDMA: init opctx in cleanup_fids

Change-Id: I490749dbee23fd69dee85d0928dd617f0f285a95
Signed-off-by: Dominique Martinet dominique.marti...@cea.fr
---
M src/Protocols/9P/9p_proto_tools.c
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/52/236752/1
-- 
To view, visit https://review.gerrithub.io/236752
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I490749dbee23fd69dee85d0928dd617f0f285a95
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Dominique Martinet dominique.marti...@cea.fr

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Error handling: handle FSAL's ENODATA (xattr)

2015-06-17 Thread GerritHub
From Dominique Martinet dominique.marti...@cea.fr:

Dominique Martinet has uploaded a new change for review.

  https://review.gerrithub.io/236763

Change subject: Error handling: handle FSAL's ENODATA (xattr)
..

Error handling: handle FSAL's ENODATA (xattr)

This change is mainly for 9P since NFS doesn't handle xattrs.
The previous commit makes that we do not actually need all the
conversions, but we still get a lot of lines like this:
posix2fsal_error :FSAL :CRIT :Mapping 61(default) to ERR_FSAL_SERVERFAULT

NFS error conversions still return serverfault on posix error ENODATA
as it used to.

Change-Id: I440916e76e25b3c9b8af726dc92e4483315e7f35
Signed-off-by: Dominique Martinet dominique.marti...@cea.fr
---
M src/FSAL/fsal_convert.c
M src/Protocols/9P/9p_proto_tools.c
M src/SAL/state_misc.c
M src/cache_inode/cache_inode_misc.c
M src/include/fsal_types.h
M src/include/gsh_status.h
M src/support/nfs_convert.c
7 files changed, 17 insertions(+), 0 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/63/236763/1
-- 
To view, visit https://review.gerrithub.io/236763
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I440916e76e25b3c9b8af726dc92e4483315e7f35
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Dominique Martinet dominique.marti...@cea.fr

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: VFS/xattrs: add symlink handling to getextattr_id_by_name

2015-06-17 Thread GerritHub
From Dominique Martinet dominique.marti...@cea.fr:

Dominique Martinet has uploaded a new change for review.

  https://review.gerrithub.io/236761

Change subject: VFS/xattrs: add symlink handling to getextattr_id_by_name
..

VFS/xattrs: add symlink handling to getextattr_id_by_name

9P apparently calls this function on symlinks with posixacl

Change-Id: Ieb521b7d03f41856577a299b8d17fdd3557c04dc
Signed-off-by: Dominique Martinet dominique.marti...@cea.fr
---
M src/FSAL/FSAL_VFS/xattrs.c
1 file changed, 12 insertions(+), 3 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/61/236761/1
-- 
To view, visit https://review.gerrithub.io/236761
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ieb521b7d03f41856577a299b8d17fdd3557c04dc
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Dominique Martinet dominique.marti...@cea.fr

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: 9P: statfs: replace NFS magic type by 9P's

2015-06-17 Thread GerritHub
From Dominique Martinet dominique.marti...@cea.fr:

Dominique Martinet has uploaded a new change for review.

  https://review.gerrithub.io/236753

Change subject: 9P: statfs: replace NFS magic type by 9P's
..

9P: statfs: replace NFS magic type by 9P's

This matters for umount, that tries to call umount.nfs on recent systems

Change-Id: Iabec860596b1fa3e8aea2b98ca91cf6b4a8426fd
Signed-off-by: Dominique Martinet dominique.marti...@cea.fr
---
M src/Protocols/9P/9p_statfs.c
1 file changed, 1 insertion(+), 2 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/53/236753/1
-- 
To view, visit https://review.gerrithub.io/236753
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iabec860596b1fa3e8aea2b98ca91cf6b4a8426fd
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Dominique Martinet dominique.marti...@cea.fr

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Fix Ganesha to compile on FreeBSD 10.1

2015-06-12 Thread GerritHub
From Frank Filz ffilz...@mindspring.com:

Frank Filz has uploaded a new change for review.

  https://review.gerrithub.io/236395

Change subject: Fix Ganesha to compile on FreeBSD 10.1
..

Fix Ganesha to compile on FreeBSD 10.1

Change-Id: I108dca3170b465169e36431b396ef51881729269
Signed-off-by: Frank S. Filz ffilz...@mindspring.com
---
M src/CMakeLists.txt
M src/FSAL/FSAL_PSEUDO/export.c
M src/FSAL/FSAL_VFS/os/freebsd/handle_syscalls.c
M src/FSAL/commonlib.c
M src/FSAL/fsal_convert.c
M src/MainNFSD/nfs_rpc_dispatcher_thread.c
M src/SAL/nfs4_state_id.c
M src/include/nfs_fh.h
M src/include/nfs_file_handle.h
M src/include/os/freebsd/fsal_handle_syscalls.h
M src/log/log_functions.c
M src/os/freebsd/atsyscalls.c
M src/os/freebsd/mntent_compat.c
D src/os/freebsd/syscalls.h
14 files changed, 141 insertions(+), 111 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/95/236395/1
-- 
To view, visit https://review.gerrithub.io/236395
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I108dca3170b465169e36431b396ef51881729269
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Frank Filz ffilz...@mindspring.com

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: checkpatch.conf: ignore maintainer warning/checkpatch in sub...

2015-05-27 Thread GerritHub
From Dominique Martinet dominique.marti...@cea.fr:

Dominique Martinet has uploaded a new change for review.

  https://review.gerrithub.io/234424

Change subject: checkpatch.conf: ignore maintainer warning/checkpatch in subject
..

checkpatch.conf: ignore maintainer warning/checkpatch in subject

Change-Id: I349478775c494d60c1efcd8bd18314159fbd249f
Signed-off-by: Dominique Martinet dominique.marti...@cea.fr
---
M src/scripts/checkpatch.conf
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/24/234424/1
-- 
To view, visit https://review.gerrithub.io/234424
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I349478775c494d60c1efcd8bd18314159fbd249f
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Dominique Martinet dominique.marti...@cea.fr

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: SAL : use attrs field of fsal_obj_handle instead of attributes

2015-05-28 Thread GerritHub
From Vincent Saulue-Laborde vincent.sau...@bull.net:

Vincent Saulue-Laborde has uploaded a new change for review.

  https://review.gerrithub.io/234536

Change subject: SAL : use attrs field of fsal_obj_handle instead of attributes
..

SAL : use attrs field of fsal_obj_handle instead of attributes

This commit replaces the use of fsal_obj_handle.attributes field by
fsal_obj_handle.attrs field in SAL files.

Change-Id: Ib264311d269fa074f24fcf7cf9685f727c0ece4b
Signed-off-by: Vincent Saulue-Laborde vincent.sau...@bull.net
---
M src/SAL/state_lock.c
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/36/234536/1
-- 
To view, visit https://review.gerrithub.io/234536
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib264311d269fa074f24fcf7cf9685f727c0ece4b
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Vincent Saulue-Laborde vincent.sau...@bull.net

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Move grace timer to a separate mutex Threads that take lock ...

2015-07-01 Thread GerritHub
From Allison Henderson achen...@linux.vnet.ibm.com:

Allison Henderson has uploaded a new change for review.

  https://review.gerrithub.io/238143

Change subject: Move grace timer to a separate mutex Threads that take lock 
owner refrences and then check the grace period may cause dead locks if the 
dbus thread has taken the grace lock and is iterating the lock owner list
..

Move grace timer to a separate mutex
Threads that take lock owner refrences and then check the
grace period may cause dead locks if the dbus thread has
taken the grace lock and is iterating the lock owner list

Change-Id: I24998a5463eeecb4b019dc52c4be88402bb48026
Signed-off-by: Allison Henderson achen...@linux.vnet.ibm.com
---
M src/SAL/nfs4_recovery.c
M src/include/sal_data.h
2 files changed, 8 insertions(+), 4 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/43/238143/1
-- 
To view, visit https://review.gerrithub.io/238143
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I24998a5463eeecb4b019dc52c4be88402bb48026
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Allison Henderson achen...@linux.vnet.ibm.com

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: gpfs: Handle THREAD_PAUSE event from GPFS upcall

2015-07-01 Thread GerritHub
From Malahal mala...@gmail.com:

Malahal has uploaded a new change for review.

  https://review.gerrithub.io/238207

Change subject: gpfs: Handle THREAD_PAUSE event from GPFS upcall
..

gpfs: Handle THREAD_PAUSE event from GPFS upcall

When a GPFS file system is being unmounted or panicked, it sends
THREAD_PAUSE event. Handle this event and avoid Unknown event: 6
LogWarn message.

Change-Id: I4302dc9f3a79b79290f412bc795dc38074da07e5
Signed-off-by: Malahal Naineni mala...@us.ibm.com
---
M src/FSAL/FSAL_GPFS/fsal_up.c
1 file changed, 8 insertions(+), 0 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/07/238207/1
-- 
To view, visit https://review.gerrithub.io/238207
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4302dc9f3a79b79290f412bc795dc38074da07e5
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Malahal mala...@gmail.com
Gerrit-Reviewer: CEA-HPC gerrithub-...@cea.fr

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: mnt_Mnt: can't export path / while the nfs version is 3

2015-06-27 Thread GerritHub
From zhangaih...@huawei.com:

zhangaih...@huawei.com has uploaded a new change for review.

  https://review.gerrithub.io/237866

Change subject: mnt_Mnt: can't export path / while the nfs version is 3
..

mnt_Mnt: can't export path / while the nfs version is 3

if the export path is /, it will be got rid of, will become ,
so can't be exported.

Change-Id: I72add5d92070071ce99e236f8fe98aa4aa2f6f89
Signed-off-by: Aihua Zhang zhangaih...@huawei.com
---
M src/Protocols/NFS/mnt_Mnt.c
1 file changed, 4 insertions(+), 2 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/66/237866/1
-- 
To view, visit https://review.gerrithub.io/237866
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I72add5d92070071ce99e236f8fe98aa4aa2f6f89
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: zhangaih...@huawei.com

--
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical  virtual servers, alerts via email  sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Combine xp_ addresses into new struct rpc_address

2015-06-29 Thread GerritHub
From william.allen.simp...@gmail.com:

william.allen.simp...@gmail.com has uploaded a new change for review.

  https://review.gerrithub.io/238015

Change subject: Combine xp_ addresses into new struct rpc_address
..

Combine xp_ addresses into new struct rpc_address

Change-Id: I75e7b01324b44965c9412ce89205ebdbe7db0ee9
Signed-off-by: William Allen Simpson b...@cohortfs.com
---
M src/MainNFSD/nfs_rpc_dispatcher_thread.c
M src/Protocols/NFS/nfs4_op_exchange_id.c
M src/RPCAL/nfs_dupreq.c
M src/libntirpc
4 files changed, 3 insertions(+), 9 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/15/238015/1
-- 
To view, visit https://review.gerrithub.io/238015
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I75e7b01324b44965c9412ce89205ebdbe7db0ee9
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: william.allen.simp...@gmail.com

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: mnt_Mnt: can't export path / while the nfs version is 3

2015-06-29 Thread GerritHub
From zhangaih...@huawei.com:

zhangaih...@huawei.com has uploaded a new change for review.

  https://review.gerrithub.io/238028

Change subject: mnt_Mnt: can't export path / while the nfs version is 3
..

mnt_Mnt: can't export path / while the nfs version is 3

modified according to Frank's reviews

Change-Id: Ic564c3812b738d6628a1e94d954f369079631d28
Signed-off-by: Aihua Zhang zhangaih...@huawei.com
---
M src/Protocols/NFS/mnt_Mnt.c
1 file changed, 3 insertions(+), 4 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/28/238028/1
-- 
To view, visit https://review.gerrithub.io/238028
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic564c3812b738d6628a1e94d954f369079631d28
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: zhangaih...@huawei.com
Gerrit-Reviewer: CEA-HPC gerrithub-...@cea.fr

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Fix strict compile errors shown up by FreeBSD 10.1

2015-07-06 Thread GerritHub
From Frank Filz ffilz...@mindspring.com:

Frank Filz has uploaded a new change for review.

  https://review.gerrithub.io/238794

Change subject: Fix strict compile errors shown up by FreeBSD 10.1
..

Fix strict compile errors shown up by FreeBSD 10.1

Change-Id: I0a5774258abdd27e488c889e7a371a8959a6b26e
Signed-off-by: Frank S. Filz ffilz...@mindspring.com
---
M src/MainNFSD/nfs_rpc_dispatcher_thread.c
M src/cidr/cidr_from_str.c
2 files changed, 6 insertions(+), 4 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/94/238794/1
-- 
To view, visit https://review.gerrithub.io/238794
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0a5774258abdd27e488c889e7a371a8959a6b26e
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Frank Filz ffilz...@mindspring.com
Gerrit-Reviewer: CEA-HPC gerrithub-...@cea.fr

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Convert deleg_revoke to return nfsstat4

2015-07-06 Thread GerritHub
From Frank Filz ffilz...@mindspring.com:

Frank Filz has uploaded a new change for review.

  https://review.gerrithub.io/238792

Change subject: Convert deleg_revoke to return nfsstat4
..

Convert deleg_revoke to return nfsstat4

That was the kind of errors it was returning.

Change-Id: I857402b1d21872cca58f79490dc0f97291ea6661
Signed-off-by: Frank S. Filz ffilz...@mindspring.com
---
M src/FSAL_UP/fsal_up_top.c
M src/SAL/state_deleg.c
M src/include/sal_functions.h
3 files changed, 8 insertions(+), 8 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/92/238792/1
-- 
To view, visit https://review.gerrithub.io/238792
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I857402b1d21872cca58f79490dc0f97291ea6661
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Frank Filz ffilz...@mindspring.com
Gerrit-Reviewer: CEA-HPC gerrithub-...@cea.fr

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Remove dead code exposed by strict compile on FreeBSD 10.1

2015-07-06 Thread GerritHub
From Frank Filz ffilz...@mindspring.com:

Frank Filz has uploaded a new change for review.

  https://review.gerrithub.io/238796

Change subject: Remove dead code exposed by strict compile on FreeBSD 10.1
..

Remove dead code exposed by strict compile on FreeBSD 10.1

Change-Id: I0688552aea84222307a0b5e5aaa35f803536afca
Signed-off-by: Frank S. Filz ffilz...@mindspring.com
---
M src/FSAL/FSAL_PSEUDO/handle.c
M src/Protocols/NLM/nlm_util.c
M src/RPCAL/gss_credcache.c
3 files changed, 0 insertions(+), 33 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/96/238796/1
-- 
To view, visit https://review.gerrithub.io/238796
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0688552aea84222307a0b5e5aaa35f803536afca
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Frank Filz ffilz...@mindspring.com
Gerrit-Reviewer: CEA-HPC gerrithub-...@cea.fr

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Replace fixed size handle structures with NFS3_FHSIZE and NF...

2015-07-06 Thread GerritHub
From Frank Filz ffilz...@mindspring.com:

Frank Filz has uploaded a new change for review.

  https://review.gerrithub.io/238793

Change subject: Replace fixed size handle structures with NFS3_FHSIZE and 
NFS4_FHSIZE
..

Replace fixed size handle structures with NFS3_FHSIZE and NFS4_FHSIZE

Nothing actually used these structures (other than a couple places that
defined a fixed sized buffer that could easily use a char array instead).

Change-Id: I328fc2750ab6e4dc54f9c506ff321132bb24ddd5
Signed-off-by: Frank S. Filz ffilz...@mindspring.com
---
M src/FSAL/FSAL_PSEUDO/handle.c
M src/FSAL/common_pnfs.c
M src/Protocols/NFS/nfs3_lookup.c
M src/Protocols/NFS/nfs4_op_open.c
M src/include/nfs_file_handle.h
M src/support/nfs_filehandle_mgmt.c
6 files changed, 17 insertions(+), 48 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/93/238793/1
-- 
To view, visit https://review.gerrithub.io/238793
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I328fc2750ab6e4dc54f9c506ff321132bb24ddd5
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Frank Filz ffilz...@mindspring.com
Gerrit-Reviewer: CEA-HPC gerrithub-...@cea.fr

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Fix code bugs exposed by strict compile on FreeBSD 10.1

2015-07-06 Thread GerritHub
From Frank Filz ffilz...@mindspring.com:

Frank Filz has uploaded a new change for review.

  https://review.gerrithub.io/238795

Change subject: Fix code bugs exposed by strict compile on FreeBSD 10.1
..

Fix code bugs exposed by strict compile on FreeBSD 10.1

Change-Id: I59b64486186cb6486228e6a58bf324a24e0c2e6a
Signed-off-by: Frank S. Filz ffilz...@mindspring.com
---
M src/FSAL/common_pnfs.c
M src/Protocols/NFS/nfs4_op_lock.c
M src/Protocols/NFS/nfs4_op_lockt.c
M src/Protocols/NFS/nfs4_op_open.c
M src/Protocols/NFS/nfs4_op_secinfo.c
M src/cache_inode/cache_inode_getattr.c
6 files changed, 15 insertions(+), 16 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/95/238795/1
-- 
To view, visit https://review.gerrithub.io/238795
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I59b64486186cb6486228e6a58bf324a24e0c2e6a
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Frank Filz ffilz...@mindspring.com
Gerrit-Reviewer: CEA-HPC gerrithub-...@cea.fr

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Clean up grace struct

2015-07-02 Thread GerritHub
From Allison Henderson achen...@linux.vnet.ibm.com:

Allison Henderson has uploaded a new change for review.

  https://review.gerrithub.io/238358

Change subject: Clean up grace struct
..

Clean up grace struct

This patch moves the grace mutex and cli_list from
sal_data.h to nfs4_recovery.c.  They are currently only
used in nfs4_recovery.c.  Also remove uneeded g_* notation
from member names.

Change-Id: I4eb16f2d4ffd02fc1f7c83e561e1ff93c2b738c2
Signed-off-by: Allison Henderson achen...@linux.vnet.ibm.com
---
M src/SAL/nfs4_recovery.c
M src/include/sal_data.h
2 files changed, 18 insertions(+), 37 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/58/238358/1
-- 
To view, visit https://review.gerrithub.io/238358
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4eb16f2d4ffd02fc1f7c83e561e1ff93c2b738c2
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Allison Henderson achen...@linux.vnet.ibm.com
Gerrit-Reviewer: CEA-HPC gerrithub-...@cea.fr

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Clean up grace struct

2015-07-01 Thread GerritHub
From Allison Henderson achen...@linux.vnet.ibm.com:

Allison Henderson has uploaded a new change for review.

  https://review.gerrithub.io/238263

Change subject: Clean up grace struct
..

Clean up grace struct

This patch moves the grace mutex and list struct from
sal_data.h to nfs4_recovery.c.  It is currently only
used in nfs4_recovery.c.  Remove uneeded g_* notation
from member names.

Change-Id: If6702d004791cc55f4611ca68a27ebe5dc783c9e
Signed-off-by: Allison Henderson achen...@linux.vnet.ibm.com
---
M src/SAL/nfs4_recovery.c
M src/include/sal_data.h
2 files changed, 29 insertions(+), 29 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/63/238263/1
-- 
To view, visit https://review.gerrithub.io/238263
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If6702d004791cc55f4611ca68a27ebe5dc783c9e
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Allison Henderson achen...@linux.vnet.ibm.com
Gerrit-Reviewer: CEA-HPC gerrithub-...@cea.fr

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Fix inode reference miscount when removing an entry.

2015-07-06 Thread GerritHub
From bongi...@gmail.com:

bongi...@gmail.com has uploaded a new change for review.

  https://review.gerrithub.io/238720

Change subject: Fix inode reference miscount when removing an entry.
..

Fix inode reference miscount when removing an entry.

In some situations cih_remove_checked() would be called twice
and rather than skipping it the second time, we would attempt
to remove the entry from the avl tree twice and decrement the
sentinel reference twice. This would prematurely lead to a 0
ref count, freeing or recycling, and thus segfaults and aborts.

Change-Id: I1082bb2e9bcac1689260ec36223bad17ac673185
Signed-off-by: Jeremy Bongio jbon...@us.ibm.com
---
M src/include/cache_inode_hash.h
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/20/238720/1
-- 
To view, visit https://review.gerrithub.io/238720
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1082bb2e9bcac1689260ec36223bad17ac673185
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: bongi...@gmail.com

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Fix compile problem caused by wrong cephfs lib and header pa...

2015-08-15 Thread GerritHub
From Miao Xie miao...@huawei.com:

Miao Xie has uploaded a new change for review.

  https://review.gerrithub.io/243385

Change subject: Fix compile problem caused by wrong cephfs lib and header path 
setting
..

Fix compile problem caused by wrong cephfs lib and header path setting

The following message was output during compiling the ceph module on my x86_64
machine:
  /usr/bin/ld: skipping incompatible /usr/lib/libdl.so when searching for -ldl
  /usr/bin/ld: skipping incompatible /usr/lib/libdl.a when searching for -ldl
  /usr/bin/ld: skipping incompatible /usr/lib/libpthread.so when searching for 
-lpthread
  /usr/bin/ld: skipping incompatible /usr/lib/libpthread.a when searching for 
-lpthread
  /usr/bin/ld: skipping incompatible /usr/lib/librt.so when searching for -lrt
  /usr/bin/ld: skipping incompatible /usr/lib/librt.a when searching for -lrt
  /usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
  /usr/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc

It is because we set CEPH_PREFIX to /usr if we didn't input a specified
ceph install path, and when we executed the cmake file of the ceph module,
we though CEPH_PREFIX was set, and add new lib path (${CEPH_PREFIX}/lib) for
ld, then the above problem happened. In fact, The ceph lib and header file
path has been found and set during the global cmake process, we needn't set
it again, so clean up them.

Change-Id: I30d3887a7bd008d272fbc628dbc9847165a0b8d5
Signed-off-by: Miao Xie miao...@huawei.com
---
M src/FSAL/FSAL_CEPH/CMakeLists.txt
1 file changed, 0 insertions(+), 10 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/85/243385/1
-- 
To view, visit https://review.gerrithub.io/243385
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I30d3887a7bd008d272fbc628dbc9847165a0b8d5
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Miao Xie miao...@huawei.com
Gerrit-Reviewer: CEA-HPC gerrithub-...@cea.fr

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Fix wrong list operation in WBclient cmake file

2015-08-15 Thread GerritHub
From Miao Xie miao...@huawei.com:

Miao Xie has uploaded a new change for review.

  https://review.gerrithub.io/243386

Change subject: Fix wrong list operation in WBclient cmake file
..

Fix wrong list operation in WBclient cmake file

CMAKE_REQUIRED_INCLUDES is a list, so we should not use set
to assign the value, or we would recover the old value.

CMAKE_REQUIRED_LIBRARIES is the same.

Change-Id: I2b5545cb66f2ef6cfc8eac005d5144f7fe86c047
Signed-off-by: Miao Xie miao...@huawei.com
---
M src/cmake/modules/FindWBclient.cmake
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/86/243386/1
-- 
To view, visit https://review.gerrithub.io/243386
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2b5545cb66f2ef6cfc8eac005d5144f7fe86c047
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Miao Xie miao...@huawei.com
Gerrit-Reviewer: CEA-HPC gerrithub-...@cea.fr

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: blkin: track change in blkin representation in the xprt handle

2015-08-21 Thread GerritHub
From william.allen.simp...@gmail.com:

Hello Matt Benjamin,

I'd like you to do a code review.  Please visit

https://review.gerrithub.io/243831

to review the following change.

Change subject: blkin: track change in blkin representation in the xprt handle
..

blkin: track change in blkin representation in the xprt handle

Change-Id: Ida4aee990504a0d85e91d5be15a2d3c789fff53c
Signed-off-by: Matt Benjamin mbenja...@redhat.com
Acked-by: William Allen Simpson william.allen.simp...@redhat.com
---
M src/MainNFSD/nfs_rpc_dispatcher_thread.c
M src/MainNFSD/nfs_worker_thread.c
M src/libntirpc
3 files changed, 98 insertions(+), 0 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/31/243831/1
-- 
To view, visit https://review.gerrithub.io/243831
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ida4aee990504a0d85e91d5be15a2d3c789fff53c
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: william.allen.simp...@gmail.com
Gerrit-Reviewer: Matt Benjamin mbenja...@redhat.com

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: gpfs: Add pidfile to gpfs init.d service script

2015-08-20 Thread GerritHub
From Malahal mala...@gmail.com:

Malahal has uploaded a new change for review.

  https://review.gerrithub.io/243809

Change subject: gpfs: Add pidfile to gpfs init.d service script
..

gpfs: Add pidfile to gpfs init.d service script

And some clean up as well!

Change-Id: I7c3bdfcc5bca5bef475bc773f11465a8fc22a14e
Signed-off-by: Rong Zeng rongz...@us.ibm.com
Signed-off-by: Malahal Naineni mala...@us.ibm.com
---
M src/scripts/init.d/nfs-ganesha.gpfs
1 file changed, 3 insertions(+), 39 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/09/243809/1
-- 
To view, visit https://review.gerrithub.io/243809
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7c3bdfcc5bca5bef475bc773f11465a8fc22a14e
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Malahal mala...@gmail.com
Gerrit-Reviewer: CEA-HPC gerrithub-...@cea.fr

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Blkin/Zipkin: introduce Blkin/Zipkin-based tracing

2015-08-20 Thread GerritHub
From Matt Benjamin mbenja...@redhat.com:

Matt Benjamin has uploaded a new change for review.

  https://review.gerrithub.io/243819

Change subject: Blkin/Zipkin: introduce Blkin/Zipkin-based tracing
..

Blkin/Zipkin: introduce Blkin/Zipkin-based tracing

This facility builds on lttng, but is a more generic framework
which provides for automated summation and visualization of latency
data and annotations across common request path with (potentially)
several segments.

The feature is disabled by default.

Signed-off-by: Matt Benjamin mbenja...@redhat.com
Change-Id: I4df6aafc6c5d0d9bc699c54a15ad453339f0ee77
---
M src/CMakeLists.txt
M src/MainNFSD/nfs_rpc_dispatcher_thread.c
M src/MainNFSD/nfs_worker_thread.c
3 files changed, 122 insertions(+), 10 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/19/243819/1
-- 
To view, visit https://review.gerrithub.io/243819
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4df6aafc6c5d0d9bc699c54a15ad453339f0ee77
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Matt Benjamin mbenja...@redhat.com

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Don't let systemd restart ganesha on abort

2015-08-20 Thread GerritHub
From Malahal mala...@gmail.com:

Malahal has uploaded a new change for review.

  https://review.gerrithub.io/243810

Change subject: Don't let systemd restart ganesha on abort
..

Don't let systemd restart ganesha on abort

Restarting ganesha on abort may not be desirable in all environments.
This should probably a configurable item from /etc/sysconfig/ganesha
file, but avoid restarting for now by modifying the unit service file.

Change-Id: Ib82a8c27e02e5a658de684da06dc82562c875f48
Signed-off-by: Malahal Naineni mala...@us.ibm.com
---
M src/scripts/systemd/nfs-ganesha.service
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/10/243810/1
-- 
To view, visit https://review.gerrithub.io/243810
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib82a8c27e02e5a658de684da06dc82562c875f48
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Malahal mala...@gmail.com
Gerrit-Reviewer: CEA-HPC gerrithub-...@cea.fr

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: ntirpc: update taking blking support

2015-08-20 Thread GerritHub
From Matt Benjamin mbenja...@redhat.com:

Matt Benjamin has uploaded a new change for review.

  https://review.gerrithub.io/243818

Change subject: ntirpc: update taking blking support
..

ntirpc: update taking blking support

Adds conditional Zipkin/Blkin tracing support in SVCXPRT when
HAVE_BLKIN is defined.

Change-Id: I8b19729e0187bc82f60b6d776e5164d1a69f26af
Signed-off-by: Matt Benjamin mbenja...@redhat.com
---
M src/libntirpc
1 file changed, 0 insertions(+), 0 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/18/243818/1
-- 
To view, visit https://review.gerrithub.io/243818
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8b19729e0187bc82f60b6d776e5164d1a69f26af
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Matt Benjamin mbenja...@redhat.com

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Set core file size to unlimited for ganesha daemon.

2015-06-30 Thread GerritHub
From Malahal mala...@gmail.com:

Malahal has uploaded a new change for review.

  https://review.gerrithub.io/238101

Change subject: Set core file size to unlimited for ganesha daemon.
..

Set core file size to unlimited for ganesha daemon.

Core dump files are important to analyse problems. Let the system take
core for ganesha daemon when it aborts.

Change-Id: Iead89f9124525fc336aa0ffd243c70f564f9c2f0
Signed-off-by: Malahal Naineni mala...@us.ibm.com
---
M src/MainNFSD/nfs_main.c
1 file changed, 12 insertions(+), 0 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/01/238101/1
-- 
To view, visit https://review.gerrithub.io/238101
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iead89f9124525fc336aa0ffd243c70f564f9c2f0
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Malahal mala...@gmail.com
Gerrit-Reviewer: CEA-HPC gerrithub-...@cea.fr

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: cache_inode_lru: shift object addr in lru_lane_of

2015-07-30 Thread GerritHub
From Matt Benjamin mbenja...@redhat.com:

Matt Benjamin has uploaded a new change for review.

  https://review.gerrithub.io/241873

Change subject: cache_inode_lru: shift object addr in lru_lane_of
..

cache_inode_lru: shift object addr in lru_lane_of

The goal is to reduce skew in the mapping of objects to
lanes, reducing contention for lane locks.  A change similar to
this was found to reduce lock contention in a cognate code in
Ceph's Accelio transport.

Marc Eshel reported no measureable difference with and without
this change, on a workload that was seeing high lock contention
with 1.5M LRU entry limit.

Change-Id: I492f165fbef5938187899fead6427a68dc7c3fa7
Signed-off-by: Matt Benjamin mbenja...@redhat.com
---
M src/cache_inode/cache_inode_lru.c
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/73/241873/1
-- 
To view, visit https://review.gerrithub.io/241873
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I492f165fbef5938187899fead6427a68dc7c3fa7
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Matt Benjamin mbenja...@redhat.com
Gerrit-Reviewer: CEA-HPC gerrithub-...@cea.fr

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: cache_inode: remove unused monster buf constant

2015-07-30 Thread GerritHub
From Matt Benjamin mbenja...@redhat.com:

Matt Benjamin has uploaded a new change for review.

  https://review.gerrithub.io/241876

Change subject: cache_inode: remove unused monster buf constant
..

cache_inode: remove unused monster buf constant

Happily, this constant is no longer used.

Change-Id: If03f03e1356a61983d2c55d52b79c50b488d7fd4
Signed-off-by: Matt Benjamin mbenja...@redhat.com
---
M src/include/cache_inode.h
1 file changed, 0 insertions(+), 3 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/76/241876/1
-- 
To view, visit https://review.gerrithub.io/241876
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If03f03e1356a61983d2c55d52b79c50b488d7fd4
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Matt Benjamin mbenja...@redhat.com

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: cache_inode: make max cached, deleted entries configurable

2015-07-31 Thread GerritHub
From Matt Benjamin mbenja...@redhat.com:

Matt Benjamin has uploaded a new change for review.

  https://review.gerrithub.io/241948

Change subject: cache_inode: make max cached, deleted entries configurable
..

cache_inode: make max cached, deleted entries configurable

Currently, a fixed number of dirents is saved on deletion with
their offset at deletion.  Linux clients as-and-when last
checked will not tolerate a bad cookie return for any offset
known to have existed by a client.

Change-Id: Ic3cf4f67194847b417379022421d77120783840e
Signed-off-by: Matt Benjamin mbenja...@redhat.com
---
M src/cache_inode/cache_inode_avl.c
M src/cache_inode/cache_inode_read_conf.c
M src/include/cache_inode.h
3 files changed, 14 insertions(+), 4 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/48/241948/1
-- 
To view, visit https://review.gerrithub.io/241948
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic3cf4f67194847b417379022421d77120783840e
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Matt Benjamin mbenja...@redhat.com
Gerrit-Reviewer: CEA-HPC gerrithub-...@cea.fr

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Moving up Clean_RPC() to the top of do_shutdown().

2015-08-05 Thread GerritHub
From Jiffin Tony Thottan jthot...@redhat.com:

Jiffin Tony Thottan has uploaded a new change for review.

  https://review.gerrithub.io/242232

Change subject: Moving up Clean_RPC() to the top of do_shutdown().
..

Moving up Clean_RPC() to the top of do_shutdown().

As mentioned in the mail thread 
http://sourceforge.net/p/nfs-ganesha/mailman/message/34345947/,
there is high chance of ganesha process got killed before completing all the 
steps mentioned in
the do_shutdown(). So if ganesha got killed before cleaning up the ports, other 
nfs-services
cannot come up unless user clean up those ports manually.

Normally ganesha got killed while waiting up for worker threads to close. So it 
is better to
clean up the ports before closing all threads. So that atleast we can make sure 
that ganesha
is no longer using ports which might needed by other application to run.

Change-Id: I97723f6c0275f8d8feac0ca7ea87d2509c5b4b6a
Signed-off-by: Jiffin Tony Thottan jthot...@redhat.com
---
M src/MainNFSD/nfs_admin_thread.c
1 file changed, 5 insertions(+), 3 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/32/242232/1
-- 
To view, visit https://review.gerrithub.io/242232
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I97723f6c0275f8d8feac0ca7ea87d2509c5b4b6a
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Jiffin Tony Thottan jthot...@redhat.com
Gerrit-Reviewer: CEA-HPC gerrithub-...@cea.fr

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Relicense scripts/ganeshactl files to GPL/LGPLv3

2015-08-13 Thread GerritHub
From Jim Lieb l...@sea-troll.net:

Jim Lieb has uploaded a new change for review.

  https://review.gerrithub.io/243150

Change subject: Relicense scripts/ganeshactl files to GPL/LGPLv3
..

Relicense scripts/ganeshactl files to GPL/LGPLv3

Makes sense to LGPL these since they are import files, not main scripts.
Also onvert Python control scripts to GPLv3 to comply with the rest of
the code

Change-Id: I5ee6d1b5ae827fd8035729b86c89dd253adfa296
Signed-off-by: Jim Lieb l...@sea-troll.net
---
M src/scripts/ganeshactl/Ganesha/QtUI/clients_table.py
M src/scripts/ganeshactl/Ganesha/QtUI/exports_table.py
M src/scripts/ganeshactl/Ganesha/QtUI/log_settings.py
M src/scripts/ganeshactl/Ganesha/admin.py
M src/scripts/ganeshactl/Ganesha/client_mgr.py
M src/scripts/ganeshactl/Ganesha/export_mgr.py
M src/scripts/ganeshactl/Ganesha/io_stats.py
M src/scripts/ganeshactl/Ganesha/log_mgr.py
M src/scripts/ganeshactl/ganesha-admin.py
M src/scripts/ganeshactl/ganeshactl.py
M src/scripts/ganeshactl/manage_clients.py
M src/scripts/ganeshactl/manage_exports.py
M src/scripts/ganeshactl/manage_logger.py
13 files changed, 21 insertions(+), 21 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/50/243150/1
-- 
To view, visit https://review.gerrithub.io/243150
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5ee6d1b5ae827fd8035729b86c89dd253adfa296
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Jim Lieb l...@sea-troll.net
Gerrit-Reviewer: CEA-HPC gerrithub-...@cea.fr

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: testing: assert matched export

2015-08-05 Thread GerritHub
From Matt Benjamin mbenja...@redhat.com:

Matt Benjamin has uploaded a new change for review.

  https://review.gerrithub.io/242326

Change subject: testing: assert matched export
..

testing: assert matched export

Change-Id: Ie34ce41b3ffc6ff5460a516dd563c20320f8c177
Signed-off-by: Matt Benjamin mbenja...@redhat.com
---
M src/gtest/test_ci_hash_dist1.cc
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/26/242326/1
-- 
To view, visit https://review.gerrithub.io/242326
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie34ce41b3ffc6ff5460a516dd563c20320f8c177
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Matt Benjamin mbenja...@redhat.com

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: testing: add nfs_libmain, program_options

2015-08-05 Thread GerritHub
From Matt Benjamin mbenja...@redhat.com:

Matt Benjamin has uploaded a new change for review.

  https://review.gerrithub.io/242322

Change subject: testing:  add nfs_libmain, program_options
..

testing:  add nfs_libmain, program_options

 * Add to nfs_libmain() arguments.
 * Add support for boost::program_options

Change-Id: I9088e39ea78227a1f4ae6ca5ac2df8041db13c4f
Signed-off-by: Matt Benjamin mbenja...@redhat.com
---
M src/MainNFSD/nfs_lib.c
M src/gtest/CMakeLists.txt
M src/gtest/test_ci_hash_dist1.cc
M src/include/nfs_lib.h
4 files changed, 54 insertions(+), 10 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/22/242322/1
-- 
To view, visit https://review.gerrithub.io/242322
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9088e39ea78227a1f4ae6ca5ac2df8041db13c4f
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Matt Benjamin mbenja...@redhat.com

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: testing: add nfs_lib.c

2015-08-05 Thread GerritHub
From Matt Benjamin mbenja...@redhat.com:

Matt Benjamin has uploaded a new change for review.

  https://review.gerrithub.io/242315

Change subject: testing:  add nfs_lib.c
..

testing:  add nfs_lib.c

Provides nfs_libmain(void), a stripped down version of the
current Ganesha main().

The idea is to call this routine (which as it calls nfs_start()
will not soon return) from one thread of a threaded program,
other threads could be used to interact with the in-process
Ganesha.

Change-Id: I515cb4715b1f221bc030a513abe751c007753904
Signed-off-by: Matt Benjamin mbenja...@redhat.com
---
M src/MainNFSD/CMakeLists.txt
A src/MainNFSD/nfs_lib.c
2 files changed, 236 insertions(+), 0 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/15/242315/1
-- 
To view, visit https://review.gerrithub.io/242315
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I515cb4715b1f221bc030a513abe751c007753904
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Matt Benjamin mbenja...@redhat.com
Gerrit-Reviewer: CEA-HPC gerrithub-...@cea.fr

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: testing: support debug level and log path

2015-08-05 Thread GerritHub
From Matt Benjamin mbenja...@redhat.com:

Matt Benjamin has uploaded a new change for review.

  https://review.gerrithub.io/242325

Change subject: testing: support debug level and log path
..

testing: support debug level and log path

Exposed as logfile and debug.

Change-Id: I770ce9be19ce83c50c0b8edc4aa24240a11eac5b
Signed-off-by: Matt Benjamin mbenja...@redhat.com
---
M src/MainNFSD/nfs_lib.c
M src/gtest/test_ci_hash_dist1.cc
M src/include/nfs_lib.h
3 files changed, 40 insertions(+), 4 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/25/242325/1
-- 
To view, visit https://review.gerrithub.io/242325
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I770ce9be19ce83c50c0b8edc4aa24240a11eac5b
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Matt Benjamin mbenja...@redhat.com

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: testing: c++, prune src/test/CMakeLists.txt

2015-08-05 Thread GerritHub
From Matt Benjamin mbenja...@redhat.com:

Matt Benjamin has uploaded a new change for review.

  https://review.gerrithub.io/242316

Change subject: testing: c++, prune src/test/CMakeLists.txt
..

testing: c++, prune src/test/CMakeLists.txt

* Minimally enable building c++ targets (e.g., for tests)
* Prune noise from src/test/CMakeLists.txt

Introduce a c++ test target intended to automate exports
and (initially) cache_inode to prove runtime assertions and
run benchmarks.

Change-Id: I05277298c986d57072ee2b2b85e0d5a86c0cb952
Signed-off-by: Matt Benjamin mbenja...@redhat.com
---
M src/CMakeLists.txt
M src/test/CMakeLists.txt
2 files changed, 7 insertions(+), 16 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/16/242316/1
-- 
To view, visit https://review.gerrithub.io/242316
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I05277298c986d57072ee2b2b85e0d5a86c0cb952
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Matt Benjamin mbenja...@redhat.com
Gerrit-Reviewer: CEA-HPC gerrithub-...@cea.fr

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: testing: s/-std=c++14/-std=gnu++14/ to enable typeof

2015-08-05 Thread GerritHub
From Matt Benjamin mbenja...@redhat.com:

Matt Benjamin has uploaded a new change for review.

  https://review.gerrithub.io/242328

Change subject: testing: s/-std=c++14/-std=gnu++14/ to enable typeof
..

testing: s/-std=c++14/-std=gnu++14/ to enable typeof

Change-Id: I5210414e57de2bece57c37b98cca8e47c4322550
Signed-off-by: Matt Benjamin mbenja...@redhat.com
---
M src/gtest/CMakeLists.txt
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/28/242328/1
-- 
To view, visit https://review.gerrithub.io/242328
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5210414e57de2bece57c37b98cca8e47c4322550
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Matt Benjamin mbenja...@redhat.com

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: testing: add missing src/gtest/CMakeLists.txt

2015-08-05 Thread GerritHub
From Matt Benjamin mbenja...@redhat.com:

Matt Benjamin has uploaded a new change for review.

  https://review.gerrithub.io/242319

Change subject: testing: add missing src/gtest/CMakeLists.txt
..

testing: add missing src/gtest/CMakeLists.txt

Change-Id: I32cc059db0529257560a8cbb3f6a7fa3d9252ed1
Signed-off-by: Matt Benjamin mbenja...@redhat.com
---
A src/gtest/CMakeLists.txt
1 file changed, 40 insertions(+), 0 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/19/242319/1
-- 
To view, visit https://review.gerrithub.io/242319
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I32cc059db0529257560a8cbb3f6a7fa3d9252ed1
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Matt Benjamin mbenja...@redhat.com
Gerrit-Reviewer: CEA-HPC gerrithub-...@cea.fr

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: test_ci_hash_dist1: test/bench hash table and refs

2015-08-05 Thread GerritHub
From Matt Benjamin mbenja...@redhat.com:

Matt Benjamin has uploaded a new change for review.

  https://review.gerrithub.io/242331

Change subject: test_ci_hash_dist1: test/bench hash table and refs
..

test_ci_hash_dist1: test/bench hash table and refs

In naive testing (corei5 laptop), the cache inode hash table appears
to have available single-thread performance for initial refs (i.e.,
cache_inode_get where the entry is resident) of over 870K ops/s,
which is not anemic.

Change-Id: I58cc498420932b09538768da2e3c459fe02d5365
Signed-off-by: Matt Benjamin mbenja...@redhat.com
---
M src/gtest/test_ci_hash_dist1.cc
1 file changed, 115 insertions(+), 19 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/31/242331/1
-- 
To view, visit https://review.gerrithub.io/242331
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I58cc498420932b09538768da2e3c459fe02d5365
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Matt Benjamin mbenja...@redhat.com

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: c++ headers: avoid export identifiers in nfs_exports.h

2015-08-05 Thread GerritHub
From Matt Benjamin mbenja...@redhat.com:

Matt Benjamin has uploaded a new change for review.

  https://review.gerrithub.io/242327

Change subject: c++ headers: avoid export identifiers in nfs_exports.h
..

c++ headers: avoid export identifiers in nfs_exports.h

Change-Id: I99f3d05ec3ea0f1e6f3285bc5c4bd2f8949f26da
Signed-off-by: Matt Benjamin mbenja...@redhat.com
---
M src/include/nfs_exports.h
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/27/242327/1
-- 
To view, visit https://review.gerrithub.io/242327
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I99f3d05ec3ea0f1e6f3285bc5c4bd2f8949f26da
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Matt Benjamin mbenja...@redhat.com

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: nfsv41.h: remove incorrect forward decls

2015-08-05 Thread GerritHub
From Matt Benjamin mbenja...@redhat.com:

Matt Benjamin has uploaded a new change for review.

  https://review.gerrithub.io/242320

Change subject: nfsv41.h:  remove incorrect forward decls
..

nfsv41.h:  remove incorrect forward decls

Remove incorrect forward declarations of inline (!) decoder
functions.

Change-Id: I39dafccd444ab41fc0282ba112d96c3c5fda350b
Signed-off-by: Matt Benjamin mbenja...@redhat.com
---
M src/include/nfsv41.h
1 file changed, 0 insertions(+), 426 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/20/242320/1
-- 
To view, visit https://review.gerrithub.io/242320
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I39dafccd444ab41fc0282ba112d96c3c5fda350b
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Matt Benjamin mbenja...@redhat.com

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: ci_test_hash_dist: add creates, deletes in test_root

2015-08-05 Thread GerritHub
From Matt Benjamin mbenja...@redhat.com:

Matt Benjamin has uploaded a new change for review.

  https://review.gerrithub.io/242330

Change subject: ci_test_hash_dist:  add creates, deletes in test_root
..

ci_test_hash_dist:  add creates, deletes in test_root

Verified for a VFS export.

Change-Id: I516f3fce1c670d13cc7b3508d9f2b7ffb88f93cd
Signed-off-by: Matt Benjamin mbenja...@redhat.com
---
M src/gtest/test_ci_hash_dist1.cc
1 file changed, 79 insertions(+), 8 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/30/242330/1
-- 
To view, visit https://review.gerrithub.io/242330
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I516f3fce1c670d13cc7b3508d9f2b7ffb88f93cd
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Matt Benjamin mbenja...@redhat.com

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Unfinished work.

2015-07-27 Thread GerritHub
From Malahal mala...@gmail.com:

Malahal has uploaded a new change for review.

  https://review.gerrithub.io/241462

Change subject: Unfinished work.
..

Unfinished work.

Change-Id: I676aee92c13ada9049bc1767eb9532094995d472
Signed-off-by: Malahal Naineni mala...@us.ibm.com
---
M src/FSAL/FSAL_GPFS/fsal_fileop.c
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/62/241462/1
-- 
To view, visit https://review.gerrithub.io/241462
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I676aee92c13ada9049bc1767eb9532094995d472
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Malahal mala...@gmail.com
Gerrit-Reviewer: CEA-HPC gerrithub-...@cea.fr

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: FYI - Introduce cache_inode_open_fd to call FSAL open_fd

2015-07-23 Thread GerritHub
From Frank Filz ffilz...@mindspring.com:

Frank Filz has uploaded a new change for review.

  https://review.gerrithub.io/241218

Change subject: FYI - Introduce cache_inode_open_fd to call FSAL open_fd
..

FYI - Introduce cache_inode_open_fd to call FSAL open_fd

Still needs more work

Change-Id: I414a7b45c28075ba61af05fdd9aeabfe86b73f0e
Signed-off-by: Frank S. Filz ffilz...@mindspring.com
---
M src/cache_inode/cache_inode_open_close.c
M src/include/cache_inode.h
2 files changed, 317 insertions(+), 0 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/18/241218/1
-- 
To view, visit https://review.gerrithub.io/241218
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I414a7b45c28075ba61af05fdd9aeabfe86b73f0e
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Frank Filz ffilz...@mindspring.com

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: FYI - Start to implement multiple-fd for FSAL_VFS

2015-07-23 Thread GerritHub
From Frank Filz ffilz...@mindspring.com:

Frank Filz has uploaded a new change for review.

  https://review.gerrithub.io/241217

Change subject: FYI - Start to implement multiple-fd for FSAL_VFS
..

FYI - Start to implement multiple-fd for FSAL_VFS

Change-Id: Ia8123caf9508dced5b82d62b51f859b65f6f9abc
Signed-off-by: Frank S. Filz ffilz...@mindspring.com
---
M src/FSAL/FSAL_VFS/file.c
M src/FSAL/FSAL_VFS/handle.c
M src/FSAL/FSAL_VFS/vfs_methods.h
3 files changed, 880 insertions(+), 49 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/17/241217/1
-- 
To view, visit https://review.gerrithub.io/241217
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia8123caf9508dced5b82d62b51f859b65f6f9abc
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Frank Filz ffilz...@mindspring.com

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Remove loop to retry lock during grace period

2015-07-23 Thread GerritHub
From Frank Filz ffilz...@mindspring.com:

Frank Filz has uploaded a new change for review.

  https://review.gerrithub.io/241208

Change subject: Remove loop to retry lock during grace period
..

Remove loop to retry lock during grace period

Release IP and Take IP will be serialized so that the locks will be released
on old node before reclaim occurs on new node. This will eliminate the need
to wait for the locks to release.

Change-Id: Idde96dd62be952a0d9c7f7feb252c45cdf8a3920
Signed-off-by: Frank S. Filz ffilz...@mindspring.com
---
M src/SAL/state_lock.c
1 file changed, 9 insertions(+), 21 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/08/241208/1
-- 
To view, visit https://review.gerrithub.io/241208
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idde96dd62be952a0d9c7f7feb252c45cdf8a3920
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Frank Filz ffilz...@mindspring.com

--
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


  1   2   3   4   5   6   7   8   9   10   >