summaryrefslogtreecommitdiffstats
path: root/fs/notify
Commit message (Expand)AuthorAge
* inotify: Fix fd refcount leak in inotify_add_watch().Tetsuo Handa2019-01-02
* fanotify: Use inode_is_open_for_writeNikolay Borisov2018-12-11
* fanotify: Make sure to check event_len when copyingKees Cook2018-12-05
* fsnotify/fdinfo: include fdinfo.h for inotify_show_fdinfo()Eric Biggers2018-11-15
* fanotify: introduce new event mask FAN_OPEN_EXEC_PERMMatthew Bobrowski2018-11-13
* fanotify: introduce new event mask FAN_OPEN_EXECMatthew Bobrowski2018-11-13
* fanotify: return only user requested event types in event maskMatthew Bobrowski2018-11-13
* fanotify: fix handling of events on child sub-directoryAmir Goldstein2018-11-08
* fsnotify: Fix busy inodes during unmountJan Kara2018-10-25
* fanotify: support reporting thread id instead of process idAmir Goldstein2018-10-08
* fanotify: add BUILD_BUG_ON() to count the bits of fanotify constantsAmir Goldstein2018-10-04
* fsnotify: convert runtime BUG_ON() to BUILD_BUG_ON()Amir Goldstein2018-10-04
* fanotify: deprecate uapi FAN_ALL_* constantsAmir Goldstein2018-10-04
* fanotify: simplify handling of FAN_ONDIRAmir Goldstein2018-10-04
* fsnotify: generalize handling of extra event flagsAmir Goldstein2018-10-04
* fanotify: store fanotify_init() flags in group's fanotify_dataAmir Goldstein2018-09-27
* fanotify: add API to attach/detach super block markAmir Goldstein2018-09-03
* fsnotify: send path type events to group with super block marksAmir Goldstein2018-09-03
* fsnotify: add super block object typeAmir Goldstein2018-09-03
* fsnotify: fix ignore mask logic in fsnotify()Amir Goldstein2018-09-03
* Merge tag 'for_v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2018-08-29
|\
| * fsnotify: fix false positive warning on inode deleteJan Kara2018-08-20
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-21
|\ \ | |/ |/|
| * signal: Use PIDTYPE_TGID to clearly store where file signals will be sentEric W. Biederman2018-07-21
| * pids: Compute task_tgid using signal->leader_pidEric W. Biederman2018-07-21
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-17
|\ \
| * | fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt2018-08-17
| |/
* | inotify: Add flag IN_MASK_CREATE for inotify_add_watch()Henry Wilson2018-06-27
* | fanotify: factor out helpers to add/remove markAmir Goldstein2018-06-27
* | fsnotify: add helper to get mask from connectorAmir Goldstein2018-06-27
* | fsnotify: let connector point to an abstract objectAmir Goldstein2018-06-27
* | fsnotify: pass connp and object type to fsnotify_add_mark()Amir Goldstein2018-06-27
* | fsnotify: use typedef fsnotify_connp_t for brevityAmir Goldstein2018-06-27
|/
* fsnotify: add fsnotify_add_inode_mark() wrappersAmir Goldstein2018-05-18
* fanotify: generalize fanotify_should_send_event()Amir Goldstein2018-05-18
* fsnotify: generalize send_to_group()Amir Goldstein2018-05-18
* fsnotify: generalize iteration of marks by object typeAmir Goldstein2018-05-18
* fsnotify: introduce marks iteration helpersAmir Goldstein2018-05-18
* fsnotify: remove redundant arguments to handle_event()Amir Goldstein2018-05-18
* fsnotify: use type id to identify connector object typeAmir Goldstein2018-05-18
* fsnotify: fix ignore mask logic in send_to_group()Amir Goldstein2018-04-13
* fanotify: fix logic of events on childAmir Goldstein2018-04-09
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2018-04-05
|\
| * fsnotify: Let userspace know about lost events due to ENOMEMJan Kara2018-02-27
| * fanotify: Avoid lost events due to ENOMEM for unlimited queuesJan Kara2018-02-27
| * inotify: Extend ioctl to allow to request id of new watch descriptorKirill Tkhai2018-02-14
* | fanotify: add do_fanotify_mark() helper; remove in-kernel call to syscallDominik Brodowski2018-04-02
* | inotify: add do_inotify_init() helper; remove in-kernel call to syscallDominik Brodowski2018-04-02
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-30
|\