aboutsummaryrefslogtreecommitdiff
path: root/fs/notify
AgeCommit message (Expand)Author
2010-07-28fsnotify: ignored_mask - excluding notificationEric Paris
2010-07-28fsnotify: allow marks to not pin inodes in coreEric Paris
2010-07-28fanotify: remove outgoing function checks in fanotify.hAndreas Gruenbacher
2010-07-28fanotify: remove fanotify.h declarationsAndreas Gruenbacher
2010-07-28fanotify: split fanotify_remove_markAndreas Gruenbacher
2010-07-28fanotify: rename FAN_MARK_ON_VFSMOUNT to FAN_MARK_MOUNTAndreas Gruenbacher
2010-07-28fanotify: hooks the fanotify_mark syscall to the vfsmount codeEric Paris
2010-07-28fanotify: remove fanotify_add_markAndreas Gruenbacher
2010-07-28fanotify: do not return pointer from fanotify_add_*_markAndreas Gruenbacher
2010-07-28fanotify: do not call fanotify_update_object_mask in fanotify_add_markAndreas Gruenbacher
2010-07-28fanotify: do not call fanotify_update_object_mask in fanotify_remove_markAndreas Gruenbacher
2010-07-28fanotify: remove fanotify_update_markAndreas Gruenbacher
2010-07-28fanotify: infrastructure to add an remove marks on vfsmountsEric Paris
2010-07-28fanotify: should_send_event needs to handle vfsmountsEric Paris
2010-07-28fsnotify: Infrastructure for per-mount watchesAndreas Gruenbacher
2010-07-28fsnotify: vfsmount marks generic functionsEric Paris
2010-07-28fsnotify/vfsmount: add fsnotify fields to struct vfsmountAndreas Gruenbacher
2010-07-28fsnotify: clear marks to 0 in fsnotify_init_markEric Paris
2010-07-28fsnotify: split generic and inode specific mark codeEric Paris
2010-07-28fanotify: Add pids to eventsAndreas Gruenbacher
2010-07-28fanotify: create_fd cleanupAndreas Gruenbacher
2010-07-28fanotify: CONFIG_HAVE_SYSCALL_WRAPPERS for sys_fanotify_markHeiko Carstens
2010-07-28fanotify: select ANON_INODES.Paul Mundt
2010-07-28fanotify: send events using readEric Paris
2010-07-28fanotify: fanotify_mark syscall implementationEric Paris
2010-07-28fanotify: sys_fanotify_mark declartionEric Paris
2010-07-28fanotify: fanotify_init syscall implementationEric Paris
2010-07-28fanotify: fanotify_init syscall declarationEric Paris
2010-07-28fanotify: do not clone on merge unless neededEric Paris
2010-07-28fanotify: merge notification events with different masksEric Paris
2010-07-28fanotify:drop notification if they exist in the outgoing queueEric Paris
2010-07-28fanotify: fscking all notification systemEric Paris
2010-07-28fsnotify: take inode->i_lock inside fsnotify_find_mark_entry()Andreas Gruenbacher
2010-07-28dnotify: rename mark_entry to markEric Paris
2010-07-28inotify: rename mark_entry to just markEric Paris
2010-07-28fsnotify: rename mark_entry to just markEric Paris
2010-07-28fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_markEric Paris
2010-07-28fsnotify: rename fsnotify_mark_entry to just fsnotify_markEric Paris
2010-07-28fsnotify: kill FSNOTIFY_EVENT_FILEAndreas Gruenbacher
2010-07-28fsnotify: add flags to fsnotify_mark_entriesEric Paris
2010-07-28fsnotify: put inode specific fields in an fsnotify_mark in a unionEric Paris
2010-07-28fsnotify: include vfsmount in should_send_event when appropriateEric Paris
2010-07-28fsnotify: mount point listeners list and global maskEric Paris
2010-07-28fsnotify: add groups to fsnotify_inode_groups when registering inode watchEric Paris
2010-07-28fsnotify: initialize the group->num_marks in a better placeEric Paris
2010-07-28fsnotify: rename fsnotify_groups to fsnotify_inode_groupsEric Paris
2010-07-28fsnotify: drop mask argument from fsnotify_alloc_groupEric Paris
2010-07-28fsnotify: fsnotify_obtain_group should be fsnotify_alloc_groupEric Paris
2010-07-28fsnotify: fsnotify_obtain_group kzalloc cleanupEric Paris
2010-07-28fsnotify: remove group_num altogetherEric Paris