aboutsummaryrefslogtreecommitdiffstats
path: root/samples (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-28fsnotify: allow ignored_mask to survive modificationEric Paris2-2/+5
2010-07-28fsnotify: clear ignored mask on modifyEric Paris1-0/+31
2010-07-28fanotify: allow users to set an ignored_maskEric Paris2-19/+39
2010-07-28fanotify: ignored_mask to ignore eventsEric Paris1-14/+23
2010-07-28fsnotify: ignored_mask - excluding notificationEric Paris2-0/+9
2010-07-28fsnotify: allow marks to not pin inodes in coreEric Paris7-21/+58
2010-07-28fanotify: remove outgoing function checks in fanotify.hAndreas Gruenbacher3-16/+4
2010-07-28fanotify: remove fanotify.h declarationsAndreas Gruenbacher3-47/+10
2010-07-28fanotify: split fanotify_remove_markAndreas Gruenbacher1-18/+27
2010-07-28fanotify: rename FAN_MARK_ON_VFSMOUNT to FAN_MARK_MOUNTAndreas Gruenbacher2-4/+4
2010-07-28fanotify: hooks the fanotify_mark syscall to the vfsmount codeEric Paris2-5/+14
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 Paris2-11/+47
2010-07-28fsnotify: Infrastructure for per-mount watchesAndreas Gruenbacher5-0/+20
2010-07-28fsnotify: vfsmount marks generic functionsEric Paris5-10/+191
2010-07-28fsnotify/vfsmount: add fsnotify fields to struct vfsmountAndreas Gruenbacher3-4/+10
2010-07-28fsnotify: clear marks to 0 in fsnotify_init_markEric Paris1-4/+1
2010-07-28fsnotify: split generic and inode specific mark codeEric Paris12-252/+347
2010-07-28fanotify: Add pids to eventsAndreas Gruenbacher5-2/+9
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 Paris3-4/+245
2010-07-28fanotify: fanotify_mark syscall implementationEric Paris3-1/+269
2010-07-28fanotify: sys_fanotify_mark declartionEric Paris9-1/+28
2010-07-28fanotify: fanotify_init syscall implementationEric Paris3-1/+66
2010-07-28fanotify: fanotify_init syscall declarationEric Paris8-2/+25
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 Paris8-0/+145
2010-07-28fanotify: FMODE_NONOTIFY and __O_SYNC in sparc conflictSigned-off-by: Wu Fengguang2-2/+2
2010-07-28vfs: introduce FMODE_NONOTIFYEric Paris3-9/+29
2010-07-28fsnotify: take inode->i_lock inside fsnotify_find_mark_entry()Andreas Gruenbacher6-32/+19
2010-07-28dnotify: rename mark_entry to markEric Paris1-85/+85
2010-07-28inotify: rename mark_entry to just markEric Paris3-124/+123
2010-07-28fsnotify: rename mark_entry to just markEric Paris3-90/+90
2010-07-28fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_markEric Paris7-31/+31
2010-07-28fsnotify: rename fsnotify_mark_entry to just fsnotify_markEric Paris13-94/+94
2010-07-28fsnotify: kill FSNOTIFY_EVENT_FILEAndreas Gruenbacher4-36/+26
2010-07-28fsnotify: add flags to fsnotify_mark_entriesEric Paris2-0/+5
2010-07-28fsnotify: add vfsmount specific fields to the fsnotify_mark_entry unionEric Paris1-0/+10
2010-07-28fsnotify: put inode specific fields in an fsnotify_mark in a unionEric Paris6-34/+43
2010-07-28fsnotify: include vfsmount in should_send_event when appropriateEric Paris6-26/+29
2010-07-28fsnotify: mount point listeners list and global maskEric Paris5-26/+117