aboutsummaryrefslogtreecommitdiff
path: root/fs/notify/fanotify
AgeCommit message (Expand)Author
2014-02-25fsnotify: Allocate overflow events with proper typeJan Kara
2014-02-25fanotify: Handle overflow in case of permission eventsJan Kara
2014-02-18inotify: Fix reporting of cookies for inotify eventsJan Kara
2014-01-29fanotify: Fix use after free for permission eventsJan Kara
2014-01-29fsnotify: Do not return merged event from fsnotify_add_notify_event()Jan Kara
2014-01-29fanotify: Fix use after free in mask checkingJan Kara
2014-01-27compat: fix sys_fanotify_markHeiko Carstens
2014-01-21fsnotify: remove pointless NULL initializersJan Kara
2014-01-21fsnotify: remove .should_send_event callbackJan Kara
2014-01-21fsnotify: do not share events between notification groupsJan Kara
2013-07-09fanotify: put duplicate code for adding vfsmount/inode marks into an own func...Lino Sanfilippo
2013-07-09fanotify: fix races when adding/removing marksLino Sanfilippo
2013-07-09fanotify: info leak in copy_event_to_user()Dan Carpenter
2013-06-29fanotify: quit wanking with FASYNC in ->release()Al Viro
2013-05-09unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINEAl Viro
2013-03-03teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long longAl Viro
2013-02-22new helper: file_inode(file)Al Viro
2012-12-20Merge branch 'for-next' of git://git.infradead.org/users/eparis/notifyLinus Torvalds
2012-12-17fs, notify: add procfs fdinfo helperCyrill Gorcunov
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-12-11fanotify: dont merge permission eventsLino Sanfilippo
2012-12-11fsnotify: make fasync generic for both inotify and fanotifyEric Paris
2012-12-11fsnotify: pass group to fsnotify_destroy_mark()Lino Sanfilippo
2012-12-11fanotify: add an extra flag to mark_remove_from_mask that indicates wheather ...Lino Sanfilippo
2012-12-11inotify, fanotify: replace fsnotify_put_group() with fsnotify_destroy_group()Lino Sanfilippo
2012-11-19treewide: fix typo of "suport" in various comments and KconfigMasanari Iida
2012-11-18fanotify: fix FAN_Q_OVERFLOW case of fanotify_read()Al Viro
2012-11-09fanotify: fix missing breakEric Paris
2012-09-26switch simple cases of fget_light to fdgetAl Viro
2012-09-26fanotify: sanitize failure exits in copy_event_to_user()Al Viro
2012-07-23switch dentry_open() to struct path, make it grab references itselfAl Viro
2012-01-03vfs: move fsnotify junk to struct mountAl Viro
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-01Remove one to many n's in a wordJustin P. Mattock
2010-12-22Merge branch 'master' into for-nextJiri Kosina
2010-12-15fanotify: fill in the metadata_len field on struct fanotify_event_metadataEric Paris
2010-12-07fanotify: Dont try to open a file descriptor for the overflow eventLino Sanfilippo
2010-12-07fanotify: do not leak user reference on allocation failureEric Paris
2010-12-07fanotify: on group destroy allow all waiters to bypass permission checkLino Sanfilippo
2010-12-07fanotify: Dont allow a mask of 0 if setting or removing a markLino Sanfilippo
2010-12-07fanotify: correct broken ref counting in case adding a mark failedLino Sanfilippo
2010-12-07fanotify: deny permissions when no event was sentEric Paris
2010-11-01Kconfig: typo: and -> anMichael Witten
2010-10-30make fanotify_read() restartable across signalsLino Sanfilippo
2010-10-28fs/notify/fanotify/fanotify_user.c: fix warningsAndrew Morton
2010-10-28fanotify: do not recalculate the mask if the ignored mask changedEric Paris
2010-10-28fanotify: ignore events on directories unless specifically requestedEric Paris
2010-10-28fanotify: do not send events for irregular filesEric Paris
2010-10-28fanotify: limit number of listeners per userEric Paris
2010-10-28fanotify: allow userspace to override max marksEric Paris