summaryrefslogtreecommitdiffstats
path: root/fs/notify
AgeCommit message (Expand)Author
2020-06-17fanotify: fix ignore mask logic for events on child and on dirAmir Goldstein
2020-05-20fanotify: fix merging marks masks with FAN_ONDIRAmir Goldstein
2020-05-14fanotify: merge duplicate events on parent and childAmir Goldstein
2020-05-14fsnotify: replace inode pointer with an object idAmir Goldstein
2020-01-12fs: call fsnotify_sb_delete after evict_inodesEric Sandeen
2020-01-12fs: avoid softlockups in s_inodes iteratorsEric Sandeen
2019-09-27Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-09-23Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-08-19notify: export symbols for use by the knfsd file cacheTrond Myklebust
2019-08-12fanotify, inotify, dnotify, security: add security hook for fs notificationsAaron Goidel
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce
2019-07-12memcg, fsnotify: no oom-kill for remote memcg chargingShakeel Butt
2019-07-10Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-06-20fsnotify: get rid of fsnotify_nameremove()Amir Goldstein
2019-06-19fanotify: update connector fsid cache on add markAmir Goldstein
2019-05-28fanotify: Disallow permission events for proc filesystemJan Kara
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