summaryrefslogtreecommitdiffstats
path: root/fs/notify
AgeCommit message (Expand)Author
2020-06-30fanotify: fix ignore mask logic for events on child and on dirAmir Goldstein
2020-01-12fs: avoid softlockups in s_inodes iteratorsEric Sandeen
2019-07-31memcg, fsnotify: no oom-kill for remote memcg chargingShakeel Butt
2019-04-20inotify: Fix fsnotify_mark refcount leak in inotify_update_existing_watch()ZhangXiaoxu
2019-01-31inotify: Fix fd refcount leak in inotify_add_watch().Tetsuo Handa
2018-12-01fanotify: fix handling of events on child sub-directoryAmir Goldstein
2018-12-01fsnotify: generalize handling of extra event flagsAmir Goldstein
2018-11-13fsnotify: Fix busy inodes during unmountJan Kara
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
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
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
2017-11-14Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-31fsnotify: convert fsnotify_mark.refcnt from atomic_t to refcount_tElena Reshetova
2017-10-31fanotify: clean up CONFIG_FANOTIFY_ACCESS_PERMISSIONS ifdefsMiklos Szeredi
2017-10-31fsnotify: clean up fsnotify()Miklos Szeredi
2017-10-31fanotify: fix fsnotify_prepare_user_wait() failureMiklos Szeredi
2017-10-31fsnotify: fix pinning group in fsnotify_prepare_user_wait()Miklos Szeredi