summaryrefslogtreecommitdiff
path: root/include/linux/fsnotify_backend.h
AgeCommit message (Expand)Author
2009-12-04fanotify: should_send_event needs to handle vfsmountsEric Paris
2009-12-04fsnotify: Infrastructure for per-mount watchesAndreas Gruenbacher
2009-12-04fsnotify: vfsmount marks generic functionsEric Paris
2009-12-04fsnotify: split generic and inode specific mark codeEric Paris
2009-12-04fanotify: Add pids to eventsAndreas Gruenbacher
2009-11-12fsnotify: rename mark_entry to just markEric Paris
2009-11-12fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_markEric Paris
2009-11-12fsnotify: rename fsnotify_mark_entry to just fsnotify_markEric Paris
2009-11-12fsnotify: kill FSNOTIFY_EVENT_FILEAndreas Gruenbacher
2009-11-06fsnotify: add flags to fsnotify_mark_entriesEric Paris
2009-11-06fsnotify: add vfsmount specific fields to the fsnotify_mark_entry unionEric Paris
2009-11-06fsnotify: put inode specific fields in an fsnotify_mark in a unionEric Paris
2009-11-06fsnotify: include vfsmount in should_send_event when appropriateEric Paris
2009-11-06fsnotify: mount point listeners list and global maskEric Paris
2009-11-06fsnotify: rename fsnotify_groups to fsnotify_inode_groupsEric Paris
2009-11-06fsnotify: drop mask argument from fsnotify_alloc_groupEric Paris
2009-11-06fsnotify: fsnotify_obtain_group should be fsnotify_alloc_groupEric Paris
2009-11-06fsnotify: remove group_num altogetherEric Paris
2009-11-06fsnotify: replace an event on a listEric Paris
2009-11-06fsnotify: clone existing eventsEric Paris
2009-11-06fsnotify: per group notification queue merge typesEric Paris
2009-11-06fsnotify: send struct file when sending events to parents when possibleEric Paris
2009-11-06fsnotify: include data in should_send callsEric Paris
2009-11-06fsnotify: provide the data type to should_send_eventEric Paris
2009-11-06audit: reimplement audit_trees using fsnotify rather than inotifyEric Paris
2009-11-06fsnotify: allow addition of duplicate fsnotify marksEric Paris
2009-11-06fsnotify: duplicate fsnotify_mark_entry data between 2 marksEric Paris
2009-11-06audit: convert audit watches to use fsnotify instead of inotifyEric Paris
2009-07-21inotify: use GFP_NOFS under potential memory pressureEric Paris
2009-06-29fs: allow d_instantiate to be called with negative parent dentryJeremy Kerr
2009-06-11inotify: reimplement inotify using fsnotifyEric Paris
2009-06-11fsnotify: handle filesystem unmounts with fsnotify marksEric Paris
2009-06-11fsnotify: allow groups to add private data to eventsEric Paris
2009-06-11fsnotify: add correlations between eventsEric Paris
2009-06-11fsnotify: include pathnames with entries when possibleEric Paris
2009-06-11fsnotify: generic notification queue and waitqEric 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