aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/notify/fanotify (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-30fanotify: Fix the checks in fanotify_fsid_equalNathan Chancellor1-1/+1
2020-03-25fanotify: report name info for FAN_DIR_MODIFY eventAmir Goldstein2-28/+91
2020-03-25fanotify: record name info for FAN_DIR_MODIFY eventAmir Goldstein3-12/+108
2020-03-25fanotify: Drop fanotify_event_has_fid()Jan Kara3-8/+3
2020-03-25fanotify: prepare to report both parent and child fid'sAmir Goldstein1-8/+15
2020-03-25fanotify: send FAN_DIR_MODIFY event flavor with dir inode and nameAmir Goldstein1-3/+4
2020-03-25fanotify: divorce fanotify_path_event and fanotify_fid_eventJan Kara3-94/+180
2020-03-25fanotify: Store fanotify handles differentlyJan Kara3-106/+145
2020-03-25fanotify: Simplify create_fd()Jan Kara1-15/+11
2020-03-24fanotify: fix merging marks masks with FAN_ONDIRAmir Goldstein1-4/+7
2020-03-24fanotify: merge duplicate events on parent and childAmir Goldstein1-1/+6
2020-03-24fsnotify: replace inode pointer with an object idAmir Goldstein1-2/+2
2020-03-23fsnotify: use helpers to access data by data_typeAmir Goldstein1-10/+8
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/git/pcmoore/selinuxLinus Torvalds1-2/+17
2019-08-12fanotify, inotify, dnotify, security: add security hook for fs notificationsAaron Goidel1-2/+17
2019-07-12memcg, fsnotify: no oom-kill for remote memcg chargingShakeel Butt1-1/+4
2019-07-10Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-0/+22
2019-06-19fanotify: update connector fsid cache on add markAmir Goldstein1-0/+4
2019-05-28fanotify: Disallow permission events for proc filesystemJan Kara1-0/+22
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-07Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2019-05-07Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-1/+0
2019-04-28fsnotify: Fix NULL ptr deref in fanotify_get_fsid()Jan Kara1-2/+12
2019-04-26fsnotify: switch send_to_group() and ->handle_event to const struct qstr *Al Viro1-1/+1
2019-04-19Make anon_inodes unconditionalDavid Howells1-1/+0
2019-03-19fanotify: Allow copying of file handle to userspaceJan Kara1-1/+11
2019-02-21fanotify: Make waits for fanotify events only killableJan Kara1-2/+2
2019-02-18fanotify: Use interruptible wait when waiting for permission eventsJan Kara3-5/+42
2019-02-18fanotify: Track permission event stateJan Kara3-11/+40
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-14fanotify: Select EXPORTFSJan Kara1-0/+1
2019-02-07fanotify: report FAN_ONDIR to listener with FAN_REPORT_FIDAmir Goldstein1-3/+31
2019-02-07fanotify: add support for create/attrib/move/delete eventsAmir Goldstein2-1/+20
2019-02-07fanotify: support events with data type FSNOTIFY_EVENT_INODEAmir Goldstein3-22/+46
2019-02-07fanotify: check FS_ISDIR flag instead of d_is_dir()Amir Goldstein1-1/+1
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 Goldstein3-46/+80
2019-02-07fanotify: enable FAN_REPORT_FID init flagAmir Goldstein1-1/+60
2019-02-07fanotify: copy event fid info to userAmir Goldstein2-5/+82
2019-02-07fanotify: encode file identifier for FAN_REPORT_FIDAmir Goldstein3-13/+155
2019-02-07fanotify: open code fill_event_metadata()Amir Goldstein1-44/+27
2019-02-06fanotify: rename struct fanotify_{,perm_}event_infoAmir Goldstein3-26/+26
2019-02-06fsnotify: move mask out of struct fsnotify_eventAmir Goldstein3-9/+13
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-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/+2