aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify/fanotify
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-222-0/+7
* fanotify: fix missing breakEric Paris2012-11-261-0/+1
* 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/+14
| * 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/+2
* 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-271-1/+1
* fanotify: drop duplicate pr_debug statementTvrtko Ursulin2010-08-221-3/+0
* fanotify: flush outstanding perm requests on group destroyEric Paris2010-08-221-0/+27
* Revert "fsnotify: store struct file not struct path"Linus Torvalds2010-08-122-7/+7
* fanotify: use both marks when possibleEric Paris2010-07-281-54/+34
* fsnotify: pass both the vfsmount mark and inode markEric Paris2010-07-281-5/+10
* fsnotify: remove group->maskEric Paris2010-07-281-18/+5
* fsnotify: cleanup should_send_eventEric Paris2010-07-281-15/+8
* fanotify: use the mark in handler functionsEric Paris2010-07-281-29/+17
* fsnotify: send fsnotify_mark to groups in event handling functionsEric Paris2010-07-281-3/+5
* fsnotify: store struct file not struct pathEric Paris2010-07-282-7/+7
* fsnotify: fsnotify_add_notify_event should return an eventEric Paris2010-07-281-57/+46
* fanotify: groups can specify their f_flags for new fdEric Paris2010-07-281-4/+2
* fsnotify: update gfp/slab.h includesTejun Heo2010-07-281-0/+1
* fanotify: drop the useless priority argumentEric Paris2010-07-281-5/+3
* fanotify: default Kconfig to nEric Paris2010-07-281-1/+1
* fanotify: do not return 0 in a void functionEric Paris2010-07-281-1/+1
* fanotify: userspace interface for permission responsesEric Paris2010-07-282-6/+179
* fanotify: permissions and blockingEric Paris2010-07-283-4/+69
* fanotify: use merge argument to determine actual event added to queueEric Paris2010-07-281-5/+16
* fsnotify: intoduce a notification merge argumentEric Paris2010-07-281-2/+4
* fsnotify: add group prioritiesEric Paris2010-07-281-2/+2
* fanotify: clear all fanotify marksEric Paris2010-07-281-2/+10
* fanotify: allow ignored_masks to survive modifyEric Paris2010-07-281-0/+2