aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify/notification.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-12Revert "fsnotify: store struct file not struct path"Linus Torvalds1-22/+11
2010-07-28vfs/fsnotify: fsnotify_close can delay the final work in fputEric Paris1-0/+13
2010-07-28fsnotify: store struct file not struct pathEric Paris1-11/+9
2010-07-28fsnotify: fsnotify_add_notify_event should return an eventEric Paris1-14/+28
2010-07-28fsnotify: add pr_debug throughoutEric Paris1-0/+13
2010-07-28fsnotify: use unsigned char * for dentry->d_name.nameEric Paris1-2/+2
2010-07-28fsnotify: intoduce a notification merge argumentEric Paris1-2/+5
2010-07-28fanotify: Add pids to eventsAndreas Gruenbacher1-0/+3
2010-07-28fsnotify: kill FSNOTIFY_EVENT_FILEAndreas Gruenbacher1-9/+0
2010-07-28fsnotify: lock annotation for event replacementEric Paris1-28/+13
2010-07-28fsnotify: replace an event on a listEric Paris1-0/+56
2010-07-28fsnotify: clone existing eventsEric Paris1-4/+25
2010-07-28fsnotify: per group notification queue merge typesEric Paris1-54/+19
2010-07-28fsnotify: use kmem_cache_zalloc to simplify event initializationEric Paris1-12/+1
2010-07-28fsnotify: use fsnotify_create_event to allocate the q_overflow eventEric Paris1-4/+7
2009-10-18inotify: fix coalesce duplicate events into a single event in special caseWei Yongjun1-1/+1
2009-08-17inotify: tail drop inotify q_overflow eventsEric Paris1-0/+4
2009-08-17notify: unused event private raceEric Paris1-4/+3
2009-07-21inotify: use GFP_NOFS under potential memory pressureEric Paris1-4/+5
2009-07-21fsnotify: fix inotify tail drop check with path entriesEric Paris1-0/+1
2009-07-21inotify: check filename before dropping repeat eventsEric Paris1-2/+7
2009-06-11fsnotify: allow groups to add private data to eventsEric Paris1-4/+48
2009-06-11fsnotify: add correlations between eventsEric Paris1-2/+18
2009-06-11fsnotify: include pathnames with entries when possibleEric Paris1-1/+15
2009-06-11fsnotify: generic notification queue and waitqEric Paris1-7/+223
2009-06-11fsnotify: unified filesystem notification backendEric Paris1-0/+121