aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fsnotify_backend.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-28fsnotify: fsnotify_obtain_group should be fsnotify_alloc_groupEric Paris1-2/+2
2010-07-28fsnotify: remove group_num altogetherEric Paris1-9/+1
2010-07-28fsnotify: replace an event on a listEric Paris1-0/+2
2010-07-28fsnotify: clone existing eventsEric Paris1-0/+3
2010-07-28fsnotify: per group notification queue merge typesEric Paris1-2/+4
2010-07-28fsnotify: send struct file when sending events to parents when possibleEric Paris1-2/+2
2010-07-28fsnotify: include data in should_send callsEric Paris1-1/+1
2010-07-28fsnotify: provide the data type to should_send_eventEric Paris1-1/+2
2010-07-28audit: reimplement audit_trees using fsnotify rather than inotifyEric Paris1-2/+3
2010-07-28fsnotify: allow addition of duplicate fsnotify marksEric Paris1-1/+1
2010-07-28fsnotify: duplicate fsnotify_mark_entry data between 2 marksEric Paris1-0/+2
2010-07-28audit: convert audit watches to use fsnotify instead of inotifyEric Paris1-1/+4
2009-07-21inotify: use GFP_NOFS under potential memory pressureEric Paris1-1/+1
2009-06-29fs: allow d_instantiate to be called with negative parent dentryJeremy Kerr1-1/+1
2009-06-11inotify: reimplement inotify using fsnotifyEric Paris1-0/+11
2009-06-11fsnotify: handle filesystem unmounts with fsnotify marksEric Paris1-0/+4
2009-06-11fsnotify: allow groups to add private data to eventsEric Paris1-5/+19
2009-06-11fsnotify: add correlations between eventsEric Paris1-3/+12
2009-06-11fsnotify: include pathnames with entries when possibleEric Paris1-3/+8
2009-06-11fsnotify: generic notification queue and waitqEric Paris1-0/+37
2009-06-11dnotify: reimplement dnotify using fsnotifyEric Paris1-0/+3
2009-06-11fsnotify: parent event notificationEric Paris1-0/+64
2009-06-11fsnotify: add marks to inodes so groups can interpret how to handle those inodesEric Paris1-1/+64
2009-06-11fsnotify: unified filesystem notification backendEric Paris1-0/+177