aboutsummaryrefslogtreecommitdiff
path: root/fs/notify
AgeCommit message (Expand)Author
2010-10-30make fanotify_read() restartable across signalsLino Sanfilippo
2010-10-28fs/notify/fanotify/fanotify_user.c: fix warningsAndrew Morton
2010-10-28fanotify: do not recalculate the mask if the ignored mask changedEric Paris
2010-10-28fanotify: ignore events on directories unless specifically requestedEric Paris
2010-10-28fsnotify: rename FS_IN_ISDIR to FS_ISDIREric Paris
2010-10-28fanotify: do not send events for irregular filesEric Paris
2010-10-28fanotify: limit number of listeners per userEric Paris
2010-10-28fanotify: allow userspace to override max marksEric Paris
2010-10-28fanotify: limit the number of marks in a single fanotify groupEric Paris
2010-10-28fanotify: allow userspace to override max queue depthEric Paris
2010-10-28fsnotify: implement a default maximum queue depthEric Paris
2010-10-28fanotify: ignore fanotify ignore marks if open writersEric Paris
2010-10-28fsnotify: call fsnotify_parent in perm eventsEric Paris
2010-10-28fsnotify: correctly handle return codes from listenersEric Paris
2010-10-28fanotify: implement fanotify listener orderingEric Paris
2010-10-28fsnotify: implement ordering between notifiersEric Paris
2010-10-28fanotify: allow fanotify to be builtEric Paris
2010-10-25split invalidate_inodes()Al Viro
2010-10-25fsnotify: use dget_parentChristoph Hellwig
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-10-11fanotify: disable fanotify syscallsEric Paris
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