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