]> git.proxmox.com Git - mirror_zfs.git/blame - module/zfs/dmu.c
OpenZFS 7742 - zfs send wrong error message with invalid long opts
[mirror_zfs.git] / module / zfs / dmu.c
CommitLineData
34dc7c2f
BB
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 * or http://www.opensolaris.org/os/licensing.
10 * See the License for the specific language governing permissions
11 * and limitations under the License.
12 *
13 * When distributing Covered Code, include this CDDL HEADER in each
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 * If applicable, add the following below this CDDL HEADER, with the
16 * fields enclosed by brackets "[]" replaced with your own identifying
17 * information: Portions Copyright [yyyy] [name of copyright owner]
18 *
19 * CDDL HEADER END
20 */
21/*
428870ff 22 * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
bc77ba73 23 * Copyright (c) 2011, 2016 by Delphix. All rights reserved.
3a17a7a9 24 * Copyright (c) 2013 by Saso Kiselkov. All rights reserved.
bc77ba73 25 * Copyright (c) 2013, Joyent, Inc. All rights reserved.
a08abc1b 26 * Copyright (c) 2016, Nexenta Systems, Inc. All rights reserved.
5475aada 27 * Copyright (c) 2015 by Chunwei Chen. All rights reserved.
34dc7c2f
BB
28 */
29
34dc7c2f
BB
30#include <sys/dmu.h>
31#include <sys/dmu_impl.h>
32#include <sys/dmu_tx.h>
33#include <sys/dbuf.h>
34#include <sys/dnode.h>
35#include <sys/zfs_context.h>
36#include <sys/dmu_objset.h>
37#include <sys/dmu_traverse.h>
38#include <sys/dsl_dataset.h>
39#include <sys/dsl_dir.h>
40#include <sys/dsl_pool.h>
41#include <sys/dsl_synctask.h>
42#include <sys/dsl_prop.h>
43#include <sys/dmu_zfetch.h>
44#include <sys/zfs_ioctl.h>
45#include <sys/zap.h>
46#include <sys/zio_checksum.h>
03c6040b 47#include <sys/zio_compress.h>
428870ff 48#include <sys/sa.h>
62bdd5eb 49#include <sys/zfeature.h>
a6255b7f 50#include <sys/abd.h>
34dc7c2f
BB
51#ifdef _KERNEL
52#include <sys/vmsystm.h>
b128c09f 53#include <sys/zfs_znode.h>
34dc7c2f
BB
54#endif
55
03c6040b
GW
56/*
57 * Enable/disable nopwrite feature.
58 */
59int zfs_nopwrite_enabled = 1;
60
34dc7c2f 61const dmu_object_type_info_t dmu_ot[DMU_OT_NUMTYPES] = {
9ae529ec
CS
62 { DMU_BSWAP_UINT8, TRUE, "unallocated" },
63 { DMU_BSWAP_ZAP, TRUE, "object directory" },
64 { DMU_BSWAP_UINT64, TRUE, "object array" },
65 { DMU_BSWAP_UINT8, TRUE, "packed nvlist" },
66 { DMU_BSWAP_UINT64, TRUE, "packed nvlist size" },
67 { DMU_BSWAP_UINT64, TRUE, "bpobj" },
68 { DMU_BSWAP_UINT64, TRUE, "bpobj header" },
69 { DMU_BSWAP_UINT64, TRUE, "SPA space map header" },
70 { DMU_BSWAP_UINT64, TRUE, "SPA space map" },
71 { DMU_BSWAP_UINT64, TRUE, "ZIL intent log" },
72 { DMU_BSWAP_DNODE, TRUE, "DMU dnode" },
73 { DMU_BSWAP_OBJSET, TRUE, "DMU objset" },
74 { DMU_BSWAP_UINT64, TRUE, "DSL directory" },
75 { DMU_BSWAP_ZAP, TRUE, "DSL directory child map"},
76 { DMU_BSWAP_ZAP, TRUE, "DSL dataset snap map" },
77 { DMU_BSWAP_ZAP, TRUE, "DSL props" },
78 { DMU_BSWAP_UINT64, TRUE, "DSL dataset" },
79 { DMU_BSWAP_ZNODE, TRUE, "ZFS znode" },
80 { DMU_BSWAP_OLDACL, TRUE, "ZFS V0 ACL" },
81 { DMU_BSWAP_UINT8, FALSE, "ZFS plain file" },
82 { DMU_BSWAP_ZAP, TRUE, "ZFS directory" },
83 { DMU_BSWAP_ZAP, TRUE, "ZFS master node" },
84 { DMU_BSWAP_ZAP, TRUE, "ZFS delete queue" },
85 { DMU_BSWAP_UINT8, FALSE, "zvol object" },
86 { DMU_BSWAP_ZAP, TRUE, "zvol prop" },
87 { DMU_BSWAP_UINT8, FALSE, "other uint8[]" },
88 { DMU_BSWAP_UINT64, FALSE, "other uint64[]" },
89 { DMU_BSWAP_ZAP, TRUE, "other ZAP" },
90 { DMU_BSWAP_ZAP, TRUE, "persistent error log" },
91 { DMU_BSWAP_UINT8, TRUE, "SPA history" },
92 { DMU_BSWAP_UINT64, TRUE, "SPA history offsets" },
93 { DMU_BSWAP_ZAP, TRUE, "Pool properties" },
94 { DMU_BSWAP_ZAP, TRUE, "DSL permissions" },
95 { DMU_BSWAP_ACL, TRUE, "ZFS ACL" },
96 { DMU_BSWAP_UINT8, TRUE, "ZFS SYSACL" },
97 { DMU_BSWAP_UINT8, TRUE, "FUID table" },
98 { DMU_BSWAP_UINT64, TRUE, "FUID table size" },
99 { DMU_BSWAP_ZAP, TRUE, "DSL dataset next clones"},
100 { DMU_BSWAP_ZAP, TRUE, "scan work queue" },
101 { DMU_BSWAP_ZAP, TRUE, "ZFS user/group used" },
102 { DMU_BSWAP_ZAP, TRUE, "ZFS user/group quota" },
103 { DMU_BSWAP_ZAP, TRUE, "snapshot refcount tags"},
104 { DMU_BSWAP_ZAP, TRUE, "DDT ZAP algorithm" },
105 { DMU_BSWAP_ZAP, TRUE, "DDT statistics" },
106 { DMU_BSWAP_UINT8, TRUE, "System attributes" },
107 { DMU_BSWAP_ZAP, TRUE, "SA master node" },
108 { DMU_BSWAP_ZAP, TRUE, "SA attr registration" },
109 { DMU_BSWAP_ZAP, TRUE, "SA attr layouts" },
110 { DMU_BSWAP_ZAP, TRUE, "scan translations" },
111 { DMU_BSWAP_UINT8, FALSE, "deduplicated block" },
112 { DMU_BSWAP_ZAP, TRUE, "DSL deadlist map" },
113 { DMU_BSWAP_UINT64, TRUE, "DSL deadlist map hdr" },
114 { DMU_BSWAP_ZAP, TRUE, "DSL dir clones" },
115 { DMU_BSWAP_UINT64, TRUE, "bpobj subobj" }
116};
117
118const dmu_object_byteswap_info_t dmu_ot_byteswap[DMU_BSWAP_NUMFUNCS] = {
119 { byteswap_uint8_array, "uint8" },
120 { byteswap_uint16_array, "uint16" },
121 { byteswap_uint32_array, "uint32" },
122 { byteswap_uint64_array, "uint64" },
123 { zap_byteswap, "zap" },
124 { dnode_buf_byteswap, "dnode" },
125 { dmu_objset_byteswap, "objset" },
126 { zfs_znode_byteswap, "znode" },
127 { zfs_oldacl_byteswap, "oldacl" },
128 { zfs_acl_byteswap, "acl" }
34dc7c2f
BB
129};
130
2bce8049
MA
131int
132dmu_buf_hold_noread_by_dnode(dnode_t *dn, uint64_t offset,
133 void *tag, dmu_buf_t **dbp)
134{
135 uint64_t blkid;
136 dmu_buf_impl_t *db;
137
138 blkid = dbuf_whichblock(dn, 0, offset);
139 rw_enter(&dn->dn_struct_rwlock, RW_READER);
140 db = dbuf_hold(dn, blkid, tag);
141 rw_exit(&dn->dn_struct_rwlock);
142
143 if (db == NULL) {
144 *dbp = NULL;
145 return (SET_ERROR(EIO));
146 }
147
148 *dbp = &db->db;
149 return (0);
150}
34dc7c2f 151int
9b67f605
MA
152dmu_buf_hold_noread(objset_t *os, uint64_t object, uint64_t offset,
153 void *tag, dmu_buf_t **dbp)
34dc7c2f
BB
154{
155 dnode_t *dn;
156 uint64_t blkid;
157 dmu_buf_impl_t *db;
158 int err;
428870ff
BB
159
160 err = dnode_hold(os, object, FTAG, &dn);
34dc7c2f
BB
161 if (err)
162 return (err);
fcff0f35 163 blkid = dbuf_whichblock(dn, 0, offset);
34dc7c2f
BB
164 rw_enter(&dn->dn_struct_rwlock, RW_READER);
165 db = dbuf_hold(dn, blkid, tag);
166 rw_exit(&dn->dn_struct_rwlock);
9b67f605
MA
167 dnode_rele(dn, FTAG);
168
34dc7c2f 169 if (db == NULL) {
9b67f605
MA
170 *dbp = NULL;
171 return (SET_ERROR(EIO));
172 }
173
174 *dbp = &db->db;
175 return (err);
176}
177
2bce8049
MA
178int
179dmu_buf_hold_by_dnode(dnode_t *dn, uint64_t offset,
180 void *tag, dmu_buf_t **dbp, int flags)
181{
182 int err;
183 int db_flags = DB_RF_CANFAIL;
184
185 if (flags & DMU_READ_NO_PREFETCH)
186 db_flags |= DB_RF_NOPREFETCH;
187
188 err = dmu_buf_hold_noread_by_dnode(dn, offset, tag, dbp);
189 if (err == 0) {
190 dmu_buf_impl_t *db = (dmu_buf_impl_t *)(*dbp);
191 err = dbuf_read(db, NULL, db_flags);
192 if (err != 0) {
193 dbuf_rele(db, tag);
194 *dbp = NULL;
195 }
196 }
197
198 return (err);
199}
200
9b67f605
MA
201int
202dmu_buf_hold(objset_t *os, uint64_t object, uint64_t offset,
203 void *tag, dmu_buf_t **dbp, int flags)
204{
205 int err;
206 int db_flags = DB_RF_CANFAIL;
207
208 if (flags & DMU_READ_NO_PREFETCH)
209 db_flags |= DB_RF_NOPREFETCH;
210
211 err = dmu_buf_hold_noread(os, object, offset, tag, dbp);
212 if (err == 0) {
213 dmu_buf_impl_t *db = (dmu_buf_impl_t *)(*dbp);
428870ff 214 err = dbuf_read(db, NULL, db_flags);
9b67f605 215 if (err != 0) {
34dc7c2f 216 dbuf_rele(db, tag);
9b67f605 217 *dbp = NULL;
34dc7c2f
BB
218 }
219 }
220
34dc7c2f
BB
221 return (err);
222}
223
224int
225dmu_bonus_max(void)
226{
50c957f7 227 return (DN_OLD_MAX_BONUSLEN);
34dc7c2f
BB
228}
229
230int
572e2857 231dmu_set_bonus(dmu_buf_t *db_fake, int newsize, dmu_tx_t *tx)
34dc7c2f 232{
572e2857
BB
233 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake;
234 dnode_t *dn;
235 int error;
34dc7c2f 236
572e2857
BB
237 DB_DNODE_ENTER(db);
238 dn = DB_DNODE(db);
239
240 if (dn->dn_bonus != db) {
2e528b49 241 error = SET_ERROR(EINVAL);
572e2857 242 } else if (newsize < 0 || newsize > db_fake->db_size) {
2e528b49 243 error = SET_ERROR(EINVAL);
572e2857
BB
244 } else {
245 dnode_setbonuslen(dn, newsize, tx);
246 error = 0;
247 }
248
249 DB_DNODE_EXIT(db);
250 return (error);
34dc7c2f
BB
251}
252
428870ff 253int
572e2857 254dmu_set_bonustype(dmu_buf_t *db_fake, dmu_object_type_t type, dmu_tx_t *tx)
428870ff 255{
572e2857
BB
256 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake;
257 dnode_t *dn;
258 int error;
428870ff 259
572e2857
BB
260 DB_DNODE_ENTER(db);
261 dn = DB_DNODE(db);
428870ff 262
9ae529ec 263 if (!DMU_OT_IS_VALID(type)) {
2e528b49 264 error = SET_ERROR(EINVAL);
572e2857 265 } else if (dn->dn_bonus != db) {
2e528b49 266 error = SET_ERROR(EINVAL);
572e2857
BB
267 } else {
268 dnode_setbonus_type(dn, type, tx);
269 error = 0;
270 }
428870ff 271
572e2857
BB
272 DB_DNODE_EXIT(db);
273 return (error);
274}
275
276dmu_object_type_t
277dmu_get_bonustype(dmu_buf_t *db_fake)
278{
279 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake;
280 dnode_t *dn;
281 dmu_object_type_t type;
282
283 DB_DNODE_ENTER(db);
284 dn = DB_DNODE(db);
285 type = dn->dn_bonustype;
286 DB_DNODE_EXIT(db);
287
288 return (type);
428870ff
BB
289}
290
291int
292dmu_rm_spill(objset_t *os, uint64_t object, dmu_tx_t *tx)
293{
294 dnode_t *dn;
295 int error;
296
297 error = dnode_hold(os, object, FTAG, &dn);
298 dbuf_rm_spill(dn, tx);
299 rw_enter(&dn->dn_struct_rwlock, RW_WRITER);
300 dnode_rm_spill(dn, tx);
301 rw_exit(&dn->dn_struct_rwlock);
302 dnode_rele(dn, FTAG);
303 return (error);
304}
305
34dc7c2f
BB
306/*
307 * returns ENOENT, EIO, or 0.
308 */
309int
310dmu_bonus_hold(objset_t *os, uint64_t object, void *tag, dmu_buf_t **dbp)
311{
312 dnode_t *dn;
313 dmu_buf_impl_t *db;
314 int error;
315
428870ff 316 error = dnode_hold(os, object, FTAG, &dn);
34dc7c2f
BB
317 if (error)
318 return (error);
319
320 rw_enter(&dn->dn_struct_rwlock, RW_READER);
321 if (dn->dn_bonus == NULL) {
322 rw_exit(&dn->dn_struct_rwlock);
323 rw_enter(&dn->dn_struct_rwlock, RW_WRITER);
324 if (dn->dn_bonus == NULL)
325 dbuf_create_bonus(dn);
326 }
327 db = dn->dn_bonus;
34dc7c2f
BB
328
329 /* as long as the bonus buf is held, the dnode will be held */
572e2857 330 if (refcount_add(&db->db_holds, tag) == 1) {
34dc7c2f 331 VERIFY(dnode_add_ref(dn, db));
73ad4a9f 332 atomic_inc_32(&dn->dn_dbufs_count);
572e2857
BB
333 }
334
335 /*
336 * Wait to drop dn_struct_rwlock until after adding the bonus dbuf's
337 * hold and incrementing the dbuf count to ensure that dnode_move() sees
338 * a dnode hold for every dbuf.
339 */
340 rw_exit(&dn->dn_struct_rwlock);
34dc7c2f
BB
341
342 dnode_rele(dn, FTAG);
343
428870ff 344 VERIFY(0 == dbuf_read(db, NULL, DB_RF_MUST_SUCCEED | DB_RF_NOPREFETCH));
34dc7c2f
BB
345
346 *dbp = &db->db;
347 return (0);
348}
349
428870ff
BB
350/*
351 * returns ENOENT, EIO, or 0.
352 *
353 * This interface will allocate a blank spill dbuf when a spill blk
354 * doesn't already exist on the dnode.
355 *
356 * if you only want to find an already existing spill db, then
357 * dmu_spill_hold_existing() should be used.
358 */
359int
360dmu_spill_hold_by_dnode(dnode_t *dn, uint32_t flags, void *tag, dmu_buf_t **dbp)
361{
362 dmu_buf_impl_t *db = NULL;
363 int err;
364
365 if ((flags & DB_RF_HAVESTRUCT) == 0)
366 rw_enter(&dn->dn_struct_rwlock, RW_READER);
367
368 db = dbuf_hold(dn, DMU_SPILL_BLKID, tag);
369
370 if ((flags & DB_RF_HAVESTRUCT) == 0)
371 rw_exit(&dn->dn_struct_rwlock);
372
b182ac00 373 if (db == NULL) {
374 *dbp = NULL;
375 return (SET_ERROR(EIO));
376 }
572e2857
BB
377 err = dbuf_read(db, NULL, flags);
378 if (err == 0)
379 *dbp = &db->db;
b182ac00 380 else {
572e2857 381 dbuf_rele(db, tag);
b182ac00 382 *dbp = NULL;
383 }
428870ff
BB
384 return (err);
385}
386
387int
388dmu_spill_hold_existing(dmu_buf_t *bonus, void *tag, dmu_buf_t **dbp)
389{
572e2857
BB
390 dmu_buf_impl_t *db = (dmu_buf_impl_t *)bonus;
391 dnode_t *dn;
428870ff
BB
392 int err;
393
572e2857
BB
394 DB_DNODE_ENTER(db);
395 dn = DB_DNODE(db);
396
397 if (spa_version(dn->dn_objset->os_spa) < SPA_VERSION_SA) {
2e528b49 398 err = SET_ERROR(EINVAL);
572e2857
BB
399 } else {
400 rw_enter(&dn->dn_struct_rwlock, RW_READER);
401
402 if (!dn->dn_have_spill) {
2e528b49 403 err = SET_ERROR(ENOENT);
572e2857
BB
404 } else {
405 err = dmu_spill_hold_by_dnode(dn,
406 DB_RF_HAVESTRUCT | DB_RF_CANFAIL, tag, dbp);
407 }
428870ff 408
428870ff 409 rw_exit(&dn->dn_struct_rwlock);
428870ff 410 }
572e2857
BB
411
412 DB_DNODE_EXIT(db);
428870ff
BB
413 return (err);
414}
415
416int
417dmu_spill_hold_by_bonus(dmu_buf_t *bonus, void *tag, dmu_buf_t **dbp)
418{
572e2857
BB
419 dmu_buf_impl_t *db = (dmu_buf_impl_t *)bonus;
420 dnode_t *dn;
421 int err;
422
423 DB_DNODE_ENTER(db);
424 dn = DB_DNODE(db);
425 err = dmu_spill_hold_by_dnode(dn, DB_RF_CANFAIL, tag, dbp);
426 DB_DNODE_EXIT(db);
427
428 return (err);
428870ff
BB
429}
430
34dc7c2f
BB
431/*
432 * Note: longer-term, we should modify all of the dmu_buf_*() interfaces
433 * to take a held dnode rather than <os, object> -- the lookup is wasteful,
434 * and can induce severe lock contention when writing to several files
435 * whose dnodes are in the same block.
436 */
437static int
9babb374 438dmu_buf_hold_array_by_dnode(dnode_t *dn, uint64_t offset, uint64_t length,
7f60329a 439 boolean_t read, void *tag, int *numbufsp, dmu_buf_t ***dbpp, uint32_t flags)
34dc7c2f
BB
440{
441 dmu_buf_t **dbp;
442 uint64_t blkid, nblks, i;
9babb374 443 uint32_t dbuf_flags;
34dc7c2f
BB
444 int err;
445 zio_t *zio;
446
447 ASSERT(length <= DMU_MAX_ACCESS);
448
7f60329a
MA
449 /*
450 * Note: We directly notify the prefetch code of this read, so that
451 * we can tell it about the multi-block read. dbuf_read() only knows
452 * about the one block it is accessing.
453 */
454 dbuf_flags = DB_RF_CANFAIL | DB_RF_NEVERWAIT | DB_RF_HAVESTRUCT |
455 DB_RF_NOPREFETCH;
34dc7c2f
BB
456
457 rw_enter(&dn->dn_struct_rwlock, RW_READER);
458 if (dn->dn_datablkshift) {
459 int blkshift = dn->dn_datablkshift;
7f60329a
MA
460 nblks = (P2ROUNDUP(offset + length, 1ULL << blkshift) -
461 P2ALIGN(offset, 1ULL << blkshift)) >> blkshift;
34dc7c2f
BB
462 } else {
463 if (offset + length > dn->dn_datablksz) {
464 zfs_panic_recover("zfs: accessing past end of object "
465 "%llx/%llx (size=%u access=%llu+%llu)",
466 (longlong_t)dn->dn_objset->
467 os_dsl_dataset->ds_object,
468 (longlong_t)dn->dn_object, dn->dn_datablksz,
469 (longlong_t)offset, (longlong_t)length);
45d1cae3 470 rw_exit(&dn->dn_struct_rwlock);
2e528b49 471 return (SET_ERROR(EIO));
34dc7c2f
BB
472 }
473 nblks = 1;
474 }
79c76d5b 475 dbp = kmem_zalloc(sizeof (dmu_buf_t *) * nblks, KM_SLEEP);
34dc7c2f 476
b128c09f 477 zio = zio_root(dn->dn_objset->os_spa, NULL, NULL, ZIO_FLAG_CANFAIL);
fcff0f35 478 blkid = dbuf_whichblock(dn, 0, offset);
34dc7c2f 479 for (i = 0; i < nblks; i++) {
7f60329a 480 dmu_buf_impl_t *db = dbuf_hold(dn, blkid + i, tag);
34dc7c2f
BB
481 if (db == NULL) {
482 rw_exit(&dn->dn_struct_rwlock);
483 dmu_buf_rele_array(dbp, nblks, tag);
484 zio_nowait(zio);
2e528b49 485 return (SET_ERROR(EIO));
34dc7c2f 486 }
7f60329a 487
34dc7c2f 488 /* initiate async i/o */
7f60329a 489 if (read)
9babb374 490 (void) dbuf_read(db, zio, dbuf_flags);
34dc7c2f
BB
491 dbp[i] = &db->db;
492 }
7f60329a 493
755065f3
AM
494 if ((flags & DMU_READ_NO_PREFETCH) == 0 &&
495 DNODE_META_IS_CACHEABLE(dn) && length <= zfetch_array_rd_sz) {
496 dmu_zfetch(&dn->dn_zfetch, blkid, nblks,
497 read && DNODE_IS_CACHEABLE(dn));
7f60329a 498 }
34dc7c2f
BB
499 rw_exit(&dn->dn_struct_rwlock);
500
501 /* wait for async i/o */
502 err = zio_wait(zio);
503 if (err) {
504 dmu_buf_rele_array(dbp, nblks, tag);
505 return (err);
506 }
507
508 /* wait for other io to complete */
509 if (read) {
510 for (i = 0; i < nblks; i++) {
511 dmu_buf_impl_t *db = (dmu_buf_impl_t *)dbp[i];
512 mutex_enter(&db->db_mtx);
513 while (db->db_state == DB_READ ||
514 db->db_state == DB_FILL)
515 cv_wait(&db->db_changed, &db->db_mtx);
516 if (db->db_state == DB_UNCACHED)
2e528b49 517 err = SET_ERROR(EIO);
34dc7c2f
BB
518 mutex_exit(&db->db_mtx);
519 if (err) {
520 dmu_buf_rele_array(dbp, nblks, tag);
521 return (err);
522 }
523 }
524 }
525
526 *numbufsp = nblks;
527 *dbpp = dbp;
528 return (0);
529}
530
531static int
532dmu_buf_hold_array(objset_t *os, uint64_t object, uint64_t offset,
533 uint64_t length, int read, void *tag, int *numbufsp, dmu_buf_t ***dbpp)
534{
535 dnode_t *dn;
536 int err;
537
428870ff 538 err = dnode_hold(os, object, FTAG, &dn);
34dc7c2f
BB
539 if (err)
540 return (err);
541
542 err = dmu_buf_hold_array_by_dnode(dn, offset, length, read, tag,
9babb374 543 numbufsp, dbpp, DMU_READ_PREFETCH);
34dc7c2f
BB
544
545 dnode_rele(dn, FTAG);
546
547 return (err);
548}
549
550int
572e2857 551dmu_buf_hold_array_by_bonus(dmu_buf_t *db_fake, uint64_t offset,
7f60329a
MA
552 uint64_t length, boolean_t read, void *tag, int *numbufsp,
553 dmu_buf_t ***dbpp)
34dc7c2f 554{
572e2857
BB
555 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake;
556 dnode_t *dn;
34dc7c2f
BB
557 int err;
558
572e2857
BB
559 DB_DNODE_ENTER(db);
560 dn = DB_DNODE(db);
34dc7c2f 561 err = dmu_buf_hold_array_by_dnode(dn, offset, length, read, tag,
9babb374 562 numbufsp, dbpp, DMU_READ_PREFETCH);
572e2857 563 DB_DNODE_EXIT(db);
34dc7c2f
BB
564
565 return (err);
566}
567
568void
569dmu_buf_rele_array(dmu_buf_t **dbp_fake, int numbufs, void *tag)
570{
571 int i;
572 dmu_buf_impl_t **dbp = (dmu_buf_impl_t **)dbp_fake;
573
574 if (numbufs == 0)
575 return;
576
577 for (i = 0; i < numbufs; i++) {
578 if (dbp[i])
579 dbuf_rele(dbp[i], tag);
580 }
581
582 kmem_free(dbp, sizeof (dmu_buf_t *) * numbufs);
583}
584
e8b96c60 585/*
fcff0f35
PD
586 * Issue prefetch i/os for the given blocks. If level is greater than 0, the
587 * indirect blocks prefeteched will be those that point to the blocks containing
588 * the data starting at offset, and continuing to offset + len.
e8b96c60 589 *
fcff0f35
PD
590 * Note that if the indirect blocks above the blocks being prefetched are not in
591 * cache, they will be asychronously read in.
e8b96c60 592 */
34dc7c2f 593void
fcff0f35
PD
594dmu_prefetch(objset_t *os, uint64_t object, int64_t level, uint64_t offset,
595 uint64_t len, zio_priority_t pri)
34dc7c2f
BB
596{
597 dnode_t *dn;
598 uint64_t blkid;
e8b96c60 599 int nblks, err;
34dc7c2f 600
34dc7c2f 601 if (len == 0) { /* they're interested in the bonus buffer */
572e2857 602 dn = DMU_META_DNODE(os);
34dc7c2f
BB
603
604 if (object == 0 || object >= DN_MAX_OBJECT)
605 return;
606
607 rw_enter(&dn->dn_struct_rwlock, RW_READER);
fcff0f35
PD
608 blkid = dbuf_whichblock(dn, level,
609 object * sizeof (dnode_phys_t));
610 dbuf_prefetch(dn, level, blkid, pri, 0);
34dc7c2f
BB
611 rw_exit(&dn->dn_struct_rwlock);
612 return;
613 }
614
615 /*
616 * XXX - Note, if the dnode for the requested object is not
617 * already cached, we will do a *synchronous* read in the
618 * dnode_hold() call. The same is true for any indirects.
619 */
428870ff 620 err = dnode_hold(os, object, FTAG, &dn);
34dc7c2f
BB
621 if (err != 0)
622 return;
623
624 rw_enter(&dn->dn_struct_rwlock, RW_READER);
fcff0f35
PD
625 /*
626 * offset + len - 1 is the last byte we want to prefetch for, and offset
627 * is the first. Then dbuf_whichblk(dn, level, off + len - 1) is the
628 * last block we want to prefetch, and dbuf_whichblock(dn, level,
629 * offset) is the first. Then the number we need to prefetch is the
630 * last - first + 1.
631 */
632 if (level > 0 || dn->dn_datablkshift != 0) {
633 nblks = dbuf_whichblock(dn, level, offset + len - 1) -
634 dbuf_whichblock(dn, level, offset) + 1;
34dc7c2f
BB
635 } else {
636 nblks = (offset < dn->dn_datablksz);
637 }
638
639 if (nblks != 0) {
e8b96c60
MA
640 int i;
641
fcff0f35 642 blkid = dbuf_whichblock(dn, level, offset);
34dc7c2f 643 for (i = 0; i < nblks; i++)
fcff0f35 644 dbuf_prefetch(dn, level, blkid + i, pri, 0);
34dc7c2f
BB
645 }
646
647 rw_exit(&dn->dn_struct_rwlock);
648
649 dnode_rele(dn, FTAG);
650}
651
45d1cae3
BB
652/*
653 * Get the next "chunk" of file data to free. We traverse the file from
654 * the end so that the file gets shorter over time (if we crashes in the
655 * middle, this will leave us in a better state). We find allocated file
656 * data by simply searching the allocated level 1 indirects.
b663a23d
MA
657 *
658 * On input, *start should be the first offset that does not need to be
659 * freed (e.g. "offset + length"). On return, *start will be the first
660 * offset that should be freed.
45d1cae3 661 */
b128c09f 662static int
b663a23d 663get_next_chunk(dnode_t *dn, uint64_t *start, uint64_t minimum)
b128c09f 664{
b663a23d
MA
665 uint64_t maxblks = DMU_MAX_ACCESS >> (dn->dn_indblkshift + 1);
666 /* bytes of data covered by a level-1 indirect block */
45d1cae3 667 uint64_t iblkrange =
b128c09f 668 dn->dn_datablksz * EPB(dn->dn_indblkshift, SPA_BLKPTRSHIFT);
b663a23d 669 uint64_t blks;
b128c09f 670
b663a23d 671 ASSERT3U(minimum, <=, *start);
b128c09f 672
b663a23d
MA
673 if (*start - minimum <= iblkrange * maxblks) {
674 *start = minimum;
b128c09f
BB
675 return (0);
676 }
45d1cae3 677 ASSERT(ISP2(iblkrange));
b128c09f 678
b663a23d 679 for (blks = 0; *start > minimum && blks < maxblks; blks++) {
b128c09f
BB
680 int err;
681
b663a23d
MA
682 /*
683 * dnode_next_offset(BACKWARDS) will find an allocated L1
684 * indirect block at or before the input offset. We must
685 * decrement *start so that it is at the end of the region
686 * to search.
687 */
688 (*start)--;
b128c09f 689 err = dnode_next_offset(dn,
45d1cae3 690 DNODE_FIND_BACKWARDS, start, 2, 1, 0);
b128c09f 691
b663a23d 692 /* if there are no indirect blocks before start, we are done */
45d1cae3 693 if (err == ESRCH) {
b663a23d
MA
694 *start = minimum;
695 break;
696 } else if (err != 0) {
b128c09f 697 return (err);
45d1cae3 698 }
b128c09f 699
b663a23d 700 /* set start to the beginning of this L1 indirect */
45d1cae3 701 *start = P2ALIGN(*start, iblkrange);
b128c09f 702 }
b663a23d
MA
703 if (*start < minimum)
704 *start = minimum;
b128c09f
BB
705 return (0);
706}
707
a08abc1b
GM
708/*
709 * If this objset is of type OST_ZFS return true if vfs's unmounted flag is set,
710 * otherwise return false.
711 * Used below in dmu_free_long_range_impl() to enable abort when unmounting
712 */
713/*ARGSUSED*/
714static boolean_t
715dmu_objset_zfs_unmounting(objset_t *os)
716{
717#ifdef _KERNEL
718 if (dmu_objset_type(os) == DMU_OST_ZFS)
719 return (zfs_get_vfs_flag_unmounted(os));
720#endif
721 return (B_FALSE);
722}
723
b128c09f
BB
724static int
725dmu_free_long_range_impl(objset_t *os, dnode_t *dn, uint64_t offset,
b663a23d 726 uint64_t length)
b128c09f 727{
c97d3069 728 uint64_t object_size;
b663a23d
MA
729 int err;
730
c97d3069
BB
731 if (dn == NULL)
732 return (SET_ERROR(EINVAL));
733
734 object_size = (dn->dn_maxblkid + 1) * dn->dn_datablksz;
b663a23d 735 if (offset >= object_size)
b128c09f 736 return (0);
b128c09f 737
b663a23d
MA
738 if (length == DMU_OBJECT_END || offset + length > object_size)
739 length = object_size - offset;
740
741 while (length != 0) {
742 uint64_t chunk_end, chunk_begin;
743 dmu_tx_t *tx;
744
a08abc1b
GM
745 if (dmu_objset_zfs_unmounting(dn->dn_objset))
746 return (SET_ERROR(EINTR));
747
b663a23d
MA
748 chunk_end = chunk_begin = offset + length;
749
750 /* move chunk_begin backwards to the beginning of this chunk */
751 err = get_next_chunk(dn, &chunk_begin, offset);
b128c09f
BB
752 if (err)
753 return (err);
b663a23d
MA
754 ASSERT3U(chunk_begin, >=, offset);
755 ASSERT3U(chunk_begin, <=, chunk_end);
b128c09f
BB
756
757 tx = dmu_tx_create(os);
b663a23d
MA
758 dmu_tx_hold_free(tx, dn->dn_object,
759 chunk_begin, chunk_end - chunk_begin);
19d55079
MA
760
761 /*
762 * Mark this transaction as typically resulting in a net
763 * reduction in space used.
764 */
765 dmu_tx_mark_netfree(tx);
b128c09f
BB
766 err = dmu_tx_assign(tx, TXG_WAIT);
767 if (err) {
768 dmu_tx_abort(tx);
769 return (err);
770 }
b663a23d 771 dnode_free_range(dn, chunk_begin, chunk_end - chunk_begin, tx);
b128c09f 772 dmu_tx_commit(tx);
b663a23d
MA
773
774 length -= chunk_end - chunk_begin;
b128c09f
BB
775 }
776 return (0);
777}
778
779int
780dmu_free_long_range(objset_t *os, uint64_t object,
781 uint64_t offset, uint64_t length)
782{
783 dnode_t *dn;
784 int err;
785
428870ff 786 err = dnode_hold(os, object, FTAG, &dn);
b128c09f
BB
787 if (err != 0)
788 return (err);
b663a23d 789 err = dmu_free_long_range_impl(os, dn, offset, length);
92bc214c
MA
790
791 /*
792 * It is important to zero out the maxblkid when freeing the entire
793 * file, so that (a) subsequent calls to dmu_free_long_range_impl()
794 * will take the fast path, and (b) dnode_reallocate() can verify
795 * that the entire file has been freed.
796 */
b0bc7a84 797 if (err == 0 && offset == 0 && length == DMU_OBJECT_END)
92bc214c
MA
798 dn->dn_maxblkid = 0;
799
b128c09f
BB
800 dnode_rele(dn, FTAG);
801 return (err);
802}
803
804int
b663a23d 805dmu_free_long_object(objset_t *os, uint64_t object)
b128c09f 806{
b128c09f
BB
807 dmu_tx_t *tx;
808 int err;
809
b663a23d 810 err = dmu_free_long_range(os, object, 0, DMU_OBJECT_END);
b128c09f
BB
811 if (err != 0)
812 return (err);
b663a23d
MA
813
814 tx = dmu_tx_create(os);
815 dmu_tx_hold_bonus(tx, object);
816 dmu_tx_hold_free(tx, object, 0, DMU_OBJECT_END);
19d55079 817 dmu_tx_mark_netfree(tx);
b663a23d
MA
818 err = dmu_tx_assign(tx, TXG_WAIT);
819 if (err == 0) {
820 err = dmu_object_free(os, object, tx);
821 dmu_tx_commit(tx);
b128c09f 822 } else {
b663a23d 823 dmu_tx_abort(tx);
b128c09f 824 }
b663a23d 825
b128c09f
BB
826 return (err);
827}
828
34dc7c2f
BB
829int
830dmu_free_range(objset_t *os, uint64_t object, uint64_t offset,
831 uint64_t size, dmu_tx_t *tx)
832{
833 dnode_t *dn;
428870ff 834 int err = dnode_hold(os, object, FTAG, &dn);
34dc7c2f
BB
835 if (err)
836 return (err);
837 ASSERT(offset < UINT64_MAX);
838 ASSERT(size == -1ULL || size <= UINT64_MAX - offset);
839 dnode_free_range(dn, offset, size, tx);
840 dnode_rele(dn, FTAG);
841 return (0);
842}
843
0eef1bde 844static int
845dmu_read_impl(dnode_t *dn, uint64_t offset, uint64_t size,
9babb374 846 void *buf, uint32_t flags)
34dc7c2f 847{
34dc7c2f 848 dmu_buf_t **dbp;
0eef1bde 849 int numbufs, err = 0;
34dc7c2f
BB
850
851 /*
852 * Deal with odd block sizes, where there can't be data past the first
853 * block. If we ever do the tail block optimization, we will need to
854 * handle that here as well.
855 */
45d1cae3 856 if (dn->dn_maxblkid == 0) {
c9520ecc 857 uint64_t newsz = offset > dn->dn_datablksz ? 0 :
34dc7c2f
BB
858 MIN(size, dn->dn_datablksz - offset);
859 bzero((char *)buf + newsz, size - newsz);
860 size = newsz;
861 }
862
863 while (size > 0) {
864 uint64_t mylen = MIN(size, DMU_MAX_ACCESS / 2);
45d1cae3 865 int i;
34dc7c2f
BB
866
867 /*
868 * NB: we could do this block-at-a-time, but it's nice
869 * to be reading in parallel.
870 */
871 err = dmu_buf_hold_array_by_dnode(dn, offset, mylen,
9babb374 872 TRUE, FTAG, &numbufs, &dbp, flags);
34dc7c2f
BB
873 if (err)
874 break;
875
876 for (i = 0; i < numbufs; i++) {
c9520ecc
JZ
877 uint64_t tocpy;
878 int64_t bufoff;
34dc7c2f
BB
879 dmu_buf_t *db = dbp[i];
880
881 ASSERT(size > 0);
882
883 bufoff = offset - db->db_offset;
c9520ecc 884 tocpy = MIN(db->db_size - bufoff, size);
34dc7c2f 885
c9520ecc 886 (void) memcpy(buf, (char *)db->db_data + bufoff, tocpy);
34dc7c2f
BB
887
888 offset += tocpy;
889 size -= tocpy;
890 buf = (char *)buf + tocpy;
891 }
892 dmu_buf_rele_array(dbp, numbufs, FTAG);
893 }
34dc7c2f
BB
894 return (err);
895}
896
0eef1bde 897int
898dmu_read(objset_t *os, uint64_t object, uint64_t offset, uint64_t size,
899 void *buf, uint32_t flags)
34dc7c2f 900{
0eef1bde 901 dnode_t *dn;
902 int err;
34dc7c2f 903
0eef1bde 904 err = dnode_hold(os, object, FTAG, &dn);
905 if (err != 0)
906 return (err);
34dc7c2f 907
0eef1bde 908 err = dmu_read_impl(dn, offset, size, buf, flags);
909 dnode_rele(dn, FTAG);
910 return (err);
911}
912
913int
914dmu_read_by_dnode(dnode_t *dn, uint64_t offset, uint64_t size, void *buf,
915 uint32_t flags)
916{
917 return (dmu_read_impl(dn, offset, size, buf, flags));
918}
919
920static void
921dmu_write_impl(dmu_buf_t **dbp, int numbufs, uint64_t offset, uint64_t size,
922 const void *buf, dmu_tx_t *tx)
923{
924 int i;
34dc7c2f
BB
925
926 for (i = 0; i < numbufs; i++) {
c9520ecc
JZ
927 uint64_t tocpy;
928 int64_t bufoff;
34dc7c2f
BB
929 dmu_buf_t *db = dbp[i];
930
931 ASSERT(size > 0);
932
933 bufoff = offset - db->db_offset;
c9520ecc 934 tocpy = MIN(db->db_size - bufoff, size);
34dc7c2f
BB
935
936 ASSERT(i == 0 || i == numbufs-1 || tocpy == db->db_size);
937
938 if (tocpy == db->db_size)
939 dmu_buf_will_fill(db, tx);
940 else
941 dmu_buf_will_dirty(db, tx);
942
60101509 943 (void) memcpy((char *)db->db_data + bufoff, buf, tocpy);
34dc7c2f
BB
944
945 if (tocpy == db->db_size)
946 dmu_buf_fill_done(db, tx);
947
948 offset += tocpy;
949 size -= tocpy;
950 buf = (char *)buf + tocpy;
951 }
0eef1bde 952}
953
954void
955dmu_write(objset_t *os, uint64_t object, uint64_t offset, uint64_t size,
956 const void *buf, dmu_tx_t *tx)
957{
958 dmu_buf_t **dbp;
959 int numbufs;
960
961 if (size == 0)
962 return;
963
964 VERIFY0(dmu_buf_hold_array(os, object, offset, size,
965 FALSE, FTAG, &numbufs, &dbp));
966 dmu_write_impl(dbp, numbufs, offset, size, buf, tx);
967 dmu_buf_rele_array(dbp, numbufs, FTAG);
968}
969
970void
971dmu_write_by_dnode(dnode_t *dn, uint64_t offset, uint64_t size,
972 const void *buf, dmu_tx_t *tx)
973{
974 dmu_buf_t **dbp;
975 int numbufs;
976
977 if (size == 0)
978 return;
979
980 VERIFY0(dmu_buf_hold_array_by_dnode(dn, offset, size,
981 FALSE, FTAG, &numbufs, &dbp, DMU_READ_PREFETCH));
982 dmu_write_impl(dbp, numbufs, offset, size, buf, tx);
34dc7c2f
BB
983 dmu_buf_rele_array(dbp, numbufs, FTAG);
984}
985
b128c09f
BB
986void
987dmu_prealloc(objset_t *os, uint64_t object, uint64_t offset, uint64_t size,
988 dmu_tx_t *tx)
989{
990 dmu_buf_t **dbp;
991 int numbufs, i;
992
993 if (size == 0)
994 return;
995
996 VERIFY(0 == dmu_buf_hold_array(os, object, offset, size,
997 FALSE, FTAG, &numbufs, &dbp));
998
999 for (i = 0; i < numbufs; i++) {
1000 dmu_buf_t *db = dbp[i];
1001
1002 dmu_buf_will_not_fill(db, tx);
1003 }
1004 dmu_buf_rele_array(dbp, numbufs, FTAG);
1005}
1006
9b67f605
MA
1007void
1008dmu_write_embedded(objset_t *os, uint64_t object, uint64_t offset,
1009 void *data, uint8_t etype, uint8_t comp, int uncompressed_size,
1010 int compressed_size, int byteorder, dmu_tx_t *tx)
1011{
1012 dmu_buf_t *db;
1013
1014 ASSERT3U(etype, <, NUM_BP_EMBEDDED_TYPES);
1015 ASSERT3U(comp, <, ZIO_COMPRESS_FUNCTIONS);
1016 VERIFY0(dmu_buf_hold_noread(os, object, offset,
1017 FTAG, &db));
1018
1019 dmu_buf_write_embedded(db,
1020 data, (bp_embedded_type_t)etype, (enum zio_compress)comp,
1021 uncompressed_size, compressed_size, byteorder, tx);
1022
1023 dmu_buf_rele(db, FTAG);
1024}
1025
428870ff
BB
1026/*
1027 * DMU support for xuio
1028 */
1029kstat_t *xuio_ksp = NULL;
1030
59e6e7ca
BB
1031typedef struct xuio_stats {
1032 /* loaned yet not returned arc_buf */
1033 kstat_named_t xuiostat_onloan_rbuf;
1034 kstat_named_t xuiostat_onloan_wbuf;
1035 /* whether a copy is made when loaning out a read buffer */
1036 kstat_named_t xuiostat_rbuf_copied;
1037 kstat_named_t xuiostat_rbuf_nocopy;
1038 /* whether a copy is made when assigning a write buffer */
1039 kstat_named_t xuiostat_wbuf_copied;
1040 kstat_named_t xuiostat_wbuf_nocopy;
1041} xuio_stats_t;
1042
1043static xuio_stats_t xuio_stats = {
1044 { "onloan_read_buf", KSTAT_DATA_UINT64 },
1045 { "onloan_write_buf", KSTAT_DATA_UINT64 },
1046 { "read_buf_copied", KSTAT_DATA_UINT64 },
1047 { "read_buf_nocopy", KSTAT_DATA_UINT64 },
1048 { "write_buf_copied", KSTAT_DATA_UINT64 },
1049 { "write_buf_nocopy", KSTAT_DATA_UINT64 }
1050};
1051
d1d7e268
MK
1052#define XUIOSTAT_INCR(stat, val) \
1053 atomic_add_64(&xuio_stats.stat.value.ui64, (val))
1054#define XUIOSTAT_BUMP(stat) XUIOSTAT_INCR(stat, 1)
59e6e7ca 1055
5a6765cf 1056#ifdef HAVE_UIO_ZEROCOPY
428870ff
BB
1057int
1058dmu_xuio_init(xuio_t *xuio, int nblk)
1059{
1060 dmu_xuio_t *priv;
1061 uio_t *uio = &xuio->xu_uio;
1062
1063 uio->uio_iovcnt = nblk;
79c76d5b 1064 uio->uio_iov = kmem_zalloc(nblk * sizeof (iovec_t), KM_SLEEP);
428870ff 1065
79c76d5b 1066 priv = kmem_zalloc(sizeof (dmu_xuio_t), KM_SLEEP);
428870ff 1067 priv->cnt = nblk;
79c76d5b 1068 priv->bufs = kmem_zalloc(nblk * sizeof (arc_buf_t *), KM_SLEEP);
5475aada 1069 priv->iovp = (iovec_t *)uio->uio_iov;
428870ff
BB
1070 XUIO_XUZC_PRIV(xuio) = priv;
1071
1072 if (XUIO_XUZC_RW(xuio) == UIO_READ)
1073 XUIOSTAT_INCR(xuiostat_onloan_rbuf, nblk);
1074 else
1075 XUIOSTAT_INCR(xuiostat_onloan_wbuf, nblk);
1076
1077 return (0);
1078}
1079
1080void
1081dmu_xuio_fini(xuio_t *xuio)
1082{
1083 dmu_xuio_t *priv = XUIO_XUZC_PRIV(xuio);
1084 int nblk = priv->cnt;
1085
1086 kmem_free(priv->iovp, nblk * sizeof (iovec_t));
1087 kmem_free(priv->bufs, nblk * sizeof (arc_buf_t *));
1088 kmem_free(priv, sizeof (dmu_xuio_t));
1089
1090 if (XUIO_XUZC_RW(xuio) == UIO_READ)
1091 XUIOSTAT_INCR(xuiostat_onloan_rbuf, -nblk);
1092 else
1093 XUIOSTAT_INCR(xuiostat_onloan_wbuf, -nblk);
1094}
1095
1096/*
1097 * Initialize iov[priv->next] and priv->bufs[priv->next] with { off, n, abuf }
1098 * and increase priv->next by 1.
1099 */
1100int
1101dmu_xuio_add(xuio_t *xuio, arc_buf_t *abuf, offset_t off, size_t n)
1102{
1103 struct iovec *iov;
1104 uio_t *uio = &xuio->xu_uio;
1105 dmu_xuio_t *priv = XUIO_XUZC_PRIV(xuio);
1106 int i = priv->next++;
1107
1108 ASSERT(i < priv->cnt);
2aa34383 1109 ASSERT(off + n <= arc_buf_lsize(abuf));
5475aada 1110 iov = (iovec_t *)uio->uio_iov + i;
428870ff
BB
1111 iov->iov_base = (char *)abuf->b_data + off;
1112 iov->iov_len = n;
1113 priv->bufs[i] = abuf;
1114 return (0);
1115}
1116
1117int
1118dmu_xuio_cnt(xuio_t *xuio)
1119{
1120 dmu_xuio_t *priv = XUIO_XUZC_PRIV(xuio);
1121 return (priv->cnt);
1122}
1123
1124arc_buf_t *
1125dmu_xuio_arcbuf(xuio_t *xuio, int i)
1126{
1127 dmu_xuio_t *priv = XUIO_XUZC_PRIV(xuio);
1128
1129 ASSERT(i < priv->cnt);
1130 return (priv->bufs[i]);
1131}
1132
1133void
1134dmu_xuio_clear(xuio_t *xuio, int i)
1135{
1136 dmu_xuio_t *priv = XUIO_XUZC_PRIV(xuio);
1137
1138 ASSERT(i < priv->cnt);
1139 priv->bufs[i] = NULL;
1140}
5a6765cf 1141#endif /* HAVE_UIO_ZEROCOPY */
428870ff
BB
1142
1143static void
1144xuio_stat_init(void)
1145{
1146 xuio_ksp = kstat_create("zfs", 0, "xuio_stats", "misc",
1147 KSTAT_TYPE_NAMED, sizeof (xuio_stats) / sizeof (kstat_named_t),
1148 KSTAT_FLAG_VIRTUAL);
1149 if (xuio_ksp != NULL) {
1150 xuio_ksp->ks_data = &xuio_stats;
1151 kstat_install(xuio_ksp);
1152 }
1153}
1154
1155static void
1156xuio_stat_fini(void)
1157{
1158 if (xuio_ksp != NULL) {
1159 kstat_delete(xuio_ksp);
1160 xuio_ksp = NULL;
1161 }
1162}
1163
1164void
5043684a 1165xuio_stat_wbuf_copied(void)
428870ff
BB
1166{
1167 XUIOSTAT_BUMP(xuiostat_wbuf_copied);
1168}
1169
1170void
5043684a 1171xuio_stat_wbuf_nocopy(void)
428870ff
BB
1172{
1173 XUIOSTAT_BUMP(xuiostat_wbuf_nocopy);
1174}
1175
34dc7c2f 1176#ifdef _KERNEL
804e0504
MA
1177static int
1178dmu_read_uio_dnode(dnode_t *dn, uio_t *uio, uint64_t size)
872e8d26
BB
1179{
1180 dmu_buf_t **dbp;
1181 int numbufs, i, err;
5a6765cf 1182#ifdef HAVE_UIO_ZEROCOPY
872e8d26 1183 xuio_t *xuio = NULL;
5a6765cf 1184#endif
872e8d26
BB
1185
1186 /*
1187 * NB: we could do this block-at-a-time, but it's nice
1188 * to be reading in parallel.
1189 */
804e0504
MA
1190 err = dmu_buf_hold_array_by_dnode(dn, uio->uio_loffset, size,
1191 TRUE, FTAG, &numbufs, &dbp, 0);
872e8d26
BB
1192 if (err)
1193 return (err);
1194
1195 for (i = 0; i < numbufs; i++) {
c9520ecc
JZ
1196 uint64_t tocpy;
1197 int64_t bufoff;
872e8d26
BB
1198 dmu_buf_t *db = dbp[i];
1199
1200 ASSERT(size > 0);
1201
1202 bufoff = uio->uio_loffset - db->db_offset;
c9520ecc 1203 tocpy = MIN(db->db_size - bufoff, size);
872e8d26 1204
5a6765cf 1205#ifdef HAVE_UIO_ZEROCOPY
872e8d26
BB
1206 if (xuio) {
1207 dmu_buf_impl_t *dbi = (dmu_buf_impl_t *)db;
1208 arc_buf_t *dbuf_abuf = dbi->db_buf;
1209 arc_buf_t *abuf = dbuf_loan_arcbuf(dbi);
1210 err = dmu_xuio_add(xuio, abuf, bufoff, tocpy);
1211 if (!err) {
1212 uio->uio_resid -= tocpy;
1213 uio->uio_loffset += tocpy;
1214 }
1215
1216 if (abuf == dbuf_abuf)
1217 XUIOSTAT_BUMP(xuiostat_rbuf_nocopy);
1218 else
1219 XUIOSTAT_BUMP(xuiostat_rbuf_copied);
5a6765cf 1220 } else
1221#endif
872e8d26
BB
1222 err = uiomove((char *)db->db_data + bufoff, tocpy,
1223 UIO_READ, uio);
872e8d26
BB
1224 if (err)
1225 break;
1226
1227 size -= tocpy;
1228 }
1229 dmu_buf_rele_array(dbp, numbufs, FTAG);
1230
1231 return (err);
1232}
1233
804e0504
MA
1234/*
1235 * Read 'size' bytes into the uio buffer.
1236 * From object zdb->db_object.
1237 * Starting at offset uio->uio_loffset.
1238 *
1239 * If the caller already has a dbuf in the target object
1240 * (e.g. its bonus buffer), this routine is faster than dmu_read_uio(),
1241 * because we don't have to find the dnode_t for the object.
1242 */
1243int
1244dmu_read_uio_dbuf(dmu_buf_t *zdb, uio_t *uio, uint64_t size)
1245{
1246 dmu_buf_impl_t *db = (dmu_buf_impl_t *)zdb;
1247 dnode_t *dn;
1248 int err;
1249
1250 if (size == 0)
1251 return (0);
1252
1253 DB_DNODE_ENTER(db);
1254 dn = DB_DNODE(db);
1255 err = dmu_read_uio_dnode(dn, uio, size);
1256 DB_DNODE_EXIT(db);
1257
1258 return (err);
1259}
1260
1261/*
1262 * Read 'size' bytes into the uio buffer.
1263 * From the specified object
1264 * Starting at offset uio->uio_loffset.
1265 */
1266int
1267dmu_read_uio(objset_t *os, uint64_t object, uio_t *uio, uint64_t size)
1268{
1269 dnode_t *dn;
1270 int err;
1271
1272 if (size == 0)
1273 return (0);
1274
1275 err = dnode_hold(os, object, FTAG, &dn);
1276 if (err)
1277 return (err);
1278
1279 err = dmu_read_uio_dnode(dn, uio, size);
1280
1281 dnode_rele(dn, FTAG);
1282
1283 return (err);
1284}
1285
872e8d26
BB
1286static int
1287dmu_write_uio_dnode(dnode_t *dn, uio_t *uio, uint64_t size, dmu_tx_t *tx)
1288{
1289 dmu_buf_t **dbp;
1290 int numbufs;
1291 int err = 0;
1292 int i;
1293
1294 err = dmu_buf_hold_array_by_dnode(dn, uio->uio_loffset, size,
1295 FALSE, FTAG, &numbufs, &dbp, DMU_READ_PREFETCH);
1296 if (err)
1297 return (err);
1298
1299 for (i = 0; i < numbufs; i++) {
c9520ecc
JZ
1300 uint64_t tocpy;
1301 int64_t bufoff;
872e8d26
BB
1302 dmu_buf_t *db = dbp[i];
1303
1304 ASSERT(size > 0);
1305
1306 bufoff = uio->uio_loffset - db->db_offset;
c9520ecc 1307 tocpy = MIN(db->db_size - bufoff, size);
872e8d26
BB
1308
1309 ASSERT(i == 0 || i == numbufs-1 || tocpy == db->db_size);
1310
1311 if (tocpy == db->db_size)
1312 dmu_buf_will_fill(db, tx);
1313 else
1314 dmu_buf_will_dirty(db, tx);
1315
1316 /*
1317 * XXX uiomove could block forever (eg.nfs-backed
1318 * pages). There needs to be a uiolockdown() function
1319 * to lock the pages in memory, so that uiomove won't
1320 * block.
1321 */
1322 err = uiomove((char *)db->db_data + bufoff, tocpy,
1323 UIO_WRITE, uio);
1324
1325 if (tocpy == db->db_size)
1326 dmu_buf_fill_done(db, tx);
1327
1328 if (err)
1329 break;
1330
1331 size -= tocpy;
1332 }
1333
1334 dmu_buf_rele_array(dbp, numbufs, FTAG);
1335 return (err);
1336}
1337
804e0504
MA
1338/*
1339 * Write 'size' bytes from the uio buffer.
1340 * To object zdb->db_object.
1341 * Starting at offset uio->uio_loffset.
1342 *
1343 * If the caller already has a dbuf in the target object
1344 * (e.g. its bonus buffer), this routine is faster than dmu_write_uio(),
1345 * because we don't have to find the dnode_t for the object.
1346 */
428870ff
BB
1347int
1348dmu_write_uio_dbuf(dmu_buf_t *zdb, uio_t *uio, uint64_t size,
1349 dmu_tx_t *tx)
1350{
572e2857
BB
1351 dmu_buf_impl_t *db = (dmu_buf_impl_t *)zdb;
1352 dnode_t *dn;
1353 int err;
1354
428870ff
BB
1355 if (size == 0)
1356 return (0);
1357
572e2857
BB
1358 DB_DNODE_ENTER(db);
1359 dn = DB_DNODE(db);
1360 err = dmu_write_uio_dnode(dn, uio, size, tx);
1361 DB_DNODE_EXIT(db);
1362
1363 return (err);
428870ff
BB
1364}
1365
804e0504
MA
1366/*
1367 * Write 'size' bytes from the uio buffer.
1368 * To the specified object.
1369 * Starting at offset uio->uio_loffset.
1370 */
428870ff
BB
1371int
1372dmu_write_uio(objset_t *os, uint64_t object, uio_t *uio, uint64_t size,
1373 dmu_tx_t *tx)
1374{
1375 dnode_t *dn;
1376 int err;
1377
1378 if (size == 0)
1379 return (0);
1380
1381 err = dnode_hold(os, object, FTAG, &dn);
1382 if (err)
1383 return (err);
1384
1385 err = dmu_write_uio_dnode(dn, uio, size, tx);
1386
1387 dnode_rele(dn, FTAG);
1388
1389 return (err);
1390}
872e8d26 1391#endif /* _KERNEL */
34dc7c2f 1392
9babb374
BB
1393/*
1394 * Allocate a loaned anonymous arc buffer.
1395 */
1396arc_buf_t *
1397dmu_request_arcbuf(dmu_buf_t *handle, int size)
1398{
572e2857 1399 dmu_buf_impl_t *db = (dmu_buf_impl_t *)handle;
9babb374 1400
2aa34383 1401 return (arc_loan_buf(db->db_objset->os_spa, B_FALSE, size));
9babb374
BB
1402}
1403
1404/*
1405 * Free a loaned arc buffer.
1406 */
1407void
1408dmu_return_arcbuf(arc_buf_t *buf)
1409{
1410 arc_return_buf(buf, FTAG);
d3c2ae1c 1411 arc_buf_destroy(buf, FTAG);
9babb374
BB
1412}
1413
1414/*
1415 * When possible directly assign passed loaned arc buffer to a dbuf.
1416 * If this is not possible copy the contents of passed arc buf via
1417 * dmu_write().
1418 */
1419void
1420dmu_assign_arcbuf(dmu_buf_t *handle, uint64_t offset, arc_buf_t *buf,
1421 dmu_tx_t *tx)
1422{
572e2857
BB
1423 dmu_buf_impl_t *dbuf = (dmu_buf_impl_t *)handle;
1424 dnode_t *dn;
9babb374 1425 dmu_buf_impl_t *db;
2aa34383 1426 uint32_t blksz = (uint32_t)arc_buf_lsize(buf);
9babb374
BB
1427 uint64_t blkid;
1428
572e2857
BB
1429 DB_DNODE_ENTER(dbuf);
1430 dn = DB_DNODE(dbuf);
9babb374 1431 rw_enter(&dn->dn_struct_rwlock, RW_READER);
fcff0f35 1432 blkid = dbuf_whichblock(dn, 0, offset);
9babb374
BB
1433 VERIFY((db = dbuf_hold(dn, blkid, FTAG)) != NULL);
1434 rw_exit(&dn->dn_struct_rwlock);
572e2857 1435 DB_DNODE_EXIT(dbuf);
9babb374 1436
88904bb3
MA
1437 /*
1438 * We can only assign if the offset is aligned, the arc buf is the
2aa34383 1439 * same size as the dbuf, and the dbuf is not metadata.
88904bb3 1440 */
2aa34383 1441 if (offset == db->db.db_offset && blksz == db->db.db_size) {
9babb374
BB
1442 dbuf_assign_arcbuf(db, buf, tx);
1443 dbuf_rele(db, FTAG);
1444 } else {
572e2857
BB
1445 objset_t *os;
1446 uint64_t object;
1447
2aa34383
DK
1448 /* compressed bufs must always be assignable to their dbuf */
1449 ASSERT3U(arc_get_compression(buf), ==, ZIO_COMPRESS_OFF);
524b4217 1450 ASSERT(!(buf->b_flags & ARC_BUF_FLAG_COMPRESSED));
2aa34383 1451
572e2857
BB
1452 DB_DNODE_ENTER(dbuf);
1453 dn = DB_DNODE(dbuf);
1454 os = dn->dn_objset;
1455 object = dn->dn_object;
1456 DB_DNODE_EXIT(dbuf);
1457
9babb374 1458 dbuf_rele(db, FTAG);
572e2857 1459 dmu_write(os, object, offset, blksz, buf->b_data, tx);
9babb374 1460 dmu_return_arcbuf(buf);
428870ff 1461 XUIOSTAT_BUMP(xuiostat_wbuf_copied);
9babb374
BB
1462 }
1463}
1464
34dc7c2f 1465typedef struct {
428870ff
BB
1466 dbuf_dirty_record_t *dsa_dr;
1467 dmu_sync_cb_t *dsa_done;
1468 zgd_t *dsa_zgd;
1469 dmu_tx_t *dsa_tx;
34dc7c2f
BB
1470} dmu_sync_arg_t;
1471
b128c09f
BB
1472/* ARGSUSED */
1473static void
1474dmu_sync_ready(zio_t *zio, arc_buf_t *buf, void *varg)
1475{
428870ff
BB
1476 dmu_sync_arg_t *dsa = varg;
1477 dmu_buf_t *db = dsa->dsa_zgd->zgd_db;
b128c09f
BB
1478 blkptr_t *bp = zio->io_bp;
1479
428870ff
BB
1480 if (zio->io_error == 0) {
1481 if (BP_IS_HOLE(bp)) {
1482 /*
1483 * A block of zeros may compress to a hole, but the
1484 * block size still needs to be known for replay.
1485 */
1486 BP_SET_LSIZE(bp, db->db_size);
9b67f605 1487 } else if (!BP_IS_EMBEDDED(bp)) {
428870ff
BB
1488 ASSERT(BP_GET_LEVEL(bp) == 0);
1489 bp->blk_fill = 1;
1490 }
b128c09f
BB
1491 }
1492}
1493
428870ff
BB
1494static void
1495dmu_sync_late_arrival_ready(zio_t *zio)
1496{
1497 dmu_sync_ready(zio, NULL, zio->io_private);
1498}
1499
34dc7c2f
BB
1500/* ARGSUSED */
1501static void
1502dmu_sync_done(zio_t *zio, arc_buf_t *buf, void *varg)
1503{
428870ff
BB
1504 dmu_sync_arg_t *dsa = varg;
1505 dbuf_dirty_record_t *dr = dsa->dsa_dr;
34dc7c2f 1506 dmu_buf_impl_t *db = dr->dr_dbuf;
34dc7c2f 1507
34dc7c2f
BB
1508 mutex_enter(&db->db_mtx);
1509 ASSERT(dr->dt.dl.dr_override_state == DR_IN_DMU_SYNC);
428870ff 1510 if (zio->io_error == 0) {
03c6040b
GW
1511 dr->dt.dl.dr_nopwrite = !!(zio->io_flags & ZIO_FLAG_NOPWRITE);
1512 if (dr->dt.dl.dr_nopwrite) {
1513 ASSERTV(blkptr_t *bp = zio->io_bp);
1514 ASSERTV(blkptr_t *bp_orig = &zio->io_bp_orig);
1515 ASSERTV(uint8_t chksum = BP_GET_CHECKSUM(bp_orig));
1516
1517 ASSERT(BP_EQUAL(bp, bp_orig));
1518 ASSERT(zio->io_prop.zp_compress != ZIO_COMPRESS_OFF);
3c67d83a
TH
1519 ASSERT(zio_checksum_table[chksum].ci_flags &
1520 ZCHECKSUM_FLAG_NOPWRITE);
03c6040b 1521 }
428870ff
BB
1522 dr->dt.dl.dr_overridden_by = *zio->io_bp;
1523 dr->dt.dl.dr_override_state = DR_OVERRIDDEN;
1524 dr->dt.dl.dr_copies = zio->io_prop.zp_copies;
a4069eef
PS
1525
1526 /*
1527 * Old style holes are filled with all zeros, whereas
1528 * new-style holes maintain their lsize, type, level,
1529 * and birth time (see zio_write_compress). While we
1530 * need to reset the BP_SET_LSIZE() call that happened
1531 * in dmu_sync_ready for old style holes, we do *not*
1532 * want to wipe out the information contained in new
1533 * style holes. Thus, only zero out the block pointer if
1534 * it's an old style hole.
1535 */
1536 if (BP_IS_HOLE(&dr->dt.dl.dr_overridden_by) &&
1537 dr->dt.dl.dr_overridden_by.blk_birth == 0)
428870ff
BB
1538 BP_ZERO(&dr->dt.dl.dr_overridden_by);
1539 } else {
1540 dr->dt.dl.dr_override_state = DR_NOT_OVERRIDDEN;
1541 }
34dc7c2f
BB
1542 cv_broadcast(&db->db_changed);
1543 mutex_exit(&db->db_mtx);
1544
428870ff 1545 dsa->dsa_done(dsa->dsa_zgd, zio->io_error);
34dc7c2f 1546
428870ff
BB
1547 kmem_free(dsa, sizeof (*dsa));
1548}
1549
1550static void
1551dmu_sync_late_arrival_done(zio_t *zio)
1552{
1553 blkptr_t *bp = zio->io_bp;
1554 dmu_sync_arg_t *dsa = zio->io_private;
03c6040b 1555 ASSERTV(blkptr_t *bp_orig = &zio->io_bp_orig);
428870ff
BB
1556
1557 if (zio->io_error == 0 && !BP_IS_HOLE(bp)) {
03c6040b
GW
1558 /*
1559 * If we didn't allocate a new block (i.e. ZIO_FLAG_NOPWRITE)
1560 * then there is nothing to do here. Otherwise, free the
1561 * newly allocated block in this txg.
1562 */
1563 if (zio->io_flags & ZIO_FLAG_NOPWRITE) {
1564 ASSERT(BP_EQUAL(bp, bp_orig));
1565 } else {
1566 ASSERT(BP_IS_HOLE(bp_orig) || !BP_EQUAL(bp, bp_orig));
1567 ASSERT(zio->io_bp->blk_birth == zio->io_txg);
1568 ASSERT(zio->io_txg > spa_syncing_txg(zio->io_spa));
1569 zio_free(zio->io_spa, zio->io_txg, zio->io_bp);
1570 }
428870ff
BB
1571 }
1572
1573 dmu_tx_commit(dsa->dsa_tx);
1574
1575 dsa->dsa_done(dsa->dsa_zgd, zio->io_error);
1576
a6255b7f 1577 abd_put(zio->io_abd);
428870ff
BB
1578 kmem_free(dsa, sizeof (*dsa));
1579}
1580
1581static int
1582dmu_sync_late_arrival(zio_t *pio, objset_t *os, dmu_sync_cb_t *done, zgd_t *zgd,
5dbd68a3 1583 zio_prop_t *zp, zbookmark_phys_t *zb)
428870ff
BB
1584{
1585 dmu_sync_arg_t *dsa;
1586 dmu_tx_t *tx;
1587
1588 tx = dmu_tx_create(os);
1589 dmu_tx_hold_space(tx, zgd->zgd_db->db_size);
1590 if (dmu_tx_assign(tx, TXG_WAIT) != 0) {
1591 dmu_tx_abort(tx);
2e528b49
MA
1592 /* Make zl_get_data do txg_waited_synced() */
1593 return (SET_ERROR(EIO));
428870ff
BB
1594 }
1595
79c76d5b 1596 dsa = kmem_alloc(sizeof (dmu_sync_arg_t), KM_SLEEP);
428870ff
BB
1597 dsa->dsa_dr = NULL;
1598 dsa->dsa_done = done;
1599 dsa->dsa_zgd = zgd;
1600 dsa->dsa_tx = tx;
1601
a6255b7f
DQ
1602 zio_nowait(zio_write(pio, os->os_spa, dmu_tx_get_txg(tx), zgd->zgd_bp,
1603 abd_get_from_buf(zgd->zgd_db->db_data, zgd->zgd_db->db_size),
1604 zgd->zgd_db->db_size, zgd->zgd_db->db_size, zp,
1605 dmu_sync_late_arrival_ready, NULL, NULL, dmu_sync_late_arrival_done,
1606 dsa, ZIO_PRIORITY_SYNC_WRITE, ZIO_FLAG_CANFAIL, zb));
428870ff
BB
1607
1608 return (0);
34dc7c2f
BB
1609}
1610
1611/*
1612 * Intent log support: sync the block associated with db to disk.
1613 * N.B. and XXX: the caller is responsible for making sure that the
1614 * data isn't changing while dmu_sync() is writing it.
1615 *
1616 * Return values:
1617 *
03c6040b 1618 * EEXIST: this txg has already been synced, so there's nothing to do.
34dc7c2f
BB
1619 * The caller should not log the write.
1620 *
1621 * ENOENT: the block was dbuf_free_range()'d, so there's nothing to do.
1622 * The caller should not log the write.
1623 *
1624 * EALREADY: this block is already in the process of being synced.
1625 * The caller should track its progress (somehow).
1626 *
428870ff
BB
1627 * EIO: could not do the I/O.
1628 * The caller should do a txg_wait_synced().
34dc7c2f 1629 *
428870ff
BB
1630 * 0: the I/O has been initiated.
1631 * The caller should log this blkptr in the done callback.
1632 * It is possible that the I/O will fail, in which case
1633 * the error will be reported to the done callback and
1634 * propagated to pio from zio_done().
34dc7c2f
BB
1635 */
1636int
428870ff 1637dmu_sync(zio_t *pio, uint64_t txg, dmu_sync_cb_t *done, zgd_t *zgd)
34dc7c2f 1638{
428870ff
BB
1639 blkptr_t *bp = zgd->zgd_bp;
1640 dmu_buf_impl_t *db = (dmu_buf_impl_t *)zgd->zgd_db;
1641 objset_t *os = db->db_objset;
1642 dsl_dataset_t *ds = os->os_dsl_dataset;
34dc7c2f 1643 dbuf_dirty_record_t *dr;
428870ff 1644 dmu_sync_arg_t *dsa;
5dbd68a3 1645 zbookmark_phys_t zb;
428870ff 1646 zio_prop_t zp;
572e2857 1647 dnode_t *dn;
34dc7c2f 1648
428870ff 1649 ASSERT(pio != NULL);
34dc7c2f
BB
1650 ASSERT(txg != 0);
1651
428870ff
BB
1652 SET_BOOKMARK(&zb, ds->ds_object,
1653 db->db.db_object, db->db_level, db->db_blkid);
1654
572e2857
BB
1655 DB_DNODE_ENTER(db);
1656 dn = DB_DNODE(db);
2aa34383
DK
1657 dmu_write_policy(os, dn, db->db_level, WP_DMU_SYNC,
1658 ZIO_COMPRESS_INHERIT, &zp);
572e2857 1659 DB_DNODE_EXIT(db);
34dc7c2f
BB
1660
1661 /*
428870ff 1662 * If we're frozen (running ziltest), we always need to generate a bp.
34dc7c2f 1663 */
428870ff
BB
1664 if (txg > spa_freeze_txg(os->os_spa))
1665 return (dmu_sync_late_arrival(pio, os, done, zgd, &zp, &zb));
34dc7c2f
BB
1666
1667 /*
428870ff
BB
1668 * Grabbing db_mtx now provides a barrier between dbuf_sync_leaf()
1669 * and us. If we determine that this txg is not yet syncing,
1670 * but it begins to sync a moment later, that's OK because the
1671 * sync thread will block in dbuf_sync_leaf() until we drop db_mtx.
34dc7c2f 1672 */
428870ff
BB
1673 mutex_enter(&db->db_mtx);
1674
1675 if (txg <= spa_last_synced_txg(os->os_spa)) {
34dc7c2f 1676 /*
428870ff 1677 * This txg has already synced. There's nothing to do.
34dc7c2f 1678 */
428870ff 1679 mutex_exit(&db->db_mtx);
2e528b49 1680 return (SET_ERROR(EEXIST));
34dc7c2f
BB
1681 }
1682
428870ff
BB
1683 if (txg <= spa_syncing_txg(os->os_spa)) {
1684 /*
1685 * This txg is currently syncing, so we can't mess with
1686 * the dirty record anymore; just write a new log block.
1687 */
1688 mutex_exit(&db->db_mtx);
1689 return (dmu_sync_late_arrival(pio, os, done, zgd, &zp, &zb));
34dc7c2f
BB
1690 }
1691
1692 dr = db->db_last_dirty;
428870ff 1693 while (dr && dr->dr_txg != txg)
34dc7c2f 1694 dr = dr->dr_next;
428870ff
BB
1695
1696 if (dr == NULL) {
34dc7c2f 1697 /*
428870ff 1698 * There's no dr for this dbuf, so it must have been freed.
34dc7c2f
BB
1699 * There's no need to log writes to freed blocks, so we're done.
1700 */
1701 mutex_exit(&db->db_mtx);
2e528b49 1702 return (SET_ERROR(ENOENT));
34dc7c2f
BB
1703 }
1704
03c6040b
GW
1705 ASSERT(dr->dr_next == NULL || dr->dr_next->dr_txg < txg);
1706
1707 /*
f3c517d8
MA
1708 * Assume the on-disk data is X, the current syncing data (in
1709 * txg - 1) is Y, and the current in-memory data is Z (currently
1710 * in dmu_sync).
1711 *
1712 * We usually want to perform a nopwrite if X and Z are the
1713 * same. However, if Y is different (i.e. the BP is going to
1714 * change before this write takes effect), then a nopwrite will
1715 * be incorrect - we would override with X, which could have
1716 * been freed when Y was written.
1717 *
1718 * (Note that this is not a concern when we are nop-writing from
1719 * syncing context, because X and Y must be identical, because
1720 * all previous txgs have been synced.)
1721 *
1722 * Therefore, we disable nopwrite if the current BP could change
1723 * before this TXG. There are two ways it could change: by
1724 * being dirty (dr_next is non-NULL), or by being freed
1725 * (dnode_block_freed()). This behavior is verified by
1726 * zio_done(), which VERIFYs that the override BP is identical
1727 * to the on-disk BP.
03c6040b 1728 */
f3c517d8
MA
1729 DB_DNODE_ENTER(db);
1730 dn = DB_DNODE(db);
1731 if (dr->dr_next != NULL || dnode_block_freed(dn, db->db_blkid))
03c6040b 1732 zp.zp_nopwrite = B_FALSE;
f3c517d8 1733 DB_DNODE_EXIT(db);
03c6040b 1734
34dc7c2f 1735 ASSERT(dr->dr_txg == txg);
428870ff
BB
1736 if (dr->dt.dl.dr_override_state == DR_IN_DMU_SYNC ||
1737 dr->dt.dl.dr_override_state == DR_OVERRIDDEN) {
34dc7c2f 1738 /*
428870ff
BB
1739 * We have already issued a sync write for this buffer,
1740 * or this buffer has already been synced. It could not
34dc7c2f
BB
1741 * have been dirtied since, or we would have cleared the state.
1742 */
34dc7c2f 1743 mutex_exit(&db->db_mtx);
2e528b49 1744 return (SET_ERROR(EALREADY));
34dc7c2f
BB
1745 }
1746
428870ff 1747 ASSERT(dr->dt.dl.dr_override_state == DR_NOT_OVERRIDDEN);
34dc7c2f 1748 dr->dt.dl.dr_override_state = DR_IN_DMU_SYNC;
34dc7c2f 1749 mutex_exit(&db->db_mtx);
34dc7c2f 1750
79c76d5b 1751 dsa = kmem_alloc(sizeof (dmu_sync_arg_t), KM_SLEEP);
428870ff
BB
1752 dsa->dsa_dr = dr;
1753 dsa->dsa_done = done;
1754 dsa->dsa_zgd = zgd;
1755 dsa->dsa_tx = NULL;
b128c09f 1756
428870ff 1757 zio_nowait(arc_write(pio, os->os_spa, txg,
3a17a7a9 1758 bp, dr->dt.dl.dr_data, DBUF_IS_L2CACHEABLE(db),
d3c2ae1c 1759 &zp, dmu_sync_ready, NULL, NULL, dmu_sync_done, dsa,
bc77ba73 1760 ZIO_PRIORITY_SYNC_WRITE, ZIO_FLAG_CANFAIL, &zb));
b128c09f 1761
428870ff 1762 return (0);
34dc7c2f
BB
1763}
1764
1765int
1766dmu_object_set_blocksize(objset_t *os, uint64_t object, uint64_t size, int ibs,
4ea3f864 1767 dmu_tx_t *tx)
34dc7c2f
BB
1768{
1769 dnode_t *dn;
1770 int err;
1771
428870ff 1772 err = dnode_hold(os, object, FTAG, &dn);
34dc7c2f
BB
1773 if (err)
1774 return (err);
1775 err = dnode_set_blksz(dn, size, ibs, tx);
1776 dnode_rele(dn, FTAG);
1777 return (err);
1778}
1779
1780void
1781dmu_object_set_checksum(objset_t *os, uint64_t object, uint8_t checksum,
4ea3f864 1782 dmu_tx_t *tx)
34dc7c2f
BB
1783{
1784 dnode_t *dn;
1785
9b67f605
MA
1786 /*
1787 * Send streams include each object's checksum function. This
1788 * check ensures that the receiving system can understand the
1789 * checksum function transmitted.
1790 */
1791 ASSERT3U(checksum, <, ZIO_CHECKSUM_LEGACY_FUNCTIONS);
1792
1793 VERIFY0(dnode_hold(os, object, FTAG, &dn));
1794 ASSERT3U(checksum, <, ZIO_CHECKSUM_FUNCTIONS);
34dc7c2f
BB
1795 dn->dn_checksum = checksum;
1796 dnode_setdirty(dn, tx);
1797 dnode_rele(dn, FTAG);
1798}
1799
1800void
1801dmu_object_set_compress(objset_t *os, uint64_t object, uint8_t compress,
4ea3f864 1802 dmu_tx_t *tx)
34dc7c2f
BB
1803{
1804 dnode_t *dn;
1805
9b67f605
MA
1806 /*
1807 * Send streams include each object's compression function. This
1808 * check ensures that the receiving system can understand the
1809 * compression function transmitted.
1810 */
1811 ASSERT3U(compress, <, ZIO_COMPRESS_LEGACY_FUNCTIONS);
1812
1813 VERIFY0(dnode_hold(os, object, FTAG, &dn));
34dc7c2f
BB
1814 dn->dn_compress = compress;
1815 dnode_setdirty(dn, tx);
1816 dnode_rele(dn, FTAG);
1817}
1818
428870ff
BB
1819int zfs_mdcomp_disable = 0;
1820
faf0f58c
MA
1821/*
1822 * When the "redundant_metadata" property is set to "most", only indirect
1823 * blocks of this level and higher will have an additional ditto block.
1824 */
1825int zfs_redundant_metadata_most_ditto_level = 2;
1826
428870ff 1827void
2aa34383
DK
1828dmu_write_policy(objset_t *os, dnode_t *dn, int level, int wp,
1829 enum zio_compress override_compress, zio_prop_t *zp)
428870ff
BB
1830{
1831 dmu_object_type_t type = dn ? dn->dn_type : DMU_OT_OBJSET;
9ae529ec 1832 boolean_t ismd = (level > 0 || DMU_OT_IS_METADATA(type) ||
572e2857 1833 (wp & WP_SPILL));
428870ff
BB
1834 enum zio_checksum checksum = os->os_checksum;
1835 enum zio_compress compress = os->os_compress;
1836 enum zio_checksum dedup_checksum = os->os_dedup_checksum;
03c6040b
GW
1837 boolean_t dedup = B_FALSE;
1838 boolean_t nopwrite = B_FALSE;
428870ff
BB
1839 boolean_t dedup_verify = os->os_dedup_verify;
1840 int copies = os->os_copies;
1841
1842 /*
03c6040b
GW
1843 * We maintain different write policies for each of the following
1844 * types of data:
1845 * 1. metadata
1846 * 2. preallocated blocks (i.e. level-0 blocks of a dump device)
1847 * 3. all other level 0 blocks
428870ff
BB
1848 */
1849 if (ismd) {
62bdd5eb
DL
1850 if (zfs_mdcomp_disable) {
1851 compress = ZIO_COMPRESS_EMPTY;
62bdd5eb 1852 } else {
99197f03
JG
1853 /*
1854 * XXX -- we should design a compression algorithm
1855 * that specializes in arrays of bps.
1856 */
1857 compress = zio_compress_select(os->os_spa,
1858 ZIO_COMPRESS_ON, ZIO_COMPRESS_ON);
62bdd5eb 1859 }
03c6040b 1860
428870ff
BB
1861 /*
1862 * Metadata always gets checksummed. If the data
1863 * checksum is multi-bit correctable, and it's not a
1864 * ZBT-style checksum, then it's suitable for metadata
1865 * as well. Otherwise, the metadata checksum defaults
1866 * to fletcher4.
1867 */
3c67d83a
TH
1868 if (!(zio_checksum_table[checksum].ci_flags &
1869 ZCHECKSUM_FLAG_METADATA) ||
1870 (zio_checksum_table[checksum].ci_flags &
1871 ZCHECKSUM_FLAG_EMBEDDED))
428870ff 1872 checksum = ZIO_CHECKSUM_FLETCHER_4;
faf0f58c
MA
1873
1874 if (os->os_redundant_metadata == ZFS_REDUNDANT_METADATA_ALL ||
1875 (os->os_redundant_metadata ==
1876 ZFS_REDUNDANT_METADATA_MOST &&
1877 (level >= zfs_redundant_metadata_most_ditto_level ||
1878 DMU_OT_IS_METADATA(type) || (wp & WP_SPILL))))
1879 copies++;
03c6040b
GW
1880 } else if (wp & WP_NOFILL) {
1881 ASSERT(level == 0);
428870ff 1882
428870ff 1883 /*
03c6040b
GW
1884 * If we're writing preallocated blocks, we aren't actually
1885 * writing them so don't set any policy properties. These
1886 * blocks are currently only used by an external subsystem
1887 * outside of zfs (i.e. dump) and not written by the zio
1888 * pipeline.
428870ff 1889 */
03c6040b
GW
1890 compress = ZIO_COMPRESS_OFF;
1891 checksum = ZIO_CHECKSUM_OFF;
428870ff 1892 } else {
99197f03
JG
1893 compress = zio_compress_select(os->os_spa, dn->dn_compress,
1894 compress);
428870ff 1895
03c6040b
GW
1896 checksum = (dedup_checksum == ZIO_CHECKSUM_OFF) ?
1897 zio_checksum_select(dn->dn_checksum, checksum) :
1898 dedup_checksum;
428870ff 1899
03c6040b
GW
1900 /*
1901 * Determine dedup setting. If we are in dmu_sync(),
1902 * we won't actually dedup now because that's all
1903 * done in syncing context; but we do want to use the
1904 * dedup checkum. If the checksum is not strong
1905 * enough to ensure unique signatures, force
1906 * dedup_verify.
1907 */
1908 if (dedup_checksum != ZIO_CHECKSUM_OFF) {
1909 dedup = (wp & WP_DMU_SYNC) ? B_FALSE : B_TRUE;
3c67d83a
TH
1910 if (!(zio_checksum_table[checksum].ci_flags &
1911 ZCHECKSUM_FLAG_DEDUP))
03c6040b
GW
1912 dedup_verify = B_TRUE;
1913 }
428870ff 1914
03c6040b 1915 /*
3c67d83a
TH
1916 * Enable nopwrite if we have secure enough checksum
1917 * algorithm (see comment in zio_nop_write) and
1918 * compression is enabled. We don't enable nopwrite if
1919 * dedup is enabled as the two features are mutually
1920 * exclusive.
03c6040b 1921 */
3c67d83a
TH
1922 nopwrite = (!dedup && (zio_checksum_table[checksum].ci_flags &
1923 ZCHECKSUM_FLAG_NOPWRITE) &&
03c6040b 1924 compress != ZIO_COMPRESS_OFF && zfs_nopwrite_enabled);
428870ff
BB
1925 }
1926
1927 zp->zp_checksum = checksum;
2aa34383
DK
1928
1929 /*
1930 * If we're writing a pre-compressed buffer, the compression type we use
1931 * must match the data. If it hasn't been compressed yet, then we should
1932 * use the value dictated by the policies above.
1933 */
1934 zp->zp_compress = override_compress != ZIO_COMPRESS_INHERIT
1935 ? override_compress : compress;
1936 ASSERT3U(zp->zp_compress, !=, ZIO_COMPRESS_INHERIT);
1937
428870ff
BB
1938 zp->zp_type = (wp & WP_SPILL) ? dn->dn_bonustype : type;
1939 zp->zp_level = level;
faf0f58c 1940 zp->zp_copies = MIN(copies, spa_max_replication(os->os_spa));
428870ff
BB
1941 zp->zp_dedup = dedup;
1942 zp->zp_dedup_verify = dedup && dedup_verify;
03c6040b 1943 zp->zp_nopwrite = nopwrite;
428870ff
BB
1944}
1945
34dc7c2f
BB
1946int
1947dmu_offset_next(objset_t *os, uint64_t object, boolean_t hole, uint64_t *off)
1948{
1949 dnode_t *dn;
1950 int i, err;
1951
428870ff 1952 err = dnode_hold(os, object, FTAG, &dn);
34dc7c2f
BB
1953 if (err)
1954 return (err);
1955 /*
1956 * Sync any current changes before
1957 * we go trundling through the block pointers.
1958 */
1959 for (i = 0; i < TXG_SIZE; i++) {
1960 if (list_link_active(&dn->dn_dirty_link[i]))
1961 break;
1962 }
1963 if (i != TXG_SIZE) {
1964 dnode_rele(dn, FTAG);
1965 txg_wait_synced(dmu_objset_pool(os), 0);
428870ff 1966 err = dnode_hold(os, object, FTAG, &dn);
34dc7c2f
BB
1967 if (err)
1968 return (err);
1969 }
1970
b128c09f 1971 err = dnode_next_offset(dn, (hole ? DNODE_FIND_HOLE : 0), off, 1, 1, 0);
34dc7c2f
BB
1972 dnode_rele(dn, FTAG);
1973
1974 return (err);
1975}
1976
1977void
e0b0ca98 1978__dmu_object_info_from_dnode(dnode_t *dn, dmu_object_info_t *doi)
34dc7c2f 1979{
e0b0ca98 1980 dnode_phys_t *dnp = dn->dn_phys;
d6320ddb 1981 int i;
428870ff 1982
34dc7c2f
BB
1983 doi->doi_data_block_size = dn->dn_datablksz;
1984 doi->doi_metadata_block_size = dn->dn_indblkshift ?
1985 1ULL << dn->dn_indblkshift : 0;
428870ff
BB
1986 doi->doi_type = dn->dn_type;
1987 doi->doi_bonus_type = dn->dn_bonustype;
1988 doi->doi_bonus_size = dn->dn_bonuslen;
50c957f7 1989 doi->doi_dnodesize = dn->dn_num_slots << DNODE_SHIFT;
34dc7c2f
BB
1990 doi->doi_indirection = dn->dn_nlevels;
1991 doi->doi_checksum = dn->dn_checksum;
1992 doi->doi_compress = dn->dn_compress;
6c59307a 1993 doi->doi_nblkptr = dn->dn_nblkptr;
428870ff 1994 doi->doi_physical_blocks_512 = (DN_USED_BYTES(dnp) + 256) >> 9;
d1fada1e 1995 doi->doi_max_offset = (dn->dn_maxblkid + 1) * dn->dn_datablksz;
428870ff 1996 doi->doi_fill_count = 0;
d6320ddb 1997 for (i = 0; i < dnp->dn_nblkptr; i++)
9b67f605 1998 doi->doi_fill_count += BP_GET_FILL(&dnp->dn_blkptr[i]);
e0b0ca98
BB
1999}
2000
2001void
2002dmu_object_info_from_dnode(dnode_t *dn, dmu_object_info_t *doi)
2003{
2004 rw_enter(&dn->dn_struct_rwlock, RW_READER);
2005 mutex_enter(&dn->dn_mtx);
2006
2007 __dmu_object_info_from_dnode(dn, doi);
34dc7c2f
BB
2008
2009 mutex_exit(&dn->dn_mtx);
2010 rw_exit(&dn->dn_struct_rwlock);
2011}
2012
2013/*
2014 * Get information on a DMU object.
2015 * If doi is NULL, just indicates whether the object exists.
2016 */
2017int
2018dmu_object_info(objset_t *os, uint64_t object, dmu_object_info_t *doi)
2019{
2020 dnode_t *dn;
428870ff 2021 int err = dnode_hold(os, object, FTAG, &dn);
34dc7c2f
BB
2022
2023 if (err)
2024 return (err);
2025
2026 if (doi != NULL)
2027 dmu_object_info_from_dnode(dn, doi);
2028
2029 dnode_rele(dn, FTAG);
2030 return (0);
2031}
2032
2033/*
2034 * As above, but faster; can be used when you have a held dbuf in hand.
2035 */
2036void
572e2857 2037dmu_object_info_from_db(dmu_buf_t *db_fake, dmu_object_info_t *doi)
34dc7c2f 2038{
572e2857
BB
2039 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake;
2040
2041 DB_DNODE_ENTER(db);
2042 dmu_object_info_from_dnode(DB_DNODE(db), doi);
2043 DB_DNODE_EXIT(db);
34dc7c2f
BB
2044}
2045
2046/*
2047 * Faster still when you only care about the size.
2048 * This is specifically optimized for zfs_getattr().
2049 */
2050void
572e2857
BB
2051dmu_object_size_from_db(dmu_buf_t *db_fake, uint32_t *blksize,
2052 u_longlong_t *nblk512)
34dc7c2f 2053{
572e2857
BB
2054 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake;
2055 dnode_t *dn;
2056
2057 DB_DNODE_ENTER(db);
2058 dn = DB_DNODE(db);
34dc7c2f
BB
2059
2060 *blksize = dn->dn_datablksz;
50c957f7 2061 /* add in number of slots used for the dnode itself */
34dc7c2f 2062 *nblk512 = ((DN_USED_BYTES(dn->dn_phys) + SPA_MINBLOCKSIZE/2) >>
50c957f7
NB
2063 SPA_MINBLOCKSHIFT) + dn->dn_num_slots;
2064 DB_DNODE_EXIT(db);
2065}
2066
2067void
2068dmu_object_dnsize_from_db(dmu_buf_t *db_fake, int *dnsize)
2069{
2070 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake;
2071 dnode_t *dn;
2072
2073 DB_DNODE_ENTER(db);
2074 dn = DB_DNODE(db);
2075 *dnsize = dn->dn_num_slots << DNODE_SHIFT;
572e2857 2076 DB_DNODE_EXIT(db);
34dc7c2f
BB
2077}
2078
2079void
2080byteswap_uint64_array(void *vbuf, size_t size)
2081{
2082 uint64_t *buf = vbuf;
2083 size_t count = size >> 3;
2084 int i;
2085
2086 ASSERT((size & 7) == 0);
2087
2088 for (i = 0; i < count; i++)
2089 buf[i] = BSWAP_64(buf[i]);
2090}
2091
2092void
2093byteswap_uint32_array(void *vbuf, size_t size)
2094{
2095 uint32_t *buf = vbuf;
2096 size_t count = size >> 2;
2097 int i;
2098
2099 ASSERT((size & 3) == 0);
2100
2101 for (i = 0; i < count; i++)
2102 buf[i] = BSWAP_32(buf[i]);
2103}
2104
2105void
2106byteswap_uint16_array(void *vbuf, size_t size)
2107{
2108 uint16_t *buf = vbuf;
2109 size_t count = size >> 1;
2110 int i;
2111
2112 ASSERT((size & 1) == 0);
2113
2114 for (i = 0; i < count; i++)
2115 buf[i] = BSWAP_16(buf[i]);
2116}
2117
2118/* ARGSUSED */
2119void
2120byteswap_uint8_array(void *vbuf, size_t size)
2121{
2122}
2123
2124void
2125dmu_init(void)
2126{
a6255b7f 2127 abd_init();
428870ff 2128 zfs_dbgmsg_init();
572e2857
BB
2129 sa_cache_init();
2130 xuio_stat_init();
2131 dmu_objset_init();
34dc7c2f 2132 dnode_init();
428870ff 2133 zfetch_init();
570827e1 2134 dmu_tx_init();
34dc7c2f 2135 l2arc_init();
29809a6c 2136 arc_init();
d3c2ae1c 2137 dbuf_init();
34dc7c2f
BB
2138}
2139
2140void
2141dmu_fini(void)
2142{
e49f1e20 2143 arc_fini(); /* arc depends on l2arc, so arc must go first */
29809a6c 2144 l2arc_fini();
570827e1 2145 dmu_tx_fini();
428870ff 2146 zfetch_fini();
34dc7c2f 2147 dbuf_fini();
572e2857
BB
2148 dnode_fini();
2149 dmu_objset_fini();
428870ff
BB
2150 xuio_stat_fini();
2151 sa_cache_fini();
2152 zfs_dbgmsg_fini();
a6255b7f 2153 abd_fini();
34dc7c2f 2154}
c28b2279
BB
2155
2156#if defined(_KERNEL) && defined(HAVE_SPL)
2157EXPORT_SYMBOL(dmu_bonus_hold);
a473d90c
AZ
2158EXPORT_SYMBOL(dmu_buf_hold_array_by_bonus);
2159EXPORT_SYMBOL(dmu_buf_rele_array);
57b650b8 2160EXPORT_SYMBOL(dmu_prefetch);
c28b2279 2161EXPORT_SYMBOL(dmu_free_range);
57b650b8 2162EXPORT_SYMBOL(dmu_free_long_range);
b663a23d 2163EXPORT_SYMBOL(dmu_free_long_object);
c28b2279 2164EXPORT_SYMBOL(dmu_read);
0eef1bde 2165EXPORT_SYMBOL(dmu_read_by_dnode);
c28b2279 2166EXPORT_SYMBOL(dmu_write);
0eef1bde 2167EXPORT_SYMBOL(dmu_write_by_dnode);
57b650b8 2168EXPORT_SYMBOL(dmu_prealloc);
c28b2279
BB
2169EXPORT_SYMBOL(dmu_object_info);
2170EXPORT_SYMBOL(dmu_object_info_from_dnode);
2171EXPORT_SYMBOL(dmu_object_info_from_db);
2172EXPORT_SYMBOL(dmu_object_size_from_db);
50c957f7 2173EXPORT_SYMBOL(dmu_object_dnsize_from_db);
c28b2279
BB
2174EXPORT_SYMBOL(dmu_object_set_blocksize);
2175EXPORT_SYMBOL(dmu_object_set_checksum);
2176EXPORT_SYMBOL(dmu_object_set_compress);
57b650b8
BB
2177EXPORT_SYMBOL(dmu_write_policy);
2178EXPORT_SYMBOL(dmu_sync);
b10c77f7
BB
2179EXPORT_SYMBOL(dmu_request_arcbuf);
2180EXPORT_SYMBOL(dmu_return_arcbuf);
2181EXPORT_SYMBOL(dmu_assign_arcbuf);
2182EXPORT_SYMBOL(dmu_buf_hold);
c28b2279 2183EXPORT_SYMBOL(dmu_ot);
afec56b4
BB
2184
2185module_param(zfs_mdcomp_disable, int, 0644);
2186MODULE_PARM_DESC(zfs_mdcomp_disable, "Disable meta data compression");
03c6040b
GW
2187
2188module_param(zfs_nopwrite_enabled, int, 0644);
2189MODULE_PARM_DESC(zfs_nopwrite_enabled, "Enable NOP writes");
2190
c28b2279 2191#endif