#!/bin/bash (perf record -e raw_syscalls:sys_enter $@ || \ perf record -e syscalls:sys_enter $@) 2> /dev/null n' href='/favicon.ico'/>
summaryrefslogtreecommitdiff
path: root/fs/notify/fsnotify.h
AgeCommit message (Expand)Author
2024-06-05fsnotify: clear PARENT_WATCHED flags lazilyAmir Goldstein
2024-04-04fsnotify: lazy attach fsnotify_sb_info state to sbAmir Goldstein
2024-04-04fsnotify: pass object pointer and type to fsnotify mark helpersAmir Goldstein
2024-04-04fsnotify: create helpers to get sb and connp from objectAmir Goldstein
2022-09-09fsnotify: remove unused declarationGaosheng Cui