summaryrefslogtreecommitdiffstats
path: root/fs/notify
Commit message (Expand)AuthorAgeFilesLines
* proc/sysctl: add shared variables for range checkMatteo Croce2019-07-181-5/+3
* memcg, fsnotify: no oom-kill for remote memcg chargingShakeel Butt2019-07-122-3/+10
* Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-102-41/+22
|\
| * fsnotify: get rid of fsnotify_nameremove()Amir Goldstein2019-06-201-41/+0
| * fanotify: Disallow permission events for proc filesystemJan Kara2019-05-281-0/+22
* | fanotify: update connector fsid cache on add markAmir Goldstein2019-06-192-3/+15
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner2019-05-243-30/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner2019-05-214-56/+4
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-217-0/+7
* Merge tag 'fsnotify_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/...Linus Torvalds2019-05-132-0/+46
|\
| * fsnotify: fix unlink performance regressionAmir Goldstein2019-05-091-0/+41
| * fsnotify: Clarify connector assignment in fsnotify_add_mark_list()Jan Kara2019-05-011-0/+5
* | Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-05-075-10/+10
|\ \
| * | inotify_handle_event(): don't bother with strlen()Al Viro2019-04-261-1/+1
| * | fsnotify: switch send_to_group() and ->handle_event to const struct qstr *Al Viro2019-04-265-8/+8
| * | fsnotify(): switch to passing const struct qstr * for file_nameAl Viro2019-04-261-4/+4
| * | ovl_lookup_real_one(): don't bother with strlen()Al Viro2019-04-261-2/+2
* | | Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-05-072-2/+0
|\ \ \ | |_|/ |/| |
| * | Make anon_inodes unconditionalDavid Howells2019-04-192-2/+0
| |/
* / fsnotify: Fix NULL ptr deref in fanotify_get_fsid()Jan Kara2019-04-282-8/+18
|/
* fanotify: Allow copying of file handle to userspaceJan Kara2019-03-191-1/+11
* inotify: Fix fsnotify_mark refcount leak in inotify_update_existing_watch()ZhangXiaoxu2019-03-111-2/+5
* fanotify: Make waits for fanotify events only killableJan Kara2019-02-211-2/+2
* fanotify: Use interruptible wait when waiting for permission eventsJan Kara2019-02-183-5/+42
* fanotify: Track permission event stateJan Kara2019-02-183-11/+40
* fanotify: Simplify cleaning of access_listJan Kara2019-02-181-6/+4
* fsnotify: Create function to remove event from notification listJan Kara2019-02-181-7/+13
* fanotify: Move locking inside get_one_event()Jan Kara2019-02-181-19/+13
* fanotify: Fold dequeue_event() into process_access_response()Jan Kara2019-02-181-28/+13
* fanotify: Select EXPORTFSJan Kara2019-02-141-0/+1
* fanotify: report FAN_ONDIR to listener with FAN_REPORT_FIDAmir Goldstein2019-02-071-3/+31
* fanotify: add support for create/attrib/move/delete eventsAmir Goldstein2019-02-072-1/+20
* fanotify: support events with data type FSNOTIFY_EVENT_INODEAmir Goldstein2019-02-073-22/+46
* fanotify: check FS_ISDIR flag instead of d_is_dir()Amir Goldstein2019-02-071-1/+1
* fsnotify: report FS_ISDIR flag with MOVE_SELF and DELETE_SELF eventsAmir Goldstein2019-02-071-0/+9
* fanotify: use vfs_get_fsid() helper instead of vfs_statfs()Amir Goldstein2019-02-071-15/+10
* fanotify: cache fsid in fsnotify_mark_connectorAmir Goldstein2019-02-074-53/+115
* fanotify: enable FAN_REPORT_FID init flagAmir Goldstein2019-02-071-1/+60
* fanotify: copy event fid info to userAmir Goldstein2019-02-072-5/+82
* fanotify: encode file identifier for FAN_REPORT_FIDAmir Goldstein2019-02-073-13/+155
* fanotify: open code fill_event_metadata()Amir Goldstein2019-02-071-44/+27
* fanotify: rename struct fanotify_{,perm_}event_infoAmir Goldstein2019-02-063-26/+26
* fsnotify: move mask out of struct fsnotify_eventAmir Goldstein2019-02-067-36/+23
* fsnotify: send all event types to super block marksAmir Goldstein2019-02-061-8/+7
* inotify: Fix fd refcount leak in inotify_add_watch().Tetsuo Handa2019-01-021-2/+4
* fanotify: Use inode_is_open_for_writeNikolay Borisov2018-12-111-1/+1
* fanotify: Make sure to check event_len when copyingKees Cook2018-12-051-2/+8
* fsnotify/fdinfo: include fdinfo.h for inotify_show_fdinfo()Eric Biggers2018-11-151-0/+1
* fanotify: introduce new event mask FAN_OPEN_EXEC_PERMMatthew Bobrowski2018-11-132-2/+3
* fanotify: introduce new event mask FAN_OPEN_EXECMatthew Bobrowski2018-11-132-2/+3