summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/io/inotify.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-27OS-6076 recursive mutex_enter possible in inotifyBryan Cantrill1-7/+40
2017-02-13OS-5882 epoll fails to wake on certain edge-triggered conditionsPatrick Mooney1-4/+4
2016-10-12OS-5605 lint error in inotifyBryan Cantrill1-3/+21
2016-03-22OS-5148 ftruncate at offset should emit proper eventsPatrick Mooney1-1/+2
2015-10-28OS-4896 NFSv4 needs file events before they occurJerry Jelinek1-0/+3
2015-09-25OS-4702 installing Distelli; upstart service doesn't start until rebootJerry Jelinek1-3/+3
2015-09-02OS-4687 inotify_init leaks kernel memory20150903Bryan Cantrill1-0/+1
2015-06-10OS-4388 inotify_clean() can induce ZFS deadlock20150611Youzhong Yang1-17/+8
2015-05-11OS-4293 removal of un-fired IN_ONESHOT inotify event induces panicBryan Cantrill1-3/+3
2015-04-25OS-4183 Panic due to inotify_clean and nfs4 mount.Bryan Cantrill1-1/+18
2015-02-24OS-3751 use after free in dpcloseBryan Cantrill1-1/+6
2014-12-11OS-3629 FIONREAD on inotify(5) instance returns wrong value the wrong wayBryan Cantrill1-5/+11
2014-10-10OS-3425 inotify_clean() dies on assertion failureBryan Cantrill1-2/+2
2014-09-19OS-3294 add support for inotifyBryan Cantrill1-0/+1480