aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify/fanotify (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-07-28fsnotify: allow marks to not pin inodes in coreEric Paris1-2/+2
2010-07-28fanotify: remove outgoing function checks in fanotify.hAndreas Gruenbacher3-16/+4
2010-07-28fanotify: remove fanotify.h declarationsAndreas Gruenbacher2-40/+10
2010-07-28fanotify: split fanotify_remove_markAndreas Gruenbacher1-18/+27
2010-07-28fanotify: rename FAN_MARK_ON_VFSMOUNT to FAN_MARK_MOUNTAndreas Gruenbacher1-2/+2
2010-07-28fanotify: hooks the fanotify_mark syscall to the vfsmount codeEric Paris1-4/+11
2010-07-28fanotify: remove fanotify_add_markAndreas Gruenbacher1-22/+1
2010-07-28fanotify: do not return pointer from fanotify_add_*_markAndreas Gruenbacher1-20/+16
2010-07-28fanotify: do not call fanotify_update_object_mask in fanotify_add_markAndreas Gruenbacher1-94/+50
2010-07-28fanotify: do not call fanotify_update_object_mask in fanotify_remove_markAndreas Gruenbacher1-4/+29
2010-07-28fanotify: remove fanotify_update_markAndreas Gruenbacher1-21/+10
2010-07-28fanotify: infrastructure to add an remove marks on vfsmountsEric Paris1-52/+133
2010-07-28fanotify: should_send_event needs to handle vfsmountsEric Paris1-11/+45
2010-07-28fsnotify: split generic and inode specific mark codeEric Paris2-5/+5
2010-07-28fanotify: Add pids to eventsAndreas Gruenbacher2-2/+4
2010-07-28fanotify: create_fd cleanupAndreas Gruenbacher1-11/+6
2010-07-28fanotify: CONFIG_HAVE_SYSCALL_WRAPPERS for sys_fanotify_markHeiko Carstens1-2/+14
2010-07-28fanotify: select ANON_INODES.Paul Mundt1-0/+1
2010-07-28fanotify: send events using readEric Paris2-4/+221
2010-07-28fanotify: fanotify_mark syscall implementationEric Paris2-1/+256
2010-07-28fanotify: sys_fanotify_mark declartionEric Paris1-0/+6
2010-07-28fanotify: fanotify_init syscall implementationEric Paris2-1/+62
2010-07-28fanotify: fanotify_init syscall declarationEric Paris2-1/+14
2010-07-28fanotify: do not clone on merge unless neededEric Paris1-0/+10
2010-07-28fanotify: merge notification events with different masksEric Paris1-9/+30
2010-07-28fanotify:drop notification if they exist in the outgoing queueEric Paris1-2/+43
2010-07-28fanotify: fscking all notification systemEric Paris4-0/+102