summaryrefslogtreecommitdiffstats
path: root/fs/notify/fanotify
Commit message (Expand)AuthorAgeFilesLines
* memcg, fsnotify: no oom-kill for remote memcg chargingShakeel Butt2019-07-121-1/+4
* Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-111-0/+22
|\
| * fanotify: Disallow permission events for proc filesystemJan Kara2019-05-281-0/+22
* | fanotify: update connector fsid cache on add markAmir Goldstein2019-06-191-0/+4
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-05-081-1/+1
|\
| * fsnotify: switch send_to_group() and ->handle_event to const struct qstr *Al Viro2019-04-261-1/+1
* | Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-05-071-1/+0Star
|\ \
| * | Make anon_inodes unconditionalDavid Howells2019-04-191-1/+0Star
| |/
* / fsnotify: Fix NULL ptr deref in fanotify_get_fsid()Jan Kara2019-04-281-2/+12
|/
* fanotify: Allow copying of file handle to userspaceJan Kara2019-03-191-1/+11
* 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/+4Star
* fanotify: Move locking inside get_one_event()Jan Kara2019-02-181-19/+13Star
* fanotify: Fold dequeue_event() into process_access_response()Jan Kara2019-02-181-28/+13Star
* 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
* fanotify: use vfs_get_fsid() helper instead of vfs_statfs()Amir Goldstein2019-02-071-15/+10Star
* fanotify: cache fsid in fsnotify_mark_connectorAmir Goldstein2019-02-073-46/+80
* 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/+27Star
* fanotify: rename struct fanotify_{,perm_}event_infoAmir Goldstein2019-02-063-26/+26
* fsnotify: move mask out of struct fsnotify_eventAmir Goldstein2019-02-063-9/+13
* 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
* fanotify: introduce new event mask FAN_OPEN_EXEC_PERMMatthew Bobrowski2018-11-131-1/+2
* fanotify: introduce new event mask FAN_OPEN_EXECMatthew Bobrowski2018-11-131-1/+2
* fanotify: return only user requested event types in event maskMatthew Bobrowski2018-11-131-12/+16
* fanotify: fix handling of events on child sub-directoryAmir Goldstein2018-11-081-5/+5
* fanotify: support reporting thread id instead of process idAmir Goldstein2018-10-083-6/+9
* fanotify: add BUILD_BUG_ON() to count the bits of fanotify constantsAmir Goldstein2018-10-042-1/+6
* fanotify: deprecate uapi FAN_ALL_* constantsAmir Goldstein2018-10-043-15/+15
* fanotify: simplify handling of FAN_ONDIRAmir Goldstein2018-10-041-27/+5Star
* fanotify: store fanotify_init() flags in group's fanotify_dataAmir Goldstein2018-09-271-4/+4
* fanotify: add API to attach/detach super block markAmir Goldstein2018-09-031-5/+37
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-211-0/+1
|\
| * pids: Compute task_tgid using signal->leader_pidEric W. Biederman2018-07-211-0/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-182-5/+14
|\ \
| * | fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt2018-08-182-5/+14
| |/
* | fanotify: factor out helpers to add/remove markAmir Goldstein2018-06-271-57/+29Star
* | fsnotify: add helper to get mask from connectorAmir Goldstein2018-06-271-8/+8
* | fsnotify: pass connp and object type to fsnotify_add_mark()Amir Goldstein2018-06-271-8/+11
|/
* fanotify: generalize fanotify_should_send_event()Amir Goldstein2018-05-181-18/+18