summaryrefslogtreecommitdiffstats
path: root/fs/notify/fanotify/fanotify_user.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+4
2018-08-17fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt1-1/+4
2018-06-27fanotify: factor out helpers to add/remove markAmir Goldstein1-57/+29
2018-06-27fsnotify: add helper to get mask from connectorAmir Goldstein1-8/+8
2018-06-27fsnotify: pass connp and object type to fsnotify_add_mark()Amir Goldstein1-8/+11
2018-04-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-1/+1
2018-04-02fanotify: add do_fanotify_mark() helper; remove in-kernel call to syscallDominik Brodowski1-4/+10
2018-02-27fanotify: Avoid lost events due to ENOMEM for unlimited queuesJan Kara1-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2017-11-27fs: annotate ->poll() instancesAl Viro1-2/+2
2017-11-14Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-1/+15
2017-11-14Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Linus Torvalds1-27/+16
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-31fanotify: clean up CONFIG_FANOTIFY_ACCESS_PERMISSIONS ifdefsMiklos Szeredi1-27/+16
2017-10-10audit: Record fanotify access control decisionsSteve Grubb1-1/+15
2017-04-25fanotify: don't expose EOPENSTALE to userspaceAmir Goldstein1-8/+18
2017-04-10fsnotify: Move ->free_mark callback to fsnotify_opsJan Kara1-7/+2
2017-04-10fsnotify: Add group pointer in fsnotify_init_mark()Jan Kara1-2/+2
2017-04-10fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark()Jan Kara1-5/+7
2017-04-10fsnotify: Remove fsnotify_recalc_{inode|vfsmount}_mask()Jan Kara1-4/+4
2017-04-10fsnotify: Remove fsnotify_set_mark_{,ignored_}mask_locked()Jan Kara1-5/+4
2017-04-03fanotify: Move recalculation of inode / vfsmount mask under mark_mutexJan Kara1-9/+6