1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/source4/ntvfs/sysdep
Andrew Tridgell 127967334f r14956: change the notify search to be much more efficient by using a
per-depth bisection search. This makes the notify_trigger() call
log(N) which makes us scale well for large numbers of outstanding
notifies
(This used to be commit 16fd00925f)
2007-10-10 14:00:45 -05:00
..
config.m4 r14877: added support for the kernel inotify mechanism. This passes basic 2007-10-10 14:00:11 -05:00
config.mk r14877: added support for the kernel inotify mechanism. This passes basic 2007-10-10 14:00:11 -05:00
inotify.c r14948: add testing of truncate events, and add truncate support to inotify 2007-10-10 14:00:21 -05:00
README r14877: added support for the kernel inotify mechanism. This passes basic 2007-10-10 14:00:11 -05:00
sys_notify.c r14956: change the notify search to be much more efficient by using a 2007-10-10 14:00:45 -05:00
sys_notify.h r14920: allow a notify backend to separately specify if it has handled the 2007-10-10 14:00:17 -05:00

This directory contains OS depdendent interfaces to facilities that
are only available on a few of our target systems, and require
substantial code to abstract.