summaryrefslogtreecommitdiffstats
path: root/fs/notify/fanotify/fanotify_user.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fanotify: store fanotify_init() flags in group's fanotify_dataAmir Goldstein2018-09-271-4/+4
* fanotify: add API to attach/detach super block markAmir Goldstein2018-09-031-5/+37
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-171-1/+4
|\
| * fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt2018-08-171-1/+4
* | fanotify: factor out helpers to add/remove markAmir Goldstein2018-06-271-57/+29
* | fsnotify: add helper to get mask from connectorAmir Goldstein2018-06-271-8/+8
* | fsnotify: pass connp and object type to fsnotify_add_mark()Amir Goldstein2018-06-271-8/+11
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2018-04-051-1/+1
|\
| * fanotify: Avoid lost events due to ENOMEM for unlimited queuesJan Kara2018-02-271-1/+1
* | fanotify: add do_fanotify_mark() helper; remove in-kernel call to syscallDominik Brodowski2018-04-021-4/+10
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* fs: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2017-11-141-1/+15
|\
| * audit: Record fanotify access control decisionsSteve Grubb2017-10-101-1/+15
* | Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Linus Torvalds2017-11-141-27/+16
|\ \
| * | fanotify: clean up CONFIG_FANOTIFY_ACCESS_PERMISSIONS ifdefsMiklos Szeredi2017-10-311-27/+16
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/