d1811e3e | 03-Sep-2013 |
Boris Protopopov <boris.protopopov@nexenta.com> |
4089 NULL pointer dereference in arc_read() Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Saso Kiselkov <skiselkov.ml@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> App
4089 NULL pointer dereference in arc_read() Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Saso Kiselkov <skiselkov.ml@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@nexenta.com>
show more ...
|
c27e8300 | 24-Oct-2013 |
Andreas Jaekel <jaekel@strato-rz.de> |
add close_after_update event for any close()
We tried to be clever and get close_after_update events only for files that have no further open fds after the close() in question. However, the NFSv4 s
add close_after_update event for any close()
We tried to be clever and get close_after_update events only for files that have no further open fds after the close() in question. However, the NFSv4 server seems to keep files open for much longer than anticipated, so we'd get the events much too late.
Now we get an event for any close() call on a file, as long as there's been new data added to the file since the last time we added the event to the queue.
show more ...
|
8cbe4c78 | 05-Oct-2013 |
George Wilson <george.wilson@delphix.com> |
4168 ztest assertion failure in dbuf_undirty 4169 verbatim import causes zdb to segfault 4170 zhack leaves pool in ACTIVE state Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Eric Schrock
4168 ztest assertion failure in dbuf_undirty 4169 verbatim import causes zdb to segfault 4170 zhack leaves pool in ACTIVE state Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Dan McDonald <danmcd@nexenta.com>
show more ...
|