aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fsnotify.h
AgeCommit message (Expand)Author
2011-01-07fs: dcache remove dcache_lockNick Piggin
2010-12-07fanotify: if set by user unset FMODE_NONOTIFY before fsnotify_perm() is calledLino Sanfilippo
2010-10-30Ensure FMODE_NONOTIFY is not set by userspaceLino Sanfilippo
2010-10-28fsnotify: rename FS_IN_ISDIR to FS_ISDIREric Paris
2010-10-28fsnotify: call fsnotify_parent in perm eventsEric Paris
2010-08-12Revert "fsnotify: store struct file not struct path"Linus Torvalds
2010-07-28fsnotify: store struct file not struct pathEric Paris
2010-07-28fsnotify: initialize mask in fsnotify_permEric Paris
2010-07-28fsnotify: new fsnotify hooks and events types for access decisionsEric Paris
2010-07-28fsnotify: use unsigned char * for dentry->d_name.nameEric Paris
2010-07-28fsnotify: Infrastructure for per-mount watchesAndreas Gruenbacher
2010-07-28vfs: introduce FMODE_NONOTIFYEric Paris
2010-07-28fsnotify: rename fsnotify_mark_entry to just fsnotify_markEric Paris
2010-07-28fsnotify: kill FSNOTIFY_EVENT_FILEAndreas Gruenbacher
2010-07-28fsnotify: send struct file when sending events to parents when possibleEric Paris
2010-07-28fsnotify: pass a file instead of an inode to open, read, and writeEric Paris
2010-07-28inotify: remove inotify in kernel interfaceEric Paris
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-08Lose the first argument of audit_inode_child()Al Viro
2010-02-08Lose the new_name argument of fsnotify_move()Al Viro
2009-06-11fsnotify: move events should indicate the event was on a childEric Paris
2009-06-11fsnotify: add correlations between eventsEric Paris
2009-06-11fsnotify: include pathnames with entries when possibleEric Paris
2009-06-11dnotify: reimplement dnotify using fsnotifyEric Paris
2009-06-11fsnotify: parent event notificationEric Paris
2009-06-11fsnotify: add marks to inodes so groups can interpret how to handle those inodesEric Paris
2009-06-11fsnotify: unified filesystem notification backendEric Paris
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro
2008-04-30Remove "#ifdef __KERNEL__" checks from unexported headersRobert P. J. Day
2008-02-06inotify: send IN_ATTRIB events when link count changesJan Kara
2007-10-21[PATCH] pass dentry to audit_inode()/audit_inode_child()Al Viro
2006-12-08[PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek
2006-08-03[PATCH] fix missed create event for directory auditAmy Griffis
2006-06-20[PATCH] log more info for directory entry change eventsAmy Griffis
2006-06-20[PATCH] inotify (2/5): add name's inode to event handlerAmy Griffis
2006-03-25Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2006-03-25[PATCH] inotify: lock avoidance with parent watch status in dentryNick Piggin
2006-03-20[PATCH] Collect more inode information during syscall processing.Amy Griffis
2006-03-20[PATCH] Pass dentry, not just name, in fsnotify creation hooks.Amy Griffis
2005-08-15[PATCH] inotify: add MOVE_SELF eventJohn McCutchan
2005-08-08[PATCH] fsnotify-cleanupsJohn McCutchan
2005-08-08[PATCH] fsnotify_name/inoderemoveJohn McCutchan
2005-08-04[PATCH] Clean up inotify delete race fixJohn McCutchan
2005-08-01[PATCH] inotify: fix file deletion by rename detectionJohn McCutchan
2005-07-13[PATCH] inotify: event orderingRobert Love
2005-07-12[PATCH] inotifyRobert Love