summaryrefslogtreecommitdiffstats
path: root/fs/notify/fanotify/fanotify_user.c
Commit message (Expand)AuthorAgeFilesLines
* fsnotify: get rid of fsnotify_destroy_mark_locked()Jan Kara2015-09-041-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/+1
* 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-091-1/+1
* fanotify: fix double free of pending permission eventsJan Kara2014-08-061-0/+12
* fsnotify: rename event handling functionsJan Kara2014-08-061-1/+1
* fanotify: check file flags passed in fanotify_initHeinrich Schuchardt2014-06-041-0/+25
* fs/notify/fanotify/fanotify_user.c: fix FAN_MARK_FLUSH flag checkingHeinrich Schuchardt2014-06-041-0/+3
* fanotify: FAN_MARK_FLUSH: avoid having to provide a fake/invalid fd and pathHeinrich Schuchardt2014-06-041-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-031-21/+19
* fanotify: reorganize loop in fanotify_read()Jan Kara2014-04-031-22/+24
* fanotify: convert access_mutex to spinlockJan Kara2014-04-031-7/+7
* fanotify: use fanotify event structure for permission response processingJan Kara2014-04-031-79/+44
* fanotify: remove useless bypass_perm checkJan Kara2014-04-031-8/+0
* 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-271-2/+2
* fsnotify: do not share events between notification groupsJan Kara2014-01-211-21/+20
* fanotify: put duplicate code for adding vfsmount/inode marks into an own func...Lino Sanfilippo2013-07-091-36/+35
* fanotify: fix races when adding/removing marksLino Sanfilippo2013-07-091-12/+37
* fanotify: info leak in copy_event_to_user()Dan Carpenter2013-07-091-0/+1
* fanotify: quit wanking with FASYNC in ->release()Al Viro2013-06-291-3/+0
* unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINEAl Viro2013-05-091-0/+17
* teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long longAl Viro2013-03-031-14/+3
* new helper: file_inode(file)Al Viro2013-02-221-1/+1
* Merge branch 'for-next' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2012-12-201-12/+25
|\
| * fsnotify: make fasync generic for both inotify and fanotifyEric Paris2012-12-111-0/+4
| * fsnotify: pass group to fsnotify_destroy_mark()Lino Sanfilippo2012-12-111-2/+2
| * fanotify: add an extra flag to mark_remove_from_mask that indicates wheather ...Lino Sanfilippo2012-12-111-5/+14
| * inotify, fanotify: replace fsnotify_put_group() with fsnotify_destroy_group()Lino Sanfilippo2012-12-111-7/+7
* | fs, notify: add procfs fdinfo helperCyrill Gorcunov2012-12-171-0/+2
* | fanotify: fix FAN_Q_OVERFLOW case of fanotify_read()Al Viro2012-11-181-1/+2
* | switch simple cases of fget_light to fdgetAl Viro2012-09-261-15/+13
* | fanotify: sanitize failure exits in copy_event_to_user()Al Viro2012-09-261-39/+20
|/
* switch dentry_open() to struct path, make it grab references itselfAl Viro2012-07-231-6/+2
* vfs: move fsnotify junk to struct mountAl Viro2012-01-031-2/+4
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* Remove one to many n's in a wordJustin P. Mattock2011-03-011-1/+1
* fanotify: fill in the metadata_len field on struct fanotify_event_metadataEric Paris2010-12-151-2/+4
* fanotify: Dont try to open a file descriptor for the overflow eventLino Sanfilippo2010-12-071-4/+13
* fanotify: do not leak user reference on allocation failureEric Paris2010-12-071-1/+3
* fanotify: on group destroy allow all waiters to bypass permission checkLino Sanfilippo2010-12-071-2/+3
* fanotify: Dont allow a mask of 0 if setting or removing a markLino Sanfilippo2010-12-071-1/+3
* fanotify: correct broken ref counting in case adding a mark failedLino Sanfilippo2010-12-071-17/+14
* fanotify: deny permissions when no event was sentEric Paris2010-12-071-4/+12
* make fanotify_read() restartable across signalsLino Sanfilippo2010-10-301-1/+1
* fs/notify/fanotify/fanotify_user.c: fix warningsAndrew Morton2010-10-281-3/+2
OpenPOWER on IntegriCloud