summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/io/cmlb.c
AgeCommit message (Collapse)AuthorFilesLines
2016-06-216602 lofi should support labeled devicesToomas Soome1-31/+83
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2013-12-164335 need a mechanism to detect solid state storage devicesGarrett D'Amore1-5/+19
Reviewed by: Keith M Wesolowski <wesolows@foobazco.org> Reviewed by: Saso Kiselkov <skiselkov.ml@gmail.com> Approved by: Dan McDonald <danmcd@nexenta.com>
2010-03-116929493 fix for 6920774 is incompleteShidokht Yadegari1-17/+20
2010-02-236660997 CMLB_LABEL should use ddi_driver_name(), not devi_binding_nameShidokht Yadegari1-10/+50
6768507 Array overrun in cmlb 6430011 division panic on a disk with reported capacity of less than 80k 6920774 issues with CMLB ioctl handling
2010-02-116922596 DKIOCPARTITION ioctl can cause data corruptionSharath M Srinivasan1-2/+3
2010-01-186890445 panic string: BAD TRAP: type=31, ssd_dkio_partition()Sharath M Srinivasan1-9/+10
6917151 DKIOCPARTITION does not fetch correct data beyond 128 EFI GPEs
2009-12-216905478 Comment "make nsect be smallest multiple of nhead" causes ↵lu cai - Sun Microsystems - Beijing China1-1/+1
misunderstanding of dkg_nsect
2009-09-286868033 Solaris installed via legacy installer on a Linux Swap partition ↵Sheshadri Vasudevan1-20/+34
does not boot 6871541 libfdisk should not be using off_t type 6879157 bootadm update-menu support for x86 extended/logical partitions 6880174 Calling 'fdisk -W' and prtvtoc(1M) caused remapping VTOC to Linux swap partition 6885084 fdisk allows more than one extended partition
2009-09-146800807 fix for CR 6642391 is not complete. Need to fix for extvtocSriram Popuri1-0/+9
2009-08-176808004 fdisk fake cylinder size should be a multiple of 4kyu, larry liu - Sun Microsystems - Beijing China1-12/+49
2009-08-036865463 Unable to boot zfs after bfuing to daily.0703Pavan Chandrashekar1-2/+9
2009-07-02PSARC/2006/379 Solaris on Extended partitionSheshadri Vasudevan1-9/+543
6644364 Extended partitions need to be supported on Solaris 6713308 Macro UNUSED in fdisk.h needs to be changed since id 100 is Novell Netware 286's partition ID 6713318 Need to differentiate between solaris old partition and Linux swap 6745175 Partitions can be created using fdisk table with invalid partition line by "fdisk -F" 6745740 Multiple extended partition can be created by "fdisk -A" 6824622 Logical device node can't be created in HVM host
2009-06-17PSARC 2008/769 Multiple disk sector size support.yu, larry liu - Sun Microsystems - Beijing China1-30/+28
6710930 Solaris needs to support large sector size hard drive disk
2009-06-086425762 Kernel panic (divide by 0) when blank cd inserted into USB cdburner ↵Sheshadri Vasudevan1-2/+6
Sol 10x86 upd1 on Satellite A30
2008-11-17PSARC/2007/664 Paravirtualized Drivers for Fully Virtualized xVM DomainsEdward Pilatowicz1-90/+101
PSARC/2009/015 ddi_strdup 6796427 add ddi_strdup(9F), strdup(9F), and strfree(9F) to the DDI 6677559 Solaris should provide a PV cdrom driver for xVM HVM environments 6703437 xdb doesn't do anything with xm block-configure requests 6774478 misc xdf bugs
2009-02-106785800 cmlb: flag for internal minor node creation is ignored in extvtoc ↵Shidokht Yadegari1-5/+29
functions 6775732 s8-s15 minor nodes missing on disks larger than 2TB with VTOC on x86 6771992 macro extvtoctovtoc missing copying the timestamp 6786639 cmlb: typo in detecting mbr
2009-01-196642391 Relabeling disk vtoc via DKIOCSVTOC ioctl creates duplicate minor ↵Sriram Popuri1-1/+11
nodes for slice 7
2008-12-266717523 ddi_binding_name/ddi_get_name use problematicJerry Gilliam1-1/+1
2008-12-10backout Extended Partitions project: insufficient testingSuhasini Peddada1-511/+8
2008-12-03PSARC/2006/379 Solaris on Extended partitionSheshadri Vasudevan1-8/+511
6644364 Extended partitions need to be supported on Solaris 6713308 Macro UNUSED in fdisk.h needs to be changed since id 100 is Novell Netware 286's partition ID 6713318 Need to differentiate between solaris old partition and Linux swap 6745175 Partitions can be created using fdisk table with invalid partition line by "fdisk -F" 6745740 Multiple extended partition can be created by "fdisk -A"
2008-11-196708257 DVD-ROM (not OS installation disk) can not mount from guest domain ↵Gabriel Carrillo1-2/+2
of LDOM 1.0.2
2008-10-236760228 sd driver should pass warlock testXiao Raymond Li1-2/+1
2008-09-11PSARC/2008/336 Extended VTOCPrasad Singamsetty1-186/+371
6708609 Support booting on disks > 1TB (phase 1) 6672960 cmlb: default minor nodes for disks > 1TB is not EFI/GPT style 6727240 When a fat32 partition created in the part of the disk after 1TB, block I/O and umount fail
2008-07-30PSARC/2008/412 Properties and Devinfo Snapshotscth1-1/+140
5034258 device size should be available in devinfo snapshots that request properties 5100405 Deadlock can occur due to the devinfo driver holding devi_lock 6276452 ddi_append_minor_node() and ddi_remove_minor_node() use the extra code to protect the critical code. 6588656 ddi_prop_op_size() should not check callers *lengthp on PROP_LEN_AND_VAL_ALLOC call 6720361 missing locks on devi_minor list traversal 6729639 scsi_hba code should not use DDI_MAJOR_T_UNKNOWN for properties
2008-05-08PSARC 2006/373 Dynamic Lun Expansionyl1940341-1/+67
6241086 Format should allow label adjustment when disk/lun size changes 6430818 Solaris needs mechanism of dynamically increasing lun size
2008-04-296684273 fabricated devid can be written to the wrong blockml402621-2/+8
2008-03-29PSARC/2007/664 Paravirtualized Drivers for Fully Virtualized xVM Domainsedp1-19/+44
6641399 Solaris should provide a PV disk driver for xVM HVM environments 6671659 xdf_open() is too restrictive with the O_EXCL/FEXCL flag 6677579 on DEBUG kernel the cmdk driver should sanity check its input
2008-02-296657715 sparc removable device, the geometry is assumed to be 255*63 for ↵shidokht1-5/+22
disks larger than 502GB
2007-12-066355349 sd treats a fdisk partitioned disk as EFI partitioned oneshidokht1-0/+40
2007-09-18PSARC 2006/260 Solaris on Xenjohnlev1-3/+28
PSARC 2007/155 IPv4 Network Configuration Enhancements for Xen Guest Domains 6424124 panic in intr_thread->av_dispatch_autovect->atomic_add_ptr 6496858 mdb could use a memory-based IO backend 6515319 workaround for 6491065 needs to be removed from elfextract.c 6518807 snv_nightly: SUNWcakr pkgck error 6551858 PSARC 2006/260 Solaris on Xen 6584697 Can't boot Xen / Solaris dom0 if root is using ZFS 6593429 usr/src/cmd/devfsadm isn't linting properly 6600359 mdb_kvm_intrframe() is unused 6600750 can remove 'u' workaround from zlib 6601465 /dev/lofictl needs to accept kernel ioctl 6604043 Erronous ASSERT in sdev_vnops.c ASSERT(VTOSDEV(vp)->sdev_attrvp); --HG-- rename : usr/src/common/util/memset.h => deleted_files/usr/src/common/util/memset.h rename : usr/src/uts/common/krtld/mapfile => deleted_files/usr/src/uts/common/krtld/mapfile rename : usr/src/uts/i86pc/boot/boot_keyboard.h => deleted_files/usr/src/uts/i86pc/boot/boot_keyboard.h rename : usr/src/uts/intel/io/i8254.c => usr/src/uts/i86pc/io/microfind.c rename : usr/src/uts/i86pc/cpunex/Makefile => usr/src/uts/intel/cpunex/Makefile rename : usr/src/uts/i86pc/io/cpunex.c => usr/src/uts/intel/io/cpunex.c
2007-05-076545254 recursive mutex_enter panic occurs in cmlbshidokht1-10/+6
2007-03-276531497 ldi_get_size() may fail on a sd device opened with FNDELAYshidokht1-1/+2
6534665 sd: whole disk minor node disappears on the last close of a removable media with GPT labels
2007-01-316433084 convert sd to use cmlbshidokht1-993/+1451
6472643 sd should not depend on how libefi or fdisk use an ioctl
2005-12-096354389 cmlb_partinfo can return bogus info for apparently any device during ↵shidokht1-2/+14
hot-plug events
2005-10-284855218 sparc: Need EFI label support on IDElclee1-0/+4091
6275431 x86: Need EFI label support on IDE 6340778 cmlb: common disk label code 6326547 format: converting EFI to VTOC, fdisk info is taken from a random disk 6335611 format: Need to warn users that data will be lost when converting to and from EFI labels