summaryrefslogtreecommitdiffstats
path: root/fs/notify/fanotify
Commit message (Expand)AuthorAgeFilesLines
* fanotify: put duplicate code for adding vfsmount/inode marks into an own func...Lino Sanfilippo2013-07-091-36/+35Star
* 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/+0Star
* 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-041-14/+3Star
* new helper: file_inode(file)Al Viro2013-02-231-1/+1
* Merge branch 'for-next' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2012-12-212-12/+31
|\
| * fanotify: dont merge permission eventsLino Sanfilippo2012-12-111-0/+6
| * 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-181-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1
|\ \
| * | treewide: fix typo of "suport" in various comments and KconfigMasanari Iida2012-11-191-1/+1
* | | fanotify: fix FAN_Q_OVERFLOW case of fanotify_read()Al Viro2012-11-181-1/+2
* | | fanotify: fix missing breakEric Paris2012-11-091-0/+1
|/ /
* | switch simple cases of fget_light to fdgetAl Viro2012-09-271-15/+13Star
* | fanotify: sanitize failure exits in copy_event_to_user()Al Viro2012-09-271-39/+20Star
|/
* switch dentry_open() to struct path, make it grab references itselfAl Viro2012-07-221-6/+2Star
* vfs: move fsnotify junk to struct mountAl Viro2012-01-041-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
* Merge branch 'master' into for-nextJiri Kosina2010-12-222-31/+56
|\
| * 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-072-3/+8
| * 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/+14Star
| * fanotify: deny permissions when no event was sentEric Paris2010-12-071-4/+12
* | Kconfig: typo: and -> anMichael Witten2010-11-011-1/+1
|/
* make fanotify_read() restartable across signalsLino Sanfilippo2010-10-301-1/+1
* fs/notify/fanotify/fanotify_user.c: fix warningsAndrew Morton2010-10-281-3/+2Star
* fanotify: do not recalculate the mask if the ignored mask changedEric Paris2010-10-281-3/+3
* fanotify: ignore events on directories unless specifically requestedEric Paris2010-10-282-0/+17
* fanotify: do not send events for irregular filesEric Paris2010-10-281-5/+6
* fanotify: limit number of listeners per userEric Paris2010-10-282-1/+21
* fanotify: allow userspace to override max marksEric Paris2010-10-281-1/+8
* fanotify: limit the number of marks in a single fanotify groupEric Paris2010-10-281-0/+9
* fanotify: allow userspace to override max queue depthEric Paris2010-10-281-1/+8
* fsnotify: implement a default maximum queue depthEric Paris2010-10-281-0/+4
* fanotify: ignore fanotify ignore marks if open writersEric Paris2010-10-281-0/+10
* fanotify: implement fanotify listener orderingEric Paris2010-10-281-1/+24
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* fanotify: Return EPERM when a process is not privilegedAndreas Gruenbacher2010-08-281-1/+1
* fanotify: drop duplicate pr_debug statementTvrtko Ursulin2010-08-231-3/+0Star
* fanotify: flush outstanding perm requests on group destroyEric Paris2010-08-231-0/+27
* Revert "fsnotify: store struct file not struct path"Linus Torvalds2010-08-122-7/+7