aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/inotify.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-27inotify: Add flag IN_MASK_CREATE for inotify_add_watch()Henry Wilson1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-67/+2
2010-07-28inotify: force inotify and fsnotify use same bitsEric Paris1-0/+9
2010-07-28inotify: allow users to request not to recieve events on unlinked childrenEric Paris1-0/+1
2010-07-28sysctl extern cleanup: inotifyDave Young1-0/+5
2010-07-28inotify: remove inotify in kernel interfaceEric Paris1-174/+0
2008-11-15Fix inotify watch removal/umount racesAl Viro1-0/+11
2008-07-24flag parameters: NONBLOCK in inotify_initUlrich Drepper1-1/+2
2008-07-24flag parameters: inotify_initUlrich Drepper1-0/+5
2007-10-21[PATCH] new helper - inotify_evict_watch()Al Viro1-0/+1
2007-10-21[PATCH] new helper - inotify_clone_watch()Al Viro1-0/+1
2006-06-20[PATCH] inotify (4/5): allow watch removal from event handlerAmy Griffis1-0/+7
2006-06-20[PATCH] inotify (3/5): add interfaces to kernel APIAmy Griffis1-0/+20
2006-06-20[PATCH] inotify (2/5): add name's inode to event handlerAmy Griffis1-3/+4
2006-06-20[PATCH] inotify (1/5): split kernel API from userspace supportAmy Griffis1-0/+76
2006-06-20[PATCH] remove config.h from inotify.hAl Viro1-1/+0
2006-03-25[PATCH] inotify: lock avoidance with parent watch status in dentryNick Piggin1-0/+11
2005-12-12[PATCH] inotify: add two inotify_add_watch flagsJohn McCutchan1-0/+2
2005-09-07[PATCH] inotify: fix event loss on hardlinked filesJohn McCutchan1-0/+1
2005-08-15[PATCH] inotify: add MOVE_SELF eventJohn McCutchan1-1/+3
2005-07-12[PATCH] inotifyRobert Love1-0/+108