summaryrefslogtreecommitdiffstats
path: root/fs/notify
AgeCommit message (Expand)AuthorLines
2018-09-03fsnotify: fix ignore mask logic in fsnotify()Amir Goldstein-10/+3
2018-08-29Merge tag 'for_v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds-3/+3
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+3
2018-08-20fsnotify: fix false positive warning on inode deleteJan Kara-3/+3
2018-08-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds-9/+30
2018-08-17fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt-9/+30
2018-07-21signal: Use PIDTYPE_TGID to clearly store where file signals will be sentEric W. Biederman-1/+2
2018-07-21pids: Compute task_tgid using signal->leader_pidEric W. Biederman-0/+1
2018-06-27inotify: Add flag IN_MASK_CREATE for inotify_add_watch()Henry Wilson-1/+8
2018-06-27fanotify: factor out helpers to add/remove markAmir Goldstein-57/+29
2018-06-27fsnotify: add helper to get mask from connectorAmir Goldstein-12/+29
2018-06-27fsnotify: let connector point to an abstract objectAmir Goldstein-24/+26
2018-06-27fsnotify: pass connp and object type to fsnotify_add_mark()Amir Goldstein-33/+38
2018-06-27fsnotify: use typedef fsnotify_connp_t for brevityAmir Goldstein-13/+11
2018-05-18fsnotify: add fsnotify_add_inode_mark() wrappersAmir Goldstein-2/+2
2018-05-18fanotify: generalize fanotify_should_send_event()Amir Goldstein-18/+18
2018-05-18fsnotify: generalize send_to_group()Amir Goldstein-25/+23
2018-05-18fsnotify: generalize iteration of marks by object typeAmir Goldstein-36/+47
2018-05-18fsnotify: introduce marks iteration helpersAmir Goldstein-25/+49
2018-05-18fsnotify: remove redundant arguments to handle_event()Amir Goldstein-42/+38
2018-05-18fsnotify: use type id to identify connector object typeAmir Goldstein-19/+18
2018-04-13fsnotify: fix ignore mask logic in send_to_group()Amir Goldstein-14/+11
2018-04-09fanotify: fix logic of events on childAmir Goldstein-19/+15
2018-04-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds-10/+48
2018-04-02fanotify: add do_fanotify_mark() helper; remove in-kernel call to syscallDominik Brodowski-4/+10
2018-04-02inotify: add do_inotify_init() helper; remove in-kernel call to syscallDominik Brodowski-2/+7
2018-02-27fsnotify: Let userspace know about lost events due to ENOMEMJan Kara-3/+17
2018-02-27fanotify: Avoid lost events due to ENOMEM for unlimited queuesJan Kara-7/+17
2018-02-14inotify: Extend ioctl to allow to request id of new watch descriptorKirill Tkhai-0/+14
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-2/+2
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-4/+4
2017-11-27fs: annotate ->poll() instancesAl Viro-4/+4
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds-1/+1
2017-11-15Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2017-11-14Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds-2/+25
2017-11-14Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Linus Torvalds-181/+158
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+8
2017-10-31fsnotify: convert fsnotify_mark.refcnt from atomic_t to refcount_tElena Reshetova-9/+9
2017-10-31fanotify: clean up CONFIG_FANOTIFY_ACCESS_PERMISSIONS ifdefsMiklos Szeredi-52/+29
2017-10-31fsnotify: clean up fsnotify()Miklos Szeredi-60/+45
2017-10-31fanotify: fix fsnotify_prepare_user_wait() failureMiklos Szeredi-13/+20
2017-10-31fsnotify: fix pinning group in fsnotify_prepare_user_wait()Miklos Szeredi-14/+11
2017-10-31fsnotify: pin both inode and vfsmount markMiklos Szeredi-3/+7
2017-10-31fsnotify: clean up fsnotify_prepare/finish_user_wait()Miklos Szeredi-48/+48
2017-10-31fsnotify: convert fsnotify_group.refcnt from atomic_t to refcount_tElena Reshetova-3/+3
2017-10-31fsnotify: Protect bail out path of fsnotify_add_mark_locked() properlyJan Kara-0/+2
2017-10-31dnotify: Handle errors from fsnotify_add_mark_locked() in fcntl_dirnotify()Jan Kara-1/+6
2017-10-12treewide: Fix typos in KconfigMasanari Iida-1/+1
2017-10-10audit: Record fanotify access control decisionsSteve Grubb-2/+25
2017-08-30fsnotify: make dnotify_fsnotify_ops constBhumika Goyal-1/+1