aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify/fanotify/fanotify.c
AgeCommit message (Expand)Author
2020-06-30fanotify: fix ignore mask logic for events on child and on dirAmir Goldstein
2019-07-31memcg, fsnotify: no oom-kill for remote memcg chargingShakeel Butt
2018-12-01fanotify: fix handling of events on child sub-directoryAmir Goldstein
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-08-17fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt
2018-07-21pids: Compute task_tgid using signal->leader_pidEric W. Biederman
2018-05-18fanotify: generalize fanotify_should_send_event()Amir Goldstein
2018-05-18fsnotify: remove redundant arguments to handle_event()Amir Goldstein
2018-04-09fanotify: fix logic of events on childAmir Goldstein
2018-02-27fsnotify: Let userspace know about lost events due to ENOMEMJan Kara
2018-02-27fanotify: Avoid lost events due to ENOMEM for unlimited queuesJan Kara
2017-11-14Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2017-11-14Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-31fanotify: clean up CONFIG_FANOTIFY_ACCESS_PERMISSIONS ifdefsMiklos Szeredi
2017-10-31fanotify: fix fsnotify_prepare_user_wait() failureMiklos Szeredi
2017-10-10audit: Record fanotify access control decisionsSteve Grubb
2017-04-10fsnotify: Move ->free_mark callback to fsnotify_opsJan Kara
2017-04-10fanotify: Release SRCU lock when waiting for userspace responseJan Kara
2017-04-10fsnotify: Pass fsnotify_iter_info into handle_event handlerJan Kara
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2017-02-09fanotify: simplify the code of fanotify_mergeKinglong Mee
2016-12-05fsnotify: constify 'data' passed to ->handle_event()Al Viro
2016-09-19fanotify: fix list corruption in fanotify_get_response()Jan Kara
2015-03-12fanotify: fix event filtering with FAN_ONDIR setSuzuki K. Poulose
2015-02-22fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells
2015-02-10fanotify: don't set FAN_ONDIR implicitly on a marks ignored maskLino Sanfilippo
2014-08-06fanotify: fix double free of pending permission eventsJan Kara
2014-08-06fsnotify: rename event handling functionsJan Kara
2014-04-03fanotify: use fanotify event structure for permission response processingJan Kara
2014-02-25fanotify: Handle overflow in case of permission eventsJan Kara
2014-02-18inotify: Fix reporting of cookies for inotify eventsJan Kara
2014-01-29fanotify: Fix use after free for permission eventsJan Kara
2014-01-29fsnotify: Do not return merged event from fsnotify_add_notify_event()Jan Kara
2014-01-29fanotify: Fix use after free in mask checkingJan Kara
2014-01-21fsnotify: remove pointless NULL initializersJan Kara
2014-01-21fsnotify: remove .should_send_event callbackJan Kara
2014-01-21fsnotify: do not share events between notification groupsJan Kara
2012-12-20Merge branch 'for-next' of git://git.infradead.org/users/eparis/notifyLinus Torvalds
2012-12-11fanotify: dont merge permission eventsLino Sanfilippo
2012-11-09fanotify: fix missing breakEric Paris
2010-12-07fanotify: on group destroy allow all waiters to bypass permission checkLino Sanfilippo
2010-10-28fanotify: ignore events on directories unless specifically requestedEric Paris
2010-10-28fanotify: do not send events for irregular filesEric Paris
2010-10-28fanotify: limit number of listeners per userEric Paris
2010-08-22fanotify: drop duplicate pr_debug statementTvrtko Ursulin
2010-08-12Revert "fsnotify: store struct file not struct path"Linus Torvalds
2010-07-28fanotify: use both marks when possibleEric Paris
2010-07-28fsnotify: pass both the vfsmount mark and inode markEric Paris