summaryrefslogtreecommitdiff
path: root/fs/notify/fanotify
Commit message (Expand)AuthorAge
* fanotify: don't expose EOPENSTALE to userspaceAmir Goldstein2017-04-25
* fsnotify: Move ->free_mark callback to fsnotify_opsJan Kara2017-04-10
* fsnotify: Add group pointer in fsnotify_init_mark()Jan Kara2017-04-10
* fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark()Jan Kara2017-04-10
* fsnotify: Remove fsnotify_recalc_{inode|vfsmount}_mask()Jan Kara2017-04-10
* fsnotify: Remove fsnotify_set_mark_{,ignored_}mask_locked()Jan Kara2017-04-10
* fanotify: Release SRCU lock when waiting for userspace responseJan Kara2017-04-10
* fsnotify: Pass fsnotify_iter_info into handle_event handlerJan Kara2017-04-10
* fanotify: Move recalculation of inode / vfsmount mask under mark_mutexJan Kara2017-04-03
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-02
* sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-02
* fanotify: simplify the code of fanotify_mergeKinglong Mee2017-02-09
* fsnotify: constify 'data' passed to ->handle_event()Al Viro2016-12-05
* fsnotify: clean up spinlock assertionsJan Kara2016-10-07
* fanotify: use notification_lock instead of access_lockJan Kara2016-10-07
* fsnotify: convert notification_mutex to a spinlockJan Kara2016-10-07
* fsnotify: drop notification_mutex before destroying eventJan Kara2016-10-07
* fanotify: fix list corruption in fanotify_get_response()Jan Kara2016-09-19
* fsnotify: get rid of fsnotify_destroy_mark_locked()Jan Kara2015-09-04
* fanotify: fix event filtering with FAN_ONDIR setSuzuki K. Poulose2015-03-12
* fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells2015-02-22
* VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-22
* fanotify: don't set FAN_ONDIR implicitly on a marks ignored maskLino Sanfilippo2015-02-10
* fanotify: don't recalculate a marks mask if only the ignored mask changedLino Sanfilippo2015-02-10
* fanotify: only destroy mark when both mask and ignored_mask are clearedLino Sanfilippo2015-02-10
* sched, fanotify: Deal with nested sleepsPeter Zijlstra2015-01-09
* fanotify: enable close-on-exec on events' fd when requested in fanotify_init()Yann Droneaud2014-10-09
* fanotify: fix double free of pending permission eventsJan Kara2014-08-06
* fsnotify: rename event handling functionsJan Kara2014-08-06
* fanotify: check file flags passed in fanotify_initHeinrich Schuchardt2014-06-04
* fs/notify/fanotify/fanotify_user.c: fix FAN_MARK_FLUSH flag checkingHeinrich Schuchardt2014-06-04
* fanotify: FAN_MARK_FLUSH: avoid having to provide a fake/invalid fd and pathHeinrich Schuchardt2014-06-04
* fanotify: fix -EOVERFLOW with large files on 64-bitWill Woods2014-05-06
* fanotify: move unrelated handling from copy_event_to_user()Jan Kara2014-04-03
* fanotify: reorganize loop in fanotify_read()Jan Kara2014-04-03
* fanotify: convert access_mutex to spinlockJan Kara2014-04-03
* fanotify: use fanotify event structure for permission response processingJan Kara2014-04-03
* fanotify: remove useless bypass_perm checkJan Kara2014-04-03
* fsnotify: Allocate overflow events with proper typeJan Kara2014-02-25
* fanotify: Handle overflow in case of permission eventsJan Kara2014-02-25
* inotify: Fix reporting of cookies for inotify eventsJan Kara2014-02-18
* fanotify: Fix use after free for permission eventsJan Kara2014-01-29
* fsnotify: Do not return merged event from fsnotify_add_notify_event()Jan Kara2014-01-29
* fanotify: Fix use after free in mask checkingJan Kara2014-01-29
* compat: fix sys_fanotify_markHeiko Carstens2014-01-27
* fsnotify: remove pointless NULL initializersJan Kara2014-01-21
* fsnotify: remove .should_send_event callbackJan Kara2014-01-21
* fsnotify: do not share events between notification groupsJan Kara2014-01-21
* fanotify: put duplicate code for adding vfsmount/inode marks into an own func...Lino Sanfilippo2013-07-09
* fanotify: fix races when adding/removing marksLino Sanfilippo2013-07-09