summaryrefslogtreecommitdiffstats
path: root/fs/notify/fanotify/fanotify.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fanotify: turn off support for FAN_DIR_MODIFYAmir Goldstein2020-05-271-1/+1
* fanotify: Fix the checks in fanotify_fsid_equalNathan Chancellor2020-03-301-1/+1
* fanotify: report name info for FAN_DIR_MODIFY eventAmir Goldstein2020-03-251-1/+1
* fanotify: record name info for FAN_DIR_MODIFY eventAmir Goldstein2020-03-251-9/+67
* fanotify: Drop fanotify_event_has_fid()Jan Kara2020-03-251-1/+1
* fanotify: send FAN_DIR_MODIFY event flavor with dir inode and nameAmir Goldstein2020-03-251-3/+4
* fanotify: divorce fanotify_path_event and fanotify_fid_eventJan Kara2020-03-251-33/+93
* fanotify: Store fanotify handles differentlyJan Kara2020-03-251-34/+63
* fanotify: fix merging marks masks with FAN_ONDIRAmir Goldstein2020-03-241-4/+7
* fanotify: merge duplicate events on parent and childAmir Goldstein2020-03-241-1/+6
* fsnotify: replace inode pointer with an object idAmir Goldstein2020-03-241-2/+2
* fsnotify: use helpers to access data by data_typeAmir Goldstein2020-03-231-10/+8
* memcg, fsnotify: no oom-kill for remote memcg chargingShakeel Butt2019-07-121-1/+4
* fanotify: update connector fsid cache on add markAmir Goldstein2019-06-191-0/+4
* Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-05-081-1/+1
|\
| * fsnotify: switch send_to_group() and ->handle_event to const struct qstr *Al Viro2019-04-261-1/+1
* | fsnotify: Fix NULL ptr deref in fanotify_get_fsid()Jan Kara2019-04-281-2/+12
|/
* fanotify: Make waits for fanotify events only killableJan Kara2019-02-211-2/+2
* fanotify: Use interruptible wait when waiting for permission eventsJan Kara2019-02-181-3/+32
* fanotify: Track permission event stateJan Kara2019-02-181-3/+3
* fanotify: report FAN_ONDIR to listener with FAN_REPORT_FIDAmir Goldstein2019-02-071-3/+31
* fanotify: add support for create/attrib/move/delete eventsAmir Goldstein2019-02-071-1/+8
* fanotify: support events with data type FSNOTIFY_EVENT_INODEAmir Goldstein2019-02-071-20/+43
* fanotify: check FS_ISDIR flag instead of d_is_dir()Amir Goldstein2019-02-071-1/+1
* fanotify: cache fsid in fsnotify_mark_connectorAmir Goldstein2019-02-071-19/+40
* fanotify: encode file identifier for FAN_REPORT_FIDAmir Goldstein2019-02-071-6/+78
* fanotify: rename struct fanotify_{,perm_}event_infoAmir Goldstein2019-02-061-8/+8
* fsnotify: move mask out of struct fsnotify_eventAmir Goldstein2019-02-061-4/+7
* 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-181-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