76c141a4a089f3a41132186f215e8b4099b53a85
[dragonfly.git] / sys / kern / subr_disk.c
1 /*
2  * Copyright (c) 2003,2004,2009 The DragonFly Project.  All rights reserved.
3  *
4  * This code is derived from software contributed to The DragonFly Project
5  * by Matthew Dillon <dillon@backplane.com>
6  * and Alex Hornung <ahornung@gmail.com>
7  *
8  * Redistribution and use in source and binary forms, with or without
9  * modification, are permitted provided that the following conditions
10  * are met:
11  *
12  * 1. Redistributions of source code must retain the above copyright
13  *    notice, this list of conditions and the following disclaimer.
14  * 2. Redistributions in binary form must reproduce the above copyright
15  *    notice, this list of conditions and the following disclaimer in
16  *    the documentation and/or other materials provided with the
17  *    distribution.
18  * 3. Neither the name of The DragonFly Project nor the names of its
19  *    contributors may be used to endorse or promote products derived
20  *    from this software without specific, prior written permission.
21  *
22  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
23  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
24  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
25  * FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE
26  * COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
27  * INCIDENTAL, SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING,
28  * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
29  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
30  * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
31  * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
32  * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33  * SUCH DAMAGE.
34  *
35  * ----------------------------------------------------------------------------
36  * "THE BEER-WARE LICENSE" (Revision 42):
37  * <phk@FreeBSD.ORG> wrote this file.  As long as you retain this notice you
38  * can do whatever you want with this stuff. If we meet some day, and you think
39  * this stuff is worth it, you can buy me a beer in return.   Poul-Henning Kamp
40  * ----------------------------------------------------------------------------
41  *
42  * Copyright (c) 1982, 1986, 1988, 1993
43  *      The Regents of the University of California.  All rights reserved.
44  * (c) UNIX System Laboratories, Inc.
45  * All or some portions of this file are derived from material licensed
46  * to the University of California by American Telephone and Telegraph
47  * Co. or Unix System Laboratories, Inc. and are reproduced herein with
48  * the permission of UNIX System Laboratories, Inc.
49  *
50  * Redistribution and use in source and binary forms, with or without
51  * modification, are permitted provided that the following conditions
52  * are met:
53  * 1. Redistributions of source code must retain the above copyright
54  *    notice, this list of conditions and the following disclaimer.
55  * 2. Redistributions in binary form must reproduce the above copyright
56  *    notice, this list of conditions and the following disclaimer in the
57  *    documentation and/or other materials provided with the distribution.
58  * 3. All advertising materials mentioning features or use of this software
59  *    must display the following acknowledgement:
60  *      This product includes software developed by the University of
61  *      California, Berkeley and its contributors.
62  * 4. Neither the name of the University nor the names of its contributors
63  *    may be used to endorse or promote products derived from this software
64  *    without specific prior written permission.
65  *
66  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
67  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
68  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
69  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
70  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
71  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
72  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
73  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
74  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
75  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
76  * SUCH DAMAGE.
77  *
78  *      @(#)ufs_disksubr.c      8.5 (Berkeley) 1/21/94
79  * $FreeBSD: src/sys/kern/subr_disk.c,v 1.20.2.6 2001/10/05 07:14:57 peter Exp $
80  * $FreeBSD: src/sys/ufs/ufs/ufs_disksubr.c,v 1.44.2.3 2001/03/05 05:42:19 obrien Exp $
81  * $DragonFly: src/sys/kern/subr_disk.c,v 1.40 2008/06/05 18:06:32 swildner Exp $
82  */
83
84 #include <sys/param.h>
85 #include <sys/systm.h>
86 #include <sys/kernel.h>
87 #include <sys/proc.h>
88 #include <sys/sysctl.h>
89 #include <sys/buf.h>
90 #include <sys/conf.h>
91 #include <sys/disklabel.h>
92 #include <sys/disklabel32.h>
93 #include <sys/disklabel64.h>
94 #include <sys/diskslice.h>
95 #include <sys/diskmbr.h>
96 #include <sys/disk.h>
97 #include <sys/kerneldump.h>
98 #include <sys/malloc.h>
99 #include <sys/sysctl.h>
100 #include <machine/md_var.h>
101 #include <sys/ctype.h>
102 #include <sys/syslog.h>
103 #include <sys/device.h>
104 #include <sys/msgport.h>
105 #include <sys/devfs.h>
106 #include <sys/thread.h>
107 #include <sys/dsched.h>
108 #include <sys/queue.h>
109 #include <sys/lock.h>
110 #include <sys/udev.h>
111 #include <sys/uuid.h>
112
113 #include <sys/buf2.h>
114 #include <sys/mplock2.h>
115 #include <sys/msgport2.h>
116 #include <sys/thread2.h>
117
118 static MALLOC_DEFINE(M_DISK, "disk", "disk data");
119 static int disk_debug_enable = 0;
120
121 static void disk_msg_autofree_reply(lwkt_port_t, lwkt_msg_t);
122 static void disk_msg_core(void *);
123 static int disk_probe_slice(struct disk *dp, cdev_t dev, int slice, int reprobe);
124 static void disk_probe(struct disk *dp, int reprobe);
125 static void _setdiskinfo(struct disk *disk, struct disk_info *info);
126 static void bioqwritereorder(struct bio_queue_head *bioq);
127 static void disk_cleanserial(char *serno);
128 static int disk_debug(int, char *, ...) __printflike(2, 3);
129 static cdev_t _disk_create_named(const char *name, int unit, struct disk *dp,
130     struct dev_ops *raw_ops, int clone);
131
132 static d_open_t diskopen;
133 static d_close_t diskclose;
134 static d_ioctl_t diskioctl;
135 static d_strategy_t diskstrategy;
136 static d_psize_t diskpsize;
137 static d_dump_t diskdump;
138
139 static LIST_HEAD(, disk) disklist = LIST_HEAD_INITIALIZER(&disklist);
140 static struct lwkt_token disklist_token;
141
142 static struct dev_ops disk_ops = {
143         { "disk", 0, D_DISK | D_MPSAFE },
144         .d_open = diskopen,
145         .d_close = diskclose,
146         .d_read = physread,
147         .d_write = physwrite,
148         .d_ioctl = diskioctl,
149         .d_strategy = diskstrategy,
150         .d_dump = diskdump,
151         .d_psize = diskpsize,
152 };
153
154 static struct objcache  *disk_msg_cache;
155
156 struct objcache_malloc_args disk_msg_malloc_args = {
157         sizeof(struct disk_msg), M_DISK };
158
159 static struct lwkt_port disk_dispose_port;
160 static struct lwkt_port disk_msg_port;
161
162 static int
163 disk_debug(int level, char *fmt, ...)
164 {
165         __va_list ap;
166
167         __va_start(ap, fmt);
168         if (level <= disk_debug_enable)
169                 kvprintf(fmt, ap);
170         __va_end(ap);
171
172         return 0;
173 }
174
175 static int
176 disk_probe_slice(struct disk *dp, cdev_t dev, int slice, int reprobe)
177 {
178         struct disk_info *info = &dp->d_info;
179         struct diskslice *sp = &dp->d_slice->dss_slices[slice];
180         disklabel_ops_t ops;
181         struct partinfo part;
182         const char *msg;
183         char uuid_buf[128];
184         cdev_t ndev;
185         int sno;
186         u_int i;
187
188         disk_debug(2,
189                     "disk_probe_slice (begin): %s (%s)\n",
190                         dev->si_name, dp->d_cdev->si_name);
191
192         sno = slice ? slice - 1 : 0;
193
194         ops = &disklabel32_ops;
195         msg = ops->op_readdisklabel(dev, sp, &sp->ds_label, info);
196         if (msg && !strcmp(msg, "no disk label")) {
197                 ops = &disklabel64_ops;
198                 msg = ops->op_readdisklabel(dev, sp, &sp->ds_label, info);
199         }
200         if (msg == NULL) {
201                 if (slice != WHOLE_DISK_SLICE)
202                         ops->op_adjust_label_reserved(dp->d_slice, slice, sp);
203                 else
204                         sp->ds_reserved = 0;
205
206                 sp->ds_ops = ops;
207                 for (i = 0; i < ops->op_getnumparts(sp->ds_label); i++) {
208                         ops->op_loadpartinfo(sp->ds_label, i, &part);
209                         if (part.fstype) {
210                                 if (reprobe &&
211                                     (ndev = devfs_find_device_by_name("%s%c",
212                                                 dev->si_name, 'a' + i))
213                                 ) {
214                                         /*
215                                          * Device already exists and
216                                          * is still valid.
217                                          */
218                                         ndev->si_flags |= SI_REPROBE_TEST;
219
220                                         /*
221                                          * Destroy old UUID alias
222                                          */
223                                         destroy_dev_alias(ndev, "part-by-uuid/*");
224
225                                         /* Create UUID alias */
226                                         if (!kuuid_is_nil(&part.storage_uuid)) {
227                                                 snprintf_uuid(uuid_buf,
228                                                     sizeof(uuid_buf),
229                                                     &part.storage_uuid);
230                                                 make_dev_alias(ndev,
231                                                     "part-by-uuid/%s",
232                                                     uuid_buf);
233                                         }
234                                 } else {
235                                         ndev = make_dev_covering(&disk_ops, dp->d_rawdev->si_ops,
236                                                 dkmakeminor(dkunit(dp->d_cdev),
237                                                             slice, i),
238                                                 UID_ROOT, GID_OPERATOR, 0640,
239                                                 "%s%c", dev->si_name, 'a'+ i);
240                                         ndev->si_disk = dp;
241                                         udev_dict_set_cstr(ndev, "subsystem", "disk");
242                                         /* Inherit parent's disk type */
243                                         if (dp->d_disktype) {
244                                                 udev_dict_set_cstr(ndev, "disk-type",
245                                                     __DECONST(char *, dp->d_disktype));
246                                         }
247
248                                         /* Create serno alias */
249                                         if (dp->d_info.d_serialno) {
250                                                 make_dev_alias(ndev,
251                                                     "serno/%s.s%d%c",
252                                                     dp->d_info.d_serialno,
253                                                     sno, 'a' + i);
254                                         }
255
256                                         /* Create UUID alias */
257                                         if (!kuuid_is_nil(&part.storage_uuid)) {
258                                                 snprintf_uuid(uuid_buf,
259                                                     sizeof(uuid_buf),
260                                                     &part.storage_uuid);
261                                                 make_dev_alias(ndev,
262                                                     "part-by-uuid/%s",
263                                                     uuid_buf);
264                                         }
265                                         ndev->si_flags |= SI_REPROBE_TEST;
266                                 }
267                         }
268                 }
269         } else if (info->d_dsflags & DSO_COMPATLABEL) {
270                 msg = NULL;
271                 if (sp->ds_size >= 0x100000000ULL)
272                         ops = &disklabel64_ops;
273                 else
274                         ops = &disklabel32_ops;
275                 sp->ds_label = ops->op_clone_label(info, sp);
276         } else {
277                 if (sp->ds_type == DOSPTYP_386BSD || /* XXX */
278                     sp->ds_type == DOSPTYP_NETBSD ||
279                     sp->ds_type == DOSPTYP_OPENBSD) {
280                         log(LOG_WARNING, "%s: cannot find label (%s)\n",
281                             dev->si_name, msg);
282                 }
283         }
284
285         if (msg == NULL) {
286                 sp->ds_wlabel = FALSE;
287         }
288
289         return (msg ? EINVAL : 0);
290 }
291
292 /*
293  * This routine is only called for newly minted drives or to reprobe
294  * a drive with no open slices.  disk_probe_slice() is called directly
295  * when reprobing partition changes within slices.
296  */
297 static void
298 disk_probe(struct disk *dp, int reprobe)
299 {
300         struct disk_info *info = &dp->d_info;
301         cdev_t dev = dp->d_cdev;
302         cdev_t ndev;
303         int error, i, sno;
304         struct diskslices *osp;
305         struct diskslice *sp;
306         char uuid_buf[128];
307
308         KKASSERT (info->d_media_blksize != 0);
309
310         osp = dp->d_slice;
311         dp->d_slice = dsmakeslicestruct(BASE_SLICE, info);
312         disk_debug(1, "disk_probe (begin): %s\n", dp->d_cdev->si_name);
313
314         error = mbrinit(dev, info, &(dp->d_slice));
315         if (error) {
316                 dsgone(&osp);
317                 return;
318         }
319
320         for (i = 0; i < dp->d_slice->dss_nslices; i++) {
321                 /*
322                  * Ignore the whole-disk slice, it has already been created.
323                  */
324                 if (i == WHOLE_DISK_SLICE)
325                         continue;
326
327 #if 1
328                 /*
329                  * Ignore the compatibility slice s0 if it's a device mapper
330                  * volume.
331                  */
332                 if ((i == COMPATIBILITY_SLICE) &&
333                     (info->d_dsflags & DSO_DEVICEMAPPER))
334                         continue;
335 #endif
336
337                 sp = &dp->d_slice->dss_slices[i];
338
339                 /*
340                  * Handle s0.  s0 is a compatibility slice if there are no
341                  * other slices and it has not otherwise been set up, else
342                  * we ignore it.
343                  */
344                 if (i == COMPATIBILITY_SLICE) {
345                         sno = 0;
346                         if (sp->ds_type == 0 &&
347                             dp->d_slice->dss_nslices == BASE_SLICE) {
348                                 sp->ds_size = info->d_media_blocks;
349                                 sp->ds_reserved = 0;
350                         }
351                 } else {
352                         sno = i - 1;
353                         sp->ds_reserved = 0;
354                 }
355
356                 /*
357                  * Ignore 0-length slices
358                  */
359                 if (sp->ds_size == 0)
360                         continue;
361
362                 if (reprobe &&
363                     (ndev = devfs_find_device_by_name("%ss%d",
364                                                       dev->si_name, sno))) {
365                         /*
366                          * Device already exists and is still valid
367                          */
368                         ndev->si_flags |= SI_REPROBE_TEST;
369
370                         /*
371                          * Destroy old UUID alias
372                          */
373                         destroy_dev_alias(ndev, "slice-by-uuid/*");
374
375                         /* Create UUID alias */
376                         if (!kuuid_is_nil(&sp->ds_stor_uuid)) {
377                                 snprintf_uuid(uuid_buf, sizeof(uuid_buf),
378                                     &sp->ds_stor_uuid);
379                                 make_dev_alias(ndev, "slice-by-uuid/%s",
380                                     uuid_buf);
381                         }
382                 } else {
383                         /*
384                          * Else create new device
385                          */
386                         ndev = make_dev_covering(&disk_ops, dp->d_rawdev->si_ops,
387                                         dkmakewholeslice(dkunit(dev), i),
388                                         UID_ROOT, GID_OPERATOR, 0640,
389                                         (info->d_dsflags & DSO_DEVICEMAPPER)?
390                                         "%s.s%d" : "%ss%d", dev->si_name, sno);
391                         udev_dict_set_cstr(ndev, "subsystem", "disk");
392                         /* Inherit parent's disk type */
393                         if (dp->d_disktype) {
394                                 udev_dict_set_cstr(ndev, "disk-type",
395                                     __DECONST(char *, dp->d_disktype));
396                         }
397
398                         /* Create serno alias */
399                         if (dp->d_info.d_serialno) {
400                                 make_dev_alias(ndev, "serno/%s.s%d",
401                                                dp->d_info.d_serialno, sno);
402                         }
403
404                         /* Create UUID alias */
405                         if (!kuuid_is_nil(&sp->ds_stor_uuid)) {
406                                 snprintf_uuid(uuid_buf, sizeof(uuid_buf),
407                                     &sp->ds_stor_uuid);
408                                 make_dev_alias(ndev, "slice-by-uuid/%s",
409                                     uuid_buf);
410                         }
411
412                         ndev->si_disk = dp;
413                         ndev->si_flags |= SI_REPROBE_TEST;
414                 }
415                 sp->ds_dev = ndev;
416
417                 /*
418                  * Probe appropriate slices for a disklabel
419                  *
420                  * XXX slice type 1 used by our gpt probe code.
421                  * XXX slice type 0 used by mbr compat slice.
422                  */
423                 if (sp->ds_type == DOSPTYP_386BSD ||
424                     sp->ds_type == DOSPTYP_NETBSD ||
425                     sp->ds_type == DOSPTYP_OPENBSD ||
426                     sp->ds_type == 0 ||
427                     sp->ds_type == 1) {
428                         if (dp->d_slice->dss_first_bsd_slice == 0)
429                                 dp->d_slice->dss_first_bsd_slice = i;
430                         disk_probe_slice(dp, ndev, i, reprobe);
431                 }
432         }
433         dsgone(&osp);
434         disk_debug(1, "disk_probe (end): %s\n", dp->d_cdev->si_name);
435 }
436
437
438 static void
439 disk_msg_core(void *arg)
440 {
441         struct disk     *dp;
442         struct diskslice *sp;
443         disk_msg_t msg;
444         int run;
445
446         lwkt_gettoken(&disklist_token);
447         lwkt_initport_thread(&disk_msg_port, curthread);
448         wakeup(curthread);      /* synchronous startup */
449         lwkt_reltoken(&disklist_token);
450
451         get_mplock();   /* not mpsafe yet? */
452         run = 1;
453
454         while (run) {
455                 msg = (disk_msg_t)lwkt_waitport(&disk_msg_port, 0);
456
457                 switch (msg->hdr.u.ms_result) {
458                 case DISK_DISK_PROBE:
459                         dp = (struct disk *)msg->load;
460                         disk_debug(1,
461                                     "DISK_DISK_PROBE: %s\n",
462                                         dp->d_cdev->si_name);
463                         disk_probe(dp, 0);
464                         break;
465                 case DISK_DISK_DESTROY:
466                         dp = (struct disk *)msg->load;
467                         disk_debug(1,
468                                     "DISK_DISK_DESTROY: %s\n",
469                                         dp->d_cdev->si_name);
470                         devfs_destroy_subnames(dp->d_cdev->si_name);
471                         destroy_dev(dp->d_cdev);
472                         destroy_only_dev(dp->d_rawdev);
473                         lwkt_gettoken(&disklist_token);
474                         LIST_REMOVE(dp, d_list);
475                         lwkt_reltoken(&disklist_token);
476                         if (dp->d_info.d_serialno) {
477                                 kfree(dp->d_info.d_serialno, M_TEMP);
478                                 dp->d_info.d_serialno = NULL;
479                         }
480                         break;
481                 case DISK_UNPROBE:
482                         dp = (struct disk *)msg->load;
483                         disk_debug(1,
484                                     "DISK_DISK_UNPROBE: %s\n",
485                                         dp->d_cdev->si_name);
486                         devfs_destroy_subnames(dp->d_cdev->si_name);
487                         break;
488                 case DISK_SLICE_REPROBE:
489                         dp = (struct disk *)msg->load;
490                         sp = (struct diskslice *)msg->load2;
491                         devfs_clr_subnames_flag(sp->ds_dev->si_name,
492                                                 SI_REPROBE_TEST);
493                         disk_debug(1,
494                                     "DISK_SLICE_REPROBE: %s\n",
495                                     sp->ds_dev->si_name);
496                         disk_probe_slice(dp, sp->ds_dev,
497                                          dkslice(sp->ds_dev), 1);
498                         devfs_destroy_subnames_without_flag(
499                                         sp->ds_dev->si_name, SI_REPROBE_TEST);
500                         break;
501                 case DISK_DISK_REPROBE:
502                         dp = (struct disk *)msg->load;
503                         devfs_clr_subnames_flag(dp->d_cdev->si_name, SI_REPROBE_TEST);
504                         disk_debug(1,
505                                     "DISK_DISK_REPROBE: %s\n",
506                                     dp->d_cdev->si_name);
507                         disk_probe(dp, 1);
508                         devfs_destroy_subnames_without_flag(
509                                         dp->d_cdev->si_name, SI_REPROBE_TEST);
510                         break;
511                 case DISK_SYNC:
512                         disk_debug(1, "DISK_SYNC\n");
513                         break;
514                 default:
515                         devfs_debug(DEVFS_DEBUG_WARNING,
516                                     "disk_msg_core: unknown message "
517                                     "received at core\n");
518                         break;
519                 }
520                 lwkt_replymsg(&msg->hdr, 0);
521         }
522         lwkt_exit();
523 }
524
525
526 /*
527  * Acts as a message drain. Any message that is replied to here gets
528  * destroyed and the memory freed.
529  */
530 static void
531 disk_msg_autofree_reply(lwkt_port_t port, lwkt_msg_t msg)
532 {
533         objcache_put(disk_msg_cache, msg);
534 }
535
536
537 void
538 disk_msg_send(uint32_t cmd, void *load, void *load2)
539 {
540         disk_msg_t disk_msg;
541         lwkt_port_t port = &disk_msg_port;
542
543         disk_msg = objcache_get(disk_msg_cache, M_WAITOK);
544
545         lwkt_initmsg(&disk_msg->hdr, &disk_dispose_port, 0);
546
547         disk_msg->hdr.u.ms_result = cmd;
548         disk_msg->load = load;
549         disk_msg->load2 = load2;
550         KKASSERT(port);
551         lwkt_sendmsg(port, &disk_msg->hdr);
552 }
553
554 void
555 disk_msg_send_sync(uint32_t cmd, void *load, void *load2)
556 {
557         struct lwkt_port rep_port;
558         disk_msg_t disk_msg;
559         lwkt_port_t port;
560
561         disk_msg = objcache_get(disk_msg_cache, M_WAITOK);
562         port = &disk_msg_port;
563
564         /* XXX could probably use curthread's built-in msgport */
565         lwkt_initport_thread(&rep_port, curthread);
566         lwkt_initmsg(&disk_msg->hdr, &rep_port, 0);
567
568         disk_msg->hdr.u.ms_result = cmd;
569         disk_msg->load = load;
570         disk_msg->load2 = load2;
571
572         lwkt_sendmsg(port, &disk_msg->hdr);
573         lwkt_waitmsg(&disk_msg->hdr, 0);
574         objcache_put(disk_msg_cache, disk_msg);
575 }
576
577 /*
578  * Create a raw device for the dev_ops template (which is returned).  Also
579  * create a slice and unit managed disk and overload the user visible
580  * device space with it.
581  *
582  * NOTE: The returned raw device is NOT a slice and unit managed device.
583  * It is an actual raw device representing the raw disk as specified by
584  * the passed dev_ops.  The disk layer not only returns such a raw device,
585  * it also uses it internally when passing (modified) commands through.
586  */
587 cdev_t
588 disk_create(int unit, struct disk *dp, struct dev_ops *raw_ops)
589 {
590         return _disk_create_named(NULL, unit, dp, raw_ops, 0);
591 }
592
593 cdev_t
594 disk_create_clone(int unit, struct disk *dp, struct dev_ops *raw_ops)
595 {
596         return _disk_create_named(NULL, unit, dp, raw_ops, 1);
597 }
598
599 cdev_t
600 disk_create_named(const char *name, int unit, struct disk *dp, struct dev_ops *raw_ops)
601 {
602         return _disk_create_named(name, unit, dp, raw_ops, 0);
603 }
604
605 cdev_t
606 disk_create_named_clone(const char *name, int unit, struct disk *dp, struct dev_ops *raw_ops)
607 {
608         return _disk_create_named(name, unit, dp, raw_ops, 1);
609 }
610
611 static cdev_t
612 _disk_create_named(const char *name, int unit, struct disk *dp, struct dev_ops *raw_ops, int clone)
613 {
614         cdev_t rawdev;
615
616         disk_debug(1, "disk_create (begin): %s%d\n", name, unit);
617
618         if (name) {
619                 rawdev = make_only_dev(raw_ops, dkmakewholedisk(unit),
620                     UID_ROOT, GID_OPERATOR, 0640, "%s", name);
621         } else {
622                 rawdev = make_only_dev(raw_ops, dkmakewholedisk(unit),
623                     UID_ROOT, GID_OPERATOR, 0640,
624                     "%s%d", raw_ops->head.name, unit);
625         }
626
627         bzero(dp, sizeof(*dp));
628
629         dp->d_rawdev = rawdev;
630         dp->d_raw_ops = raw_ops;
631         dp->d_dev_ops = &disk_ops;
632
633         if (name) {
634                 if (clone) {
635                         dp->d_cdev = make_only_dev_covering(&disk_ops, dp->d_rawdev->si_ops,
636                             dkmakewholedisk(unit), UID_ROOT, GID_OPERATOR, 0640,
637                             "%s", name);
638                 } else {
639                         dp->d_cdev = make_dev_covering(&disk_ops, dp->d_rawdev->si_ops,
640                             dkmakewholedisk(unit), UID_ROOT, GID_OPERATOR, 0640,
641                             "%s", name);
642                 }
643         } else {
644                 if (clone) {
645                         dp->d_cdev = make_only_dev_covering(&disk_ops, dp->d_rawdev->si_ops,
646                             dkmakewholedisk(unit),
647                             UID_ROOT, GID_OPERATOR, 0640,
648                             "%s%d", raw_ops->head.name, unit);
649                 } else {
650                         dp->d_cdev = make_dev_covering(&disk_ops, dp->d_rawdev->si_ops,
651                             dkmakewholedisk(unit),
652                             UID_ROOT, GID_OPERATOR, 0640,
653                             "%s%d", raw_ops->head.name, unit);
654                 }
655         }
656
657         udev_dict_set_cstr(dp->d_cdev, "subsystem", "disk");
658         dp->d_cdev->si_disk = dp;
659
660         if (name)
661                 dsched_disk_create_callback(dp, name, unit);
662         else
663                 dsched_disk_create_callback(dp, raw_ops->head.name, unit);
664
665         lwkt_gettoken(&disklist_token);
666         LIST_INSERT_HEAD(&disklist, dp, d_list);
667         lwkt_reltoken(&disklist_token);
668
669         disk_debug(1, "disk_create (end): %s%d\n",
670             (name != NULL)?(name):(raw_ops->head.name), unit);
671
672         return (dp->d_rawdev);
673 }
674
675 int
676 disk_setdisktype(struct disk *disk, const char *type)
677 {
678         KKASSERT(disk != NULL);
679
680         disk->d_disktype = type;
681         return udev_dict_set_cstr(disk->d_cdev, "disk-type", __DECONST(char *, type));
682 }
683
684 static void
685 _setdiskinfo(struct disk *disk, struct disk_info *info)
686 {
687         char *oldserialno;
688
689         oldserialno = disk->d_info.d_serialno;
690         bcopy(info, &disk->d_info, sizeof(disk->d_info));
691         info = &disk->d_info;
692
693         disk_debug(1,
694                     "_setdiskinfo: %s\n",
695                         disk->d_cdev->si_name);
696
697         /*
698          * The serial number is duplicated so the caller can throw
699          * their copy away.
700          */
701         if (info->d_serialno && info->d_serialno[0]) {
702                 info->d_serialno = kstrdup(info->d_serialno, M_TEMP);
703                 disk_cleanserial(info->d_serialno);
704                 if (disk->d_cdev) {
705                         make_dev_alias(disk->d_cdev, "serno/%s",
706                                         info->d_serialno);
707                 }
708         } else {
709                 info->d_serialno = NULL;
710         }
711         if (oldserialno)
712                 kfree(oldserialno, M_TEMP);
713
714         dsched_disk_update_callback(disk, info);
715
716         /*
717          * The caller may set d_media_size or d_media_blocks and we
718          * calculate the other.
719          */
720         KKASSERT(info->d_media_size == 0 || info->d_media_blocks == 0);
721         if (info->d_media_size == 0 && info->d_media_blocks) {
722                 info->d_media_size = (u_int64_t)info->d_media_blocks *
723                                      info->d_media_blksize;
724         } else if (info->d_media_size && info->d_media_blocks == 0 &&
725                    info->d_media_blksize) {
726                 info->d_media_blocks = info->d_media_size /
727                                        info->d_media_blksize;
728         }
729
730         /*
731          * The si_* fields for rawdev are not set until after the
732          * disk_create() call, so someone using the cooked version
733          * of the raw device (i.e. da0s0) will not get the right
734          * si_iosize_max unless we fix it up here.
735          */
736         if (disk->d_cdev && disk->d_rawdev &&
737             disk->d_cdev->si_iosize_max == 0) {
738                 disk->d_cdev->si_iosize_max = disk->d_rawdev->si_iosize_max;
739                 disk->d_cdev->si_bsize_phys = disk->d_rawdev->si_bsize_phys;
740                 disk->d_cdev->si_bsize_best = disk->d_rawdev->si_bsize_best;
741         }
742
743         /* Add the serial number to the udev_dictionary */
744         if (info->d_serialno)
745                 udev_dict_set_cstr(disk->d_cdev, "serno", info->d_serialno);
746 }
747
748 /*
749  * Disk drivers must call this routine when media parameters are available
750  * or have changed.
751  */
752 void
753 disk_setdiskinfo(struct disk *disk, struct disk_info *info)
754 {
755         _setdiskinfo(disk, info);
756         disk_msg_send(DISK_DISK_PROBE, disk, NULL);
757         disk_debug(1,
758                     "disk_setdiskinfo: sent probe for %s\n",
759                         disk->d_cdev->si_name);
760 }
761
762 void
763 disk_setdiskinfo_sync(struct disk *disk, struct disk_info *info)
764 {
765         _setdiskinfo(disk, info);
766         disk_msg_send_sync(DISK_DISK_PROBE, disk, NULL);
767         disk_debug(1,
768                     "disk_setdiskinfo_sync: sent probe for %s\n",
769                         disk->d_cdev->si_name);
770 }
771
772 /*
773  * This routine is called when an adapter detaches.  The higher level
774  * managed disk device is destroyed while the lower level raw device is
775  * released.
776  */
777 void
778 disk_destroy(struct disk *disk)
779 {
780         dsched_disk_destroy_callback(disk);
781         disk_msg_send_sync(DISK_DISK_DESTROY, disk, NULL);
782         return;
783 }
784
785 int
786 disk_dumpcheck(cdev_t dev, u_int64_t *size, u_int64_t *blkno, u_int32_t *secsize)
787 {
788         struct partinfo pinfo;
789         int error;
790
791         bzero(&pinfo, sizeof(pinfo));
792         error = dev_dioctl(dev, DIOCGPART, (void *)&pinfo, 0,
793                            proc0.p_ucred, NULL);
794         if (error)
795                 return (error);
796
797         if (pinfo.media_blksize == 0)
798                 return (ENXIO);
799
800         if (blkno) /* XXX: make sure this reserved stuff is right */
801                 *blkno = pinfo.reserved_blocks +
802                         pinfo.media_offset / pinfo.media_blksize;
803         if (secsize)
804                 *secsize = pinfo.media_blksize;
805         if (size)
806                 *size = (pinfo.media_blocks - pinfo.reserved_blocks);
807
808         return (0);
809 }
810
811 int
812 disk_dumpconf(cdev_t dev, u_int onoff)
813 {
814         struct dumperinfo di;
815         u_int64_t       size, blkno;
816         u_int32_t       secsize;
817         int error;
818
819         if (!onoff)
820                 return set_dumper(NULL);
821
822         error = disk_dumpcheck(dev, &size, &blkno, &secsize);
823
824         if (error)
825                 return ENXIO;
826
827         bzero(&di, sizeof(struct dumperinfo));
828         di.dumper = diskdump;
829         di.priv = dev;
830         di.blocksize = secsize;
831         di.mediaoffset = blkno * DEV_BSIZE;
832         di.mediasize = size * DEV_BSIZE;
833
834         return set_dumper(&di);
835 }
836
837 void
838 disk_unprobe(struct disk *disk)
839 {
840         if (disk == NULL)
841                 return;
842
843         disk_msg_send_sync(DISK_UNPROBE, disk, NULL);
844 }
845
846 void
847 disk_invalidate (struct disk *disk)
848 {
849         dsgone(&disk->d_slice);
850 }
851
852 struct disk *
853 disk_enumerate(struct disk *disk)
854 {
855         struct disk *dp;
856
857         lwkt_gettoken(&disklist_token);
858         if (!disk)
859                 dp = (LIST_FIRST(&disklist));
860         else
861                 dp = (LIST_NEXT(disk, d_list));
862         lwkt_reltoken(&disklist_token);
863
864         return dp;
865 }
866
867 static
868 int
869 sysctl_disks(SYSCTL_HANDLER_ARGS)
870 {
871         struct disk *disk;
872         int error, first;
873
874         disk = NULL;
875         first = 1;
876
877         while ((disk = disk_enumerate(disk))) {
878                 if (!first) {
879                         error = SYSCTL_OUT(req, " ", 1);
880                         if (error)
881                                 return error;
882                 } else {
883                         first = 0;
884                 }
885                 error = SYSCTL_OUT(req, disk->d_rawdev->si_name,
886                                    strlen(disk->d_rawdev->si_name));
887                 if (error)
888                         return error;
889         }
890         error = SYSCTL_OUT(req, "", 1);
891         return error;
892 }
893
894 SYSCTL_PROC(_kern, OID_AUTO, disks, CTLTYPE_STRING | CTLFLAG_RD, NULL, 0,
895     sysctl_disks, "A", "names of available disks");
896
897 /*
898  * Open a disk device or partition.
899  */
900 static
901 int
902 diskopen(struct dev_open_args *ap)
903 {
904         cdev_t dev = ap->a_head.a_dev;
905         struct disk *dp;
906         int error;
907
908         /*
909          * dp can't be NULL here XXX.
910          *
911          * d_slice will be NULL if setdiskinfo() has not been called yet.
912          * setdiskinfo() is typically called whether the disk is present
913          * or not (e.g. CD), but the base disk device is created first
914          * and there may be a race.
915          */
916         dp = dev->si_disk;
917         if (dp == NULL || dp->d_slice == NULL)
918                 return (ENXIO);
919         error = 0;
920
921         /*
922          * Deal with open races
923          */
924         get_mplock();
925         while (dp->d_flags & DISKFLAG_LOCK) {
926                 dp->d_flags |= DISKFLAG_WANTED;
927                 error = tsleep(dp, PCATCH, "diskopen", hz);
928                 if (error) {
929                         rel_mplock();
930                         return (error);
931                 }
932         }
933         dp->d_flags |= DISKFLAG_LOCK;
934
935         /*
936          * Open the underlying raw device.
937          */
938         if (!dsisopen(dp->d_slice)) {
939 #if 0
940                 if (!pdev->si_iosize_max)
941                         pdev->si_iosize_max = dev->si_iosize_max;
942 #endif
943                 error = dev_dopen(dp->d_rawdev, ap->a_oflags,
944                                   ap->a_devtype, ap->a_cred);
945         }
946
947         if (error)
948                 goto out;
949         error = dsopen(dev, ap->a_devtype, dp->d_info.d_dsflags,
950                        &dp->d_slice, &dp->d_info);
951         if (!dsisopen(dp->d_slice)) {
952                 dev_dclose(dp->d_rawdev, ap->a_oflags, ap->a_devtype);
953         }
954 out:
955         dp->d_flags &= ~DISKFLAG_LOCK;
956         if (dp->d_flags & DISKFLAG_WANTED) {
957                 dp->d_flags &= ~DISKFLAG_WANTED;
958                 wakeup(dp);
959         }
960         rel_mplock();
961
962         return(error);
963 }
964
965 /*
966  * Close a disk device or partition
967  */
968 static
969 int
970 diskclose(struct dev_close_args *ap)
971 {
972         cdev_t dev = ap->a_head.a_dev;
973         struct disk *dp;
974         int error;
975
976         error = 0;
977         dp = dev->si_disk;
978
979         get_mplock();
980         dsclose(dev, ap->a_devtype, dp->d_slice);
981         if (!dsisopen(dp->d_slice)) {
982                 error = dev_dclose(dp->d_rawdev, ap->a_fflag, ap->a_devtype);
983         }
984         rel_mplock();
985         return (error);
986 }
987
988 /*
989  * First execute the ioctl on the disk device, and if it isn't supported
990  * try running it on the backing device.
991  */
992 static
993 int
994 diskioctl(struct dev_ioctl_args *ap)
995 {
996         cdev_t dev = ap->a_head.a_dev;
997         struct disk *dp;
998         int error;
999         u_int u;
1000
1001         dp = dev->si_disk;
1002         if (dp == NULL)
1003                 return (ENXIO);
1004
1005         devfs_debug(DEVFS_DEBUG_DEBUG,
1006                     "diskioctl: cmd is: %lx (name: %s)\n",
1007                     ap->a_cmd, dev->si_name);
1008         devfs_debug(DEVFS_DEBUG_DEBUG,
1009                     "diskioctl: &dp->d_slice is: %p, %p\n",
1010                     &dp->d_slice, dp->d_slice);
1011
1012         if (ap->a_cmd == DIOCGKERNELDUMP) {
1013                 u = *(u_int *)ap->a_data;
1014                 return disk_dumpconf(dev, u);
1015         }
1016
1017         if (&dp->d_slice == NULL || dp->d_slice == NULL ||
1018             ((dp->d_info.d_dsflags & DSO_DEVICEMAPPER) &&
1019              dkslice(dev) == WHOLE_DISK_SLICE)) {
1020                 error = ENOIOCTL;
1021         } else {
1022                 get_mplock();
1023                 error = dsioctl(dev, ap->a_cmd, ap->a_data, ap->a_fflag,
1024                                 &dp->d_slice, &dp->d_info);
1025                 rel_mplock();
1026         }
1027
1028         if (error == ENOIOCTL) {
1029                 error = dev_dioctl(dp->d_rawdev, ap->a_cmd, ap->a_data,
1030                                    ap->a_fflag, ap->a_cred, NULL);
1031         }
1032         return (error);
1033 }
1034
1035 /*
1036  * Execute strategy routine
1037  */
1038 static
1039 int
1040 diskstrategy(struct dev_strategy_args *ap)
1041 {
1042         cdev_t dev = ap->a_head.a_dev;
1043         struct bio *bio = ap->a_bio;
1044         struct bio *nbio;
1045         struct disk *dp;
1046
1047         dp = dev->si_disk;
1048
1049         if (dp == NULL) {
1050                 bio->bio_buf->b_error = ENXIO;
1051                 bio->bio_buf->b_flags |= B_ERROR;
1052                 biodone(bio);
1053                 return(0);
1054         }
1055         KKASSERT(dev->si_disk == dp);
1056
1057         /*
1058          * The dscheck() function will also transform the slice relative
1059          * block number i.e. bio->bio_offset into a block number that can be
1060          * passed directly to the underlying raw device.  If dscheck()
1061          * returns NULL it will have handled the bio for us (e.g. EOF
1062          * or error due to being beyond the device size).
1063          */
1064         if ((nbio = dscheck(dev, bio, dp->d_slice)) != NULL) {
1065                 dsched_queue(dp, nbio);
1066         } else {
1067                 biodone(bio);
1068         }
1069         return(0);
1070 }
1071
1072 /*
1073  * Return the partition size in ?blocks?
1074  */
1075 static
1076 int
1077 diskpsize(struct dev_psize_args *ap)
1078 {
1079         cdev_t dev = ap->a_head.a_dev;
1080         struct disk *dp;
1081
1082         dp = dev->si_disk;
1083         if (dp == NULL)
1084                 return(ENODEV);
1085
1086         ap->a_result = dssize(dev, &dp->d_slice);
1087
1088         if ((ap->a_result == -1) &&
1089            (dp->d_info.d_dsflags & DSO_DEVICEMAPPER)) {
1090                 ap->a_head.a_dev = dp->d_rawdev;
1091                 return dev_doperate(&ap->a_head);
1092         }
1093         return(0);
1094 }
1095
1096 int
1097 diskdump(struct dev_dump_args *ap)
1098 {
1099         cdev_t dev = ap->a_head.a_dev;
1100         struct disk *dp = dev->si_disk;
1101         u_int64_t size, offset;
1102         int error;
1103
1104         error = disk_dumpcheck(dev, &size, &ap->a_blkno, &ap->a_secsize);
1105         /* XXX: this should probably go in disk_dumpcheck somehow */
1106         if (ap->a_length != 0) {
1107                 size *= DEV_BSIZE;
1108                 offset = ap->a_blkno * DEV_BSIZE;
1109                 if ((ap->a_offset < offset) ||
1110                     (ap->a_offset + ap->a_length - offset > size)) {
1111                         kprintf("Attempt to write outside dump device boundaries.\n");
1112                         error = ENOSPC;
1113                 }
1114         }
1115
1116         if (error == 0) {
1117                 ap->a_head.a_dev = dp->d_rawdev;
1118                 error = dev_doperate(&ap->a_head);
1119         }
1120
1121         return(error);
1122 }
1123
1124
1125 SYSCTL_INT(_debug_sizeof, OID_AUTO, diskslices, CTLFLAG_RD,
1126     0, sizeof(struct diskslices), "sizeof(struct diskslices)");
1127
1128 SYSCTL_INT(_debug_sizeof, OID_AUTO, disk, CTLFLAG_RD,
1129     0, sizeof(struct disk), "sizeof(struct disk)");
1130
1131 /*
1132  * Reorder interval for burst write allowance and minor write
1133  * allowance.
1134  *
1135  * We always want to trickle some writes in to make use of the
1136  * disk's zone cache.  Bursting occurs on a longer interval and only
1137  * runningbufspace is well over the hirunningspace limit.
1138  */
1139 int bioq_reorder_burst_interval = 60;   /* should be multiple of minor */
1140 SYSCTL_INT(_kern, OID_AUTO, bioq_reorder_burst_interval,
1141            CTLFLAG_RW, &bioq_reorder_burst_interval, 0, "");
1142 int bioq_reorder_minor_interval = 5;
1143 SYSCTL_INT(_kern, OID_AUTO, bioq_reorder_minor_interval,
1144            CTLFLAG_RW, &bioq_reorder_minor_interval, 0, "");
1145
1146 int bioq_reorder_burst_bytes = 3000000;
1147 SYSCTL_INT(_kern, OID_AUTO, bioq_reorder_burst_bytes,
1148            CTLFLAG_RW, &bioq_reorder_burst_bytes, 0, "");
1149 int bioq_reorder_minor_bytes = 262144;
1150 SYSCTL_INT(_kern, OID_AUTO, bioq_reorder_minor_bytes,
1151            CTLFLAG_RW, &bioq_reorder_minor_bytes, 0, "");
1152
1153
1154 /*
1155  * Order I/Os.  Generally speaking this code is designed to make better
1156  * use of drive zone caches.  A drive zone cache can typically track linear
1157  * reads or writes for around 16 zones simultaniously.
1158  *
1159  * Read prioritization issues:  It is possible for hundreds of megabytes worth
1160  * of writes to be queued asynchronously.  This creates a huge bottleneck
1161  * for reads which reduce read bandwidth to a trickle.
1162  *
1163  * To solve this problem we generally reorder reads before writes.
1164  *
1165  * However, a large number of random reads can also starve writes and
1166  * make poor use of the drive zone cache so we allow writes to trickle
1167  * in every N reads.
1168  */
1169 void
1170 bioqdisksort(struct bio_queue_head *bioq, struct bio *bio)
1171 {
1172         /*
1173          * The BIO wants to be ordered.  Adding to the tail also
1174          * causes transition to be set to NULL, forcing the ordering
1175          * of all prior I/O's.
1176          */
1177         if (bio->bio_buf->b_flags & B_ORDERED) {
1178                 bioq_insert_tail(bioq, bio);
1179                 return;
1180         }
1181
1182         switch(bio->bio_buf->b_cmd) {
1183         case BUF_CMD_READ:
1184                 if (bioq->transition) {
1185                         /*
1186                          * Insert before the first write.  Bleedover writes
1187                          * based on reorder intervals to prevent starvation.
1188                          */
1189                         TAILQ_INSERT_BEFORE(bioq->transition, bio, bio_act);
1190                         ++bioq->reorder;
1191                         if (bioq->reorder % bioq_reorder_minor_interval == 0) {
1192                                 bioqwritereorder(bioq);
1193                                 if (bioq->reorder >=
1194                                     bioq_reorder_burst_interval) {
1195                                         bioq->reorder = 0;
1196                                 }
1197                         }
1198                 } else {
1199                         /*
1200                          * No writes queued (or ordering was forced),
1201                          * insert at tail.
1202                          */
1203                         TAILQ_INSERT_TAIL(&bioq->queue, bio, bio_act);
1204                 }
1205                 break;
1206         case BUF_CMD_WRITE:
1207                 /*
1208                  * Writes are always appended.  If no writes were previously
1209                  * queued or an ordered tail insertion occured the transition
1210                  * field will be NULL.
1211                  */
1212                 TAILQ_INSERT_TAIL(&bioq->queue, bio, bio_act);
1213                 if (bioq->transition == NULL)
1214                         bioq->transition = bio;
1215                 break;
1216         default:
1217                 /*
1218                  * All other request types are forced to be ordered.
1219                  */
1220                 bioq_insert_tail(bioq, bio);
1221                 break;
1222         }
1223 }
1224
1225 /*
1226  * Move the read-write transition point to prevent reads from
1227  * completely starving our writes.  This brings a number of writes into
1228  * the fold every N reads.
1229  *
1230  * We bring a few linear writes into the fold on a minor interval
1231  * and we bring a non-linear burst of writes into the fold on a major
1232  * interval.  Bursting only occurs if runningbufspace is really high
1233  * (typically from syncs, fsyncs, or HAMMER flushes).
1234  */
1235 static
1236 void
1237 bioqwritereorder(struct bio_queue_head *bioq)
1238 {
1239         struct bio *bio;
1240         off_t next_offset;
1241         size_t left;
1242         size_t n;
1243         int check_off;
1244
1245         if (bioq->reorder < bioq_reorder_burst_interval ||
1246             !buf_runningbufspace_severe()) {
1247                 left = (size_t)bioq_reorder_minor_bytes;
1248                 check_off = 1;
1249         } else {
1250                 left = (size_t)bioq_reorder_burst_bytes;
1251                 check_off = 0;
1252         }
1253
1254         next_offset = bioq->transition->bio_offset;
1255         while ((bio = bioq->transition) != NULL &&
1256                (check_off == 0 || next_offset == bio->bio_offset)
1257         ) {
1258                 n = bio->bio_buf->b_bcount;
1259                 next_offset = bio->bio_offset + n;
1260                 bioq->transition = TAILQ_NEXT(bio, bio_act);
1261                 if (left < n)
1262                         break;
1263                 left -= n;
1264         }
1265 }
1266
1267 /*
1268  * Bounds checking against the media size, used for the raw partition.
1269  * secsize, mediasize and b_blkno must all be the same units.
1270  * Possibly this has to be DEV_BSIZE (512).
1271  */
1272 int
1273 bounds_check_with_mediasize(struct bio *bio, int secsize, uint64_t mediasize)
1274 {
1275         struct buf *bp = bio->bio_buf;
1276         int64_t sz;
1277
1278         sz = howmany(bp->b_bcount, secsize);
1279
1280         if (bio->bio_offset/DEV_BSIZE + sz > mediasize) {
1281                 sz = mediasize - bio->bio_offset/DEV_BSIZE;
1282                 if (sz == 0) {
1283                         /* If exactly at end of disk, return EOF. */
1284                         bp->b_resid = bp->b_bcount;
1285                         return 0;
1286                 }
1287                 if (sz < 0) {
1288                         /* If past end of disk, return EINVAL. */
1289                         bp->b_error = EINVAL;
1290                         return 0;
1291                 }
1292                 /* Otherwise, truncate request. */
1293                 bp->b_bcount = sz * secsize;
1294         }
1295
1296         return 1;
1297 }
1298
1299 /*
1300  * Disk error is the preface to plaintive error messages
1301  * about failing disk transfers.  It prints messages of the form
1302
1303 hp0g: hard error reading fsbn 12345 of 12344-12347 (hp0 bn %d cn %d tn %d sn %d)
1304
1305  * if the offset of the error in the transfer and a disk label
1306  * are both available.  blkdone should be -1 if the position of the error
1307  * is unknown; the disklabel pointer may be null from drivers that have not
1308  * been converted to use them.  The message is printed with kprintf
1309  * if pri is LOG_PRINTF, otherwise it uses log at the specified priority.
1310  * The message should be completed (with at least a newline) with kprintf
1311  * or log(-1, ...), respectively.  There is no trailing space.
1312  */
1313 void
1314 diskerr(struct bio *bio, cdev_t dev, const char *what, int pri, int donecnt)
1315 {
1316         struct buf *bp = bio->bio_buf;
1317         const char *term;
1318
1319         switch(bp->b_cmd) {
1320         case BUF_CMD_READ:
1321                 term = "read";
1322                 break;
1323         case BUF_CMD_WRITE:
1324                 term = "write";
1325                 break;
1326         default:
1327                 term = "access";
1328                 break;
1329         }
1330         kprintf("%s: %s %sing ", dev->si_name, what, term);
1331         kprintf("offset %012llx for %d",
1332                 (long long)bio->bio_offset,
1333                 bp->b_bcount);
1334
1335         if (donecnt)
1336                 kprintf(" (%d bytes completed)", donecnt);
1337 }
1338
1339 /*
1340  * Locate a disk device
1341  */
1342 cdev_t
1343 disk_locate(const char *devname)
1344 {
1345         return devfs_find_device_by_name(devname);
1346 }
1347
1348 void
1349 disk_config(void *arg)
1350 {
1351         disk_msg_send_sync(DISK_SYNC, NULL, NULL);
1352 }
1353
1354 static void
1355 disk_init(void)
1356 {
1357         struct thread* td_core;
1358
1359         disk_msg_cache = objcache_create("disk-msg-cache", 0, 0,
1360                                          NULL, NULL, NULL,
1361                                          objcache_malloc_alloc,
1362                                          objcache_malloc_free,
1363                                          &disk_msg_malloc_args);
1364
1365         lwkt_token_init(&disklist_token, 1, "disks");
1366
1367         /*
1368          * Initialize the reply-only port which acts as a message drain
1369          */
1370         lwkt_initport_replyonly(&disk_dispose_port, disk_msg_autofree_reply);
1371
1372         lwkt_gettoken(&disklist_token);
1373         lwkt_create(disk_msg_core, /*args*/NULL, &td_core, NULL,
1374                     0, 0, "disk_msg_core");
1375         tsleep(td_core, 0, "diskcore", 0);
1376         lwkt_reltoken(&disklist_token);
1377 }
1378
1379 static void
1380 disk_uninit(void)
1381 {
1382         objcache_destroy(disk_msg_cache);
1383 }
1384
1385 /*
1386  * Clean out illegal characters in serial numbers.
1387  */
1388 static void
1389 disk_cleanserial(char *serno)
1390 {
1391         char c;
1392
1393         while ((c = *serno) != 0) {
1394                 if (c >= 'a' && c <= 'z')
1395                         ;
1396                 else if (c >= 'A' && c <= 'Z')
1397                         ;
1398                 else if (c >= '0' && c <= '9')
1399                         ;
1400                 else if (c == '-' || c == '@' || c == '+' || c == '.')
1401                         ;
1402                 else
1403                         c = '_';
1404                 *serno++= c;
1405         }
1406 }
1407
1408 TUNABLE_INT("kern.disk_debug", &disk_debug_enable);
1409 SYSCTL_INT(_kern, OID_AUTO, disk_debug, CTLFLAG_RW, &disk_debug_enable,
1410                 0, "Enable subr_disk debugging");
1411
1412 SYSINIT(disk_register, SI_SUB_PRE_DRIVERS, SI_ORDER_FIRST, disk_init, NULL);
1413 SYSUNINIT(disk_register, SI_SUB_PRE_DRIVERS, SI_ORDER_ANY, disk_uninit, NULL);