summaryrefslogtreecommitdiffstats
path: root/fs/notify/fanotify/fanotify_user.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-27fanotify: report parent fid + child fidAmir Goldstein1-11/+4
2020-07-27fanotify: report parent fid + name + child fidAmir Goldstein1-1/+2
2020-07-27fanotify: add support for FAN_REPORT_NAMEAmir Goldstein1-9/+36
2020-07-27fanotify: report events with parent dir fid to sb/mount/non-dir marksAmir Goldstein1-0/+7
2020-07-27fanotify: add basic support for FAN_REPORT_DIR_FIDAmir Goldstein1-10/+61
2020-07-27fanotify: use struct fanotify_info to parcel the variable size bufferAmir Goldstein1-14/+11
2020-07-27fanotify: use FAN_EVENT_ON_CHILD as implicit flag on sb/mount/non-dir marksAmir Goldstein1-3/+10
2020-07-27fanotify: prepare for implicit event flags in mark maskAmir Goldstein1-16/+24
2020-07-27fanotify: mask out special event flags from ignored maskAmir Goldstein1-0/+5
2020-07-27fanotify: generalize test for FAN_REPORT_FIDAmir Goldstein1-6/+6
2020-07-15fanotify: create overflow event typeAmir Goldstein1-5/+16
2020-07-15fanotify: Avoid softlockups when reading many eventsJan Kara1-0/+5
2020-05-13fanotify: don't write with size under sizeof(response)Fabian Frederick1-2/+4
2020-05-13fanotify: remove reference to fill_event_metadata()Fabian Frederick1-1/+1
2020-03-25fanotify: report name info for FAN_DIR_MODIFY eventAmir Goldstein1-27/+90
2020-03-25fanotify: record name info for FAN_DIR_MODIFY eventAmir Goldstein1-2/+2
2020-03-25fanotify: Drop fanotify_event_has_fid()Jan Kara1-2/+2
2020-03-25fanotify: prepare to report both parent and child fid'sAmir Goldstein1-8/+15
2020-03-25fanotify: divorce fanotify_path_event and fanotify_fid_eventJan Kara1-34/+37
2020-03-25fanotify: Store fanotify handles differentlyJan Kara1-19/+20
2020-03-25fanotify: Simplify create_fd()Jan Kara1-15/+11
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann1-1/+1
2019-09-23Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+17
2019-08-12fanotify, inotify, dnotify, security: add security hook for fs notificationsAaron Goidel1-2/+17
2019-05-28fanotify: Disallow permission events for proc filesystemJan Kara1-0/+22
2019-03-19fanotify: Allow copying of file handle to userspaceJan Kara1-1/+11
2019-02-18fanotify: Use interruptible wait when waiting for permission eventsJan Kara1-1/+8
2019-02-18fanotify: Track permission event stateJan Kara1-7/+28
2019-02-18fanotify: Simplify cleaning of access_listJan Kara1-6/+4
2019-02-18fanotify: Move locking inside get_one_event()Jan Kara1-19/+13
2019-02-18fanotify: Fold dequeue_event() into process_access_response()Jan Kara1-28/+13
2019-02-07fanotify: add support for create/attrib/move/delete eventsAmir Goldstein1-0/+12
2019-02-07fanotify: support events with data type FSNOTIFY_EVENT_INODEAmir Goldstein1-1/+2
2019-02-07fanotify: use vfs_get_fsid() helper instead of vfs_statfs()Amir Goldstein1-15/+10
2019-02-07fanotify: cache fsid in fsnotify_mark_connectorAmir Goldstein1-25/+37
2019-02-07fanotify: enable FAN_REPORT_FID init flagAmir Goldstein1-1/+60
2019-02-07fanotify: copy event fid info to userAmir Goldstein1-5/+77
2019-02-07fanotify: encode file identifier for FAN_REPORT_FIDAmir Goldstein1-4/+2
2019-02-07fanotify: open code fill_event_metadata()Amir Goldstein1-44/+27
2019-02-06fanotify: rename struct fanotify_{,perm_}event_infoAmir Goldstein1-10/+10
2019-02-06fsnotify: move mask out of struct fsnotify_eventAmir Goldstein1-5/+5
2018-12-11fanotify: Use inode_is_open_for_writeNikolay Borisov1-1/+1
2018-12-05fanotify: Make sure to check event_len when copyingKees Cook1-2/+8
2018-10-08fanotify: support reporting thread id instead of process idAmir Goldstein1-2/+2
2018-10-04fanotify: add BUILD_BUG_ON() to count the bits of fanotify constantsAmir Goldstein1-1/+4
2018-10-04fanotify: deprecate uapi FAN_ALL_* constantsAmir Goldstein1-11/+11
2018-10-04fanotify: simplify handling of FAN_ONDIRAmir Goldstein1-27/+5
2018-09-27fanotify: store fanotify_init() flags in group's fanotify_dataAmir Goldstein1-4/+4
2018-09-03fanotify: add API to attach/detach super block markAmir Goldstein1-5/+37