summaryrefslogtreecommitdiffstats
path: root/fs/notify
Commit message (Expand)AuthorAgeFilesLines
* 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/+4Star
* 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/+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
* 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/+10Star
* 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/+27Star
* fanotify: rename struct fanotify_{,perm_}event_infoAmir Goldstein2019-02-063-26/+26
* fsnotify: move mask out of struct fsnotify_eventAmir Goldstein2019-02-067-36/+23Star
* fsnotify: send all event types to super block marksAmir Goldstein2019-02-061-8/+7Star
* 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
* 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-082-7/+10
* fsnotify: Fix busy inodes during unmountJan Kara2018-10-252-8/+34
* 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
* fsnotify: convert runtime BUG_ON() to BUILD_BUG_ON()Amir Goldstein2018-10-042-2/+2
* fanotify: deprecate uapi FAN_ALL_* constantsAmir Goldstein2018-10-043-15/+15
* fanotify: simplify handling of FAN_ONDIRAmir Goldstein2018-10-041-27/+5Star
* fsnotify: generalize handling of extra event flagsAmir Goldstein2018-10-041-4/+3Star
* fanotify: store fanotify_init() flags in group's fanotify_dataAmir Goldstein2018-09-272-27/+5Star
* fanotify: add API to attach/detach super block markAmir Goldstein2018-09-031-5/+37
* fsnotify: send path type events to group with super block marksAmir Goldstein2018-09-031-10/+14
* fsnotify: add super block object typeAmir Goldstein2018-09-034-1/+27
* fsnotify: fix ignore mask logic in fsnotify()Amir Goldstein2018-09-031-10/+3Star
* Merge tag 'for_v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2018-08-291-3/+3
|\
| * fsnotify: fix false positive warning on inode deleteJan Kara2018-08-201-3/+3
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-212-1/+3
|\ \ | |/ |/|
| * signal: Use PIDTYPE_TGID to clearly store where file signals will be sentEric W. Biederman2018-07-211-1/+2
| * pids: Compute task_tgid using signal->leader_pidEric W. Biederman2018-07-211-0/+1