summaryrefslogtreecommitdiffstats
path: root/init (unfollow)
Commit message (Expand)AuthorFilesLines
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
2010-07-28fsnotify: add groups to fsnotify_inode_groups when registering inode watchEric Paris3-10/+17
2010-07-28fsnotify: initialize the group->num_marks in a better placeEric Paris1-3/+7
2010-07-28fsnotify: rename fsnotify_groups to fsnotify_inode_groupsEric Paris4-21/+29
2010-07-28fsnotify: drop mask argument from fsnotify_alloc_groupEric Paris6-13/+6
2010-07-28Audit: only set group mask when something is being watchedEric Paris1-2/+9
2010-07-28fsnotify: fsnotify_obtain_group should be fsnotify_alloc_groupEric Paris6-14/+10
2010-07-28fsnotify: fsnotify_obtain_group kzalloc cleanupEric Paris1-3/+0
2010-07-28fsnotify: remove group_num altogetherEric Paris6-70/+7
2010-07-28fsnotify: lock annotation for event replacementEric Paris1-28/+13
2010-07-28fsnotify: replace an event on a listEric Paris2-0/+58
2010-07-28fsnotify: clone existing eventsEric Paris2-4/+28
2010-07-28fsnotify: per group notification queue merge typesEric Paris4-58/+79
2010-07-28fsnotify: send struct file when sending events to parents when possibleEric Paris3-24/+33
2010-07-28fsnotify: pass a file instead of an inode to open, read, and writeEric Paris6-18/+20
2010-07-28fsnotify: include data in should_send callsEric Paris6-6/+7
2010-07-28fsnotify: provide the data type to should_send_eventEric Paris6-6/+11
2010-07-28inotify: do not spam console without limitEric Paris1-7/+4
2010-07-28inotify: remove inotify in kernel interfaceEric Paris10-1130/+4
2010-07-28inotify: do not reuse watch descriptorsEric Paris1-7/+6
2010-07-28fsnotify: use kmem_cache_zalloc to simplify event initializationEric Paris1-12/+1
2010-07-28fsnotify: kzalloc fsnotify groupsEric Paris1-1/+1
2010-07-28inotify: use container_of instead of castingEric Paris1-1/+3
2010-07-28fsnotify: use fsnotify_create_event to allocate the q_overflow eventEric Paris1-4/+7