Home
last modified time | relevance | path

Searched hist:"7259 ca31048e5ced8e7f90657a3d7084aeafdf51" (Results 1 – 5 of 5) sorted by relevance

/freebsd/tests/sys/kqueue/libkqueue/
H A Dvnode.cdiff 7259ca31048e5ced8e7f90657a3d7084aeafdf51 Sat Oct 02 07:23:03 CEST 2021 Kyle Evans <kevans@FreeBSD.org> fifos: delegate unhandled kqueue filters to underlying filesystem

This gives the vfs layer a chance to provide handling for EVFILT_VNODE,
for instance. Change pipe_specops to use the default vop_kqfilter to
accommodate fifoops that don't specify the method (i.e. all in-tree).

Based on a patch by Jan Kokemüller.

PR: 225934
Reviewed by: kib, markj (both pre-KASSERT)
Differential Revision: https://reviews.freebsd.org/D32271
H A Dcommon.hdiff 7259ca31048e5ced8e7f90657a3d7084aeafdf51 Sat Oct 02 07:23:03 CEST 2021 Kyle Evans <kevans@FreeBSD.org> fifos: delegate unhandled kqueue filters to underlying filesystem

This gives the vfs layer a chance to provide handling for EVFILT_VNODE,
for instance. Change pipe_specops to use the default vop_kqfilter to
accommodate fifoops that don't specify the method (i.e. all in-tree).

Based on a patch by Jan Kokemüller.

PR: 225934
Reviewed by: kib, markj (both pre-KASSERT)
Differential Revision: https://reviews.freebsd.org/D32271
/freebsd/sys/fs/fifofs/
H A Dfifo_vnops.cdiff 7259ca31048e5ced8e7f90657a3d7084aeafdf51 Sat Oct 02 07:23:03 CEST 2021 Kyle Evans <kevans@FreeBSD.org> fifos: delegate unhandled kqueue filters to underlying filesystem

This gives the vfs layer a chance to provide handling for EVFILT_VNODE,
for instance. Change pipe_specops to use the default vop_kqfilter to
accommodate fifoops that don't specify the method (i.e. all in-tree).

Based on a patch by Jan Kokemüller.

PR: 225934
Reviewed by: kib, markj (both pre-KASSERT)
Differential Revision: https://reviews.freebsd.org/D32271
/freebsd/sys/kern/
H A Dsys_pipe.cdiff 7259ca31048e5ced8e7f90657a3d7084aeafdf51 Sat Oct 02 07:23:03 CEST 2021 Kyle Evans <kevans@FreeBSD.org> fifos: delegate unhandled kqueue filters to underlying filesystem

This gives the vfs layer a chance to provide handling for EVFILT_VNODE,
for instance. Change pipe_specops to use the default vop_kqfilter to
accommodate fifoops that don't specify the method (i.e. all in-tree).

Based on a patch by Jan Kokemüller.

PR: 225934
Reviewed by: kib, markj (both pre-KASSERT)
Differential Revision: https://reviews.freebsd.org/D32271
H A Dvfs_subr.cdiff 7259ca31048e5ced8e7f90657a3d7084aeafdf51 Sat Oct 02 07:23:03 CEST 2021 Kyle Evans <kevans@FreeBSD.org> fifos: delegate unhandled kqueue filters to underlying filesystem

This gives the vfs layer a chance to provide handling for EVFILT_VNODE,
for instance. Change pipe_specops to use the default vop_kqfilter to
accommodate fifoops that don't specify the method (i.e. all in-tree).

Based on a patch by Jan Kokemüller.

PR: 225934
Reviewed by: kib, markj (both pre-KASSERT)
Differential Revision: https://reviews.freebsd.org/D32271