aboutsummaryrefslogtreecommitdiff
path: root/fs/notify
AgeCommit message (Expand)Author
2018-12-11fanotify: Use inode_is_open_for_writeNikolay Borisov
2018-12-05fanotify: Make sure to check event_len when copyingKees Cook
2018-11-15fsnotify/fdinfo: include fdinfo.h for inotify_show_fdinfo()Eric Biggers
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-25fsnotify: Fix busy inodes during unmountJan Kara
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-04fsnotify: convert runtime BUG_ON() to BUILD_BUG_ON()Amir Goldstein
2018-10-04fanotify: deprecate uapi FAN_ALL_* constantsAmir Goldstein
2018-10-04fanotify: simplify handling of FAN_ONDIRAmir Goldstein
2018-10-04fsnotify: generalize handling of extra event flagsAmir 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-09-03fsnotify: send path type events to group with super block marksAmir Goldstein
2018-09-03fsnotify: add super block object typeAmir Goldstein
2018-09-03fsnotify: fix ignore mask logic in fsnotify()Amir Goldstein
2018-08-29Merge tag 'for_v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-08-20fsnotify: fix false positive warning on inode deleteJan Kara
2018-08-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-08-17fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt
2018-07-21signal: Use PIDTYPE_TGID to clearly store where file signals will be sentEric W. Biederman
2018-07-21pids: Compute task_tgid using signal->leader_pidEric W. Biederman
2018-06-27inotify: Add flag IN_MASK_CREATE for inotify_add_watch()Henry Wilson
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: let connector point to an abstract objectAmir Goldstein
2018-06-27fsnotify: pass connp and object type to fsnotify_add_mark()Amir Goldstein
2018-06-27fsnotify: use typedef fsnotify_connp_t for brevityAmir Goldstein
2018-05-18fsnotify: add fsnotify_add_inode_mark() wrappersAmir Goldstein
2018-05-18fanotify: generalize fanotify_should_send_event()Amir Goldstein
2018-05-18fsnotify: generalize send_to_group()Amir Goldstein
2018-05-18fsnotify: generalize iteration of marks by object typeAmir Goldstein
2018-05-18fsnotify: introduce marks iteration helpersAmir Goldstein
2018-05-18fsnotify: remove redundant arguments to handle_event()Amir Goldstein
2018-05-18fsnotify: use type id to identify connector object typeAmir Goldstein
2018-04-13fsnotify: fix ignore mask logic in send_to_group()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-04-02inotify: add do_inotify_init() 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-14inotify: Extend ioctl to allow to request id of new watch descriptorKirill Tkhai
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-11-27fs: annotate ->poll() instancesAl Viro