summaryrefslogtreecommitdiff
path: root/fs/notify
AgeCommit message (Expand)AuthorFilesLines
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: Infrastructure for per-mount watchesAndreas Gruenbacher2-0/+7
2010-07-28fsnotify: vfsmount marks generic functionsEric Paris4-10/+189
2010-07-28fsnotify/vfsmount: add fsnotify fields to struct vfsmountAndreas Gruenbacher1-3/+1
2010-07-28fsnotify: clear marks to 0 in fsnotify_init_markEric Paris1-4/+1
2010-07-28fsnotify: split generic and inode specific mark codeEric Paris9-243/+337
2010-07-28fanotify: Add pids to eventsAndreas Gruenbacher3-2/+7
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 Paris6-0/+104
2010-07-28fsnotify: take inode->i_lock inside fsnotify_find_mark_entry()Andreas Gruenbacher4-25/+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 Paris2-77/+77
2010-07-28fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_markEric Paris4-19/+19
2010-07-28fsnotify: rename fsnotify_mark_entry to just fsnotify_markEric Paris6-51/+51
2010-07-28fsnotify: kill FSNOTIFY_EVENT_FILEAndreas Gruenbacher2-16/+5
2010-07-28fsnotify: add flags to fsnotify_mark_entriesEric Paris1-0/+2
2010-07-28fsnotify: put inode specific fields in an fsnotify_mark in a unionEric Paris4-22/+22
2010-07-28fsnotify: include vfsmount in should_send_event when appropriateEric Paris3-23/+23
2010-07-28fsnotify: mount point listeners list and global maskEric Paris4-26/+112
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 Paris3-18/+26
2010-07-28fsnotify: drop mask argument from fsnotify_alloc_groupEric Paris3-9/+3
2010-07-28fsnotify: fsnotify_obtain_group should be fsnotify_alloc_groupEric Paris3-9/+5
2010-07-28fsnotify: fsnotify_obtain_group kzalloc cleanupEric Paris1-3/+0
2010-07-28fsnotify: remove group_num altogetherEric Paris3-58/+4
2010-07-28fsnotify: lock annotation for event replacementEric Paris1-28/+13
2010-07-28fsnotify: replace an event on a listEric Paris1-0/+56
2010-07-28fsnotify: clone existing eventsEric Paris1-4/+25
2010-07-28fsnotify: per group notification queue merge typesEric Paris3-56/+75
2010-07-28fsnotify: send struct file when sending events to parents when possibleEric Paris1-3/+10
2010-07-28fsnotify: include data in should_send callsEric Paris3-3/+4
2010-07-28fsnotify: provide the data type to should_send_eventEric Paris3-3/+5
2010-07-28inotify: do not spam console without limitEric Paris1-7/+4
2010-07-28inotify: remove inotify in kernel interfaceEric Paris3-889/+0
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