summaryrefslogtreecommitdiff
path: root/fs/notify
AgeCommit message (Expand)Author
2009-12-11Merge remote branch 'fsnotify/for-next'Stephen Rothwell
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-12-04fanotify: remove outgoing function checks in fanotify.hAndreas Gruenbacher
2009-12-04fanotify: remove fanotify.h declarationsAndreas Gruenbacher
2009-12-04fanotify: split fanotify_remove_markAndreas Gruenbacher
2009-12-04fanotify: rename FAN_MARK_ON_VFSMOUNT to FAN_MARK_MOUNTAndreas Gruenbacher
2009-12-04fanotify: hooks the fanotify_mark syscall to the vfsmount codeEric Paris
2009-12-04fanotify: remove fanotify_add_markAndreas Gruenbacher
2009-12-04fanotify: do not return pointer from fanotify_add_*_markAndreas Gruenbacher
2009-12-04fanotify: do not call fanotify_update_object_mask in fanotify_add_markAndreas Gruenbacher
2009-12-04fanotify: do not call fanotify_update_object_mask in fanotify_remove_markAndreas Gruenbacher
2009-12-04fanotify: remove fanotify_update_markAndreas Gruenbacher
2009-12-04fanotify: infrastructure to add an remove marks on vfsmountsEric Paris
2009-12-04fanotify: should_send_event needs to handle vfsmountsEric Paris
2009-12-04fsnotify: Infrastructure for per-mount watchesAndreas Gruenbacher
2009-12-04fsnotify: vfsmount marks generic functionsEric Paris
2009-12-04fsnotify/vfsmount: add fsnotify fields to struct vfsmountAndreas Gruenbacher
2009-12-04fsnotify: clear marks to 0 in fsnotify_init_markEric Paris
2009-12-04fsnotify: split generic and inode specific mark codeEric Paris
2009-12-04fanotify: Add pids to eventsAndreas Gruenbacher
2009-12-04fanotify: create_fd cleanupAndreas Gruenbacher
2009-12-04inotify: remove superfluous return code checkGiuseppe Scrivano
2009-11-24fanotify: CONFIG_HAVE_SYSCALL_WRAPPERS for sys_fanotify_markHeiko Carstens
2009-11-24fanotify: select ANON_INODES.Paul Mundt
2009-11-18fanotify: send events using readEric Paris
2009-11-18fanotify: fanotify_mark syscall implementationEric Paris
2009-11-18fanotify: sys_fanotify_mark declartionEric Paris
2009-11-18fanotify: fanotify_init syscall implementationEric Paris
2009-11-18fanotify: fanotify_init syscall declarationEric Paris
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman
2009-11-12fanotify: do not clone on merge unless neededEric Paris
2009-11-12fanotify: merge notification events with different masksEric Paris
2009-11-12fanotify:drop notification if they exist in the outgoing queueEric Paris
2009-11-12fanotify: fscking all notification systemEric Paris
2009-11-12fsnotify: take inode->i_lock inside fsnotify_find_mark_entry()Andreas Gruenbacher
2009-11-12dnotify: rename mark_entry to markEric Paris
2009-11-12inotify: rename mark_entry to just markEric Paris
2009-11-12fsnotify: rename mark_entry to just markEric Paris
2009-11-12fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_markEric Paris
2009-11-12fsnotify: rename fsnotify_mark_entry to just fsnotify_markEric Paris
2009-11-12fsnotify: kill FSNOTIFY_EVENT_FILEAndreas Gruenbacher
2009-11-12sysctl fs: Remove dead binary sysctl supportEric W. Biederman
2009-11-06fsnotify: add flags to fsnotify_mark_entriesEric Paris
2009-11-06fsnotify: put inode specific fields in an fsnotify_mark in a unionEric Paris
2009-11-06fsnotify: include vfsmount in should_send_event when appropriateEric Paris
2009-11-06fsnotify: mount point listeners list and global maskEric Paris
2009-11-06fsnotify: add groups to fsnotify_inode_groups when registering inode watchEric Paris
2009-11-06fsnotify: initialize the group->num_marks in a better placeEric Paris
2009-11-06fsnotify: rename fsnotify_groups to fsnotify_inode_groupsEric Paris
2009-11-06fsnotify: drop mask argument from fsnotify_alloc_groupEric Paris