summaryrefslogtreecommitdiff
path: root/include/linux/fsnotify.h
Commit message (Expand)AuthorAge
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* dentry name snapshotsAl Viro2017-07-07
* fsnotify: constify the places working with ->f_pathAl Viro2016-12-05
* constify fsnotify_parent()Al Viro2016-12-05
* fsnotify: support overlayfsAihua Zhang2016-09-16
* trim fsnotify hooks a bitAl Viro2016-05-29
* untangle fsnotify_d_instantiate() a bitAl Viro2016-03-14
* fsnotify: fix handling of renames in auditJan Kara2015-02-10
* Replace a bunch of file->dentry->d_inode refs with file_inode()David Howells2013-06-29
* new helper: file_inode(file)Al Viro2013-02-22
* audit: overhaul __audit_inode_child to accomodate retryingJeff Layton2012-10-12
* audit: reverse arguments to audit_inode_childJeff Layton2012-10-12
* BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker2012-03-04
* fs: dcache remove dcache_lockNick Piggin2011-01-07
* fanotify: if set by user unset FMODE_NONOTIFY before fsnotify_perm() is calledLino Sanfilippo2010-12-07
* Ensure FMODE_NONOTIFY is not set by userspaceLino Sanfilippo2010-10-30
* fsnotify: rename FS_IN_ISDIR to FS_ISDIREric Paris2010-10-28
* fsnotify: call fsnotify_parent in perm eventsEric Paris2010-10-28
* Revert "fsnotify: store struct file not struct path"Linus Torvalds2010-08-12
* fsnotify: store struct file not struct pathEric Paris2010-07-28
* fsnotify: initialize mask in fsnotify_permEric Paris2010-07-28
* fsnotify: new fsnotify hooks and events types for access decisionsEric Paris2010-07-28
* fsnotify: use unsigned char * for dentry->d_name.nameEric Paris2010-07-28
* fsnotify: Infrastructure for per-mount watchesAndreas Gruenbacher2010-07-28
* vfs: introduce FMODE_NONOTIFYEric Paris2010-07-28
* fsnotify: rename fsnotify_mark_entry to just fsnotify_markEric Paris2010-07-28
* fsnotify: kill FSNOTIFY_EVENT_FILEAndreas Gruenbacher2010-07-28
* fsnotify: send struct file when sending events to parents when possibleEric Paris2010-07-28
* fsnotify: pass a file instead of an inode to open, read, and writeEric Paris2010-07-28
* inotify: remove inotify in kernel interfaceEric Paris2010-07-28
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* Lose the first argument of audit_inode_child()Al Viro2010-02-08
* Lose the new_name argument of fsnotify_move()Al Viro2010-02-08
* fsnotify: move events should indicate the event was on a childEric Paris2009-06-11
* fsnotify: add correlations between eventsEric Paris2009-06-11
* fsnotify: include pathnames with entries when possibleEric Paris2009-06-11
* dnotify: reimplement dnotify using fsnotifyEric Paris2009-06-11
* fsnotify: parent event notificationEric Paris2009-06-11
* fsnotify: add marks to inodes so groups can interpret how to handle those inodesEric Paris2009-06-11
* fsnotify: unified filesystem notification backendEric Paris2009-06-11
* [PATCH] introduce fmode_t, do annotationsAl Viro2008-10-21
* Remove "#ifdef __KERNEL__" checks from unexported headersRobert P. J. Day2008-04-30
* inotify: send IN_ATTRIB events when link count changesJan Kara2008-02-06
* [PATCH] pass dentry to audit_inode()/audit_inode_child()Al Viro2007-10-21
* [PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek2006-12-08
* [PATCH] fix missed create event for directory auditAmy Griffis2006-08-03
* [PATCH] log more info for directory entry change eventsAmy Griffis2006-06-20
* [PATCH] inotify (2/5): add name's inode to event handlerAmy Griffis2006-06-20
* Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2006-03-25
|\
| * [PATCH] Collect more inode information during syscall processing.Amy Griffis2006-03-20