summaryrefslogtreecommitdiffstats
path: root/fs/notify
Commit message (Expand)AuthorAgeFilesLines
* fsnotify: fix ignore mask logic in fsnotify()Amir Goldstein2018-09-031-10/+3
* Merge tag 'for_v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2018-08-291-3/+3
|\
| * fsnotify: fix false positive warning on inode deleteJan Kara2018-08-201-3/+3
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-212-1/+3
|\ \ | |/ |/|
| * signal: Use PIDTYPE_TGID to clearly store where file signals will be sentEric W. Biederman2018-07-211-1/+2
| * pids: Compute task_tgid using signal->leader_pidEric W. Biederman2018-07-211-0/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-176-9/+30
|\ \
| * | fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt2018-08-176-9/+30
| |/
* | inotify: Add flag IN_MASK_CREATE for inotify_add_watch()Henry Wilson2018-06-271-1/+8
* | fanotify: factor out helpers to add/remove markAmir Goldstein2018-06-271-57/+29
* | fsnotify: add helper to get mask from connectorAmir Goldstein2018-06-272-12/+29
* | fsnotify: let connector point to an abstract objectAmir Goldstein2018-06-273-24/+26
* | fsnotify: pass connp and object type to fsnotify_add_mark()Amir Goldstein2018-06-273-33/+38
* | fsnotify: use typedef fsnotify_connp_t for brevityAmir Goldstein2018-06-272-13/+11
|/
* fsnotify: add fsnotify_add_inode_mark() wrappersAmir Goldstein2018-05-182-2/+2
* fanotify: generalize fanotify_should_send_event()Amir Goldstein2018-05-181-18/+18
* fsnotify: generalize send_to_group()Amir Goldstein2018-05-181-25/+23
* fsnotify: generalize iteration of marks by object typeAmir Goldstein2018-05-183-36/+47
* fsnotify: introduce marks iteration helpersAmir Goldstein2018-05-181-25/+49
* fsnotify: remove redundant arguments to handle_event()Amir Goldstein2018-05-187-42/+38
* fsnotify: use type id to identify connector object typeAmir Goldstein2018-05-183-19/+18
* fsnotify: fix ignore mask logic in send_to_group()Amir Goldstein2018-04-131-14/+11
* fanotify: fix logic of events on childAmir Goldstein2018-04-091-19/+15
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2018-04-056-10/+48
|\
| * fsnotify: Let userspace know about lost events due to ENOMEMJan Kara2018-02-273-3/+17
| * fanotify: Avoid lost events due to ENOMEM for unlimited queuesJan Kara2018-02-273-7/+17
| * inotify: Extend ioctl to allow to request id of new watch descriptorKirill Tkhai2018-02-141-0/+14
* | fanotify: add do_fanotify_mark() helper; remove in-kernel call to syscallDominik Brodowski2018-04-021-4/+10
* | inotify: add do_inotify_init() helper; remove in-kernel call to syscallDominik Brodowski2018-04-021-2/+7
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-112-2/+2
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-302-4/+4
|\
| * fs: annotate ->poll() instancesAl Viro2017-11-272-4/+4
* | Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-1/+1
|/
* Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-1/+1
|\
| * treewide: Fix typos in KconfigMasanari Iida2017-10-121-1/+1
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2017-11-143-2/+25
|\ \
| * | audit: Record fanotify access control decisionsSteve Grubb2017-10-103-2/+25
| |/
* | Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Linus Torvalds2017-11-148-181/+158
|\ \
| * | fsnotify: convert fsnotify_mark.refcnt from atomic_t to refcount_tElena Reshetova2017-10-312-9/+9
| * | fanotify: clean up CONFIG_FANOTIFY_ACCESS_PERMISSIONS ifdefsMiklos Szeredi2017-10-313-52/+29
| * | fsnotify: clean up fsnotify()Miklos Szeredi2017-10-311-60/+45
| * | fanotify: fix fsnotify_prepare_user_wait() failureMiklos Szeredi2017-10-311-13/+20
| * | fsnotify: fix pinning group in fsnotify_prepare_user_wait()Miklos Szeredi2017-10-311-14/+11
| * | fsnotify: pin both inode and vfsmount markMiklos Szeredi2017-10-311-3/+7
| * | fsnotify: clean up fsnotify_prepare/finish_user_wait()Miklos Szeredi2017-10-311-48/+48
| * | fsnotify: convert fsnotify_group.refcnt from atomic_t to refcount_tElena Reshetova2017-10-311-3/+3
| * | fsnotify: Protect bail out path of fsnotify_add_mark_locked() properlyJan Kara2017-10-311-0/+2
| * | dnotify: Handle errors from fsnotify_add_mark_locked() in fcntl_dirnotify()Jan Kara2017-10-311-1/+6
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-028-0/+8
|/
* fsnotify: make dnotify_fsnotify_ops constBhumika Goyal2017-08-301-1/+1