summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/fs/vnode.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-17OS-6134 vn_reinit balks on zeroed vnodesPatrick Mooney1-0/+9
2017-05-16 [illumos-gate merge]Jerry Jelinek1-6/+7
2017-05-168064 need a static DTrace probe in VN_HOLDSebastien Roy1-6/+7
2017-04-11OS-5846 procfs should follow VFS rulesPatrick Mooney1-0/+17
2017-01-18OS-5902 OmniTI reports some lint errorsrelease-20170119Dan McDonald1-2/+2
2016-10-31 [illumos-gate merge]Jerry Jelinek1-13/+21
2016-10-287454 renaming of mount points should not be allowedGordon Ross1-0/+11
2016-10-286499 panic trying to write to the mountpoint of FS with nbmand=onKevin Crowe1-14/+11
2016-07-06OS-5483 iostat -x shows around 100% utilization for idle zonerelease-20160707Bryan Cantrill1-6/+8
2016-06-10OS-5167 cached v_path should be kept freshPatrick Mooney1-101/+215
2016-03-234242 file rename event fires before the rename happensJerry Jelinek1-0/+30
2016-03-22OS-5148 ftruncate at offset should emit proper eventsPatrick Mooney1-0/+9
2015-10-28OS-4896 NFSv4 needs file events before they occurJerry Jelinek1-0/+30
2015-05-21OS-4317 v_path accesses can racePatrick Mooney1-18/+24
2014-09-19OS-3294 add support for inotifyBryan Cantrill1-3/+5
2014-08-14 [illumos-gate merge]Keith M Wesolowski1-18/+19
2014-08-125045 use atomic_{inc,dec}_* instead of atomic_add_*Josef 'Jeff' Sipek1-15/+15
2014-08-125042 stop using deprecated atomic functionsJosef 'Jeff' Sipek1-3/+4
2013-11-063928 `tail -f ...` doesn't notice file truncationBryan Cantrill1-0/+10
2013-09-05OS-2432 tail -f/-F missing some truncation eventsBryan Cantrill1-1/+10
2012-03-20OS-1047 kstat for 10 sec FS opsBill Pijewski1-0/+12
2011-03-24OS-338 Kstat counters to show "slow" VFS operationsBill Pijewski1-10/+54
2011-01-27OS-163 VFS kstats should be of type KSTAT_TYPE_IOBill Pijewski1-32/+31
2011-01-26OS-147 vfsstat command to show VFS activity by zoneBill Pijewski1-4/+47
2010-07-07PSARC 2010/235 POSIX 1003.1-2008 *at(2) syscallsRoger A. Faulkner1-5/+30
2010-06-246949768 fsattr(5) auditing can incorrectly record some open(2) paths as exten...Brent Paulson1-2/+2
2010-04-236778289 vm locks need to scale with the size of system (strands/memory size)Peter Rival1-4/+6
2010-03-05PSARC/2009/354 Always on / no reboot Solaris AuditMarek Pospisil1-4/+6
2010-01-186873106 Need a mechanism to share buffers between fs moduleschunli zhang - Sun Microsystems - Irvine United States1-1/+36
2009-12-096232737 Client should support NFS4ERR_MOVED and fs_locationsRobert Thurlow1-0/+29
2009-10-146886081 Solaris needs reparse point support (PSARC 2009/387)Dai Ngo1-0/+46
2009-06-166711844 assert: vp->v_shrlocks == 0L, file: ../../common/fs/vnode.c, line: 2333Robert Mastors1-11/+13
2009-04-096591646 Hang while trying to enter a txg while holding a txg openNeil Perrin1-3/+33
2008-06-27PSARC 2008/388 Short circuit for vdev probe failureeschrock1-0/+18
2008-05-266554564 slab allocator cannot release slabs with lonely bufferstomee1-20/+40
2008-03-22PSARC/2008/053 64 bit offsets for VOP_DUMPrm159451-4/+8
2007-12-271162981 Remove C2_AUDIT #defines from the kernel and build filesgww1-8/+0
2007-10-25PSARC/2007/218 caller_context_t in all VOPsamw1-168/+556
2007-09-14PSARC 2007/456 Vnode Specific Datajwahlig1-2/+296
2007-08-286556134 race between unlink() calls on a namefs nodepf1998421-55/+88
2007-08-14PSARC/2007/027 File Events Notification APIpraks1-12/+60
2007-08-06backout 6367770/6588702/6588839: needs workdm1207691-60/+12
2007-07-31PSARC/2007/027 File Events Notification APIpraks1-12/+60
2007-05-25PSARC 2007/064 Unified POSIX and Windows Credentials for Solariscasper1-0/+83
2007-03-26PSARC/2007/124 Strong Type-Checking for VFS Operation Registration Mechanismrsb1-0/+1
2007-03-196296436 /usr/bin/rm has slowed downsn1994101-1/+8
2006-09-11PSARC/2005/471 BrandZ: Support for non-native zonesnn352481-1/+1
2006-05-245083170 need mechanism to report non-recoverable ESTALE errorprabahar1-8/+14
2006-05-02PSARC 2006/270 vfs_femhead change to vfs_implprsb1-10/+16
2006-04-03PSARC 2006/196 DTrace Filesystem Info Providerbmc1-49/+57