summaryrefslogtreecommitdiffstats
path: root/fs/notify/fanotify/fanotify_user.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fanotify: Use interruptible wait when waiting for permission eventsJan Kara2019-02-181-1/+8
* fanotify: Track permission event stateJan Kara2019-02-181-7/+28
* fanotify: Simplify cleaning of access_listJan Kara2019-02-181-6/+4
* 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: add support for create/attrib/move/delete eventsAmir Goldstein2019-02-071-0/+12
* fanotify: support events with data type FSNOTIFY_EVENT_INODEAmir Goldstein2019-02-071-1/+2
* 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-071-25/+37
* fanotify: enable FAN_REPORT_FID init flagAmir Goldstein2019-02-071-1/+60
* fanotify: copy event fid info to userAmir Goldstein2019-02-071-5/+77
* fanotify: encode file identifier for FAN_REPORT_FIDAmir Goldstein2019-02-071-4/+2
* fanotify: open code fill_event_metadata()Amir Goldstein2019-02-071-44/+27
* fanotify: rename struct fanotify_{,perm_}event_infoAmir Goldstein2019-02-061-10/+10
* fsnotify: move mask out of struct fsnotify_eventAmir Goldstein2019-02-061-5/+5
* 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: support reporting thread id instead of process idAmir Goldstein2018-10-081-2/+2
* fanotify: add BUILD_BUG_ON() to count the bits of fanotify constantsAmir Goldstein2018-10-041-1/+4
* fanotify: deprecate uapi FAN_ALL_* constantsAmir Goldstein2018-10-041-11/+11
* fanotify: simplify handling of FAN_ONDIRAmir Goldstein2018-10-041-27/+5
* 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 'akpm' (patches from Andrew)Linus Torvalds2018-08-181-1/+4
|\
| * fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt2018-08-181-1/+4
* | fanotify: factor out helpers to add/remove markAmir Goldstein2018-06-271-57/+29
* | 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
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2018-04-061-1/+1
|\
| * fanotify: Avoid lost events due to ENOMEM for unlimited queuesJan Kara2018-02-271-1/+1
* | fanotify: add do_fanotify_mark() helper; remove in-kernel call to syscallDominik Brodowski2018-04-021-4/+10
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* fs: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2017-11-141-1/+15
|\
| * audit: Record fanotify access control decisionsSteve Grubb2017-10-101-1/+15
* | Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Linus Torvalds2017-11-141-27/+16
|\ \
| * | fanotify: clean up CONFIG_FANOTIFY_ACCESS_PERMISSIONS ifdefsMiklos Szeredi2017-10-311-27/+16
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* fanotify: don't expose EOPENSTALE to userspaceAmir Goldstein2017-04-251-8/+18
* fsnotify: Move ->free_mark callback to fsnotify_opsJan Kara2017-04-101-7/+2
* fsnotify: Add group pointer in fsnotify_init_mark()Jan Kara2017-04-101-2/+2
* fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark()Jan Kara2017-04-101-5/+7
* fsnotify: Remove fsnotify_recalc_{inode|vfsmount}_mask()Jan Kara2017-04-101-4/+4
* fsnotify: Remove fsnotify_set_mark_{,ignored_}mask_locked()Jan Kara2017-04-101-5/+4
* fanotify: Move recalculation of inode / vfsmount mask under mark_mutexJan Kara2017-04-031-9/+6
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* fsnotify: clean up spinlock assertionsJan Kara2016-10-081-2/+1
* fanotify: use notification_lock instead of access_lockJan Kara2016-10-081-8/+5
* fsnotify: convert notification_mutex to a spinlockJan Kara2016-10-081-13/+14
* fsnotify: drop notification_mutex before destroying eventJan Kara2016-10-081-2/+4