aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify/fanotify (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-01Remove one to many n's in a wordJustin P. Mattock1-1/+1
2010-12-22Merge branch 'master' into for-nextJiri Kosina2-31/+56
2010-12-15fanotify: fill in the metadata_len field on struct fanotify_event_metadataEric Paris1-2/+4
2010-12-07fanotify: Dont try to open a file descriptor for the overflow eventLino Sanfilippo1-4/+13
2010-12-07fanotify: do not leak user reference on allocation failureEric Paris1-1/+3
2010-12-07fanotify: on group destroy allow all waiters to bypass permission checkLino Sanfilippo2-3/+8
2010-12-07fanotify: Dont allow a mask of 0 if setting or removing a markLino Sanfilippo1-1/+3
2010-12-07fanotify: correct broken ref counting in case adding a mark failedLino Sanfilippo1-17/+14
2010-12-07fanotify: deny permissions when no event was sentEric Paris1-4/+12
2010-11-01Kconfig: typo: and -> anMichael Witten1-1/+1
2010-10-30make fanotify_read() restartable across signalsLino Sanfilippo1-1/+1
2010-10-28fs/notify/fanotify/fanotify_user.c: fix warningsAndrew Morton1-3/+2
2010-10-28fanotify: do not recalculate the mask if the ignored mask changedEric Paris1-3/+3
2010-10-28fanotify: ignore events on directories unless specifically requestedEric Paris2-0/+17
2010-10-28fanotify: do not send events for irregular filesEric Paris1-5/+6
2010-10-28fanotify: limit number of listeners per userEric Paris2-1/+21
2010-10-28fanotify: allow userspace to override max marksEric Paris1-1/+8
2010-10-28fanotify: limit the number of marks in a single fanotify groupEric Paris1-0/+9
2010-10-28fanotify: allow userspace to override max queue depthEric Paris1-1/+8
2010-10-28fsnotify: implement a default maximum queue depthEric Paris1-0/+4
2010-10-28fanotify: ignore fanotify ignore marks if open writersEric Paris1-0/+10
2010-10-28fanotify: implement fanotify listener orderingEric Paris1-1/+24
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-08-27fanotify: Return EPERM when a process is not privilegedAndreas Gruenbacher1-1/+1
2010-08-22fanotify: drop duplicate pr_debug statementTvrtko Ursulin1-3/+0
2010-08-22fanotify: flush outstanding perm requests on group destroyEric Paris1-0/+27
2010-08-12Revert "fsnotify: store struct file not struct path"Linus Torvalds2-7/+7
2010-07-28fanotify: use both marks when possibleEric Paris1-54/+34
2010-07-28fsnotify: pass both the vfsmount mark and inode markEric Paris1-5/+10
2010-07-28fsnotify: remove group->maskEric Paris1-18/+5
2010-07-28fsnotify: cleanup should_send_eventEric Paris1-15/+8
2010-07-28fanotify: use the mark in handler functionsEric Paris1-29/+17
2010-07-28fsnotify: send fsnotify_mark to groups in event handling functionsEric Paris1-3/+5
2010-07-28fsnotify: store struct file not struct pathEric Paris2-7/+7
2010-07-28fsnotify: fsnotify_add_notify_event should return an eventEric Paris1-57/+46
2010-07-28fanotify: groups can specify their f_flags for new fdEric Paris1-4/+2
2010-07-28fsnotify: update gfp/slab.h includesTejun Heo1-0/+1
2010-07-28fanotify: drop the useless priority argumentEric Paris1-5/+3
2010-07-28fanotify: default Kconfig to nEric Paris1-1/+1
2010-07-28fanotify: do not return 0 in a void functionEric Paris1-1/+1
2010-07-28fanotify: userspace interface for permission responsesEric Paris2-6/+179
2010-07-28fanotify: permissions and blockingEric Paris3-4/+69
2010-07-28fanotify: use merge argument to determine actual event added to queueEric Paris1-5/+16
2010-07-28fsnotify: intoduce a notification merge argumentEric Paris1-2/+4
2010-07-28fsnotify: add group prioritiesEric Paris1-2/+2
2010-07-28fanotify: clear all fanotify marksEric Paris1-2/+10
2010-07-28fanotify: allow ignored_masks to survive modifyEric Paris1-0/+2
2010-07-28fanotify: allow users to set an ignored_maskEric Paris1-18/+36
2010-07-28fanotify: ignored_mask to ignore eventsEric Paris1-14/+23