aboutsummaryrefslogtreecommitdiff
path: root/fs/notify/notification.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-07fsnotify: clean up spinlock assertionsGravatar Jan Kara 1-6/+3
2016-10-07fanotify: fix possible false warning when freeing eventsGravatar Jan Kara 1-2/+11
2016-10-07fsnotify: convert notification_mutex to a spinlockGravatar Jan Kara 1-12/+15
2016-10-07fsnotify: drop notification_mutex before destroying eventGravatar Jan Kara 1-0/+2
2016-09-19fanotify: fix list corruption in fanotify_get_response()Gravatar Jan Kara 1-15/+0
2016-09-19fsnotify: add a way to stop queueing events on group shutdownGravatar Jan Kara 1-1/+7
2014-08-06fanotify: fix double free of pending permission eventsGravatar Jan Kara 1-1/+17
2014-08-06fsnotify: rename event handling functionsGravatar Jan Kara 1-9/+10
2014-02-25fsnotify: Allocate overflow events with proper typeGravatar Jan Kara 1-2/+2
2014-02-25fanotify: Handle overflow in case of permission eventsGravatar Jan Kara 1-4/+10
2014-02-25fsnotify: Fix detection whether overflow event is queuedGravatar Jan Kara 1-1/+5
2014-01-29fsnotify: Do not return merged event from fsnotify_add_notify_event()Gravatar Jan Kara 1-12/+12
2014-01-21fsnotify: do not share events between notification groupsGravatar Jan Kara 1-306/+28
2012-12-20Merge branch 'for-next' of git://git.infradead.org/users/eparis/notifyGravatar Linus Torvalds 1-0/+1
2012-12-11fsnotify: make fasync generic for both inotify and fanotifyGravatar Eric Paris 1-0/+1
2012-11-19various: Fix spelling of "asynchronous" in comments.Gravatar Adam Buchbinder 1-1/+1
2012-03-23fs/notify/notification.c: make subsys_initcall function staticGravatar H Hartley Sweeten 1-2/+1
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2010-08-12Revert "fsnotify: store struct file not struct path"Gravatar Linus Torvalds 1-22/+11
2010-07-28vfs/fsnotify: fsnotify_close can delay the final work in fputGravatar Eric Paris 1-0/+13
2010-07-28fsnotify: store struct file not struct pathGravatar Eric Paris 1-11/+9
2010-07-28fsnotify: fsnotify_add_notify_event should return an eventGravatar Eric Paris 1-14/+28
2010-07-28fsnotify: add pr_debug throughoutGravatar Eric Paris 1-0/+13
2010-07-28fsnotify: use unsigned char * for dentry->d_name.nameGravatar Eric Paris 1-2/+2
2010-07-28fsnotify: intoduce a notification merge argumentGravatar Eric Paris 1-2/+5
2010-07-28fanotify: Add pids to eventsGravatar Andreas Gruenbacher 1-0/+3
2010-07-28fsnotify: kill FSNOTIFY_EVENT_FILEGravatar Andreas Gruenbacher 1-9/+0
2010-07-28fsnotify: lock annotation for event replacementGravatar Eric Paris 1-28/+13
2010-07-28fsnotify: replace an event on a listGravatar Eric Paris 1-0/+56
2010-07-28fsnotify: clone existing eventsGravatar Eric Paris 1-4/+25
2010-07-28fsnotify: per group notification queue merge typesGravatar Eric Paris 1-54/+19
2010-07-28fsnotify: use kmem_cache_zalloc to simplify event initializationGravatar Eric Paris 1-12/+1
2010-07-28fsnotify: use fsnotify_create_event to allocate the q_overflow eventGravatar Eric Paris 1-4/+7
2009-10-18inotify: fix coalesce duplicate events into a single event in special caseGravatar Wei Yongjun 1-1/+1
2009-08-17inotify: tail drop inotify q_overflow eventsGravatar Eric Paris 1-0/+4
2009-08-17notify: unused event private raceGravatar Eric Paris 1-4/+3
2009-07-21inotify: use GFP_NOFS under potential memory pressureGravatar Eric Paris 1-4/+5
2009-07-21fsnotify: fix inotify tail drop check with path entriesGravatar Eric Paris 1-0/+1
2009-07-21inotify: check filename before dropping repeat eventsGravatar Eric Paris 1-2/+7
2009-06-11fsnotify: allow groups to add private data to eventsGravatar Eric Paris 1-4/+48
2009-06-11fsnotify: add correlations between eventsGravatar Eric Paris 1-2/+18
2009-06-11fsnotify: include pathnames with entries when possibleGravatar Eric Paris 1-1/+15
2009-06-11fsnotify: generic notification queue and waitqGravatar Eric Paris 1-7/+223
2009-06-11fsnotify: unified filesystem notification backendGravatar Eric Paris 1-0/+121