aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fanotify.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-22inotify: simplify subdirectory registration with register_sysctl()Gravatar Xiaoming Ni 1-2/+0
2021-12-15fanotify: wire up FAN_RENAME eventGravatar Amir Goldstein 1-1/+2
2021-12-15fanotify: introduce group flag FAN_REPORT_TARGET_FIDGravatar Amir Goldstein 1-1/+1
2021-10-27fanotify: Allow users to request FAN_FS_ERROR eventsGravatar Gabriel Krisman Bertazi 1-1/+5
2021-10-27fanotify: Require fid_mode for any non-fd eventGravatar Gabriel Krisman Bertazi 1-0/+3
2021-08-10fanotify: add pidfd support to the fanotify APIGravatar Matthew Bobrowski 1-1/+2
2021-08-10fanotify: introduce a generic info record copying helperGravatar Matthew Bobrowski 1-0/+2
2021-05-25fanotify: fix permission model of unprivileged groupGravatar Amir Goldstein 1-0/+4
2021-03-16fanotify: support limited functionality for unprivileged usersGravatar Amir Goldstein 1-5/+28
2021-03-16fanotify: configurable limits via sysfsGravatar Amir Goldstein 1-0/+3
2020-07-27fanotify: add support for FAN_REPORT_NAMEGravatar Amir Goldstein 1-1/+1
2020-07-27fanotify: add basic support for FAN_REPORT_DIR_FIDGravatar Amir Goldstein 1-1/+1
2020-07-27fanotify: generalize test for FAN_REPORT_FIDGravatar Amir Goldstein 1-2/+4
2020-05-27fanotify: turn off support for FAN_DIR_MODIFYGravatar Amir Goldstein 1-2/+1
2020-03-25fanotify: report name info for FAN_DIR_MODIFY eventGravatar Amir Goldstein 1-1/+2
2019-02-07fanotify: report FAN_ONDIR to listener with FAN_REPORT_FIDGravatar Amir Goldstein 1-1/+1
2019-02-07fanotify: add support for create/attrib/move/delete eventsGravatar Amir Goldstein 1-2/+20
2019-02-07fanotify: enable FAN_REPORT_FID init flagGravatar Amir Goldstein 1-1/+1
2018-11-13fanotify: introduce new event mask FAN_OPEN_EXEC_PERMGravatar Matthew Bobrowski 1-1/+2
2018-11-13fanotify: introduce new event mask FAN_OPEN_EXECGravatar Matthew Bobrowski 1-1/+1
2018-10-08fanotify: support reporting thread id instead of process idGravatar Amir Goldstein 1-0/+1
2018-10-04fanotify: add BUILD_BUG_ON() to count the bits of fanotify constantsGravatar Amir Goldstein 1-0/+6
2018-10-04fanotify: deprecate uapi FAN_ALL_* constantsGravatar Amir Goldstein 1-0/+47
2018-10-04fanotify: simplify handling of FAN_ONDIRGravatar Amir Goldstein 1-3/+0
2018-10-04fanotify: fix collision of internal and uapi mark flagsGravatar Amir Goldstein 1-1/+1
2018-09-27fanotify: store fanotify_init() flags in group's fanotify_dataGravatar Amir Goldstein 1-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2012-10-13UAPI: (Scripted) Disintegrate include/linuxGravatar David Howells 1-113/+1
2010-12-15fanotify: split version into version and metadata_lenGravatar Alexey Zaytsev 1-2/+4
2010-12-07fanotify: Introduce FAN_NOFDGravatar Lino Sanfilippo 1-0/+2
2010-12-07fanotify: remove packed from access response messageGravatar Eric Paris 1-1/+1
2010-10-28fanotify: Fix FAN_CLOSE commentsGravatar Stefan Hajnoczi 1-2/+2
2010-10-28fanotify: ignore events on directories unless specifically requestedGravatar Eric Paris 1-2/+8
2010-10-28fanotify: allow userspace to override max marksGravatar Eric Paris 1-1/+3
2010-10-28fanotify: allow userspace to override max queue depthGravatar Eric Paris 1-2/+3
2010-10-28fsnotify: implement a default maximum queue depthGravatar Eric Paris 1-1/+0
2010-10-28fanotify: allow userspace to flush all marksGravatar Eric Paris 1-1/+2
2010-10-28fanotify: use __aligned_u64 in fanotify userspace metadataGravatar Eric Paris 1-2/+2
2010-10-28fanotify: implement fanotify listener orderingGravatar Eric Paris 1-1/+10
2010-08-27fanotify: resize pid and reorder structureGravatar Tvrtko Ursulin 1-3/+3
2010-08-22fanotify: flush outstanding perm requests on group destroyGravatar Eric Paris 1-7/+0
2010-07-28fanotify: userspace interface for permission responsesGravatar Eric Paris 1-0/+5
2010-07-28fanotify: permissions and blockingGravatar Eric Paris 1-0/+18
2010-07-28fanotify: clear all fanotify marksGravatar Eric Paris 1-0/+1
2010-07-28fanotify: allow ignored_masks to survive modifyGravatar Eric Paris 1-1/+3
2010-07-28fanotify: allow users to set an ignored_maskGravatar Eric Paris 1-1/+3
2010-07-28fanotify: remove fanotify.h declarationsGravatar Andreas Gruenbacher 1-7/+0
2010-07-28fanotify: rename FAN_MARK_ON_VFSMOUNT to FAN_MARK_MOUNTGravatar Andreas Gruenbacher 1-2/+2
2010-07-28fanotify: hooks the fanotify_mark syscall to the vfsmount codeGravatar Eric Paris 1-1/+3
2010-07-28fanotify: Add pids to eventsGravatar Andreas Gruenbacher 1-0/+1