summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/io/lvm
AgeCommit message (Collapse)AuthorFilesLines
2011-09-151073 migrate kernel modules from ancient _depends_on to true ELF dependenciesBayard Bell8-14/+8
Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Garrett D'Amore <garrett@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2010-06-236569362 metaimport can corrupt shared namespaceJames Hall4-260/+117
6865676 SDS metaimport fail for 3rd Party LUNs 6861151 Recreate soft partition on >1TB stripe fails with "overlapping extent specificed" 6883934 Host added to imported metaset panics accessing soft partition
2010-06-166914620 SVM can panic system when attempting to access a damaged one-sided ↵Ray Hassan1-4/+5
mirror
2010-04-236934287 check_resync_regions create huge number of entries in the callback tableJames Hall1-2/+4
2010-04-226915045 The second soft partitions' metainit creates 2 duplicate entries in ↵James Hall1-4/+5
metastat and md.cf 6809887 Metaset output for OBAN diskset truncates host name if host name exceeds 17 characters 6624259 Soft partitions on simple volume cannot be removed after metareplace
2009-12-106851038 S10 panic seen in vfs_unmountall due to corruption caused by ↵Jim Rice1-2/+43
mddb_mb_ic_t
2009-11-206885655 Oban master panicked in RESYNC_NEXT during cluster shutdownJames Hall5-10/+87
2009-11-13PSARC/2009/396 Tickless Kernel Architecture / lbolt decouplingRafael Vanoni2-11/+14
6860030 tickless clock requires a clock() decoupled lbolt / lbolt64 Portions contributed by Chad Mynhier <cmynhier@gmail.com>
2009-11-046812139 SVM dereferences NULL from sm_get_component_count and panicsJames Hall2-1/+103
2009-09-286277113 kstat qlen == 0 panic during completion or mirrored writeRay Hassan1-2/+14
2009-09-156518645 continously rebooting a system with SVM root hangs.Achim Maurer1-4/+27
2009-08-196763580 md_update_namespace() doesn't follow nmn_nextp correctly resulting ↵Andrew Balfour1-342/+452
in kmem corruption/panics
2009-07-176860073 mirror_set_clean_rr allocates the un_pernode_dirty_bm array the ↵John Harres1-2/+2
wrong size
2009-05-296648266 mdioctl to nonexistent set causes panicAndrew Balfour1-1/+2
2009-05-116546651 if owner loses access to replica containing RR, I/O to that mirror ↵John Harres1-0/+18
hangs on all nodes 6802168 meta_sp_print() skips devices when unit part of minor number collides with a previously seen set
2009-03-116420952 rpc.metad hangs in a stat call on a SAM FS mount point causing ↵John Wren Kennedy5-95/+186
metaclust to hang 6675565 metaclust: Could not re-initialise rpc.mdcommd for set oban_20 6752692 md ioctl code needs to go on a diet
2009-01-30PSARC/2008/647 Configurable Hostids for Non-Global Zonesjv2273471-125/+157
6580939 RFE: provide unique hostid for each non-global zone
2008-12-246580729 node 16th joined, metaclust timed out in step4, local_daemon has rpc ↵John Wren Kennedy9-621/+1809
tli error 6692015 SVM global reader-writer mutex priority inversion causes deadlock under load 6725904 callers of meta_getdnp_bydevid() should do so correctly 6726615 Bruichladdich - SVM support for sQFS on mirrors in SunCluster 6756133 MD_MN_MSG_MDDB_PARSE message passes incorrect message size when used 6758399 mdmn_ksend_message() retries door_ki_upcall() without resetting data_ptr/data_size 6766848 mdcommd assumes SVCXPRT will survive thr_create() 6769738 md_mps_t not completely cleared before re-use
2008-10-306701425 SVM: Multi-owner disksets do not work well with filesystemsAchim Maurer1-4/+30
2008-09-22PSARC 2008/382 Fast RebootSherry Moore1-1/+2
6714038 Fast Reboot support for x86 platforms
2008-09-176743774 TSlvm tests cause kernel deadlocks on md_unit_array_rw and ↵Chris Horne11-247/+334
md_devinfo->devi_cv 6744223 SVM root with snv_97 on sparc hangs system with threads in ndi_devi_enter 6746854 mdprop_op can deadlock with md ioctl resolving a devid
2008-09-11PSARC/2008/336 Extended VTOCPrasad Singamsetty7-231/+657
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-08-266677820 Metacleared sub-mirror not removed from mm_unit_t leads to panicViswanathan Kannappan1-2/+1
2008-08-21PSARC 2007/347 NFS/RDMA - Transport Version UpdateRobert Gordon1-25/+22
6661313 mountd does not deal well with malformed authentication requests from NFS server kernel 6551906 Update the kernel RPC/RDMA transport protocol to latest definitions Portions contributed by Ranjit Noronha <noronha@cse.ohio-state.edu> Lei Chai <chail@cse.ohio-state.edu> Weikuan Yu <yuw@cse.ohio-state.edu>
2008-07-036673498 metaclear command is reporting metadevice is open just after creationsk1025151-3/+10
2008-07-01PSARC 2008/208 Flexible Credentials and Result Limits for Kernel Door Upcallsjwadams1-2/+3
6687107 upcall clients should properly handle results
2008-06-186510471 svm overlap chain book keeping does not scale welljkennedy3-447/+377
2008-06-066242125 memory corruption due to SVM resync records using wrong recordsjkennedy1-3/+1
2007-12-136559330 md_clearblock_io should be called unconditionally after releasing a setjr263061-3/+2
2007-11-076497289 SVM ioctl command data needs to be verified before using itpetede1-69/+155
2007-10-25PSARC/2007/218 caller_context_t in all VOPsamw1-9/+8
PSARC/2007/227 VFS Feature Registration and ACL on Create PSARC/2007/244 ZFS Case-insensitive support PSARC/2007/315 Extensible Attribute Interfaces PSARC/2007/394 ls(1) new command line options '-/' and '-%': CIFS system attributes support PSARC/2007/403 Modified Access Checks for CIFS PSARC/2007/410 Add system attribute support to chmod(1) PSARC/2007/432 CIFS system attributes support for cp(1), pack(1), unpack(1), compress(1) and uncompress(1) PSARC/2007/444 Rescind SETTABLE Attribute PSARC/2007/459 CIFS system attributes support for cpio(1), pax(1), tar(1) PSARC/2007/546 Update utilities to match CIFS system attributes changes. PSARC/2007/560 ZFS sharesmb property 4890717 want append-only files 6417428 Case-insensitive file system name lookup to support CIFS 6417435 DOS attributes and additional timestamps to support for CIFS 6417442 File system quarantined and modified attributes to support an integrated Anti-Virus service 6417453 FS boolean property for rejecting/allowing invalid UTF-8 sequences in file names 6473733 RFE: Need support for open-deny modes 6473755 RFE: Need ability to reconcile oplock and delegation conflicts 6494624 sharemgr needs to support CIFS shares better 6546705 All vnode operations need to pass caller_context_t 6546706 Need VOP_SETATTR/VOP_GETATTR to support new, optional attributes 6546893 Solaris system attribute support 6550962 ZFS ACL inheritance needs to be enhanced to support Automatic Inheritance 6553589 RFE: VFS Feature Registration facility 6553770 RFE: ZFS support for ACL-on-CREATE (PSARC 2007/227) 6565581 ls(1) should support file system attributes proposed in PSARC/2007/315 6566784 NTFS streams are not copied along with the files. 6576205 cp(1), pack(1) and compress(1) should support file system attributes proposed in PSARC/2007/315 6578875 RFE: kernel interfaces for nbmand need improvement 6578883 RFE: VOP_SHRLOCK needs additional access types 6578885 chmod(1) should support file system attributes proposed in PSARC/2007/315 6578886 RFE: disallow nbmand state to change on remount 6583349 ACL parser needs to support audit/alarm ACE types 6590347 tar(1) should support filesystem attributes proposed in PSARC/2007/315 6597357 *tar* xv@ doesn't show the hidden directory even though it is restored 6597360 *tar* should re-init xattr info if openat() fails during extraction of and extended attribute 6597368 *tar* cannot restore hard linked extended attributes 6597374 *tar* doesn't display "x " when hard linked attributes are restored 6597375 *tar* extended attribute header off by one 6614861 *cpio* incorrectly archives extended system attributes with -@ 6614896 *pax* incorrectly archives extended system attributes with -@ 6615225 *tar* incorrectly archives extended system attributes with -@ 6617183 CIFS Service - PSARC 2006/715
2007-08-286468144 metastat -s <setname> -c of replicated set shows Assertion failed: ↵achimm1-50/+78
sp->setno == MD_MIN2SET
2007-08-236464843 metaset -s <setname> -C purge should work on oban setspetede8-16/+16
6560809 SVM modules should not use SCCS keywords in user-visible strings
2007-06-196516954 Deadlock in metadevice error return codejmf2-8/+36
2006-11-076331216 disksets: devid information not written to a newly created disksetjkennedy1-0/+22
6345158 svm exited with error 1 in step cmmstep5, nodes panic 6402556 commd timeout should be a percentage of metaclust timeout value
2006-11-016484320 libsvm error causes md driver panic when jumpstarting snv_50 with a ↵eota2-15/+22
profile that includes SVM setup 6486178 mdattach failures can lead to panics when mddetach processing occurs
2006-10-196448006 4 node system paniced after adding some more disks to an existing ↵achimm1-1/+13
metaset
2006-09-296448544 diskset minor name namespace records are not correctjmf1-15/+66
2006-06-286348862 read error on sector 20479: No such device or address, while ↵tn1433631-0/+5
creating filesystem on soft_partition 6421894 metaclear does not wait for device links to be deleted. 6426434 metarename intermittently dumps core 6434946 devfsadm dumps core on reboot while processing SVM metadevices
2006-06-085018506 mbi_mddb_mb Null pointer referenced in getphysblk panics the systemskamm1-6/+8
2006-06-084766674 SVM allows creation of >8192 block metadb but does not use the spacejeanm5-6/+23
4875636 metaset balance code broken during disk addition/deletion 5083314 metadb -i does not display/explain all flags. 5095399 cleanup svm greenline services 5101318 "sd" sn_count in replicas gets incorrectly incremented 6322048 snv_23 panic assertion failed: (int)wcnt > 0, file:../../common/os/kstat_fr.c, line:1376 6329542 Diskset disks with no mddb have invalid timestamp in dummy master block. 6424946 rpc.mdcommd daemon runs out of file descriptors
2006-06-016431866 Fix for bugid 6364565 is incompletehshaw1-1/+2
2006-05-306396946 Misleading typecast on md_remove_minor_node calltw217708-12/+12
6396968 NOTE_FN is not an appropriate name for a macro. It should be MDDB_NOTE_FN. 6397031 metastat can emit two error messages, but only the first is correct
2006-05-256258439 metaset truncates fully qualified mediator host namehshaw4-17/+30
6293662 metaroot clears md.conf content if /etc/lvm/mddb.cf is empty 6357981 Join of a newly created MN set can cause panic in mirror snarf 6364565 Running TSlvm reveals memory leaks in SVM 6401357 SVM doesnot show metaset after cluster upgrade in x86 6407189 Incorrectly formatted input to ioctl MD_IOC_SPUPDATEWM can cause panic 6429402 call to meta_smf_enable removed in Ledaig merge
2006-05-064964366 metaimport should handle partial disksetsjeanm3-254/+406
2006-04-276243675 Creating a soft partition with -o value of less than the interlace ↵jkennedy1-1/+5
size will fail
2006-04-136370127 SVM mediators are not updated in all places they should beachimm1-3/+29
2006-04-126397251 SVM upgrade fails on x86 from Solaris 9 Update 8 to s10u2_04 and snv_35stevep1-2/+2
2006-03-216384091 md_interface_ops at md_stripe defined as static leading venus to ↵petede1-1/+1
optimise it out 6396272 Solaris kernel, using SunStudio 11 and Tpatch 120759-03, fails to build due to not finding _memcpy
2006-03-14PSARC/2005/153 Bunnahabhain: Descriptive Name Support in SVMtw2177017-362/+1693
4521995 Allow descriptive names for metadevices and hot spare pools 6396962 metareplace -c is obsolete and no longer needed.