summaryrefslogtreecommitdiff
path: root/fs/notify
AgeCommit message (Expand)AuthorFilesLines
2019-01-02inotify: Fix fd refcount leak in inotify_add_watch().Tetsuo Handa1-2/+4
2018-12-11fanotify: Use inode_is_open_for_writeNikolay Borisov1-1/+1
2018-12-05fanotify: Make sure to check event_len when copyingKees Cook1-2/+8
2018-11-15fsnotify/fdinfo: include fdinfo.h for inotify_show_fdinfo()Eric Biggers1-0/+1
2018-11-13fanotify: introduce new event mask FAN_OPEN_EXEC_PERMMatthew Bobrowski2-2/+3
2018-11-13fanotify: introduce new event mask FAN_OPEN_EXECMatthew Bobrowski2-2/+3
2018-11-13fanotify: return only user requested event types in event maskMatthew Bobrowski1-12/+16
2018-11-08fanotify: fix handling of events on child sub-directoryAmir Goldstein2-7/+10
2018-10-25fsnotify: Fix busy inodes during unmountJan Kara2-8/+34
2018-10-08fanotify: support reporting thread id instead of process idAmir Goldstein3-6/+9
2018-10-04fanotify: add BUILD_BUG_ON() to count the bits of fanotify constantsAmir Goldstein2-1/+6
2018-10-04fsnotify: convert runtime BUG_ON() to BUILD_BUG_ON()Amir Goldstein2-2/+2
2018-10-04fanotify: deprecate uapi FAN_ALL_* constantsAmir Goldstein3-15/+15
2018-10-04fanotify: simplify handling of FAN_ONDIRAmir Goldstein1-27/+5
2018-10-04fsnotify: generalize handling of extra event flagsAmir Goldstein1-4/+3
2018-09-27fanotify: store fanotify_init() flags in group's fanotify_dataAmir Goldstein2-27/+5
2018-09-03fanotify: add API to attach/detach super block markAmir Goldstein1-5/+37
2018-09-03fsnotify: send path type events to group with super block marksAmir Goldstein1-10/+14
2018-09-03fsnotify: add super block object typeAmir Goldstein4-1/+27
2018-09-03fsnotify: fix ignore mask logic in fsnotify()Amir Goldstein1-10/+3
2018-08-29Merge tag 'for_v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-3/+3
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-1/+3
2018-08-20fsnotify: fix false positive warning on inode deleteJan Kara1-3/+3
2018-08-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-9/+30
2018-08-17fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt6-9/+30
2018-07-21signal: Use PIDTYPE_TGID to clearly store where file signals will be sentEric W. Biederman1-1/+2
2018-07-21pids: Compute task_tgid using signal->leader_pidEric W. Biederman1-0/+1
2018-06-27inotify: Add flag IN_MASK_CREATE for inotify_add_watch()Henry Wilson1-1/+8
2018-06-27fanotify: factor out helpers to add/remove markAmir Goldstein1-57/+29
2018-06-27fsnotify: add helper to get mask from connectorAmir Goldstein2-12/+29
2018-06-27fsnotify: let connector point to an abstract objectAmir Goldstein3-24/+26
2018-06-27fsnotify: pass connp and object type to fsnotify_add_mark()Amir Goldstein3-33/+38
2018-06-27fsnotify: use typedef fsnotify_connp_t for brevityAmir Goldstein2-13/+11
2018-05-18fsnotify: add fsnotify_add_inode_mark() wrappersAmir Goldstein2-2/+2
2018-05-18fanotify: generalize fanotify_should_send_event()Amir Goldstein1-18/+18
2018-05-18fsnotify: generalize send_to_group()Amir Goldstein1-25/+23
2018-05-18fsnotify: generalize iteration of marks by object typeAmir Goldstein3-36/+47
2018-05-18fsnotify: introduce marks iteration helpersAmir Goldstein1-25/+49
2018-05-18fsnotify: remove redundant arguments to handle_event()Amir Goldstein7-42/+38
2018-05-18fsnotify: use type id to identify connector object typeAmir Goldstein3-19/+18
2018-04-13fsnotify: fix ignore mask logic in send_to_group()Amir Goldstein1-14/+11
2018-04-09fanotify: fix logic of events on childAmir Goldstein1-19/+15
2018-04-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds6-10/+48
2018-04-02fanotify: add do_fanotify_mark() helper; remove in-kernel call to syscallDominik Brodowski1-4/+10
2018-04-02inotify: add do_inotify_init() helper; remove in-kernel call to syscallDominik Brodowski1-2/+7
2018-02-27fsnotify: Let userspace know about lost events due to ENOMEMJan Kara3-3/+17
2018-02-27fanotify: Avoid lost events due to ENOMEM for unlimited queuesJan Kara3-7/+17
2018-02-14inotify: Extend ioctl to allow to request id of new watch descriptorKirill Tkhai1-0/+14
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2-2/+2
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-4/+4