aboutsummaryrefslogtreecommitdiff
path: root/fs/notify
AgeCommit message (Expand)Author
2010-08-27fsnotify: drop two useless bools in the fnsotify main loopEric Paris
2010-08-27fsnotify: fix list walk orderEric Paris
2010-08-27fanotify: Return EPERM when a process is not privilegedAndreas Gruenbacher
2010-08-22fanotify: drop duplicate pr_debug statementTvrtko Ursulin
2010-08-22fanotify: flush outstanding perm requests on group destroyEric Paris
2010-08-22fsnotify: fix ignored mask handling between inode and vfsmount marksEric Paris
2010-08-22fsnotify: reset used_inode and used_vfsmount on each passEric Paris
2010-08-22fanotify: do not dereference inode_mark when it is unsetEric Paris
2010-08-12Revert "fsnotify: store struct file not struct path"Linus Torvalds
2010-08-10Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds
2010-08-09simplify checks for I_CLEAR/I_FREEINGAl Viro
2010-07-28fanotify: use both marks when possibleEric Paris
2010-07-28fsnotify: pass both the vfsmount mark and inode markEric Paris
2010-07-28fsnotify: walk the inode and vfsmount lists simultaneouslyEric Paris
2010-07-28fsnotify: rework ignored mark flushingEric Paris
2010-07-28fsnotify: remove global fsnotify groups listsEric Paris
2010-07-28fsnotify: remove group->maskEric Paris
2010-07-28fsnotify: remove the global masksEric Paris
2010-07-28fsnotify: cleanup should_send_eventEric Paris
2010-07-28fanotify: use the mark in handler functionsEric Paris
2010-07-28dnotify: use the mark in handler functionsEric Paris
2010-07-28inotify: use the mark in handler functionsEric Paris
2010-07-28fsnotify: send fsnotify_mark to groups in event handling functionsEric Paris
2010-07-28fsnotify: Exchange list heads instead of moving elementsAndreas Gruenbacher
2010-07-28fsnotify: srcu to protect read side of inode and vfsmount locksEric Paris
2010-07-28fsnotify: use an explicit flag to indicate fsnotify_destroy_mark has been calledEric Paris
2010-07-28fsnotify: use _rcu functions for mark list traversalEric Paris
2010-07-28fsnotify: place marks on object in order of group memory addressEric Paris
2010-07-28vfs/fsnotify: fsnotify_close can delay the final work in fputEric Paris
2010-07-28fsnotify: store struct file not struct pathEric Paris
2010-07-28fsnotify: fsnotify_add_notify_event should return an eventEric Paris
2010-07-28fsnotify: add pr_debug throughoutEric Paris
2010-07-28fanotify: groups can specify their f_flags for new fdEric Paris
2010-07-28fsnotify: check to make sure all fsnotify bits are uniqueEric Paris
2010-07-28inotify: Fix mask checksJerome Marchand
2010-07-28inotify: force inotify and fsnotify use same bitsEric Paris
2010-07-28inotify: allow users to request not to recieve events on unlinked childrenEric Paris
2010-07-28inotify: send IN_UNMOUNT eventsEric Paris
2010-07-28inotify: fix inotify oneshot supportEric Paris
2010-07-28fsnotify: update gfp/slab.h includesTejun Heo
2010-07-28fanotify: drop the useless priority argumentEric Paris
2010-07-28fanotify: default Kconfig to nEric Paris
2010-07-28inotify_user.c: make local symbol staticH Hartley Sweeten
2010-07-28fsnotify: call iput on inodes when no longer markedEric Paris
2010-07-28fanotify: do not always return 0 in fsnotifyJean-Christophe Dubois
2010-07-28fanotify: do not return 0 in a void functionEric Paris
2010-07-28fanotify: userspace interface for permission responsesEric Paris
2010-07-28fanotify: permissions and blockingEric Paris
2010-07-28fsnotify: new fsnotify hooks and events types for access decisionsEric Paris
2010-07-28fsnotify: use unsigned char * for dentry->d_name.nameEric Paris