summaryrefslogtreecommitdiffstats
path: root/fs/notify/fanotify/fanotify.h
AgeCommit message (Expand)AuthorFilesLines
2020-07-27fanotify: report parent fid + name + child fidAmir Goldstein1-1/+7
2020-07-27fanotify: no external fh buffer in fanotify_name_eventAmir Goldstein1-5/+7
2020-07-27fanotify: use struct fanotify_info to parcel the variable size bufferAmir Goldstein1-13/+78
2020-07-15fanotify: create overflow event typeAmir Goldstein1-6/+9
2020-05-08fanotify: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-03-25fanotify: record name info for FAN_DIR_MODIFY eventAmir Goldstein1-1/+39
2020-03-25fanotify: Drop fanotify_event_has_fid()Jan Kara1-5/+0
2020-03-25fanotify: divorce fanotify_path_event and fanotify_fid_eventJan Kara1-27/+50
2020-03-25fanotify: Store fanotify handles differentlyJan Kara1-53/+62
2019-02-18fanotify: Use interruptible wait when waiting for permission eventsJan Kara1-1/+2
2019-02-18fanotify: Track permission event stateJan Kara1-1/+9
2019-02-07fanotify: support events with data type FSNOTIFY_EVENT_INODEAmir Goldstein1-1/+1
2019-02-07fanotify: cache fsid in fsnotify_mark_connectorAmir Goldstein1-2/+3
2019-02-07fanotify: copy event fid info to userAmir Goldstein1-0/+5
2019-02-07fanotify: encode file identifier for FAN_REPORT_FIDAmir Goldstein1-3/+75
2019-02-06fanotify: rename struct fanotify_{,perm_}event_infoAmir Goldstein1-8/+8
2019-02-06fsnotify: move mask out of struct fsnotify_eventAmir Goldstein1-0/+1
2018-10-08fanotify: support reporting thread id instead of process idAmir Goldstein1-1/+1
2018-10-04fanotify: deprecate uapi FAN_ALL_* constantsAmir Goldstein1-1/+1
2018-02-27fanotify: Avoid lost events due to ENOMEM for unlimited queuesJan Kara1-1/+2
2017-11-14Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Linus Torvalds1-2/+6
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-2/+6
2017-04-10fsnotify: Move ->free_mark callback to fsnotify_opsJan Kara1-0/+1
2016-12-05fsnotify: constify 'data' passed to ->handle_event()Al Viro1-1/+1
2014-04-03fanotify: use fanotify event structure for permission response processingJan Kara1-7/+27
2014-01-29fanotify: Fix use after free for permission eventsJan Kara1-0/+7
2014-01-21fsnotify: do not share events between notification groupsJan Kara1-0/+23