summaryrefslogtreecommitdiffstats
path: root/fs/notify/fanotify
Commit message (Expand)AuthorAgeFilesLines
* 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
* fsnotify: remove redundant arguments to handle_event()Amir Goldstein2018-05-181-8/+6Star
* fanotify: fix logic of events on childAmir Goldstein2018-04-091-19/+15Star
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2018-04-063-8/+25
|\
| * fsnotify: Let userspace know about lost events due to ENOMEMJan Kara2018-02-271-1/+8
| * fanotify: Avoid lost events due to ENOMEM for unlimited queuesJan Kara2018-02-273-7/+17
* | 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 ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-1/+1
|\
| * treewide: Fix typos in KconfigMasanari Iida2017-10-121-1/+1
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2017-11-142-2/+22
|\ \
| * | audit: Record fanotify access control decisionsSteve Grubb2017-10-102-2/+22
| |/
* | Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Linus Torvalds2017-11-143-58/+42Star
|\ \
| * | fanotify: clean up CONFIG_FANOTIFY_ACCESS_PERMISSIONS ifdefsMiklos Szeredi2017-10-313-52/+29Star
| * | fanotify: fix fsnotify_prepare_user_wait() failureMiklos Szeredi2017-10-311-13/+20
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
|/
* fanotify: don't expose EOPENSTALE to userspaceAmir Goldstein2017-04-251-8/+18
* fsnotify: Move ->free_mark callback to fsnotify_opsJan Kara2017-04-103-7/+9
* 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/+4Star
* fanotify: Release SRCU lock when waiting for userspace responseJan Kara2017-04-101-2/+15
* fsnotify: Pass fsnotify_iter_info into handle_event handlerJan Kara2017-04-101-1/+2
* fanotify: Move recalculation of inode / vfsmount mask under mark_mutexJan Kara2017-04-031-9/+6Star
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
* fanotify: simplify the code of fanotify_mergeKinglong Mee2017-02-091-8/+3Star
* fsnotify: constify 'data' passed to ->handle_event()Al Viro2016-12-062-5/+5
* fsnotify: clean up spinlock assertionsJan Kara2016-10-081-2/+1Star
* fanotify: use notification_lock instead of access_lockJan Kara2016-10-081-8/+5Star
* fsnotify: convert notification_mutex to a spinlockJan Kara2016-10-081-13/+14
* fsnotify: drop notification_mutex before destroying eventJan Kara2016-10-081-2/+4
* fanotify: fix list corruption in fanotify_get_response()Jan Kara2016-09-202-24/+25
* fsnotify: get rid of fsnotify_destroy_mark_locked()Jan Kara2015-09-051-2/+6
* fanotify: fix event filtering with FAN_ONDIR setSuzuki K. Poulose2015-03-131-1/+2
* fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells2015-02-221-1/+1
* VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-221-3/+3
* fanotify: don't set FAN_ONDIR implicitly on a marks ignored maskLino Sanfilippo2015-02-102-9/+18
* fanotify: don't recalculate a marks mask if only the ignored mask changedLino Sanfilippo2015-02-101-3/+4
* fanotify: only destroy mark when both mask and ignored_mask are clearedLino Sanfilippo2015-02-101-2/+1Star
* sched, fanotify: Deal with nested sleepsPeter Zijlstra2015-01-091-5/+5