aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/vfs_inotify.c
Commit message (Expand)AuthorAgeFilesLines
* inotify: Avoid calling vrele() with a namecache mutex heldHEADmainMark Johnston2 hours1-19/+52
* inotify: Fix a couple of locking bugsMark Johnston2025-07-181-2/+3
* inotify: do not call into namei() with a locked vnodeKonstantin Belousov2025-07-101-0/+2
* inotify: Use memcmp() to compare embedded file namesMark Johnston2025-07-071-1/+1
* linux: Add inotify supportMark Johnston2025-07-041-2/+2
* vfs: Initial revision of inotifyMark Johnston2025-07-041-0/+1008