summaryrefslogtreecommitdiffstats
path: root/fs/notify/fanotify/fanotify_user.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+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
|/
* 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/+16Star
|\ \
| * | fanotify: clean up CONFIG_FANOTIFY_ACCESS_PERMISSIONS ifdefsMiklos Szeredi2017-10-311-27/+16Star
| |/
* / 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/+2Star
* 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: 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
* 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-201-12/+24
* fsnotify: get rid of fsnotify_destroy_mark_locked()Jan Kara2015-09-051-2/+6
* fanotify: don't set FAN_ONDIR implicitly on a marks ignored maskLino Sanfilippo2015-02-101-8/+17
* 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
* fanotify: enable close-on-exec on events' fd when requested in fanotify_init()Yann Droneaud2014-10-101-1/+1
* fanotify: fix double free of pending permission eventsJan Kara2014-08-071-0/+12
* fsnotify: rename event handling functionsJan Kara2014-08-071-1/+1
* fanotify: check file flags passed in fanotify_initHeinrich Schuchardt2014-06-051-0/+25
* fs/notify/fanotify/fanotify_user.c: fix FAN_MARK_FLUSH flag checkingHeinrich Schuchardt2014-06-051-0/+3
* fanotify: FAN_MARK_FLUSH: avoid having to provide a fake/invalid fd and pathHeinrich Schuchardt2014-06-051-7/+10
* fanotify: fix -EOVERFLOW with large files on 64-bitWill Woods2014-05-061-0/+2
* fanotify: move unrelated handling from copy_event_to_user()Jan Kara2014-04-041-21/+19Star
* fanotify: reorganize loop in fanotify_read()Jan Kara2014-04-041-22/+24
* fanotify: convert access_mutex to spinlockJan Kara2014-04-041-7/+7
* fanotify: use fanotify event structure for permission response processingJan Kara2014-04-041-79/+44Star
* fanotify: remove useless bypass_perm checkJan Kara2014-04-041-8/+0Star
* fsnotify: Allocate overflow events with proper typeJan Kara2014-02-251-0/+13
* fanotify: Fix use after free for permission eventsJan Kara2014-01-291-1/+6
* compat: fix sys_fanotify_markHeiko Carstens2014-01-281-2/+2
* fsnotify: do not share events between notification groupsJan Kara2014-01-221-21/+20Star
* fanotify: put duplicate code for adding vfsmount/inode marks into an own func...Lino Sanfilippo2013-07-091-36/+35Star