summaryrefslogtreecommitdiff
path: root/include/linux/fanotify.h
AgeCommit message (Expand)Author
2021-10-27fanotify: Allow users to request FAN_FS_ERROR eventsGabriel Krisman Bertazi
2021-10-27fanotify: Require fid_mode for any non-fd eventGabriel Krisman Bertazi
2021-08-10fanotify: add pidfd support to the fanotify APIMatthew Bobrowski
2021-08-10fanotify: introduce a generic info record copying helperMatthew Bobrowski
2021-05-25fanotify: fix permission model of unprivileged groupAmir Goldstein
2021-03-16fanotify: support limited functionality for unprivileged usersAmir Goldstein
2021-03-16fanotify: configurable limits via sysfsAmir Goldstein
2020-07-27fanotify: add support for FAN_REPORT_NAMEAmir Goldstein
2020-07-27fanotify: add basic support for FAN_REPORT_DIR_FIDAmir Goldstein
2020-07-27fanotify: generalize test for FAN_REPORT_FIDAmir Goldstein
2020-05-27fanotify: turn off support for FAN_DIR_MODIFYAmir Goldstein
2020-03-25fanotify: report name info for FAN_DIR_MODIFY eventAmir Goldstein
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: enable FAN_REPORT_FID init flagAmir 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-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-10-04fanotify: simplify handling of FAN_ONDIRAmir Goldstein
2018-10-04fanotify: fix collision of internal and uapi mark flagsAmir Goldstein
2018-09-27fanotify: store fanotify_init() flags in group's fanotify_dataAmir Goldstein
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2010-12-15fanotify: split version into version and metadata_lenAlexey Zaytsev
2010-12-07fanotify: Introduce FAN_NOFDLino Sanfilippo
2010-12-07fanotify: remove packed from access response messageEric Paris
2010-10-28fanotify: Fix FAN_CLOSE commentsStefan Hajnoczi
2010-10-28fanotify: ignore events on directories unless specifically requestedEric Paris
2010-10-28fanotify: allow userspace to override max marksEric Paris
2010-10-28fanotify: allow userspace to override max queue depthEric Paris
2010-10-28fsnotify: implement a default maximum queue depthEric Paris
2010-10-28fanotify: allow userspace to flush all marksEric Paris
2010-10-28fanotify: use __aligned_u64 in fanotify userspace metadataEric Paris
2010-10-28fanotify: implement fanotify listener orderingEric Paris
2010-08-27fanotify: resize pid and reorder structureTvrtko Ursulin
2010-08-22fanotify: flush outstanding perm requests on group destroyEric Paris
2010-07-28fanotify: userspace interface for permission responsesEric Paris
2010-07-28fanotify: permissions and blockingEric Paris
2010-07-28fanotify: clear all fanotify marksEric Paris
2010-07-28fanotify: allow ignored_masks to survive modifyEric Paris
2010-07-28fanotify: allow users to set an ignored_maskEric Paris
2010-07-28fanotify: remove fanotify.h declarationsAndreas Gruenbacher
2010-07-28fanotify: rename FAN_MARK_ON_VFSMOUNT to FAN_MARK_MOUNTAndreas Gruenbacher
2010-07-28fanotify: hooks the fanotify_mark syscall to the vfsmount codeEric Paris
2010-07-28fanotify: Add pids to eventsAndreas Gruenbacher
2010-07-28fanotify: send events using readEric Paris
2010-07-28fanotify: fanotify_mark syscall implementationEric Paris
2010-07-28fanotify: fanotify_init syscall implementationEric Paris