aboutsummaryrefslogtreecommitdiff
path: root/fs/notify/fanotify/fanotify_user.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-0/+1
2016-10-07fsnotify: clean up spinlock assertionsGravatar Jan Kara 1-2/+1
2016-10-07fanotify: use notification_lock instead of access_lockGravatar Jan Kara 1-8/+5
2016-10-07fsnotify: convert notification_mutex to a spinlockGravatar Jan Kara 1-13/+14
2016-10-07fsnotify: drop notification_mutex before destroying eventGravatar Jan Kara 1-2/+4
2016-09-19fanotify: fix list corruption in fanotify_get_response()Gravatar Jan Kara 1-12/+24
2015-09-04fsnotify: get rid of fsnotify_destroy_mark_locked()Gravatar Jan Kara 1-2/+6
2015-02-10fanotify: don't set FAN_ONDIR implicitly on a marks ignored maskGravatar Lino Sanfilippo 1-8/+17
2015-02-10fanotify: don't recalculate a marks mask if only the ignored mask changedGravatar Lino Sanfilippo 1-3/+4
2015-02-10fanotify: only destroy mark when both mask and ignored_mask are clearedGravatar Lino Sanfilippo 1-2/+1
2015-01-09sched, fanotify: Deal with nested sleepsGravatar Peter Zijlstra 1-5/+5
2014-10-09fanotify: enable close-on-exec on events' fd when requested in fanotify_init()Gravatar Yann Droneaud 1-1/+1
2014-08-06fanotify: fix double free of pending permission eventsGravatar Jan Kara 1-0/+12
2014-08-06fsnotify: rename event handling functionsGravatar Jan Kara 1-1/+1
2014-06-04fanotify: check file flags passed in fanotify_initGravatar Heinrich Schuchardt 1-0/+25
2014-06-04fs/notify/fanotify/fanotify_user.c: fix FAN_MARK_FLUSH flag checkingGravatar Heinrich Schuchardt 1-0/+3
2014-06-04fanotify: FAN_MARK_FLUSH: avoid having to provide a fake/invalid fd and pathGravatar Heinrich Schuchardt 1-7/+10
2014-05-06fanotify: fix -EOVERFLOW with large files on 64-bitGravatar Will Woods 1-0/+2
2014-04-03fanotify: move unrelated handling from copy_event_to_user()Gravatar Jan Kara 1-21/+19
2014-04-03fanotify: reorganize loop in fanotify_read()Gravatar Jan Kara 1-22/+24
2014-04-03fanotify: convert access_mutex to spinlockGravatar Jan Kara 1-7/+7
2014-04-03fanotify: use fanotify event structure for permission response processingGravatar Jan Kara 1-79/+44
2014-04-03fanotify: remove useless bypass_perm checkGravatar Jan Kara 1-8/+0
2014-02-25fsnotify: Allocate overflow events with proper typeGravatar Jan Kara 1-0/+13
2014-01-29fanotify: Fix use after free for permission eventsGravatar Jan Kara 1-1/+6
2014-01-27compat: fix sys_fanotify_markGravatar Heiko Carstens 1-2/+2
2014-01-21fsnotify: do not share events between notification groupsGravatar Jan Kara 1-21/+20
2013-07-09fanotify: put duplicate code for adding vfsmount/inode marks into an own func...Gravatar Lino Sanfilippo 1-36/+35
2013-07-09fanotify: fix races when adding/removing marksGravatar Lino Sanfilippo 1-12/+37
2013-07-09fanotify: info leak in copy_event_to_user()Gravatar Dan Carpenter 1-0/+1
2013-06-29fanotify: quit wanking with FASYNC in ->release()Gravatar Al Viro 1-3/+0
2013-05-09unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINEGravatar Al Viro 1-0/+17
2013-03-03teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long longGravatar Al Viro 1-14/+3
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2012-12-20Merge branch 'for-next' of git://git.infradead.org/users/eparis/notifyGravatar Linus Torvalds 1-12/+25
2012-12-17fs, notify: add procfs fdinfo helperGravatar Cyrill Gorcunov 1-0/+2
2012-12-11fsnotify: make fasync generic for both inotify and fanotifyGravatar Eric Paris 1-0/+4
2012-12-11fsnotify: pass group to fsnotify_destroy_mark()Gravatar Lino Sanfilippo 1-2/+2
2012-12-11fanotify: add an extra flag to mark_remove_from_mask that indicates wheather ...Gravatar Lino Sanfilippo 1-5/+14
2012-12-11inotify, fanotify: replace fsnotify_put_group() with fsnotify_destroy_group()Gravatar Lino Sanfilippo 1-7/+7
2012-11-18fanotify: fix FAN_Q_OVERFLOW case of fanotify_read()Gravatar Al Viro 1-1/+2
2012-09-26switch simple cases of fget_light to fdgetGravatar Al Viro 1-15/+13
2012-09-26fanotify: sanitize failure exits in copy_event_to_user()Gravatar Al Viro 1-39/+20
2012-07-23switch dentry_open() to struct path, make it grab references itselfGravatar Al Viro 1-6/+2
2012-01-03vfs: move fsnotify junk to struct mountGravatar Al Viro 1-2/+4
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-01Remove one to many n's in a wordGravatar Justin P. Mattock 1-1/+1
2010-12-15fanotify: fill in the metadata_len field on struct fanotify_event_metadataGravatar Eric Paris 1-2/+4
2010-12-07fanotify: Dont try to open a file descriptor for the overflow eventGravatar Lino Sanfilippo 1-4/+13
2010-12-07fanotify: do not leak user reference on allocation failureGravatar Eric Paris 1-1/+3