summaryrefslogtreecommitdiff
path: root/fs/notify/notification.c
Commit message (Expand)AuthorAge
* fsnotify: Let userspace know about lost events due to ENOMEMJan Kara2018-02-27
* fsnotify: clean up spinlock assertionsJan Kara2016-10-07
* fanotify: fix possible false warning when freeing eventsJan Kara2016-10-07
* fsnotify: convert notification_mutex to a spinlockJan Kara2016-10-07
* fsnotify: drop notification_mutex before destroying eventJan Kara2016-10-07
* fanotify: fix list corruption in fanotify_get_response()Jan Kara2016-09-19
* fsnotify: add a way to stop queueing events on group shutdownJan Kara2016-09-19
* fanotify: fix double free of pending permission eventsJan Kara2014-08-06
* fsnotify: rename event handling functionsJan Kara2014-08-06
* fsnotify: Allocate overflow events with proper typeJan Kara2014-02-25
* fanotify: Handle overflow in case of permission eventsJan Kara2014-02-25
* fsnotify: Fix detection whether overflow event is queuedJan Kara2014-02-25
* fsnotify: Do not return merged event from fsnotify_add_notify_event()Jan Kara2014-01-29
* fsnotify: do not share events between notification groupsJan Kara2014-01-21
* Merge branch 'for-next' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2012-12-20
|\
| * fsnotify: make fasync generic for both inotify and fanotifyEric Paris2012-12-11
* | various: Fix spelling of "asynchronous" in comments.Adam Buchbinder2012-11-19
|/
* fs/notify/notification.c: make subsys_initcall function staticH Hartley Sweeten2012-03-23
* atomic: use <linux/atomic.h>Arun Sharma2011-07-26
* Revert "fsnotify: store struct file not struct path"Linus Torvalds2010-08-12
* vfs/fsnotify: fsnotify_close can delay the final work in fputEric Paris2010-07-28
* fsnotify: store struct file not struct pathEric Paris2010-07-28
* fsnotify: fsnotify_add_notify_event should return an eventEric Paris2010-07-28
* fsnotify: add pr_debug throughoutEric Paris2010-07-28
* fsnotify: use unsigned char * for dentry->d_name.nameEric Paris2010-07-28
* fsnotify: intoduce a notification merge argumentEric Paris2010-07-28
* fanotify: Add pids to eventsAndreas Gruenbacher2010-07-28
* fsnotify: kill FSNOTIFY_EVENT_FILEAndreas Gruenbacher2010-07-28
* fsnotify: lock annotation for event replacementEric Paris2010-07-28
* fsnotify: replace an event on a listEric Paris2010-07-28
* fsnotify: clone existing eventsEric Paris2010-07-28
* fsnotify: per group notification queue merge typesEric Paris2010-07-28
* fsnotify: use kmem_cache_zalloc to simplify event initializationEric Paris2010-07-28
* fsnotify: use fsnotify_create_event to allocate the q_overflow eventEric Paris2010-07-28
* inotify: fix coalesce duplicate events into a single event in special caseWei Yongjun2009-10-18
* inotify: tail drop inotify q_overflow eventsEric Paris2009-08-17
* notify: unused event private raceEric Paris2009-08-17
* inotify: use GFP_NOFS under potential memory pressureEric Paris2009-07-21
* fsnotify: fix inotify tail drop check with path entriesEric Paris2009-07-21
* inotify: check filename before dropping repeat eventsEric Paris2009-07-21
* fsnotify: allow groups to add private data to eventsEric Paris2009-06-11
* fsnotify: add correlations between eventsEric Paris2009-06-11
* fsnotify: include pathnames with entries when possibleEric Paris2009-06-11
* fsnotify: generic notification queue and waitqEric Paris2009-06-11
* fsnotify: unified filesystem notification backendEric Paris2009-06-11