summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/fs/vnode.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-25 [illumos-gate merge]release-20200924Jerry Jelinek1-0/+17
2020-09-2412363 add O_DIRECT supportJerry Jelinek1-1/+18
2020-06-03OS-8054 inotify watches lead to EBUSY during zfs mount (#305)release-20200604Jason King1-1/+34
2020-02-05 [illumos-gate merge]Jerry Jelinek1-4/+30
2020-02-019965 Want support for O_DIRECTORYRobert Mustacchi1-4/+30
2020-01-30 [illumos-gate merge]Jerry Jelinek1-2/+2
2020-01-2912172 genunix: variable may be used uninitializedToomas Soome1-2/+2
2019-03-29 [illumos-gate merge]Jerry Jelinek1-1/+1
2019-03-2810573 define TASKQID_INVALID as (taskq_id)0Toomas Soome1-1/+1
2019-02-21 [illumos-gate merge]Jerry Jelinek1-7/+7
2019-02-2010364 vnode: cast between incompatible function typesToomas Soome1-6/+6
2019-02-2010376 uts: NULL pointer issues in genunixToomas Soome1-1/+1
2019-01-18 [illumos-gate merge]Jerry Jelinek1-2/+2
2019-01-1710084 fop_open() doesn't need to check for a NULL vnodeJohn Levon1-2/+2
2017-06-22 [illumos-gate merge]Jerry Jelinek1-1/+1
2017-06-218376 cached v_path should be kept freshPatrick Mooney1-105/+252
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