aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify
AgeCommit message (Expand)Author
2019-08-12Merge tag 'v5.2.5' into v5.2/standard/baseBruce Ashfield
2019-07-31memcg, fsnotify: no oom-kill for remote memcg chargingShakeel Butt
2019-07-22aufs5: standalone supportBruce Ashfield
2019-06-19fanotify: update connector fsid cache on add markAmir Goldstein
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-13Merge tag 'fsnotify_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/...Linus Torvalds
2019-05-09fsnotify: fix unlink performance regressionAmir Goldstein
2019-05-07Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-05-07Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds
2019-05-01fsnotify: Clarify connector assignment in fsnotify_add_mark_list()Jan Kara
2019-04-28fsnotify: Fix NULL ptr deref in fanotify_get_fsid()Jan Kara
2019-04-26inotify_handle_event(): don't bother with strlen()Al Viro
2019-04-26fsnotify: switch send_to_group() and ->handle_event to const struct qstr *Al Viro
2019-04-26fsnotify(): switch to passing const struct qstr * for file_nameAl Viro
2019-04-26ovl_lookup_real_one(): don't bother with strlen()Al Viro
2019-04-19Make anon_inodes unconditionalDavid Howells
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