summaryrefslogtreecommitdiffstats
path: root/include/linux/fsnotify.h
Commit message (Expand)AuthorAgeFilesLines
* Replace a bunch of file->dentry->d_inode refs with file_inode()David Howells2013-06-291-4/+4
* new helper: file_inode(file)Al Viro2013-02-221-1/+1
* audit: overhaul __audit_inode_child to accomodate retryingJeff Layton2012-10-121-4/+4
* audit: reverse arguments to audit_inode_childJeff Layton2012-10-121-4/+4
* BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker2012-03-041-0/+1
* fs: dcache remove dcache_lockNick Piggin2011-01-071-2/+0
* fanotify: if set by user unset FMODE_NONOTIFY before fsnotify_perm() is calledLino Sanfilippo2010-12-071-3/+0
* Ensure FMODE_NONOTIFY is not set by userspaceLino Sanfilippo2010-10-301-4/+5
* fsnotify: rename FS_IN_ISDIR to FS_ISDIREric Paris2010-10-281-10/+10
* fsnotify: call fsnotify_parent in perm eventsEric Paris2010-10-281-2/+7
* Revert "fsnotify: store struct file not struct path"Linus Torvalds2010-08-121-16/+21
* fsnotify: store struct file not struct pathEric Paris2010-07-281-21/+16
* fsnotify: initialize mask in fsnotify_permEric Paris2010-07-281-3/+5
* fsnotify: new fsnotify hooks and events types for access decisionsEric Paris2010-07-281-0/+19
* fsnotify: use unsigned char * for dentry->d_name.nameEric Paris2010-07-281-6/+6
* fsnotify: Infrastructure for per-mount watchesAndreas Gruenbacher2010-07-281-0/+8
* vfs: introduce FMODE_NONOTIFYEric Paris2010-07-281-8/+16
* fsnotify: rename fsnotify_mark_entry to just fsnotify_markEric Paris2010-07-281-9/+9
* fsnotify: kill FSNOTIFY_EVENT_FILEAndreas Gruenbacher2010-07-281-17/+19
* fsnotify: send struct file when sending events to parents when possibleEric Paris2010-07-281-19/+21
* fsnotify: pass a file instead of an inode to open, read, and writeEric Paris2010-07-281-6/+9
* inotify: remove inotify in kernel interfaceEric Paris2010-07-281-47/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Lose the first argument of audit_inode_child()Al Viro2010-02-081-4/+4
* Lose the new_name argument of fsnotify_move()Al Viro2010-02-081-1/+2
* fsnotify: move events should indicate the event was on a childEric Paris2009-06-111-8/+4
* fsnotify: add correlations between eventsEric Paris2009-06-111-17/+18
* fsnotify: include pathnames with entries when possibleEric Paris2009-06-111-14/+14
* dnotify: reimplement dnotify using fsnotifyEric Paris2009-06-111-47/+21
* fsnotify: parent event notificationEric Paris2009-06-111-9/+25
* fsnotify: add marks to inodes so groups can interpret how to handle those inodesEric Paris2009-06-111-0/+9
* fsnotify: unified filesystem notification backendEric Paris2009-06-111-35/+80
* [PATCH] introduce fmode_t, do annotationsAl Viro2008-10-211-1/+1
* Remove "#ifdef __KERNEL__" checks from unexported headersRobert P. J. Day2008-04-301-4/+0
* inotify: send IN_ATTRIB events when link count changesJan Kara2008-02-061-0/+22
* [PATCH] pass dentry to audit_inode()/audit_inode_child()Al Viro2007-10-211-4/+5
* [PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek2006-12-081-1/+1
* [PATCH] fix missed create event for directory auditAmy Griffis2006-08-031-3/+3
* [PATCH] log more info for directory entry change eventsAmy Griffis2006-06-201-2/+1
* [PATCH] inotify (2/5): add name's inode to event handlerAmy Griffis2006-06-201-13/+16
* Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2006-03-251-4/+10
|\
| * [PATCH] Collect more inode information during syscall processing.Amy Griffis2006-03-201-0/+5
| * [PATCH] Pass dentry, not just name, in fsnotify creation hooks.Amy Griffis2006-03-201-4/+5
* | [PATCH] inotify: lock avoidance with parent watch status in dentryNick Piggin2006-03-251-0/+19
|/
* [PATCH] inotify: add MOVE_SELF eventJohn McCutchan2005-08-151-1/+5
* [PATCH] fsnotify-cleanupsJohn McCutchan2005-08-081-24/+0
* [PATCH] fsnotify_name/inoderemoveJohn McCutchan2005-08-081-0/+20
* [PATCH] Clean up inotify delete race fixJohn McCutchan2005-08-041-3/+1
* [PATCH] inotify: fix file deletion by rename detectionJohn McCutchan2005-08-011-1/+6
* [PATCH] inotify: event orderingRobert Love2005-07-131-1/+1