aboutsummaryrefslogtreecommitdiff
path: root/fs/notify
AgeCommit message (Expand)AuthorFilesLines
2020-03-30fanotify: Fix the checks in fanotify_fsid_equalGravatar Nathan Chancellor 1-1/+1
2020-03-25fanotify: report name info for FAN_DIR_MODIFY eventGravatar Amir Goldstein 2-28/+91
2020-03-25fanotify: record name info for FAN_DIR_MODIFY eventGravatar Amir Goldstein 3-12/+108
2020-03-25fanotify: Drop fanotify_event_has_fid()Gravatar Jan Kara 3-8/+3
2020-03-25fanotify: prepare to report both parent and child fid'sGravatar Amir Goldstein 1-8/+15
2020-03-25fanotify: send FAN_DIR_MODIFY event flavor with dir inode and nameGravatar Amir Goldstein 2-4/+5
2020-03-25fanotify: divorce fanotify_path_event and fanotify_fid_eventGravatar Jan Kara 3-94/+180
2020-03-25fanotify: Store fanotify handles differentlyGravatar Jan Kara 3-106/+145
2020-03-25fanotify: Simplify create_fd()Gravatar Jan Kara 1-15/+11
2020-03-24fanotify: fix merging marks masks with FAN_ONDIRGravatar Amir Goldstein 1-4/+7
2020-03-24fanotify: merge duplicate events on parent and childGravatar Amir Goldstein 1-1/+6
2020-03-24fsnotify: replace inode pointer with an object idGravatar Amir Goldstein 3-5/+5
2020-03-23fsnotify: simplify arguments passing to fsnotify_parent()Gravatar Amir Goldstein 1-11/+4
2020-03-23fsnotify: use helpers to access data by data_typeGravatar Amir Goldstein 3-17/+14
2019-12-18fs: call fsnotify_sb_delete after evict_inodesGravatar Eric Sandeen 1-0/+3
2019-12-18fs: avoid softlockups in s_inodes iteratorsGravatar Eric Sandeen 1-0/+1
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlGravatar Arnd Bergmann 1-1/+1
2019-10-17fsnotify/fdinfo: exportfs_encode_inode_fh() takes pointer as 4th argumentGravatar Ben Dooks (Codethink) 1-1/+1
2019-10-17fsnotify: move declaration of fsnotify_mark_connector_cachep to fsnotify.hGravatar Ben Dooks 2-2/+2
2019-09-27Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 3-2/+8
2019-09-23Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-7/+41
2019-08-19notify: export symbols for use by the knfsd file cacheGravatar Trond Myklebust 3-2/+8
2019-08-12fanotify, inotify, dnotify, security: add security hook for fs notificationsGravatar Aaron Goidel 3-7/+41
2019-07-18proc/sysctl: add shared variables for range checkGravatar Matteo Croce 1-5/+3
2019-07-12memcg, fsnotify: no oom-kill for remote memcg chargingGravatar Shakeel Butt 2-3/+10
2019-07-10Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-41/+22
2019-06-20fsnotify: get rid of fsnotify_nameremove()Gravatar Amir Goldstein 1-41/+0
2019-06-19fanotify: update connector fsid cache on add markGravatar Amir Goldstein 2-3/+15
2019-05-28fanotify: Disallow permission events for proc filesystemGravatar Jan Kara 1-0/+22
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Gravatar Thomas Gleixner 3-30/+3
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Gravatar Thomas Gleixner 4-56/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 7-0/+7
2019-05-13Merge tag 'fsnotify_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-0/+46
2019-05-09fsnotify: fix unlink performance regressionGravatar Amir Goldstein 1-0/+41
2019-05-07Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 5-10/+10
2019-05-07Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Gravatar Linus Torvalds 2-2/+0
2019-05-01fsnotify: Clarify connector assignment in fsnotify_add_mark_list()Gravatar Jan Kara 1-0/+5
2019-04-28fsnotify: Fix NULL ptr deref in fanotify_get_fsid()Gravatar Jan Kara 2-8/+18
2019-04-26inotify_handle_event(): don't bother with strlen()Gravatar Al Viro 1-1/+1
2019-04-26fsnotify: switch send_to_group() and ->handle_event to const struct qstr *Gravatar Al Viro 5-8/+8
2019-04-26fsnotify(): switch to passing const struct qstr * for file_nameGravatar Al Viro 1-4/+4
2019-04-26ovl_lookup_real_one(): don't bother with strlen()Gravatar Al Viro 1-2/+2
2019-04-19Make anon_inodes unconditionalGravatar David Howells 2-2/+0
2019-03-19fanotify: Allow copying of file handle to userspaceGravatar Jan Kara 1-1/+11
2019-03-11inotify: Fix fsnotify_mark refcount leak in inotify_update_existing_watch()Gravatar ZhangXiaoxu 1-2/+5
2019-02-21fanotify: Make waits for fanotify events only killableGravatar Jan Kara 1-2/+2
2019-02-18fanotify: Use interruptible wait when waiting for permission eventsGravatar Jan Kara 3-5/+42
2019-02-18fanotify: Track permission event stateGravatar Jan Kara 3-11/+40
2019-02-18fanotify: Simplify cleaning of access_listGravatar Jan Kara 1-6/+4