summaryrefslogtreecommitdiffstats
path: root/fs/notify/fanotify/fanotify_user.c
Commit message (Expand)AuthorAgeFilesLines
* fanotify: fix copy_event_to_user() fid error clean upMatthew Bobrowski2021-06-231-2/+2
* fanotify: Fix sys_fanotify_mark() on native x86-32Brian Gerst2021-01-171-10/+7
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* fanotify: report parent fid + child fidAmir Goldstein2020-07-271-11/+4
* fanotify: report parent fid + name + child fidAmir Goldstein2020-07-271-1/+2
* fanotify: add support for FAN_REPORT_NAMEAmir Goldstein2020-07-271-9/+36
* fanotify: report events with parent dir fid to sb/mount/non-dir marksAmir Goldstein2020-07-271-0/+7
* fanotify: add basic support for FAN_REPORT_DIR_FIDAmir Goldstein2020-07-271-10/+61
* fanotify: use struct fanotify_info to parcel the variable size bufferAmir Goldstein2020-07-271-14/+11
* fanotify: use FAN_EVENT_ON_CHILD as implicit flag on sb/mount/non-dir marksAmir Goldstein2020-07-271-3/+10
* fanotify: prepare for implicit event flags in mark maskAmir Goldstein2020-07-271-16/+24
* fanotify: mask out special event flags from ignored maskAmir Goldstein2020-07-271-0/+5
* fanotify: generalize test for FAN_REPORT_FIDAmir Goldstein2020-07-271-6/+6
* fanotify: create overflow event typeAmir Goldstein2020-07-151-5/+16
* fanotify: Avoid softlockups when reading many eventsJan Kara2020-07-151-0/+5
* fanotify: don't write with size under sizeof(response)Fabian Frederick2020-05-131-2/+4
* fanotify: remove reference to fill_event_metadata()Fabian Frederick2020-05-131-1/+1
* fanotify: report name info for FAN_DIR_MODIFY eventAmir Goldstein2020-03-251-27/+90
* fanotify: record name info for FAN_DIR_MODIFY eventAmir Goldstein2020-03-251-2/+2
* fanotify: Drop fanotify_event_has_fid()Jan Kara2020-03-251-2/+2
* fanotify: prepare to report both parent and child fid'sAmir Goldstein2020-03-251-8/+15
* fanotify: divorce fanotify_path_event and fanotify_fid_eventJan Kara2020-03-251-34/+37
* fanotify: Store fanotify handles differentlyJan Kara2020-03-251-19/+20
* fanotify: Simplify create_fd()Jan Kara2020-03-251-15/+11
* compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-1/+1
* Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-09-231-2/+17
|\
| * fanotify, inotify, dnotify, security: add security hook for fs notificationsAaron Goidel2019-08-121-2/+17
* | fanotify: Disallow permission events for proc filesystemJan Kara2019-05-281-0/+22
|/
* fanotify: Allow copying of file handle to userspaceJan Kara2019-03-191-1/+11
* fanotify: Use interruptible wait when waiting for permission eventsJan Kara2019-02-181-1/+8
* fanotify: Track permission event stateJan Kara2019-02-181-7/+28
* fanotify: Simplify cleaning of access_listJan Kara2019-02-181-6/+4
* fanotify: Move locking inside get_one_event()Jan Kara2019-02-181-19/+13
* fanotify: Fold dequeue_event() into process_access_response()Jan Kara2019-02-181-28/+13
* fanotify: add support for create/attrib/move/delete eventsAmir Goldstein2019-02-071-0/+12
* fanotify: support events with data type FSNOTIFY_EVENT_INODEAmir Goldstein2019-02-071-1/+2
* fanotify: use vfs_get_fsid() helper instead of vfs_statfs()Amir Goldstein2019-02-071-15/+10
* fanotify: cache fsid in fsnotify_mark_connectorAmir Goldstein2019-02-071-25/+37
* fanotify: enable FAN_REPORT_FID init flagAmir Goldstein2019-02-071-1/+60
* fanotify: copy event fid info to userAmir Goldstein2019-02-071-5/+77
* fanotify: encode file identifier for FAN_REPORT_FIDAmir Goldstein2019-02-071-4/+2
* fanotify: open code fill_event_metadata()Amir Goldstein2019-02-071-44/+27
* fanotify: rename struct fanotify_{,perm_}event_infoAmir Goldstein2019-02-061-10/+10
* fsnotify: move mask out of struct fsnotify_eventAmir Goldstein2019-02-061-5/+5
* fanotify: Use inode_is_open_for_writeNikolay Borisov2018-12-111-1/+1
* fanotify: Make sure to check event_len when copyingKees Cook2018-12-051-2/+8
* fanotify: support reporting thread id instead of process idAmir Goldstein2018-10-081-2/+2
* fanotify: add BUILD_BUG_ON() to count the bits of fanotify constantsAmir Goldstein2018-10-041-1/+4
* fanotify: deprecate uapi FAN_ALL_* constantsAmir Goldstein2018-10-041-11/+11
* fanotify: simplify handling of FAN_ONDIRAmir Goldstein2018-10-041-27/+5