summaryrefslogtreecommitdiff
path: root/fs/notify/fanotify
AgeCommit message (Expand)Author
2019-03-19fanotify: Allow copying of file handle to userspaceJan Kara
2019-02-21fanotify: Make waits for fanotify events only killableJan 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-14fanotify: Select EXPORTFSJan Kara
2019-02-07fanotify: report FAN_ONDIR to listener with FAN_REPORT_FIDAmir Goldstein
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: check FS_ISDIR flag instead of d_is_dir()Amir 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
2019-02-07fanotify: copy event fid info to userAmir Goldstein
2019-02-07fanotify: encode file identifier for FAN_REPORT_FIDAmir Goldstein
2019-02-07fanotify: open code fill_event_metadata()Amir Goldstein
2019-02-06fanotify: rename struct fanotify_{,perm_}event_infoAmir Goldstein
2019-02-06fsnotify: move mask out of struct fsnotify_eventAmir Goldstein
2018-12-11fanotify: Use inode_is_open_for_writeNikolay Borisov
2018-12-05fanotify: Make sure to check event_len when copyingKees Cook
2018-11-13fanotify: introduce new event mask FAN_OPEN_EXEC_PERMMatthew Bobrowski
2018-11-13fanotify: introduce new event mask FAN_OPEN_EXECMatthew Bobrowski
2018-11-13fanotify: return only user requested event types in event maskMatthew Bobrowski
2018-11-08fanotify: fix handling of events on child sub-directoryAmir Goldstein
2018-10-08fanotify: support reporting thread id instead of process idAmir Goldstein
2018-10-04fanotify: add BUILD_BUG_ON() to count the bits of fanotify constantsAmir Goldstein
2018-10-04fanotify: deprecate uapi FAN_ALL_* constantsAmir Goldstein
2018-10-04fanotify: simplify handling of FAN_ONDIRAmir Goldstein
2018-09-27fanotify: store fanotify_init() flags in group's fanotify_dataAmir Goldstein
2018-09-03fanotify: add API to attach/detach super block markAmir Goldstein
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-08-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-08-17fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt
2018-07-21pids: Compute task_tgid using signal->leader_pidEric W. Biederman
2018-06-27fanotify: factor out helpers to add/remove markAmir Goldstein
2018-06-27fsnotify: add helper to get mask from connectorAmir Goldstein
2018-06-27fsnotify: pass connp and object type to fsnotify_add_mark()Amir Goldstein
2018-05-18fanotify: generalize fanotify_should_send_event()Amir Goldstein
2018-05-18fsnotify: remove redundant arguments to handle_event()Amir Goldstein
2018-04-09fanotify: fix logic of events on childAmir Goldstein
2018-04-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2018-04-02fanotify: add do_fanotify_mark() helper; remove in-kernel call to syscallDominik Brodowski
2018-02-27fsnotify: Let userspace know about lost events due to ENOMEMJan Kara
2018-02-27fanotify: Avoid lost events due to ENOMEM for unlimited queuesJan Kara
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-27fs: annotate ->poll() instancesAl Viro
2017-11-15Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-14Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds