aboutsummaryrefslogtreecommitdiff
path: root/fs/notify/fanotify/fanotify.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-20Merge branch 'for-next' of git://git.infradead.org/users/eparis/notifyGravatar Linus Torvalds 1-0/+6
2012-12-11fanotify: dont merge permission eventsGravatar Lino Sanfilippo 1-0/+6
2012-11-09fanotify: fix missing breakGravatar Eric Paris 1-0/+1
2010-12-07fanotify: on group destroy allow all waiters to bypass permission checkGravatar Lino Sanfilippo 1-1/+5
2010-10-28fanotify: ignore events on directories unless specifically requestedGravatar Eric Paris 1-0/+5
2010-10-28fanotify: do not send events for irregular filesGravatar Eric Paris 1-5/+6
2010-10-28fanotify: limit number of listeners per userGravatar Eric Paris 1-1/+10
2010-08-22fanotify: drop duplicate pr_debug statementGravatar Tvrtko Ursulin 1-3/+0
2010-08-12Revert "fsnotify: store struct file not struct path"Gravatar Linus Torvalds 1-4/+4
2010-07-28fanotify: use both marks when possibleGravatar Eric Paris 1-54/+34
2010-07-28fsnotify: pass both the vfsmount mark and inode markGravatar Eric Paris 1-5/+10
2010-07-28fsnotify: cleanup should_send_eventGravatar Eric Paris 1-15/+8
2010-07-28fanotify: use the mark in handler functionsGravatar Eric Paris 1-29/+17
2010-07-28fsnotify: send fsnotify_mark to groups in event handling functionsGravatar Eric Paris 1-3/+5
2010-07-28fsnotify: store struct file not struct pathGravatar Eric Paris 1-4/+4
2010-07-28fsnotify: fsnotify_add_notify_event should return an eventGravatar Eric Paris 1-57/+46
2010-07-28fanotify: userspace interface for permission responsesGravatar Eric Paris 1-0/+3
2010-07-28fanotify: permissions and blockingGravatar Eric Paris 1-4/+50
2010-07-28fanotify: use merge argument to determine actual event added to queueGravatar Eric Paris 1-5/+16
2010-07-28fsnotify: intoduce a notification merge argumentGravatar Eric Paris 1-2/+4
2010-07-28fanotify: ignored_mask to ignore eventsGravatar Eric Paris 1-14/+23
2010-07-28fanotify: remove outgoing function checks in fanotify.hGravatar Andreas Gruenbacher 1-2/+1
2010-07-28fanotify: should_send_event needs to handle vfsmountsGravatar Eric Paris 1-11/+45
2010-07-28fsnotify: split generic and inode specific mark codeGravatar Eric Paris 1-1/+1
2010-07-28fanotify: Add pids to eventsGravatar Andreas Gruenbacher 1-2/+3
2010-07-28fanotify: do not clone on merge unless neededGravatar Eric Paris 1-0/+10
2010-07-28fanotify: merge notification events with different masksGravatar Eric Paris 1-9/+30
2010-07-28fanotify:drop notification if they exist in the outgoing queueGravatar Eric Paris 1-2/+43
2010-07-28fanotify: fscking all notification systemGravatar Eric Paris 1-0/+78