Print this page
NEX-6778 NFS kstats leak and cause system to hang
Revert "NEX-4261 Per-client NFS server IOPS, bandwidth, and latency kstats"
This reverts commit 586c3ab1927647487f01c337ddc011c642575a52.
Revert "NEX-5354 Aggregated IOPS, bandwidth, and latency kstats for NFS server"
This reverts commit c91d7614da8618ef48018102b077f60ecbbac8c2.
Revert "NEX-5667 nfssrv_stats_flags does not work for aggregated kstats"
This reverts commit 3dcf42618be7dd5f408c327f429c81e07ca08e74.
Revert "NEX-5750 Time values for aggregated NFS server kstats should be normalized"
This reverts commit 1f4d4f901153b0191027969fa4a8064f9d3b9ee1.
Revert "NEX-5942 Panic in rfs4_minorvers_mismatch() with NFSv4.1 client"
This reverts commit 40766417094a162f5e4cc8786c0fa0a7e5871cd9.
Revert "NEX-5752 NFS server: namespace collision in kstats"
This reverts commit ae81e668db86050da8e483264acb0cce0444a132.
Reviewed by: Rob Gittins <rob.gittins@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
NEX-4261 Per-client NFS server IOPS, bandwidth, and latency kstats
Reviewed by: Kevin Crowe <kevin.crowe@nexenta.com>
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com>
NEX-3097 IOPS, bandwidth, and latency kstats for NFS server
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
NEX-1128 NFS server: Generic uid and gid remapping for AUTH_SYS
Reviewed by: Jan Kryl <jan.kryl@nexenta.com>

*** 16,33 **** * fields enclosed by brackets "[]" replaced with your own identifying * information: Portions Copyright [yyyy] [name of copyright owner] * * CDDL HEADER END */ /* * Copyright 2006 Sun Microsystems, Inc. * All rights reserved. * Use is subject to license terms. */ - /* - * Copyright 2014 Nexenta Systems, Inc. All rights reserved. - */ #ifndef _NFS_NFS_ACL_H #define _NFS_NFS_ACL_H #ifdef __cplusplus --- 16,35 ---- * fields enclosed by brackets "[]" replaced with your own identifying * information: Portions Copyright [yyyy] [name of copyright owner] * * CDDL HEADER END */ + /* + * Copyright 2016 Nexenta Systems, Inc. All rights reserved. + */ + + /* * Copyright 2006 Sun Microsystems, Inc. * All rights reserved. * Use is subject to license terms. */ #ifndef _NFS_NFS_ACL_H #define _NFS_NFS_ACL_H #ifdef __cplusplus
*** 378,388 **** --- 380,392 ---- #endif #ifdef _KERNEL /* server and client data structures */ extern kstat_named_t *aclproccnt_v2_ptr; + extern kstat_t **aclprocio_v2_ptr; extern kstat_named_t *aclproccnt_v3_ptr; + extern kstat_t **aclprocio_v3_ptr; extern char *aclnames_v2[]; extern uchar_t acl_call_type_v2[]; extern uchar_t acl_ss_call_type_v2[]; extern uchar_t acl_timer_type_v2[];