summaryrefslogtreecommitdiff
path: root/fs/notify/fanotify/fanotify_user.c
AgeCommit message (Expand)Author
2021-08-09ucounts: add missing data type changesSven Schnelle
2021-06-14fanotify: fix copy_event_to_user() fid error clean upMatthew Bobrowski
2021-05-25fanotify: fix permission model of unprivileged groupAmir Goldstein
2021-03-25fanotify_user: use upper_32_bits() to verify maskChristian Brauner
2021-03-16fanotify: support limited functionality for unprivileged usersAmir Goldstein
2021-03-16fanotify: configurable limits via sysfsAmir Goldstein
2021-03-16fsnotify: use hash table for faster events mergeAmir Goldstein
2021-03-16fsnotify: allow fsnotify_{peek,remove}_first_event with empty queueAmir Goldstein
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-22Merge tag 'fsnotify_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-01-24fs: add file and path permissions helpersChristian Brauner
2021-01-05inotify, memcg: account inotify instances to kmemcgShakeel Butt
2020-12-28fanotify: Fix sys_fanotify_mark() on native x86-32Brian Gerst
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-27fanotify: report parent fid + child fidAmir Goldstein
2020-07-27fanotify: report parent fid + name + child fidAmir Goldstein
2020-07-27fanotify: add support for FAN_REPORT_NAMEAmir Goldstein
2020-07-27fanotify: report events with parent dir fid to sb/mount/non-dir marksAmir Goldstein
2020-07-27fanotify: add basic support for FAN_REPORT_DIR_FIDAmir Goldstein
2020-07-27fanotify: use struct fanotify_info to parcel the variable size bufferAmir Goldstein
2020-07-27fanotify: use FAN_EVENT_ON_CHILD as implicit flag on sb/mount/non-dir marksAmir Goldstein
2020-07-27fanotify: prepare for implicit event flags in mark maskAmir Goldstein
2020-07-27fanotify: mask out special event flags from ignored maskAmir Goldstein
2020-07-27fanotify: generalize test for FAN_REPORT_FIDAmir Goldstein
2020-07-15fanotify: create overflow event typeAmir Goldstein
2020-07-15fanotify: Avoid softlockups when reading many eventsJan Kara
2020-05-13fanotify: don't write with size under sizeof(response)Fabian Frederick
2020-05-13fanotify: remove reference to fill_event_metadata()Fabian Frederick
2020-03-25fanotify: report name info for FAN_DIR_MODIFY eventAmir Goldstein
2020-03-25fanotify: record name info for FAN_DIR_MODIFY eventAmir Goldstein
2020-03-25fanotify: Drop fanotify_event_has_fid()Jan Kara
2020-03-25fanotify: prepare to report both parent and child fid'sAmir Goldstein
2020-03-25fanotify: divorce fanotify_path_event and fanotify_fid_eventJan Kara
2020-03-25fanotify: Store fanotify handles differentlyJan Kara
2020-03-25fanotify: Simplify create_fd()Jan Kara
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann
2019-09-23Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-08-12fanotify, inotify, dnotify, security: add security hook for fs notificationsAaron Goidel
2019-05-28fanotify: Disallow permission events for proc filesystemJan Kara
2019-03-19fanotify: Allow copying of file handle to userspaceJan Kara
2019-02-18fanotify: Use interruptible wait when waiting for permission eventsJan Kara
2019-02-18fanotify: Track permission event stateJan Kara
2019-02-18fanotify: Simplify cleaning of access_listJan Kara
2019-02-18fanotify: Move locking inside get_one_event()Jan Kara
2019-02-18fanotify: Fold dequeue_event() into process_access_response()Jan Kara
2019-02-07fanotify: add support for create/attrib/move/delete eventsAmir Goldstein
2019-02-07fanotify: support events with data type FSNOTIFY_EVENT_INODEAmir Goldstein
2019-02-07fanotify: use vfs_get_fsid() helper instead of vfs_statfs()Amir Goldstein
2019-02-07fanotify: cache fsid in fsnotify_mark_connectorAmir Goldstein
2019-02-07fanotify: enable FAN_REPORT_FID init flagAmir Goldstein