index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
notify
/
notification.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fsnotify: clean up spinlock assertions
Jan Kara
2016-10-07
1
-6
/
+3
*
fanotify: fix possible false warning when freeing events
Jan Kara
2016-10-07
1
-2
/
+11
*
fsnotify: convert notification_mutex to a spinlock
Jan Kara
2016-10-07
1
-12
/
+15
*
fsnotify: drop notification_mutex before destroying event
Jan Kara
2016-10-07
1
-0
/
+2
*
fanotify: fix list corruption in fanotify_get_response()
Jan Kara
2016-09-19
1
-15
/
+0
*
fsnotify: add a way to stop queueing events on group shutdown
Jan Kara
2016-09-19
1
-1
/
+7
*
fanotify: fix double free of pending permission events
Jan Kara
2014-08-06
1
-1
/
+17
*
fsnotify: rename event handling functions
Jan Kara
2014-08-06
1
-9
/
+10
*
fsnotify: Allocate overflow events with proper type
Jan Kara
2014-02-25
1
-2
/
+2
*
fanotify: Handle overflow in case of permission events
Jan Kara
2014-02-25
1
-4
/
+10
*
fsnotify: Fix detection whether overflow event is queued
Jan Kara
2014-02-25
1
-1
/
+5
*
fsnotify: Do not return merged event from fsnotify_add_notify_event()
Jan Kara
2014-01-29
1
-12
/
+12
*
fsnotify: do not share events between notification groups
Jan Kara
2014-01-21
1
-306
/
+28
*
Merge branch 'for-next' of git://git.infradead.org/users/eparis/notify
Linus Torvalds
2012-12-20
1
-0
/
+1
|
\
|
*
fsnotify: make fasync generic for both inotify and fanotify
Eric Paris
2012-12-11
1
-0
/
+1
*
|
various: Fix spelling of "asynchronous" in comments.
Adam Buchbinder
2012-11-19
1
-1
/
+1
|
/
*
fs/notify/notification.c: make subsys_initcall function static
H Hartley Sweeten
2012-03-23
1
-2
/
+1
*
atomic: use <linux/atomic.h>
Arun Sharma
2011-07-26
1
-1
/
+1
*
Revert "fsnotify: store struct file not struct path"
Linus Torvalds
2010-08-12
1
-22
/
+11
*
vfs/fsnotify: fsnotify_close can delay the final work in fput
Eric Paris
2010-07-28
1
-0
/
+13
*
fsnotify: store struct file not struct path
Eric Paris
2010-07-28
1
-11
/
+9
*
fsnotify: fsnotify_add_notify_event should return an event
Eric Paris
2010-07-28
1
-14
/
+28
*
fsnotify: add pr_debug throughout
Eric Paris
2010-07-28
1
-0
/
+13
*
fsnotify: use unsigned char * for dentry->d_name.name
Eric Paris
2010-07-28
1
-2
/
+2
*
fsnotify: intoduce a notification merge argument
Eric Paris
2010-07-28
1
-2
/
+5
*
fanotify: Add pids to events
Andreas Gruenbacher
2010-07-28
1
-0
/
+3
*
fsnotify: kill FSNOTIFY_EVENT_FILE
Andreas Gruenbacher
2010-07-28
1
-9
/
+0
*
fsnotify: lock annotation for event replacement
Eric Paris
2010-07-28
1
-28
/
+13
*
fsnotify: replace an event on a list
Eric Paris
2010-07-28
1
-0
/
+56
*
fsnotify: clone existing events
Eric Paris
2010-07-28
1
-4
/
+25
*
fsnotify: per group notification queue merge types
Eric Paris
2010-07-28
1
-54
/
+19
*
fsnotify: use kmem_cache_zalloc to simplify event initialization
Eric Paris
2010-07-28
1
-12
/
+1
*
fsnotify: use fsnotify_create_event to allocate the q_overflow event
Eric Paris
2010-07-28
1
-4
/
+7
*
inotify: fix coalesce duplicate events into a single event in special case
Wei Yongjun
2009-10-18
1
-1
/
+1
*
inotify: tail drop inotify q_overflow events
Eric Paris
2009-08-17
1
-0
/
+4
*
notify: unused event private race
Eric Paris
2009-08-17
1
-4
/
+3
*
inotify: use GFP_NOFS under potential memory pressure
Eric Paris
2009-07-21
1
-4
/
+5
*
fsnotify: fix inotify tail drop check with path entries
Eric Paris
2009-07-21
1
-0
/
+1
*
inotify: check filename before dropping repeat events
Eric Paris
2009-07-21
1
-2
/
+7
*
fsnotify: allow groups to add private data to events
Eric Paris
2009-06-11
1
-4
/
+48
*
fsnotify: add correlations between events
Eric Paris
2009-06-11
1
-2
/
+18
*
fsnotify: include pathnames with entries when possible
Eric Paris
2009-06-11
1
-1
/
+15
*
fsnotify: generic notification queue and waitq
Eric Paris
2009-06-11
1
-7
/
+223
*
fsnotify: unified filesystem notification backend
Eric Paris
2009-06-11
1
-0
/
+121