summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/fs/dev/sdev_vnops.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-20OS-6216 VOP_ACCESS() use in sdev_readdir() leads to deadlockJohn Levon1-22/+16
2016-10-25OS-5710 sdev_create() doesn't enforce EISDIR in non-GZRyan Zezeski1-2/+30
2016-04-28OS-5343 dockerinit gets stuck in zfd_ready, zfd devices not showing up after ...Jerry Jelinek1-1/+9
2013-11-24OS-1873 devfsadmd and zoneadmds tied in knotsRobert Mustacchi1-6/+22
2013-10-16OS-2526 sdev_access() race leads to panicRobert Mustacchi1-3/+2
2013-06-18OS-2197 renaming dynamic sdev nodes leads to panicRobert Mustacchi1-46/+305
2011-11-10OS-723 sdev_readdir() recursively acquires sdev_contents as readerBryan Cantrill1-3/+15
2010-05-116939136 assertion failed: dv->sdev_nlink == 0, file: ../../common/fs/dev/sdev...Jerry Gilliam1-6/+14
2010-04-28PSARC 2009/377 In-kernel pfexec implementation.Casper H.S. Dik1-7/+3
2009-11-20PSARC 2009/542 Increase the maximum value of NGROUPS_MAX to 1024Casper H.S. Dik1-1/+0
2009-09-216438937 if 'zfs destroy' fails, it can leave a zvol device link missingEric Taylor1-20/+3
2009-07-156851199 unused /dev nameservices code can be removedEric Taylor1-62/+0
2009-03-276812036 /dev creat() can incorrectly return ENXIO instead of EEXIST or 0Jerry Gilliam1-5/+9
2008-09-236541654 UNIX98/UNIX03: creat() returns EACCES instead of ENXIO when device is...Jerry Gilliam1-3/+4
2008-01-23PSARC/2006/499 Clearview Nemo unification and vanity namingyz1470641-56/+2
2007-12-136586927 sdev_create passing wrong flags to VOP_ACCESSjg1-1/+1
2007-10-25PSARC/2007/218 caller_context_t in all VOPsamw1-73/+100
2007-09-18PSARC 2006/260 Solaris on Xenjohnlev1-2/+2
2007-03-26PSARC/2007/124 Strong Type-Checking for VFS Operation Registration Mechanismrsb1-28/+29
2007-03-166502778 devnames has some problems with node creation and deletionjg1-6/+58
2007-03-026523265 sdev_vnops.c uses fs_sync for its fsync VOP routinejg1-8/+11
2006-09-146467958 inappropriate error message displayed from Devfsadmllai11-103/+94
2006-09-056464694 assert failure during "ls $ZONEROOT/dev/pts"szhou1-0/+5
2006-08-25PSARC/2003/246 Filesystem Driven Device Namingllai11-0/+1329