aboutsummaryrefslogtreecommitdiff
path: root/fs/notify
AgeCommit message (Expand)AuthorFilesLines
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-1/+3
2018-08-17Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 6-9/+30
2018-08-17fs: fsnotify: account fsnotify metadata to kmemcgGravatar Shakeel Butt 6-9/+30
2018-07-21signal: Use PIDTYPE_TGID to clearly store where file signals will be sentGravatar Eric W. Biederman 1-1/+2
2018-07-21pids: Compute task_tgid using signal->leader_pidGravatar Eric W. Biederman 1-0/+1
2018-06-27inotify: Add flag IN_MASK_CREATE for inotify_add_watch()Gravatar Henry Wilson 1-1/+8
2018-06-27fanotify: factor out helpers to add/remove markGravatar Amir Goldstein 1-57/+29
2018-06-27fsnotify: add helper to get mask from connectorGravatar Amir Goldstein 2-12/+29
2018-06-27fsnotify: let connector point to an abstract objectGravatar Amir Goldstein 3-24/+26
2018-06-27fsnotify: pass connp and object type to fsnotify_add_mark()Gravatar Amir Goldstein 3-33/+38
2018-06-27fsnotify: use typedef fsnotify_connp_t for brevityGravatar Amir Goldstein 2-13/+11
2018-05-18fsnotify: add fsnotify_add_inode_mark() wrappersGravatar Amir Goldstein 2-2/+2
2018-05-18fanotify: generalize fanotify_should_send_event()Gravatar Amir Goldstein 1-18/+18
2018-05-18fsnotify: generalize send_to_group()Gravatar Amir Goldstein 1-25/+23
2018-05-18fsnotify: generalize iteration of marks by object typeGravatar Amir Goldstein 3-36/+47
2018-05-18fsnotify: introduce marks iteration helpersGravatar Amir Goldstein 1-25/+49
2018-05-18fsnotify: remove redundant arguments to handle_event()Gravatar Amir Goldstein 7-42/+38
2018-05-18fsnotify: use type id to identify connector object typeGravatar Amir Goldstein 3-19/+18
2018-04-13fsnotify: fix ignore mask logic in send_to_group()Gravatar Amir Goldstein 1-14/+11
2018-04-09fanotify: fix logic of events on childGravatar Amir Goldstein 1-19/+15
2018-04-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 6-10/+48
2018-04-02fanotify: add do_fanotify_mark() helper; remove in-kernel call to syscallGravatar Dominik Brodowski 1-4/+10
2018-04-02inotify: add do_inotify_init() helper; remove in-kernel call to syscallGravatar Dominik Brodowski 1-2/+7
2018-02-27fsnotify: Let userspace know about lost events due to ENOMEMGravatar Jan Kara 3-3/+17
2018-02-27fanotify: Avoid lost events due to ENOMEM for unlimited queuesGravatar Jan Kara 3-7/+17
2018-02-14inotify: Extend ioctl to allow to request id of new watch descriptorGravatar Kirill Tkhai 1-0/+14
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 2-2/+2
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-4/+4
2017-11-27fs: annotate ->poll() instancesGravatar Al Viro 2-4/+4
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 1-1/+1
2017-11-15Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2017-11-14Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 3-2/+25
2017-11-14Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Gravatar Linus Torvalds 8-181/+158
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 8-0/+8
2017-10-31fsnotify: convert fsnotify_mark.refcnt from atomic_t to refcount_tGravatar Elena Reshetova 2-9/+9
2017-10-31fanotify: clean up CONFIG_FANOTIFY_ACCESS_PERMISSIONS ifdefsGravatar Miklos Szeredi 3-52/+29
2017-10-31fsnotify: clean up fsnotify()Gravatar Miklos Szeredi 1-60/+45
2017-10-31fanotify: fix fsnotify_prepare_user_wait() failureGravatar Miklos Szeredi 1-13/+20
2017-10-31fsnotify: fix pinning group in fsnotify_prepare_user_wait()Gravatar Miklos Szeredi 1-14/+11
2017-10-31fsnotify: pin both inode and vfsmount markGravatar Miklos Szeredi 1-3/+7
2017-10-31fsnotify: clean up fsnotify_prepare/finish_user_wait()Gravatar Miklos Szeredi 1-48/+48
2017-10-31fsnotify: convert fsnotify_group.refcnt from atomic_t to refcount_tGravatar Elena Reshetova 1-3/+3
2017-10-31fsnotify: Protect bail out path of fsnotify_add_mark_locked() properlyGravatar Jan Kara 1-0/+2
2017-10-31dnotify: Handle errors from fsnotify_add_mark_locked() in fcntl_dirnotify()Gravatar Jan Kara 1-1/+6
2017-10-12treewide: Fix typos in KconfigGravatar Masanari Iida 1-1/+1
2017-10-10audit: Record fanotify access control decisionsGravatar Steve Grubb 3-2/+25
2017-08-30fsnotify: make dnotify_fsnotify_ops constGravatar Bhumika Goyal 1-1/+1
2017-07-07dentry name snapshotsGravatar Al Viro 1-2/+6
2017-04-25fanotify: don't expose EOPENSTALE to userspaceGravatar Amir Goldstein 1-8/+18
2017-04-24fsnotify: remove a stray unlockGravatar Dan Carpenter 1-1/+0