aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fanotify.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-07fanotify: report FAN_ONDIR to listener with FAN_REPORT_FIDAmir Goldstein1-1/+1
2019-02-07fanotify: add support for create/attrib/move/delete eventsAmir Goldstein1-2/+20
2019-02-07fanotify: enable FAN_REPORT_FID init flagAmir Goldstein1-1/+1
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/+1
2018-10-08fanotify: support reporting thread id instead of process idAmir Goldstein1-0/+1
2018-10-04fanotify: add BUILD_BUG_ON() to count the bits of fanotify constantsAmir Goldstein1-0/+6
2018-10-04fanotify: deprecate uapi FAN_ALL_* constantsAmir Goldstein1-0/+47
2018-10-04fanotify: simplify handling of FAN_ONDIRAmir Goldstein1-3/+0
2018-10-04fanotify: fix collision of internal and uapi mark flagsAmir Goldstein1-1/+1
2018-09-27fanotify: store fanotify_init() flags in group's fanotify_dataAmir Goldstein1-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-113/+1
2010-12-15fanotify: split version into version and metadata_lenAlexey Zaytsev1-2/+4
2010-12-07fanotify: Introduce FAN_NOFDLino Sanfilippo1-0/+2
2010-12-07fanotify: remove packed from access response messageEric Paris1-1/+1
2010-10-28fanotify: Fix FAN_CLOSE commentsStefan Hajnoczi1-2/+2
2010-10-28fanotify: ignore events on directories unless specifically requestedEric Paris1-2/+8
2010-10-28fanotify: allow userspace to override max marksEric Paris1-1/+3
2010-10-28fanotify: allow userspace to override max queue depthEric Paris1-2/+3
2010-10-28fsnotify: implement a default maximum queue depthEric Paris1-1/+0
2010-10-28fanotify: allow userspace to flush all marksEric Paris1-1/+2
2010-10-28fanotify: use __aligned_u64 in fanotify userspace metadataEric Paris1-2/+2
2010-10-28fanotify: implement fanotify listener orderingEric Paris1-1/+10
2010-08-27fanotify: resize pid and reorder structureTvrtko Ursulin1-3/+3
2010-08-22fanotify: flush outstanding perm requests on group destroyEric Paris1-7/+0
2010-07-28fanotify: userspace interface for permission responsesEric Paris1-0/+5
2010-07-28fanotify: permissions and blockingEric Paris1-0/+18
2010-07-28fanotify: clear all fanotify marksEric Paris1-0/+1
2010-07-28fanotify: allow ignored_masks to survive modifyEric Paris1-1/+3
2010-07-28fanotify: allow users to set an ignored_maskEric Paris1-1/+3
2010-07-28fanotify: remove fanotify.h declarationsAndreas Gruenbacher1-7/+0
2010-07-28fanotify: rename FAN_MARK_ON_VFSMOUNT to FAN_MARK_MOUNTAndreas Gruenbacher1-2/+2
2010-07-28fanotify: hooks the fanotify_mark syscall to the vfsmount codeEric Paris1-1/+3
2010-07-28fanotify: Add pids to eventsAndreas Gruenbacher1-0/+1
2010-07-28fanotify: send events using readEric Paris1-0/+24
2010-07-28fanotify: fanotify_mark syscall implementationEric Paris1-0/+13
2010-07-28fanotify: fanotify_init syscall implementationEric Paris1-0/+4
2010-07-28fanotify: fscking all notification systemEric Paris1-0/+40