usr/src/uts/common/fs/zfs/zfs_fuid.c
author Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
Tue, 16 Mar 2010 09:43:38 -0600
changeset 11935 538c866aaac6
parent 11574 42fda5f95dac
child 11963 061945695ce1
permissions -rw-r--r--
6716117 ZFS needs native system attribute infrastructure 6516171 zpl symlinks should have their own object type
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
     1
/*
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
     2
 * CDDL HEADER START
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
     3
 *
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
     4
 * The contents of this file are subject to the terms of the
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
     5
 * Common Development and Distribution License (the "License").
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
     6
 * You may not use this file except in compliance with the License.
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
     7
 *
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
     8
 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
     9
 * or http://www.opensolaris.org/os/licensing.
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    10
 * See the License for the specific language governing permissions
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    11
 * and limitations under the License.
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    12
 *
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    13
 * When distributing Covered Code, include this CDDL HEADER in each
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    14
 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    15
 * If applicable, add the following below this CDDL HEADER, with the
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    16
 * fields enclosed by brackets "[]" replaced with your own identifying
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    17
 * information: Portions Copyright [yyyy] [name of copyright owner]
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    18
 *
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    19
 * CDDL HEADER END
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    20
 */
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    21
/*
11574
42fda5f95dac 6901694 Panic attempting to write zfs credentials
John Harres <John.Harres@Sun.COM>
parents: 11022
diff changeset
    22
 * Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    23
 * Use is subject to license terms.
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    24
 */
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    25
5959
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
    26
#include <sys/zfs_context.h>
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
    27
#include <sys/dmu.h>
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
    28
#include <sys/avl.h>
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
    29
#include <sys/zap.h>
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
    30
#include <sys/refcount.h>
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
    31
#include <sys/nvpair.h>
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
    32
#ifdef _KERNEL
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
    33
#include <sys/kidmap.h>
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
    34
#include <sys/sid.h>
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    35
#include <sys/zfs_vfsops.h>
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    36
#include <sys/zfs_znode.h>
5959
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
    37
#endif
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    38
#include <sys/zfs_fuid.h>
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    39
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    40
/*
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    41
 * FUID Domain table(s).
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    42
 *
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    43
 * The FUID table is stored as a packed nvlist of an array
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    44
 * of nvlists which contain an index, domain string and offset
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    45
 *
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    46
 * During file system initialization the nvlist(s) are read and
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    47
 * two AVL trees are created.  One tree is keyed by the index number
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    48
 * and the other by the domain string.  Nodes are never removed from
9179
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
    49
 * trees, but new entries may be added.  If a new entry is added then
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
    50
 * the zfsvfs->z_fuid_dirty flag is set to true and the caller will then
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
    51
 * be responsible for calling zfs_fuid_sync() to sync the changes to disk.
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
    52
 *
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    53
 */
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    54
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    55
#define	FUID_IDX	"fuid_idx"
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    56
#define	FUID_DOMAIN	"fuid_domain"
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    57
#define	FUID_OFFSET	"fuid_offset"
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    58
#define	FUID_NVP_ARRAY	"fuid_nvlist"
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    59
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    60
typedef struct fuid_domain {
5959
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
    61
	avl_node_t	f_domnode;
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
    62
	avl_node_t	f_idxnode;
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    63
	ksiddomain_t	*f_ksid;
5959
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
    64
	uint64_t	f_idx;
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    65
} fuid_domain_t;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    66
7559
a2e9a3201169 6746456 ZFS doesn't inherit old ACLs correctly on upgraded file system
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 7356
diff changeset
    67
static char *nulldomain = "";
a2e9a3201169 6746456 ZFS doesn't inherit old ACLs correctly on upgraded file system
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 7356
diff changeset
    68
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    69
/*
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    70
 * Compare two indexes.
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    71
 */
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    72
static int
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    73
idx_compare(const void *arg1, const void *arg2)
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    74
{
5959
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
    75
	const fuid_domain_t *node1 = arg1;
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
    76
	const fuid_domain_t *node2 = arg2;
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    77
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    78
	if (node1->f_idx < node2->f_idx)
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    79
		return (-1);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    80
	else if (node1->f_idx > node2->f_idx)
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    81
		return (1);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    82
	return (0);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    83
}
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    84
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    85
/*
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    86
 * Compare two domain strings.
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    87
 */
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    88
static int
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    89
domain_compare(const void *arg1, const void *arg2)
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    90
{
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    91
	const fuid_domain_t *node1 = arg1;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    92
	const fuid_domain_t *node2 = arg2;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    93
	int val;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    94
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    95
	val = strcmp(node1->f_ksid->kd_name, node2->f_ksid->kd_name);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    96
	if (val == 0)
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    97
		return (0);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    98
	return (val > 0 ? 1 : -1);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
    99
}
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   100
9179
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   101
void
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   102
zfs_fuid_avl_tree_create(avl_tree_t *idx_tree, avl_tree_t *domain_tree)
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   103
{
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   104
	avl_create(idx_tree, idx_compare,
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   105
	    sizeof (fuid_domain_t), offsetof(fuid_domain_t, f_idxnode));
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   106
	avl_create(domain_tree, domain_compare,
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   107
	    sizeof (fuid_domain_t), offsetof(fuid_domain_t, f_domnode));
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   108
}
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   109
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   110
/*
5959
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   111
 * load initial fuid domain and idx trees.  This function is used by
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   112
 * both the kernel and zdb.
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   113
 */
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   114
uint64_t
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   115
zfs_fuid_table_load(objset_t *os, uint64_t fuid_obj, avl_tree_t *idx_tree,
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   116
    avl_tree_t *domain_tree)
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   117
{
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   118
	dmu_buf_t *db;
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   119
	uint64_t fuid_size;
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   120
9179
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   121
	ASSERT(fuid_obj != 0);
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   122
	VERIFY(0 == dmu_bonus_hold(os, fuid_obj,
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   123
	    FTAG, &db));
5959
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   124
	fuid_size = *(uint64_t *)db->db_data;
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   125
	dmu_buf_rele(db, FTAG);
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   126
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   127
	if (fuid_size)  {
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   128
		nvlist_t **fuidnvp;
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   129
		nvlist_t *nvp = NULL;
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   130
		uint_t count;
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   131
		char *packed;
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   132
		int i;
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   133
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   134
		packed = kmem_alloc(fuid_size, KM_SLEEP);
9179
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   135
		VERIFY(dmu_read(os, fuid_obj, 0,
9512
64cafcbcc337 6801810 Commit of aligned streaming rewrites to ZIL device causes unwanted disk reads
Neil Perrin <Neil.Perrin@Sun.COM>
parents: 9465
diff changeset
   136
		    fuid_size, packed, DMU_READ_PREFETCH) == 0);
5959
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   137
		VERIFY(nvlist_unpack(packed, fuid_size,
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   138
		    &nvp, 0) == 0);
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   139
		VERIFY(nvlist_lookup_nvlist_array(nvp, FUID_NVP_ARRAY,
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   140
		    &fuidnvp, &count) == 0);
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   141
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   142
		for (i = 0; i != count; i++) {
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   143
			fuid_domain_t *domnode;
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   144
			char *domain;
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   145
			uint64_t idx;
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   146
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   147
			VERIFY(nvlist_lookup_string(fuidnvp[i], FUID_DOMAIN,
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   148
			    &domain) == 0);
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   149
			VERIFY(nvlist_lookup_uint64(fuidnvp[i], FUID_IDX,
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   150
			    &idx) == 0);
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   151
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   152
			domnode = kmem_alloc(sizeof (fuid_domain_t), KM_SLEEP);
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   153
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   154
			domnode->f_idx = idx;
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   155
			domnode->f_ksid = ksid_lookupdomain(domain);
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   156
			avl_add(idx_tree, domnode);
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   157
			avl_add(domain_tree, domnode);
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   158
		}
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   159
		nvlist_free(nvp);
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   160
		kmem_free(packed, fuid_size);
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   161
	}
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   162
	return (fuid_size);
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   163
}
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   164
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   165
void
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   166
zfs_fuid_table_destroy(avl_tree_t *idx_tree, avl_tree_t *domain_tree)
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   167
{
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   168
	fuid_domain_t *domnode;
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   169
	void *cookie;
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   170
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   171
	cookie = NULL;
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   172
	while (domnode = avl_destroy_nodes(domain_tree, &cookie))
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   173
		ksiddomain_rele(domnode->f_ksid);
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   174
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   175
	avl_destroy(domain_tree);
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   176
	cookie = NULL;
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   177
	while (domnode = avl_destroy_nodes(idx_tree, &cookie))
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   178
		kmem_free(domnode, sizeof (fuid_domain_t));
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   179
	avl_destroy(idx_tree);
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   180
}
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   181
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   182
char *
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   183
zfs_fuid_idx_domain(avl_tree_t *idx_tree, uint32_t idx)
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   184
{
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   185
	fuid_domain_t searchnode, *findnode;
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   186
	avl_index_t loc;
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   187
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   188
	searchnode.f_idx = idx;
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   189
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   190
	findnode = avl_find(idx_tree, &searchnode, &loc);
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   191
7559
a2e9a3201169 6746456 ZFS doesn't inherit old ACLs correctly on upgraded file system
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 7356
diff changeset
   192
	return (findnode ? findnode->f_ksid->kd_name : nulldomain);
5959
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   193
}
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   194
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   195
#ifdef _KERNEL
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   196
/*
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   197
 * Load the fuid table(s) into memory.
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   198
 */
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   199
static void
9179
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   200
zfs_fuid_init(zfsvfs_t *zfsvfs)
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   201
{
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   202
	rw_enter(&zfsvfs->z_fuid_lock, RW_WRITER);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   203
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   204
	if (zfsvfs->z_fuid_loaded) {
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   205
		rw_exit(&zfsvfs->z_fuid_lock);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   206
		return;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   207
	}
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   208
9179
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   209
	zfs_fuid_avl_tree_create(&zfsvfs->z_fuid_idx, &zfsvfs->z_fuid_domain);
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   210
9179
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   211
	(void) zap_lookup(zfsvfs->z_os, MASTER_NODE_OBJ,
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   212
	    ZFS_FUID_TABLES, 8, 1, &zfsvfs->z_fuid_obj);
7559
a2e9a3201169 6746456 ZFS doesn't inherit old ACLs correctly on upgraded file system
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 7356
diff changeset
   213
	if (zfsvfs->z_fuid_obj != 0) {
a2e9a3201169 6746456 ZFS doesn't inherit old ACLs correctly on upgraded file system
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 7356
diff changeset
   214
		zfsvfs->z_fuid_size = zfs_fuid_table_load(zfsvfs->z_os,
a2e9a3201169 6746456 ZFS doesn't inherit old ACLs correctly on upgraded file system
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 7356
diff changeset
   215
		    zfsvfs->z_fuid_obj, &zfsvfs->z_fuid_idx,
a2e9a3201169 6746456 ZFS doesn't inherit old ACLs correctly on upgraded file system
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 7356
diff changeset
   216
		    &zfsvfs->z_fuid_domain);
9179
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   217
	}
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   218
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   219
	zfsvfs->z_fuid_loaded = B_TRUE;
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   220
	rw_exit(&zfsvfs->z_fuid_lock);
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   221
}
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   222
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   223
/*
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   224
 * sync out AVL trees to persistent storage.
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   225
 */
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   226
void
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   227
zfs_fuid_sync(zfsvfs_t *zfsvfs, dmu_tx_t *tx)
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   228
{
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   229
	nvlist_t *nvp;
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   230
	nvlist_t **fuids;
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   231
	size_t nvsize = 0;
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   232
	char *packed;
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   233
	dmu_buf_t *db;
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   234
	fuid_domain_t *domnode;
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   235
	int numnodes;
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   236
	int i;
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   237
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   238
	if (!zfsvfs->z_fuid_dirty) {
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   239
		return;
7559
a2e9a3201169 6746456 ZFS doesn't inherit old ACLs correctly on upgraded file system
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 7356
diff changeset
   240
	}
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   241
9179
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   242
	rw_enter(&zfsvfs->z_fuid_lock, RW_WRITER);
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   243
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   244
	/*
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   245
	 * First see if table needs to be created?
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   246
	 */
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   247
	if (zfsvfs->z_fuid_obj == 0) {
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   248
		zfsvfs->z_fuid_obj = dmu_object_alloc(zfsvfs->z_os,
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   249
		    DMU_OT_FUID, 1 << 14, DMU_OT_FUID_SIZE,
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   250
		    sizeof (uint64_t), tx);
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   251
		VERIFY(zap_add(zfsvfs->z_os, MASTER_NODE_OBJ,
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   252
		    ZFS_FUID_TABLES, sizeof (uint64_t), 1,
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   253
		    &zfsvfs->z_fuid_obj, tx) == 0);
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   254
	}
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   255
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   256
	VERIFY(nvlist_alloc(&nvp, NV_UNIQUE_NAME, KM_SLEEP) == 0);
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   257
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   258
	numnodes = avl_numnodes(&zfsvfs->z_fuid_idx);
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   259
	fuids = kmem_alloc(numnodes * sizeof (void *), KM_SLEEP);
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   260
	for (i = 0, domnode = avl_first(&zfsvfs->z_fuid_domain); domnode; i++,
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   261
	    domnode = AVL_NEXT(&zfsvfs->z_fuid_domain, domnode)) {
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   262
		VERIFY(nvlist_alloc(&fuids[i], NV_UNIQUE_NAME, KM_SLEEP) == 0);
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   263
		VERIFY(nvlist_add_uint64(fuids[i], FUID_IDX,
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   264
		    domnode->f_idx) == 0);
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   265
		VERIFY(nvlist_add_uint64(fuids[i], FUID_OFFSET, 0) == 0);
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   266
		VERIFY(nvlist_add_string(fuids[i], FUID_DOMAIN,
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   267
		    domnode->f_ksid->kd_name) == 0);
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   268
	}
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   269
	VERIFY(nvlist_add_nvlist_array(nvp, FUID_NVP_ARRAY,
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   270
	    fuids, numnodes) == 0);
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   271
	for (i = 0; i != numnodes; i++)
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   272
		nvlist_free(fuids[i]);
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   273
	kmem_free(fuids, numnodes * sizeof (void *));
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   274
	VERIFY(nvlist_size(nvp, &nvsize, NV_ENCODE_XDR) == 0);
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   275
	packed = kmem_alloc(nvsize, KM_SLEEP);
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   276
	VERIFY(nvlist_pack(nvp, &packed, &nvsize,
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   277
	    NV_ENCODE_XDR, KM_SLEEP) == 0);
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   278
	nvlist_free(nvp);
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   279
	zfsvfs->z_fuid_size = nvsize;
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   280
	dmu_write(zfsvfs->z_os, zfsvfs->z_fuid_obj, 0,
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   281
	    zfsvfs->z_fuid_size, packed, tx);
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   282
	kmem_free(packed, zfsvfs->z_fuid_size);
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   283
	VERIFY(0 == dmu_bonus_hold(zfsvfs->z_os, zfsvfs->z_fuid_obj,
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   284
	    FTAG, &db));
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   285
	dmu_buf_will_dirty(db, tx);
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   286
	*(uint64_t *)db->db_data = zfsvfs->z_fuid_size;
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   287
	dmu_buf_rele(db, FTAG);
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   288
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   289
	zfsvfs->z_fuid_dirty = B_FALSE;
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   290
	rw_exit(&zfsvfs->z_fuid_lock);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   291
}
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   292
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   293
/*
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   294
 * Query domain table for a given domain.
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   295
 *
9396
f41cf682d0d3 PSARC/2009/204 ZFS user/group quotas & space accounting
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 9179
diff changeset
   296
 * If domain isn't found and addok is set, it is added to AVL trees and
f41cf682d0d3 PSARC/2009/204 ZFS user/group quotas & space accounting
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 9179
diff changeset
   297
 * the zfsvfs->z_fuid_dirty flag will be set to TRUE.  It will then be
f41cf682d0d3 PSARC/2009/204 ZFS user/group quotas & space accounting
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 9179
diff changeset
   298
 * necessary for the caller or another thread to detect the dirty table
f41cf682d0d3 PSARC/2009/204 ZFS user/group quotas & space accounting
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 9179
diff changeset
   299
 * and sync out the changes.
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   300
 */
9396
f41cf682d0d3 PSARC/2009/204 ZFS user/group quotas & space accounting
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 9179
diff changeset
   301
int
f41cf682d0d3 PSARC/2009/204 ZFS user/group quotas & space accounting
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 9179
diff changeset
   302
zfs_fuid_find_by_domain(zfsvfs_t *zfsvfs, const char *domain,
f41cf682d0d3 PSARC/2009/204 ZFS user/group quotas & space accounting
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 9179
diff changeset
   303
    char **retdomain, boolean_t addok)
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   304
{
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   305
	fuid_domain_t searchnode, *findnode;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   306
	avl_index_t loc;
7356
9393c827a165 6737346 zfs_fuid_find_by_domain() has locking issue
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 5959
diff changeset
   307
	krw_t rw = RW_READER;
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   308
5435
1be0be66916d 6624956 zfs_log_fuid_ids can cause panic on sparc
marks
parents: 5331
diff changeset
   309
	/*
1be0be66916d 6624956 zfs_log_fuid_ids can cause panic on sparc
marks
parents: 5331
diff changeset
   310
	 * If the dummy "nobody" domain then return an index of 0
1be0be66916d 6624956 zfs_log_fuid_ids can cause panic on sparc
marks
parents: 5331
diff changeset
   311
	 * to cause the created FUID to be a standard POSIX id
1be0be66916d 6624956 zfs_log_fuid_ids can cause panic on sparc
marks
parents: 5331
diff changeset
   312
	 * for the user nobody.
1be0be66916d 6624956 zfs_log_fuid_ids can cause panic on sparc
marks
parents: 5331
diff changeset
   313
	 */
1be0be66916d 6624956 zfs_log_fuid_ids can cause panic on sparc
marks
parents: 5331
diff changeset
   314
	if (domain[0] == '\0') {
9396
f41cf682d0d3 PSARC/2009/204 ZFS user/group quotas & space accounting
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 9179
diff changeset
   315
		if (retdomain)
f41cf682d0d3 PSARC/2009/204 ZFS user/group quotas & space accounting
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 9179
diff changeset
   316
			*retdomain = nulldomain;
5435
1be0be66916d 6624956 zfs_log_fuid_ids can cause panic on sparc
marks
parents: 5331
diff changeset
   317
		return (0);
1be0be66916d 6624956 zfs_log_fuid_ids can cause panic on sparc
marks
parents: 5331
diff changeset
   318
	}
1be0be66916d 6624956 zfs_log_fuid_ids can cause panic on sparc
marks
parents: 5331
diff changeset
   319
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   320
	searchnode.f_ksid = ksid_lookupdomain(domain);
9396
f41cf682d0d3 PSARC/2009/204 ZFS user/group quotas & space accounting
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 9179
diff changeset
   321
	if (retdomain)
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   322
		*retdomain = searchnode.f_ksid->kd_name;
5959
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   323
	if (!zfsvfs->z_fuid_loaded)
9179
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   324
		zfs_fuid_init(zfsvfs);
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   325
7356
9393c827a165 6737346 zfs_fuid_find_by_domain() has locking issue
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 5959
diff changeset
   326
retry:
9393c827a165 6737346 zfs_fuid_find_by_domain() has locking issue
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 5959
diff changeset
   327
	rw_enter(&zfsvfs->z_fuid_lock, rw);
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   328
	findnode = avl_find(&zfsvfs->z_fuid_domain, &searchnode, &loc);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   329
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   330
	if (findnode) {
7356
9393c827a165 6737346 zfs_fuid_find_by_domain() has locking issue
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 5959
diff changeset
   331
		rw_exit(&zfsvfs->z_fuid_lock);
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   332
		ksiddomain_rele(searchnode.f_ksid);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   333
		return (findnode->f_idx);
9396
f41cf682d0d3 PSARC/2009/204 ZFS user/group quotas & space accounting
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 9179
diff changeset
   334
	} else if (addok) {
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   335
		fuid_domain_t *domnode;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   336
		uint64_t retidx;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   337
7356
9393c827a165 6737346 zfs_fuid_find_by_domain() has locking issue
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 5959
diff changeset
   338
		if (rw == RW_READER && !rw_tryupgrade(&zfsvfs->z_fuid_lock)) {
9393c827a165 6737346 zfs_fuid_find_by_domain() has locking issue
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 5959
diff changeset
   339
			rw_exit(&zfsvfs->z_fuid_lock);
9393c827a165 6737346 zfs_fuid_find_by_domain() has locking issue
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 5959
diff changeset
   340
			rw = RW_WRITER;
9393c827a165 6737346 zfs_fuid_find_by_domain() has locking issue
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 5959
diff changeset
   341
			goto retry;
9393c827a165 6737346 zfs_fuid_find_by_domain() has locking issue
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 5959
diff changeset
   342
		}
9393c827a165 6737346 zfs_fuid_find_by_domain() has locking issue
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 5959
diff changeset
   343
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   344
		domnode = kmem_alloc(sizeof (fuid_domain_t), KM_SLEEP);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   345
		domnode->f_ksid = searchnode.f_ksid;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   346
5959
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   347
		retidx = domnode->f_idx = avl_numnodes(&zfsvfs->z_fuid_idx) + 1;
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   348
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   349
		avl_add(&zfsvfs->z_fuid_domain, domnode);
5959
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   350
		avl_add(&zfsvfs->z_fuid_idx, domnode);
9179
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   351
		zfsvfs->z_fuid_dirty = B_TRUE;
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   352
		rw_exit(&zfsvfs->z_fuid_lock);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   353
		return (retidx);
9396
f41cf682d0d3 PSARC/2009/204 ZFS user/group quotas & space accounting
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 9179
diff changeset
   354
	} else {
10160
a45b03783d44 6861983 zfs should use new name <-> SID interfaces
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 9512
diff changeset
   355
		rw_exit(&zfsvfs->z_fuid_lock);
9396
f41cf682d0d3 PSARC/2009/204 ZFS user/group quotas & space accounting
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 9179
diff changeset
   356
		return (-1);
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   357
	}
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   358
}
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   359
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   360
/*
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   361
 * Query domain table by index, returning domain string
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   362
 *
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   363
 * Returns a pointer from an avl node of the domain string.
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   364
 *
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   365
 */
9396
f41cf682d0d3 PSARC/2009/204 ZFS user/group quotas & space accounting
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 9179
diff changeset
   366
const char *
5959
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   367
zfs_fuid_find_by_idx(zfsvfs_t *zfsvfs, uint32_t idx)
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   368
{
5959
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   369
	char *domain;
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   370
5959
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   371
	if (idx == 0 || !zfsvfs->z_use_fuids)
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   372
		return (NULL);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   373
5959
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   374
	if (!zfsvfs->z_fuid_loaded)
9179
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   375
		zfs_fuid_init(zfsvfs);
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   376
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   377
	rw_enter(&zfsvfs->z_fuid_lock, RW_READER);
7559
a2e9a3201169 6746456 ZFS doesn't inherit old ACLs correctly on upgraded file system
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 7356
diff changeset
   378
a2e9a3201169 6746456 ZFS doesn't inherit old ACLs correctly on upgraded file system
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 7356
diff changeset
   379
	if (zfsvfs->z_fuid_obj)
a2e9a3201169 6746456 ZFS doesn't inherit old ACLs correctly on upgraded file system
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 7356
diff changeset
   380
		domain = zfs_fuid_idx_domain(&zfsvfs->z_fuid_idx, idx);
a2e9a3201169 6746456 ZFS doesn't inherit old ACLs correctly on upgraded file system
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 7356
diff changeset
   381
	else
a2e9a3201169 6746456 ZFS doesn't inherit old ACLs correctly on upgraded file system
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 7356
diff changeset
   382
		domain = nulldomain;
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   383
	rw_exit(&zfsvfs->z_fuid_lock);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   384
5959
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   385
	ASSERT(domain);
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   386
	return (domain);
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   387
}
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   388
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   389
void
5959
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   390
zfs_fuid_map_ids(znode_t *zp, cred_t *cr, uid_t *uidp, uid_t *gidp)
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   391
{
11935
538c866aaac6 6716117 ZFS needs native system attribute infrastructure
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 11574
diff changeset
   392
	uint64_t fuid, fgid;
538c866aaac6 6716117 ZFS needs native system attribute infrastructure
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 11574
diff changeset
   393
	sa_bulk_attr_t bulk[2];
538c866aaac6 6716117 ZFS needs native system attribute infrastructure
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 11574
diff changeset
   394
	int count = 0;
538c866aaac6 6716117 ZFS needs native system attribute infrastructure
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 11574
diff changeset
   395
538c866aaac6 6716117 ZFS needs native system attribute infrastructure
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 11574
diff changeset
   396
	if (IS_EPHEMERAL(zp->z_uid) || IS_EPHEMERAL(zp->z_gid)) {
538c866aaac6 6716117 ZFS needs native system attribute infrastructure
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 11574
diff changeset
   397
		SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_UID(zp->z_zfsvfs),
538c866aaac6 6716117 ZFS needs native system attribute infrastructure
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 11574
diff changeset
   398
		    NULL, &fuid, 8);
538c866aaac6 6716117 ZFS needs native system attribute infrastructure
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 11574
diff changeset
   399
		SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_GID(zp->z_zfsvfs),
538c866aaac6 6716117 ZFS needs native system attribute infrastructure
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 11574
diff changeset
   400
		    NULL, &fgid, 8);
538c866aaac6 6716117 ZFS needs native system attribute infrastructure
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 11574
diff changeset
   401
		VERIFY(0 == sa_bulk_lookup(zp->z_sa_hdl, bulk, count));
538c866aaac6 6716117 ZFS needs native system attribute infrastructure
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 11574
diff changeset
   402
	}
538c866aaac6 6716117 ZFS needs native system attribute infrastructure
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 11574
diff changeset
   403
	if (IS_EPHEMERAL(zp->z_uid))
538c866aaac6 6716117 ZFS needs native system attribute infrastructure
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 11574
diff changeset
   404
		*uidp = zfs_fuid_map_id(zp->z_zfsvfs, zp->z_uid, cr, ZFS_OWNER);
538c866aaac6 6716117 ZFS needs native system attribute infrastructure
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 11574
diff changeset
   405
	else
538c866aaac6 6716117 ZFS needs native system attribute infrastructure
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 11574
diff changeset
   406
		*uidp = zp->z_uid;
538c866aaac6 6716117 ZFS needs native system attribute infrastructure
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 11574
diff changeset
   407
	if (IS_EPHEMERAL(zp->z_gid))
538c866aaac6 6716117 ZFS needs native system attribute infrastructure
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 11574
diff changeset
   408
		*gidp = zfs_fuid_map_id(zp->z_zfsvfs,
538c866aaac6 6716117 ZFS needs native system attribute infrastructure
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 11574
diff changeset
   409
		    zp->z_gid, cr, ZFS_GROUP);
538c866aaac6 6716117 ZFS needs native system attribute infrastructure
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 11574
diff changeset
   410
	else
538c866aaac6 6716117 ZFS needs native system attribute infrastructure
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 11574
diff changeset
   411
		*gidp = zp->z_gid;
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   412
}
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   413
5959
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   414
uid_t
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   415
zfs_fuid_map_id(zfsvfs_t *zfsvfs, uint64_t fuid,
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   416
    cred_t *cr, zfs_fuid_type_t type)
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   417
{
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   418
	uint32_t index = FUID_INDEX(fuid);
9396
f41cf682d0d3 PSARC/2009/204 ZFS user/group quotas & space accounting
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 9179
diff changeset
   419
	const char *domain;
5959
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   420
	uid_t id;
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   421
5959
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   422
	if (index == 0)
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   423
		return (fuid);
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   424
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   425
	domain = zfs_fuid_find_by_idx(zfsvfs, index);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   426
	ASSERT(domain != NULL);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   427
5959
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   428
	if (type == ZFS_OWNER || type == ZFS_ACE_USER) {
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   429
		(void) kidmap_getuidbysid(crgetzone(cr), domain,
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   430
		    FUID_RID(fuid), &id);
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   431
	} else {
5959
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   432
		(void) kidmap_getgidbysid(crgetzone(cr), domain,
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   433
		    FUID_RID(fuid), &id);
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   434
	}
5959
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   435
	return (id);
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   436
}
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   437
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   438
/*
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   439
 * Add a FUID node to the list of fuid's being created for this
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   440
 * ACL
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   441
 *
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   442
 * If ACL has multiple domains, then keep only one copy of each unique
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   443
 * domain.
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   444
 */
11574
42fda5f95dac 6901694 Panic attempting to write zfs credentials
John Harres <John.Harres@Sun.COM>
parents: 11022
diff changeset
   445
void
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   446
zfs_fuid_node_add(zfs_fuid_info_t **fuidpp, const char *domain, uint32_t rid,
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   447
    uint64_t idx, uint64_t id, zfs_fuid_type_t type)
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   448
{
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   449
	zfs_fuid_t *fuid;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   450
	zfs_fuid_domain_t *fuid_domain;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   451
	zfs_fuid_info_t *fuidp;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   452
	uint64_t fuididx;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   453
	boolean_t found = B_FALSE;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   454
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   455
	if (*fuidpp == NULL)
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   456
		*fuidpp = zfs_fuid_info_alloc();
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   457
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   458
	fuidp = *fuidpp;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   459
	/*
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   460
	 * First find fuid domain index in linked list
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   461
	 *
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   462
	 * If one isn't found then create an entry.
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   463
	 */
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   464
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   465
	for (fuididx = 1, fuid_domain = list_head(&fuidp->z_domains);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   466
	    fuid_domain; fuid_domain = list_next(&fuidp->z_domains,
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   467
	    fuid_domain), fuididx++) {
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   468
		if (idx == fuid_domain->z_domidx) {
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   469
			found = B_TRUE;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   470
			break;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   471
		}
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   472
	}
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   473
5959
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   474
	if (!found) {
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   475
		fuid_domain = kmem_alloc(sizeof (zfs_fuid_domain_t), KM_SLEEP);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   476
		fuid_domain->z_domain = domain;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   477
		fuid_domain->z_domidx = idx;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   478
		list_insert_tail(&fuidp->z_domains, fuid_domain);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   479
		fuidp->z_domain_str_sz += strlen(domain) + 1;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   480
		fuidp->z_domain_cnt++;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   481
	}
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   482
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   483
	if (type == ZFS_ACE_USER || type == ZFS_ACE_GROUP) {
9179
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   484
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   485
		/*
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   486
		 * Now allocate fuid entry and add it on the end of the list
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   487
		 */
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   488
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   489
		fuid = kmem_alloc(sizeof (zfs_fuid_t), KM_SLEEP);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   490
		fuid->z_id = id;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   491
		fuid->z_domidx = idx;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   492
		fuid->z_logfuid = FUID_ENCODE(fuididx, rid);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   493
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   494
		list_insert_tail(&fuidp->z_fuids, fuid);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   495
		fuidp->z_fuid_cnt++;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   496
	} else {
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   497
		if (type == ZFS_OWNER)
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   498
			fuidp->z_fuid_owner = FUID_ENCODE(fuididx, rid);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   499
		else
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   500
			fuidp->z_fuid_group = FUID_ENCODE(fuididx, rid);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   501
	}
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   502
}
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   503
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   504
/*
5435
1be0be66916d 6624956 zfs_log_fuid_ids can cause panic on sparc
marks
parents: 5331
diff changeset
   505
 * Create a file system FUID, based on information in the users cred
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   506
 */
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   507
uint64_t
5959
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   508
zfs_fuid_create_cred(zfsvfs_t *zfsvfs, zfs_fuid_type_t type,
9179
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   509
    cred_t *cr, zfs_fuid_info_t **fuidp)
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   510
{
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   511
	uint64_t	idx;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   512
	ksid_t		*ksid;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   513
	uint32_t	rid;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   514
	char 		*kdomain;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   515
	const char	*domain;
5959
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   516
	uid_t		id;
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   517
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   518
	VERIFY(type == ZFS_OWNER || type == ZFS_GROUP);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   519
7847
3b5331e410c6 6754013 ZFS should always use KSID_OWNER when it's set
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 7559
diff changeset
   520
	ksid = crgetsid(cr, (type == ZFS_OWNER) ? KSID_OWNER : KSID_GROUP);
3b5331e410c6 6754013 ZFS should always use KSID_OWNER when it's set
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 7559
diff changeset
   521
	if (ksid) {
3b5331e410c6 6754013 ZFS should always use KSID_OWNER when it's set
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 7559
diff changeset
   522
		id = ksid_getid(ksid);
3b5331e410c6 6754013 ZFS should always use KSID_OWNER when it's set
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 7559
diff changeset
   523
	} else {
3b5331e410c6 6754013 ZFS should always use KSID_OWNER when it's set
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 7559
diff changeset
   524
		if (type == ZFS_OWNER)
3b5331e410c6 6754013 ZFS should always use KSID_OWNER when it's set
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 7559
diff changeset
   525
			id = crgetuid(cr);
3b5331e410c6 6754013 ZFS should always use KSID_OWNER when it's set
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 7559
diff changeset
   526
		else
3b5331e410c6 6754013 ZFS should always use KSID_OWNER when it's set
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 7559
diff changeset
   527
			id = crgetgid(cr);
11574
42fda5f95dac 6901694 Panic attempting to write zfs credentials
John Harres <John.Harres@Sun.COM>
parents: 11022
diff changeset
   528
42fda5f95dac 6901694 Panic attempting to write zfs credentials
John Harres <John.Harres@Sun.COM>
parents: 11022
diff changeset
   529
		if (IS_EPHEMERAL(id)) {
42fda5f95dac 6901694 Panic attempting to write zfs credentials
John Harres <John.Harres@Sun.COM>
parents: 11022
diff changeset
   530
			return ((uint64_t)(type == ZFS_OWNER ?
42fda5f95dac 6901694 Panic attempting to write zfs credentials
John Harres <John.Harres@Sun.COM>
parents: 11022
diff changeset
   531
			    UID_NOBODY : GID_NOBODY));
42fda5f95dac 6901694 Panic attempting to write zfs credentials
John Harres <John.Harres@Sun.COM>
parents: 11022
diff changeset
   532
		}
7847
3b5331e410c6 6754013 ZFS should always use KSID_OWNER when it's set
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 7559
diff changeset
   533
	}
5959
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   534
7847
3b5331e410c6 6754013 ZFS should always use KSID_OWNER when it's set
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 7559
diff changeset
   535
	if (!zfsvfs->z_use_fuids || (!IS_EPHEMERAL(id)))
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   536
		return ((uint64_t)id);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   537
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   538
	rid = ksid_getrid(ksid);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   539
	domain = ksid_getdomain(ksid);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   540
9396
f41cf682d0d3 PSARC/2009/204 ZFS user/group quotas & space accounting
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 9179
diff changeset
   541
	idx = zfs_fuid_find_by_domain(zfsvfs, domain, &kdomain, B_TRUE);
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   542
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   543
	zfs_fuid_node_add(fuidp, kdomain, rid, idx, id, type);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   544
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   545
	return (FUID_ENCODE(idx, rid));
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   546
}
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   547
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   548
/*
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   549
 * Create a file system FUID for an ACL ace
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   550
 * or a chown/chgrp of the file.
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   551
 * This is similar to zfs_fuid_create_cred, except that
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   552
 * we can't find the domain + rid information in the
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   553
 * cred.  Instead we have to query Winchester for the
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   554
 * domain and rid.
5435
1be0be66916d 6624956 zfs_log_fuid_ids can cause panic on sparc
marks
parents: 5331
diff changeset
   555
 *
1be0be66916d 6624956 zfs_log_fuid_ids can cause panic on sparc
marks
parents: 5331
diff changeset
   556
 * During replay operations the domain+rid information is
1be0be66916d 6624956 zfs_log_fuid_ids can cause panic on sparc
marks
parents: 5331
diff changeset
   557
 * found in the zfs_fuid_info_t that the replay code has
1be0be66916d 6624956 zfs_log_fuid_ids can cause panic on sparc
marks
parents: 5331
diff changeset
   558
 * attached to the zfsvfs of the file system.
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   559
 */
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   560
uint64_t
5771
7ba3a2c57d6a 6552639 Each zone should have it's own idmapd
jp151216
parents: 5435
diff changeset
   561
zfs_fuid_create(zfsvfs_t *zfsvfs, uint64_t id, cred_t *cr,
9179
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   562
    zfs_fuid_type_t type, zfs_fuid_info_t **fuidpp)
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   563
{
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   564
	const char *domain;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   565
	char *kdomain;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   566
	uint32_t fuid_idx = FUID_INDEX(id);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   567
	uint32_t rid;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   568
	idmap_stat status;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   569
	uint64_t idx;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   570
	zfs_fuid_t *zfuid = NULL;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   571
	zfs_fuid_info_t *fuidp;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   572
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   573
	/*
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   574
	 * If POSIX ID, or entry is already a FUID then
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   575
	 * just return the id
5959
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   576
	 *
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   577
	 * We may also be handed an already FUID'ized id via
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   578
	 * chmod.
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   579
	 */
5959
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   580
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   581
	if (!zfsvfs->z_use_fuids || !IS_EPHEMERAL(id) || fuid_idx != 0)
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   582
		return (id);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   583
8227
f7d7be9b1f56 6765294 Refactor replay
Neil Perrin <Neil.Perrin@Sun.COM>
parents: 7847
diff changeset
   584
	if (zfsvfs->z_replay) {
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   585
		fuidp = zfsvfs->z_fuid_replay;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   586
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   587
		/*
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   588
		 * If we are passed an ephemeral id, but no
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   589
		 * fuid_info was logged then return NOBODY.
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   590
		 * This is most likely a result of idmap service
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   591
		 * not being available.
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   592
		 */
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   593
		if (fuidp == NULL)
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   594
			return (UID_NOBODY);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   595
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   596
		switch (type) {
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   597
		case ZFS_ACE_USER:
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   598
		case ZFS_ACE_GROUP:
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   599
			zfuid = list_head(&fuidp->z_fuids);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   600
			rid = FUID_RID(zfuid->z_logfuid);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   601
			idx = FUID_INDEX(zfuid->z_logfuid);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   602
			break;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   603
		case ZFS_OWNER:
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   604
			rid = FUID_RID(fuidp->z_fuid_owner);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   605
			idx = FUID_INDEX(fuidp->z_fuid_owner);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   606
			break;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   607
		case ZFS_GROUP:
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   608
			rid = FUID_RID(fuidp->z_fuid_group);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   609
			idx = FUID_INDEX(fuidp->z_fuid_group);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   610
			break;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   611
		};
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   612
		domain = fuidp->z_domain_table[idx -1];
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   613
	} else {
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   614
		if (type == ZFS_OWNER || type == ZFS_ACE_USER)
5771
7ba3a2c57d6a 6552639 Each zone should have it's own idmapd
jp151216
parents: 5435
diff changeset
   615
			status = kidmap_getsidbyuid(crgetzone(cr), id,
7ba3a2c57d6a 6552639 Each zone should have it's own idmapd
jp151216
parents: 5435
diff changeset
   616
			    &domain, &rid);
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   617
		else
5771
7ba3a2c57d6a 6552639 Each zone should have it's own idmapd
jp151216
parents: 5435
diff changeset
   618
			status = kidmap_getsidbygid(crgetzone(cr), id,
7ba3a2c57d6a 6552639 Each zone should have it's own idmapd
jp151216
parents: 5435
diff changeset
   619
			    &domain, &rid);
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   620
5435
1be0be66916d 6624956 zfs_log_fuid_ids can cause panic on sparc
marks
parents: 5331
diff changeset
   621
		if (status != 0) {
1be0be66916d 6624956 zfs_log_fuid_ids can cause panic on sparc
marks
parents: 5331
diff changeset
   622
			/*
1be0be66916d 6624956 zfs_log_fuid_ids can cause panic on sparc
marks
parents: 5331
diff changeset
   623
			 * When returning nobody we will need to
1be0be66916d 6624956 zfs_log_fuid_ids can cause panic on sparc
marks
parents: 5331
diff changeset
   624
			 * make a dummy fuid table entry for logging
1be0be66916d 6624956 zfs_log_fuid_ids can cause panic on sparc
marks
parents: 5331
diff changeset
   625
			 * purposes.
1be0be66916d 6624956 zfs_log_fuid_ids can cause panic on sparc
marks
parents: 5331
diff changeset
   626
			 */
1be0be66916d 6624956 zfs_log_fuid_ids can cause panic on sparc
marks
parents: 5331
diff changeset
   627
			rid = UID_NOBODY;
7559
a2e9a3201169 6746456 ZFS doesn't inherit old ACLs correctly on upgraded file system
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 7356
diff changeset
   628
			domain = nulldomain;
5435
1be0be66916d 6624956 zfs_log_fuid_ids can cause panic on sparc
marks
parents: 5331
diff changeset
   629
		}
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   630
	}
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   631
9396
f41cf682d0d3 PSARC/2009/204 ZFS user/group quotas & space accounting
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 9179
diff changeset
   632
	idx = zfs_fuid_find_by_domain(zfsvfs, domain, &kdomain, B_TRUE);
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   633
8227
f7d7be9b1f56 6765294 Refactor replay
Neil Perrin <Neil.Perrin@Sun.COM>
parents: 7847
diff changeset
   634
	if (!zfsvfs->z_replay)
9179
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   635
		zfs_fuid_node_add(fuidpp, kdomain,
d8fbd96b79b3 6790064 zfs needs to determine uid and gid earlier in create process
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 8227
diff changeset
   636
		    rid, idx, id, type);
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   637
	else if (zfuid != NULL) {
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   638
		list_remove(&fuidp->z_fuids, zfuid);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   639
		kmem_free(zfuid, sizeof (zfs_fuid_t));
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   640
	}
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   641
	return (FUID_ENCODE(idx, rid));
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   642
}
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   643
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   644
void
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   645
zfs_fuid_destroy(zfsvfs_t *zfsvfs)
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   646
{
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   647
	rw_enter(&zfsvfs->z_fuid_lock, RW_WRITER);
5959
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   648
	if (!zfsvfs->z_fuid_loaded) {
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   649
		rw_exit(&zfsvfs->z_fuid_lock);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   650
		return;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   651
	}
5959
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   652
	zfs_fuid_table_destroy(&zfsvfs->z_fuid_idx, &zfsvfs->z_fuid_domain);
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   653
	rw_exit(&zfsvfs->z_fuid_lock);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   654
}
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   655
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   656
/*
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   657
 * Allocate zfs_fuid_info for tracking FUIDs created during
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   658
 * zfs_mknode, VOP_SETATTR() or VOP_SETSECATTR()
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   659
 */
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   660
zfs_fuid_info_t *
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   661
zfs_fuid_info_alloc(void)
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   662
{
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   663
	zfs_fuid_info_t *fuidp;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   664
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   665
	fuidp = kmem_zalloc(sizeof (zfs_fuid_info_t), KM_SLEEP);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   666
	list_create(&fuidp->z_domains, sizeof (zfs_fuid_domain_t),
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   667
	    offsetof(zfs_fuid_domain_t, z_next));
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   668
	list_create(&fuidp->z_fuids, sizeof (zfs_fuid_t),
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   669
	    offsetof(zfs_fuid_t, z_next));
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   670
	return (fuidp);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   671
}
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   672
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   673
/*
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   674
 * Release all memory associated with zfs_fuid_info_t
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   675
 */
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   676
void
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   677
zfs_fuid_info_free(zfs_fuid_info_t *fuidp)
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   678
{
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   679
	zfs_fuid_t *zfuid;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   680
	zfs_fuid_domain_t *zdomain;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   681
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   682
	while ((zfuid = list_head(&fuidp->z_fuids)) != NULL) {
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   683
		list_remove(&fuidp->z_fuids, zfuid);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   684
		kmem_free(zfuid, sizeof (zfs_fuid_t));
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   685
	}
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   686
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   687
	if (fuidp->z_domain_table != NULL)
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   688
		kmem_free(fuidp->z_domain_table,
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   689
		    (sizeof (char **)) * fuidp->z_domain_cnt);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   690
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   691
	while ((zdomain = list_head(&fuidp->z_domains)) != NULL) {
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   692
		list_remove(&fuidp->z_domains, zdomain);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   693
		kmem_free(zdomain, sizeof (zfs_fuid_domain_t));
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   694
	}
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   695
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   696
	kmem_free(fuidp, sizeof (zfs_fuid_info_t));
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   697
}
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   698
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   699
/*
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   700
 * Check to see if id is a groupmember.  If cred
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   701
 * has ksid info then sidlist is checked first
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   702
 * and if still not found then POSIX groups are checked
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   703
 *
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   704
 * Will use a straight FUID compare when possible.
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   705
 */
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   706
boolean_t
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   707
zfs_groupmember(zfsvfs_t *zfsvfs, uint64_t id, cred_t *cr)
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   708
{
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   709
	ksid_t		*ksid = crgetsid(cr, KSID_GROUP);
9465
8372081b8019 6830237 zfs panic in zfs_groupmember()
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 9396
diff changeset
   710
	ksidlist_t	*ksidlist = crgetsidlist(cr);
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   711
	uid_t		gid;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   712
9465
8372081b8019 6830237 zfs panic in zfs_groupmember()
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 9396
diff changeset
   713
	if (ksid && ksidlist) {
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   714
		int 		i;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   715
		ksid_t		*ksid_groups;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   716
		uint32_t	idx = FUID_INDEX(id);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   717
		uint32_t	rid = FUID_RID(id);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   718
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   719
		ksid_groups = ksidlist->ksl_sids;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   720
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   721
		for (i = 0; i != ksidlist->ksl_nsid; i++) {
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   722
			if (idx == 0) {
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   723
				if (id != IDMAP_WK_CREATOR_GROUP_GID &&
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   724
				    id == ksid_groups[i].ks_id) {
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   725
					return (B_TRUE);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   726
				}
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   727
			} else {
9396
f41cf682d0d3 PSARC/2009/204 ZFS user/group quotas & space accounting
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 9179
diff changeset
   728
				const char *domain;
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   729
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   730
				domain = zfs_fuid_find_by_idx(zfsvfs, idx);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   731
				ASSERT(domain != NULL);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   732
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   733
				if (strcmp(domain,
5959
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   734
				    IDMAP_WK_CREATOR_SID_AUTHORITY) == 0)
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   735
					return (B_FALSE);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   736
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   737
				if ((strcmp(domain,
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   738
				    ksid_groups[i].ks_domain->kd_name) == 0) &&
5959
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   739
				    rid == ksid_groups[i].ks_rid)
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   740
					return (B_TRUE);
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   741
			}
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   742
		}
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   743
	}
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   744
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   745
	/*
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   746
	 * Not found in ksidlist, check posix groups
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   747
	 */
5959
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   748
	gid = zfs_fuid_map_id(zfsvfs, id, cr, ZFS_GROUP);
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   749
	return (groupmember(gid, cr));
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents:
diff changeset
   750
}
9396
f41cf682d0d3 PSARC/2009/204 ZFS user/group quotas & space accounting
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 9179
diff changeset
   751
f41cf682d0d3 PSARC/2009/204 ZFS user/group quotas & space accounting
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 9179
diff changeset
   752
void
f41cf682d0d3 PSARC/2009/204 ZFS user/group quotas & space accounting
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 9179
diff changeset
   753
zfs_fuid_txhold(zfsvfs_t *zfsvfs, dmu_tx_t *tx)
f41cf682d0d3 PSARC/2009/204 ZFS user/group quotas & space accounting
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 9179
diff changeset
   754
{
f41cf682d0d3 PSARC/2009/204 ZFS user/group quotas & space accounting
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 9179
diff changeset
   755
	if (zfsvfs->z_fuid_obj == 0) {
f41cf682d0d3 PSARC/2009/204 ZFS user/group quotas & space accounting
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 9179
diff changeset
   756
		dmu_tx_hold_bonus(tx, DMU_NEW_OBJECT);
f41cf682d0d3 PSARC/2009/204 ZFS user/group quotas & space accounting
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 9179
diff changeset
   757
		dmu_tx_hold_write(tx, DMU_NEW_OBJECT, 0,
f41cf682d0d3 PSARC/2009/204 ZFS user/group quotas & space accounting
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 9179
diff changeset
   758
		    FUID_SIZE_ESTIMATE(zfsvfs));
f41cf682d0d3 PSARC/2009/204 ZFS user/group quotas & space accounting
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 9179
diff changeset
   759
		dmu_tx_hold_zap(tx, MASTER_NODE_OBJ, FALSE, NULL);
f41cf682d0d3 PSARC/2009/204 ZFS user/group quotas & space accounting
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 9179
diff changeset
   760
	} else {
f41cf682d0d3 PSARC/2009/204 ZFS user/group quotas & space accounting
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 9179
diff changeset
   761
		dmu_tx_hold_bonus(tx, zfsvfs->z_fuid_obj);
f41cf682d0d3 PSARC/2009/204 ZFS user/group quotas & space accounting
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 9179
diff changeset
   762
		dmu_tx_hold_write(tx, zfsvfs->z_fuid_obj, 0,
f41cf682d0d3 PSARC/2009/204 ZFS user/group quotas & space accounting
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 9179
diff changeset
   763
		    FUID_SIZE_ESTIMATE(zfsvfs));
f41cf682d0d3 PSARC/2009/204 ZFS user/group quotas & space accounting
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 9179
diff changeset
   764
	}
f41cf682d0d3 PSARC/2009/204 ZFS user/group quotas & space accounting
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 9179
diff changeset
   765
}
5959
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5824
diff changeset
   766
#endif