aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/notify/fanotify (follow)
AgeCommit message (Expand)AuthorFilesLines
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-13fanotify: introduce new event mask FAN_OPEN_EXEC_PERMMatthew Bobrowski1-1/+2
2018-11-13fanotify: introduce new event mask FAN_OPEN_EXECMatthew Bobrowski1-1/+2
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 Goldstein1-5/+5
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-04fanotify: deprecate uapi FAN_ALL_* constantsAmir Goldstein3-15/+15
2018-10-04fanotify: simplify handling of FAN_ONDIRAmir Goldstein1-27/+5
2018-09-27fanotify: store fanotify_init() flags in group's fanotify_dataAmir Goldstein1-4/+4
2018-09-03fanotify: add API to attach/detach super block markAmir Goldstein1-5/+37
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+1
2018-08-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-5/+14
2018-08-17fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt2-5/+14
2018-07-21pids: Compute task_tgid using signal->leader_pidEric W. Biederman1-0/+1
2018-06-27fanotify: factor out helpers to add/remove markAmir Goldstein1-57/+29
2018-06-27fsnotify: add helper to get mask from connectorAmir Goldstein1-8/+8
2018-06-27fsnotify: pass connp and object type to fsnotify_add_mark()Amir Goldstein1-8/+11
2018-05-18fanotify: generalize fanotify_should_send_event()Amir Goldstein1-18/+18
2018-05-18fsnotify: remove redundant arguments to handle_event()Amir Goldstein1-8/+6
2018-04-09fanotify: fix logic of events on childAmir Goldstein1-19/+15
2018-04-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds3-8/+25
2018-04-02fanotify: add do_fanotify_mark() helper; remove in-kernel call to syscallDominik Brodowski1-4/+10
2018-02-27fsnotify: Let userspace know about lost events due to ENOMEMJan Kara1-1/+8
2018-02-27fanotify: Avoid lost events due to ENOMEM for unlimited queuesJan Kara3-7/+17
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2017-11-27fs: annotate ->poll() instancesAl Viro1-2/+2
2017-11-15Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2017-11-14Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds2-2/+22
2017-11-14Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds3-58/+42
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-10-31fanotify: clean up CONFIG_FANOTIFY_ACCESS_PERMISSIONS ifdefsMiklos Szeredi3-52/+29
2017-10-31fanotify: fix fsnotify_prepare_user_wait() failureMiklos Szeredi1-13/+20
2017-10-12treewide: Fix typos in KconfigMasanari Iida1-1/+1
2017-10-10audit: Record fanotify access control decisionsSteve Grubb2-2/+22
2017-04-25fanotify: don't expose EOPENSTALE to userspaceAmir Goldstein1-8/+18
2017-04-10fsnotify: Move ->free_mark callback to fsnotify_opsJan Kara3-7/+9
2017-04-10fsnotify: Add group pointer in fsnotify_init_mark()Jan Kara1-2/+2
2017-04-10fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark()Jan Kara1-5/+7
2017-04-10fsnotify: Remove fsnotify_recalc_{inode|vfsmount}_mask()Jan Kara1-4/+4
2017-04-10fsnotify: Remove fsnotify_set_mark_{,ignored_}mask_locked()Jan Kara1-5/+4
2017-04-10fanotify: Release SRCU lock when waiting for userspace responseJan Kara1-2/+15
2017-04-10fsnotify: Pass fsnotify_iter_info into handle_event handlerJan Kara1-1/+2
2017-04-03fanotify: Move recalculation of inode / vfsmount mask under mark_mutexJan Kara1-9/+6
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2017-02-09fanotify: simplify the code of fanotify_mergeKinglong Mee1-8/+3
2016-12-05fsnotify: constify 'data' passed to ->handle_event()Al Viro2-5/+5
2016-10-07fsnotify: clean up spinlock assertionsJan Kara1-2/+1