aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-19fanotify: Allow copying of file handle to userspaceJan Kara1-1/+11
2019-03-11inotify: Fix fsnotify_mark refcount leak in inotify_update_existing_watch()ZhangXiaoxu1-2/+5
2019-02-21fanotify: Make waits for fanotify events only killableJan Kara1-2/+2
2019-02-18fanotify: Use interruptible wait when waiting for permission eventsJan Kara3-5/+42
2019-02-18fanotify: Track permission event stateJan Kara3-11/+40
2019-02-18fanotify: Simplify cleaning of access_listJan Kara1-6/+4
2019-02-18fsnotify: Create function to remove event from notification listJan Kara1-7/+13
2019-02-18fanotify: Move locking inside get_one_event()Jan Kara1-19/+13
2019-02-18fanotify: Fold dequeue_event() into process_access_response()Jan Kara1-28/+13
2019-02-14fanotify: Select EXPORTFSJan Kara1-0/+1
2019-02-07fanotify: report FAN_ONDIR to listener with FAN_REPORT_FIDAmir Goldstein1-3/+31
2019-02-07fanotify: add support for create/attrib/move/delete eventsAmir Goldstein2-1/+20
2019-02-07fanotify: support events with data type FSNOTIFY_EVENT_INODEAmir Goldstein3-22/+46
2019-02-07fanotify: check FS_ISDIR flag instead of d_is_dir()Amir Goldstein1-1/+1
2019-02-07fsnotify: report FS_ISDIR flag with MOVE_SELF and DELETE_SELF eventsAmir Goldstein1-0/+9
2019-02-07fanotify: use vfs_get_fsid() helper instead of vfs_statfs()Amir Goldstein1-15/+10
2019-02-07fanotify: cache fsid in fsnotify_mark_connectorAmir Goldstein4-53/+115
2019-02-07fanotify: enable FAN_REPORT_FID init flagAmir Goldstein1-1/+60
2019-02-07fanotify: copy event fid info to userAmir Goldstein2-5/+82
2019-02-07fanotify: encode file identifier for FAN_REPORT_FIDAmir Goldstein3-13/+155
2019-02-07fanotify: open code fill_event_metadata()Amir Goldstein1-44/+27
2019-02-06fanotify: rename struct fanotify_{,perm_}event_infoAmir Goldstein3-26/+26
2019-02-06fsnotify: move mask out of struct fsnotify_eventAmir Goldstein7-36/+23
2019-02-06fsnotify: send all event types to super block marksAmir Goldstein1-8/+7
2019-01-02inotify: Fix fd refcount leak in inotify_add_watch().Tetsuo Handa1-2/+4
2018-12-11fanotify: Use inode_is_open_for_writeNikolay Borisov1-1/+1
2018-12-05fanotify: Make sure to check event_len when copyingKees Cook1-2/+8
2018-11-15fsnotify/fdinfo: include fdinfo.h for inotify_show_fdinfo()Eric Biggers1-0/+1
2018-11-13fanotify: introduce new event mask FAN_OPEN_EXEC_PERMMatthew Bobrowski2-2/+3
2018-11-13fanotify: introduce new event mask FAN_OPEN_EXECMatthew Bobrowski2-2/+3
2018-11-13fanotify: return only user requested event types in event maskMatthew Bobrowski1-12/+16
2018-11-08fanotify: fix handling of events on child sub-directoryAmir Goldstein2-7/+10
2018-10-25fsnotify: Fix busy inodes during unmountJan Kara2-8/+34
2018-10-08fanotify: support reporting thread id instead of process idAmir Goldstein3-6/+9
2018-10-04fanotify: add BUILD_BUG_ON() to count the bits of fanotify constantsAmir Goldstein2-1/+6
2018-10-04fsnotify: convert runtime BUG_ON() to BUILD_BUG_ON()Amir Goldstein2-2/+2
2018-10-04fanotify: deprecate uapi FAN_ALL_* constantsAmir Goldstein3-15/+15
2018-10-04fanotify: simplify handling of FAN_ONDIRAmir Goldstein1-27/+5
2018-10-04fsnotify: generalize handling of extra event flagsAmir Goldstein1-4/+3
2018-09-27fanotify: store fanotify_init() flags in group's fanotify_dataAmir Goldstein2-27/+5
2018-09-03fanotify: add API to attach/detach super block markAmir Goldstein1-5/+37
2018-09-03fsnotify: send path type events to group with super block marksAmir Goldstein1-10/+14
2018-09-03fsnotify: add super block object typeAmir Goldstein4-1/+27
2018-09-03fsnotify: fix ignore mask logic in fsnotify()Amir Goldstein1-10/+3
2018-08-29Merge tag 'for_v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-3/+3
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-1/+3
2018-08-20fsnotify: fix false positive warning on inode deleteJan Kara1-3/+3
2018-08-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-9/+30
2018-08-17fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt6-9/+30
2018-07-21signal: Use PIDTYPE_TGID to clearly store where file signals will be sentEric W. Biederman1-1/+2