Lines Matching refs:stat_cache

804   * [mod_magnet] sync script load w/ stat_cache
1305 * [multiple] stat_cache singleton
1329 * [core] isolate stat_cache subsystem
1731 * [core] use inotify in stat_cache.[ch] on Linux
1739 * [core] use struct kevent on stack in stat_cache
1740 * [core] stat_cache preprocessor paranoia
1793 * [core] disable stat_cache FAM if FAM conn closed
1921 * [stat_cache] separate func for symlink policy chk
1922 * [stat_cache] separate symlink pol from data struct
1923 * [stat_cache] store entries without trailing slash
1924 * [stat_cache] pass age param for stat cache cleanup
1925 * [stat_cache] remove splaytree ins/del debug code
1926 * [stat_cache] FAM: reduce string copying
1927 * [stat_cache] FAM: check FAMNextEvent() return code
1928 * [stat_cache] FAM: use entry hash index as userdata
1929 * [stat_cache] FAM: improve handling modified file
1930 * [stat_cache] FAM: ignore follow-symlink config
1931 * [stat_cache] FAM: check hash collision before add
1932 * [stat_cache] FAM: ignore event with no valid match
1933 * [stat_cache] FAM: funcs to invalidate entries
1934 * [stat_cache] interfaces to invalidate entries
1935 * [mod_webdav] update stat_cache after file mod
1941 * [stat_cache] no longer stat() and open() for stat
1942 * [stat_cache] FAM: improve monitoring, cache 16 sec
1943 * [stat_cache] FAM: separate routine for FDEVENT_IN
1944 * [stat_cache] FAM: whitespace-only change
1948 * [stat_cache] fix compilation error for cmake
1958 * [mod_webdav] invalidate parent dir in stat_cache
2050 * [mod_cgi] perf: use stat_cache for cgi handler
2251 * [core] increase stat_cache abstraction
2271 * [stat_cache] remove debug code littered in file
2273 * [core] cleanup: consolidate FAM code in stat_cache
2399 * [core] make stat_cache private to stat_cache.c
2414 * [core] fix stat_cache initialization error
2467 * [core] remove unused includes of stat_cache.h
2741 * [security] disable stat_cache if !follow-symlink (fixes #2724)
2937 * [bsd xattr] fix compile break with BSD extended attributes in stat_cache
3373 …* fix segfault for stat_cache(fam) calls with relative path (without '/', can be triggered by x-se…