summaryrefslogtreecommitdiffstats
path: root/fs/notify/fanotify/fanotify.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-04Merge tag 'fsnotify_for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+6
2020-05-27fanotify: turn off support for FAN_DIR_MODIFYAmir Goldstein1-1/+1
2020-05-25fanotify: fix ignore mask logic for events on child and on dirAmir Goldstein1-1/+4
2020-05-13fanotify: prefix should_merge()Fabian Frederick1-2/+2
2020-03-30fanotify: Fix the checks in fanotify_fsid_equalNathan Chancellor1-1/+1
2020-03-25fanotify: report name info for FAN_DIR_MODIFY eventAmir Goldstein1-1/+1
2020-03-25fanotify: record name info for FAN_DIR_MODIFY eventAmir Goldstein1-9/+67
2020-03-25fanotify: Drop fanotify_event_has_fid()Jan Kara1-1/+1
2020-03-25fanotify: send FAN_DIR_MODIFY event flavor with dir inode and nameAmir Goldstein1-3/+4
2020-03-25fanotify: divorce fanotify_path_event and fanotify_fid_eventJan Kara1-33/+93
2020-03-25fanotify: Store fanotify handles differentlyJan Kara1-34/+63
2020-03-24fanotify: fix merging marks masks with FAN_ONDIRAmir Goldstein1-4/+7
2020-03-24fanotify: merge duplicate events on parent and childAmir Goldstein1-1/+6
2020-03-24fsnotify: replace inode pointer with an object idAmir Goldstein1-2/+2
2020-03-23fsnotify: use helpers to access data by data_typeAmir Goldstein1-10/+8
2019-07-12memcg, fsnotify: no oom-kill for remote memcg chargingShakeel Butt1-1/+4
2019-06-19fanotify: update connector fsid cache on add markAmir Goldstein1-0/+4
2019-05-07Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+1
2019-04-28fsnotify: Fix NULL ptr deref in fanotify_get_fsid()Jan Kara1-2/+12
2019-04-26fsnotify: switch send_to_group() and ->handle_event to const struct qstr *Al Viro1-1/+1
2019-02-21fanotify: Make waits for fanotify events only killableJan Kara1-2/+2
2019-02-18fanotify: Use interruptible wait when waiting for permission eventsJan Kara1-3/+32
2019-02-18fanotify: Track permission event stateJan Kara1-3/+3
2019-02-07fanotify: report FAN_ONDIR to listener with FAN_REPORT_FIDAmir Goldstein1-3/+31
2019-02-07fanotify: add support for create/attrib/move/delete eventsAmir Goldstein1-1/+8
2019-02-07fanotify: support events with data type FSNOTIFY_EVENT_INODEAmir Goldstein1-20/+43
2019-02-07fanotify: check FS_ISDIR flag instead of d_is_dir()Amir Goldstein1-1/+1
2019-02-07fanotify: cache fsid in fsnotify_mark_connectorAmir Goldstein1-19/+40
2019-02-07fanotify: encode file identifier for FAN_REPORT_FIDAmir Goldstein1-6/+78
2019-02-06fanotify: rename struct fanotify_{,perm_}event_infoAmir Goldstein1-8/+8
2019-02-06fsnotify: move mask out of struct fsnotify_eventAmir Goldstein1-4/+7
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...Linus 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/jac...Linus Torvalds1-1/+7
2017-11-14Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Linus 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