aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify/fanotify/fanotify.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-13fanotify: introduce new event mask FAN_OPEN_EXEC_PERMMatthew Bobrowski1-1/+2
2018-11-13fanotify: introduce new event mask FAN_OPEN_EXECMatthew Bobrowski1-1/+2
2018-11-13fanotify: return only user requested event types in event maskMatthew Bobrowski1-12/+16
2018-11-08fanotify: fix handling of events on child sub-directoryAmir Goldstein1-5/+5
2018-10-08fanotify: support reporting thread id instead of process idAmir Goldstein1-3/+6
2018-10-04fanotify: add BUILD_BUG_ON() to count the bits of fanotify constantsAmir Goldstein1-0/+2
2018-10-04fanotify: deprecate uapi FAN_ALL_* constantsAmir Goldstein1-3/+3
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+1
2018-08-17fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt1-4/+10
2018-07-21pids: Compute task_tgid using signal->leader_pidEric W. Biederman1-0/+1
2018-05-18fanotify: generalize fanotify_should_send_event()Amir Goldstein1-18/+18
2018-05-18fsnotify: remove redundant arguments to handle_event()Amir Goldstein1-8/+6
2018-04-09fanotify: fix logic of events on childAmir Goldstein1-19/+15
2018-02-27fsnotify: Let userspace know about lost events due to ENOMEMJan Kara1-1/+8
2018-02-27fanotify: Avoid lost events due to ENOMEM for unlimited queuesJan Kara1-5/+14
2017-11-14Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-1/+7
2017-11-14Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-29/+20
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-31fanotify: clean up CONFIG_FANOTIFY_ACCESS_PERMISSIONS ifdefsMiklos Szeredi1-23/+7
2017-10-31fanotify: fix fsnotify_prepare_user_wait() failureMiklos Szeredi1-13/+20
2017-10-10audit: Record fanotify access control decisionsSteve Grubb1-1/+7
2017-04-10fsnotify: Move ->free_mark callback to fsnotify_opsJan Kara1-0/+6
2017-04-10fanotify: Release SRCU lock when waiting for userspace responseJan Kara1-2/+15
2017-04-10fsnotify: Pass fsnotify_iter_info into handle_event handlerJan Kara1-1/+2
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2017-02-09fanotify: simplify the code of fanotify_mergeKinglong Mee1-8/+3
2016-12-05fsnotify: constify 'data' passed to ->handle_event()Al Viro1-4/+4
2016-09-19fanotify: fix list corruption in fanotify_get_response()Jan Kara1-12/+1
2015-03-12fanotify: fix event filtering with FAN_ONDIR setSuzuki K. Poulose1-1/+2
2015-02-22fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells1-1/+1
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells1-3/+3
2015-02-10fanotify: don't set FAN_ONDIR implicitly on a marks ignored maskLino Sanfilippo1-1/+1
2014-08-06fanotify: fix double free of pending permission eventsJan Kara1-1/+8
2014-08-06fsnotify: rename event handling functionsJan Kara1-1/+1
2014-04-03fanotify: use fanotify event structure for permission response processingJan Kara1-18/+45
2014-02-25fanotify: Handle overflow in case of permission eventsJan Kara1-2/+4
2014-02-18inotify: Fix reporting of cookies for inotify eventsJan Kara1-1/+1
2014-01-29fanotify: Fix use after free for permission eventsJan Kara1-1/+4
2014-01-29fsnotify: Do not return merged event from fsnotify_add_notify_event()Jan Kara1-11/+7
2014-01-29fanotify: Fix use after free in mask checkingJan Kara1-10/+11
2014-01-21fsnotify: remove pointless NULL initializersJan Kara1-1/+0
2014-01-21fsnotify: remove .should_send_event callbackJan Kara1-8/+10
2014-01-21fsnotify: do not share events between notification groupsJan Kara1-107/+104
2012-12-20Merge branch 'for-next' of git://git.infradead.org/users/eparis/notifyLinus Torvalds1-0/+6
2012-12-11fanotify: dont merge permission eventsLino Sanfilippo1-0/+6
2012-11-09fanotify: fix missing breakEric Paris1-0/+1
2010-12-07fanotify: on group destroy allow all waiters to bypass permission checkLino Sanfilippo1-1/+5
2010-10-28fanotify: ignore events on directories unless specifically requestedEric Paris1-0/+5
2010-10-28fanotify: do not send events for irregular filesEric Paris1-5/+6
2010-10-28fanotify: limit number of listeners per userEric Paris1-1/+10