aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify/fanotify/fanotify.c
AgeCommit message (Expand)Author
2020-06-17fanotify: fix ignore mask logic for events on child and on dirAmir Goldstein
2020-05-20fanotify: fix merging marks masks with FAN_ONDIRAmir Goldstein
2020-05-14fanotify: merge duplicate events on parent and childAmir Goldstein
2020-05-14fsnotify: replace inode pointer with an object idAmir Goldstein
2019-07-12memcg, fsnotify: no oom-kill for remote memcg chargingShakeel Butt
2019-06-19fanotify: update connector fsid cache on add markAmir Goldstein
2019-05-07Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-04-28fsnotify: Fix NULL ptr deref in fanotify_get_fsid()Jan Kara
2019-04-26fsnotify: switch send_to_group() and ->handle_event to const struct qstr *Al Viro
2019-02-21fanotify: Make waits for fanotify events only killableJan Kara
2019-02-18fanotify: Use interruptible wait when waiting for permission eventsJan Kara
2019-02-18fanotify: Track permission event stateJan Kara
2019-02-07fanotify: report FAN_ONDIR to listener with FAN_REPORT_FIDAmir Goldstein
2019-02-07fanotify: add support for create/attrib/move/delete eventsAmir Goldstein
2019-02-07fanotify: support events with data type FSNOTIFY_EVENT_INODEAmir Goldstein
2019-02-07fanotify: check FS_ISDIR flag instead of d_is_dir()Amir Goldstein
2019-02-07fanotify: cache fsid in fsnotify_mark_connectorAmir Goldstein
2019-02-07fanotify: encode file identifier for FAN_REPORT_FIDAmir Goldstein
2019-02-06fanotify: rename struct fanotify_{,perm_}event_infoAmir Goldstein
2019-02-06fsnotify: move mask out of struct fsnotify_eventAmir Goldstein
2018-11-13fanotify: introduce new event mask FAN_OPEN_EXEC_PERMMatthew Bobrowski
2018-11-13fanotify: introduce new event mask FAN_OPEN_EXECMatthew Bobrowski
2018-11-13fanotify: return only user requested event types in event maskMatthew Bobrowski
2018-11-08fanotify: fix handling of events on child sub-directoryAmir Goldstein
2018-10-08fanotify: support reporting thread id instead of process idAmir Goldstein
2018-10-04fanotify: add BUILD_BUG_ON() to count the bits of fanotify constantsAmir Goldstein
2018-10-04fanotify: deprecate uapi FAN_ALL_* constantsAmir 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