summaryrefslogtreecommitdiffstats
path: root/fs/notify/fanotify/fanotify.c
Commit message (Expand)AuthorAgeFilesLines
* fanotify: introduce new event mask FAN_OPEN_EXEC_PERMMatthew Bobrowski2018-11-131-1/+2
* fanotify: introduce new event mask FAN_OPEN_EXECMatthew Bobrowski2018-11-131-1/+2
* fanotify: return only user requested event types in event maskMatthew Bobrowski2018-11-131-12/+16
* fanotify: fix handling of events on child sub-directoryAmir Goldstein2018-11-081-5/+5
* fanotify: support reporting thread id instead of process idAmir Goldstein2018-10-081-3/+6
* fanotify: add BUILD_BUG_ON() to count the bits of fanotify constantsAmir Goldstein2018-10-041-0/+2
* fanotify: deprecate uapi FAN_ALL_* constantsAmir Goldstein2018-10-041-3/+3
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-211-0/+1
|\
| * pids: Compute task_tgid using signal->leader_pidEric W. Biederman2018-07-211-0/+1
* | fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt2018-08-171-4/+10
|/
* fanotify: generalize fanotify_should_send_event()Amir Goldstein2018-05-181-18/+18
* fsnotify: remove redundant arguments to handle_event()Amir Goldstein2018-05-181-8/+6
* fanotify: fix logic of events on childAmir Goldstein2018-04-091-19/+15
* fsnotify: Let userspace know about lost events due to ENOMEMJan Kara2018-02-271-1/+8
* fanotify: Avoid lost events due to ENOMEM for unlimited queuesJan Kara2018-02-271-5/+14
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2017-11-141-1/+7
|\
| * audit: Record fanotify access control decisionsSteve Grubb2017-10-101-1/+7
* | Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Linus Torvalds2017-11-141-29/+20
|\ \
| * | fanotify: clean up CONFIG_FANOTIFY_ACCESS_PERMISSIONS ifdefsMiklos Szeredi2017-10-311-23/+7
| * | fanotify: fix fsnotify_prepare_user_wait() failureMiklos Szeredi2017-10-311-13/+20
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* fsnotify: Move ->free_mark callback to fsnotify_opsJan Kara2017-04-101-0/+6
* fanotify: Release SRCU lock when waiting for userspace responseJan Kara2017-04-101-2/+15
* fsnotify: Pass fsnotify_iter_info into handle_event handlerJan Kara2017-04-101-1/+2
* sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
* fanotify: simplify the code of fanotify_mergeKinglong Mee2017-02-091-8/+3
* fsnotify: constify 'data' passed to ->handle_event()Al Viro2016-12-051-4/+4
* fanotify: fix list corruption in fanotify_get_response()Jan Kara2016-09-191-12/+1
* fanotify: fix event filtering with FAN_ONDIR setSuzuki K. Poulose2015-03-121-1/+2
* fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells2015-02-221-1/+1
* VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-221-3/+3
* fanotify: don't set FAN_ONDIR implicitly on a marks ignored maskLino Sanfilippo2015-02-101-1/+1
* fanotify: fix double free of pending permission eventsJan Kara2014-08-061-1/+8
* fsnotify: rename event handling functionsJan Kara2014-08-061-1/+1
* fanotify: use fanotify event structure for permission response processingJan Kara2014-04-031-18/+45
* fanotify: Handle overflow in case of permission eventsJan Kara2014-02-251-2/+4
* inotify: Fix reporting of cookies for inotify eventsJan Kara2014-02-181-1/+1
* fanotify: Fix use after free for permission eventsJan Kara2014-01-291-1/+4
* fsnotify: Do not return merged event from fsnotify_add_notify_event()Jan Kara2014-01-291-11/+7
* fanotify: Fix use after free in mask checkingJan Kara2014-01-291-10/+11
* fsnotify: remove pointless NULL initializersJan Kara2014-01-211-1/+0
* fsnotify: remove .should_send_event callbackJan Kara2014-01-211-8/+10
* fsnotify: do not share events between notification groupsJan Kara2014-01-211-107/+104
* Merge branch 'for-next' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2012-12-201-0/+6
|\
| * fanotify: dont merge permission eventsLino Sanfilippo2012-12-111-0/+6
* | fanotify: fix missing breakEric Paris2012-11-091-0/+1
|/
* fanotify: on group destroy allow all waiters to bypass permission checkLino Sanfilippo2010-12-071-1/+5
* fanotify: ignore events on directories unless specifically requestedEric Paris2010-10-281-0/+5
* fanotify: do not send events for irregular filesEric Paris2010-10-281-5/+6
* fanotify: limit number of listeners per userEric Paris2010-10-281-1/+10