aboutsummaryrefslogtreecommitdiff
path: root/fs/notify
AgeCommit message (Expand)Author
2019-03-19fanotify: Allow copying of file handle to userspaceJan Kara
2019-03-11inotify: Fix fsnotify_mark refcount leak in inotify_update_existing_watch()ZhangXiaoxu
2019-02-21fanotify: Make waits for fanotify events only killableJan Kara
2019-02-18fanotify: Use interruptible wait when waiting for permission eventsJan Kara
2019-02-18fanotify: Track permission event stateJan Kara
2019-02-18fanotify: Simplify cleaning of access_listJan Kara
2019-02-18fsnotify: Create function to remove event from notification listJan Kara
2019-02-18fanotify: Move locking inside get_one_event()Jan Kara
2019-02-18fanotify: Fold dequeue_event() into process_access_response()Jan Kara
2019-02-14fanotify: Select EXPORTFSJan Kara
2019-02-07fanotify: report FAN_ONDIR to listener with FAN_REPORT_FIDAmir Goldstein
2019-02-07fanotify: add support for create/attrib/move/delete eventsAmir Goldstein
2019-02-07fanotify: support events with data type FSNOTIFY_EVENT_INODEAmir Goldstein
2019-02-07fanotify: check FS_ISDIR flag instead of d_is_dir()Amir Goldstein
2019-02-07fsnotify: report FS_ISDIR flag with MOVE_SELF and DELETE_SELF eventsAmir Goldstein
2019-02-07fanotify: use vfs_get_fsid() helper instead of vfs_statfs()Amir Goldstein
2019-02-07fanotify: cache fsid in fsnotify_mark_connectorAmir Goldstein
2019-02-07fanotify: enable FAN_REPORT_FID init flagAmir Goldstein
2019-02-07fanotify: copy event fid info to userAmir Goldstein
2019-02-07fanotify: encode file identifier for FAN_REPORT_FIDAmir Goldstein
2019-02-07fanotify: open code fill_event_metadata()Amir Goldstein
2019-02-06fanotify: rename struct fanotify_{,perm_}event_infoAmir Goldstein
2019-02-06fsnotify: move mask out of struct fsnotify_eventAmir Goldstein
2019-02-06fsnotify: send all event types to super block marksAmir Goldstein
2019-01-02inotify: Fix fd refcount leak in inotify_add_watch().Tetsuo Handa
2018-12-11fanotify: Use inode_is_open_for_writeNikolay Borisov
2018-12-05fanotify: Make sure to check event_len when copyingKees Cook
2018-11-15fsnotify/fdinfo: include fdinfo.h for inotify_show_fdinfo()Eric Biggers
2018-11-13fanotify: introduce new event mask FAN_OPEN_EXEC_PERMMatthew Bobrowski
2018-11-13fanotify: introduce new event mask FAN_OPEN_EXECMatthew Bobrowski
2018-11-13fanotify: return only user requested event types in event maskMatthew Bobrowski
2018-11-08fanotify: fix handling of events on child sub-directoryAmir Goldstein
2018-10-25fsnotify: Fix busy inodes during unmountJan Kara
2018-10-08fanotify: support reporting thread id instead of process idAmir Goldstein
2018-10-04fanotify: add BUILD_BUG_ON() to count the bits of fanotify constantsAmir Goldstein
2018-10-04fsnotify: convert runtime BUG_ON() to BUILD_BUG_ON()Amir Goldstein
2018-10-04fanotify: deprecate uapi FAN_ALL_* constantsAmir Goldstein
2018-10-04fanotify: simplify handling of FAN_ONDIRAmir Goldstein
2018-10-04fsnotify: generalize handling of extra event flagsAmir Goldstein
2018-09-27fanotify: store fanotify_init() flags in group's fanotify_dataAmir Goldstein
2018-09-03fanotify: add API to attach/detach super block markAmir Goldstein
2018-09-03fsnotify: send path type events to group with super block marksAmir Goldstein
2018-09-03fsnotify: add super block object typeAmir Goldstein
2018-09-03fsnotify: fix ignore mask logic in fsnotify()Amir Goldstein
2018-08-29Merge tag 'for_v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-08-20fsnotify: fix false positive warning on inode deleteJan Kara
2018-08-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-08-17fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt
2018-07-21signal: Use PIDTYPE_TGID to clearly store where file signals will be sentEric W. Biederman