aboutsummaryrefslogtreecommitdiff
path: root/fs/notify
AgeCommit message (Expand)AuthorFilesLines
2010-10-30make fanotify_read() restartable across signalsGravatar Lino Sanfilippo 1-1/+1
2010-10-28fs/notify/fanotify/fanotify_user.c: fix warningsGravatar Andrew Morton 1-3/+2
2010-10-28fanotify: do not recalculate the mask if the ignored mask changedGravatar Eric Paris 1-3/+3
2010-10-28fanotify: ignore events on directories unless specifically requestedGravatar Eric Paris 2-0/+17
2010-10-28fsnotify: rename FS_IN_ISDIR to FS_ISDIRGravatar Eric Paris 1-1/+1
2010-10-28fanotify: do not send events for irregular filesGravatar Eric Paris 1-5/+6
2010-10-28fanotify: limit number of listeners per userGravatar Eric Paris 2-1/+21
2010-10-28fanotify: allow userspace to override max marksGravatar Eric Paris 1-1/+8
2010-10-28fanotify: limit the number of marks in a single fanotify groupGravatar Eric Paris 1-0/+9
2010-10-28fanotify: allow userspace to override max queue depthGravatar Eric Paris 1-1/+8
2010-10-28fsnotify: implement a default maximum queue depthGravatar Eric Paris 1-0/+4
2010-10-28fanotify: ignore fanotify ignore marks if open writersGravatar Eric Paris 1-0/+10
2010-10-28fsnotify: call fsnotify_parent in perm eventsGravatar Eric Paris 1-6/+9
2010-10-28fsnotify: correctly handle return codes from listenersGravatar Eric Paris 1-8/+12
2010-10-28fanotify: implement fanotify listener orderingGravatar Eric Paris 1-1/+24
2010-10-28fsnotify: implement ordering between notifiersGravatar Eric Paris 2-3/+12
2010-10-28fanotify: allow fanotify to be builtGravatar Eric Paris 1-1/+1
2010-10-25split invalidate_inodes()Gravatar Al Viro 1-0/+2
2010-10-25fsnotify: use dget_parentGravatar Christoph Hellwig 1-28/+5
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 2-0/+2
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 2-0/+2
2010-10-11fanotify: disable fanotify syscallsGravatar Eric Paris 1-1/+1
2010-08-27fsnotify: drop two useless bools in the fnsotify main loopGravatar Eric Paris 1-8/+5
2010-08-27fsnotify: fix list walk orderGravatar Eric Paris 1-6/+5
2010-08-27fanotify: Return EPERM when a process is not privilegedGravatar Andreas Gruenbacher 1-1/+1
2010-08-22fanotify: drop duplicate pr_debug statementGravatar Tvrtko Ursulin 1-3/+0
2010-08-22fanotify: flush outstanding perm requests on group destroyGravatar Eric Paris 1-0/+27
2010-08-22fsnotify: fix ignored mask handling between inode and vfsmount marksGravatar Eric Paris 1-18/+17
2010-08-22fsnotify: reset used_inode and used_vfsmount on each passGravatar Eric Paris 1-1/+3
2010-08-22fanotify: do not dereference inode_mark when it is unsetGravatar Eric Paris 1-4/+11
2010-08-12Revert "fsnotify: store struct file not struct path"Gravatar Linus Torvalds 5-41/+30
2010-08-10Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyGravatar Linus Torvalds 20-1727/+2440
2010-08-09simplify checks for I_CLEAR/I_FREEINGGravatar Al Viro 2-7/+6
2010-07-28fanotify: use both marks when possibleGravatar Eric Paris 4-58/+38
2010-07-28fsnotify: pass both the vfsmount mark and inode markGravatar Eric Paris 4-38/+77
2010-07-28fsnotify: walk the inode and vfsmount lists simultaneouslyGravatar Eric Paris 1-50/+84
2010-07-28fsnotify: rework ignored mark flushingGravatar Eric Paris 1-49/+11
2010-07-28fsnotify: remove global fsnotify groups listsGravatar Eric Paris 4-128/+2
2010-07-28fsnotify: remove group->maskGravatar Eric Paris 4-47/+5
2010-07-28fsnotify: remove the global masksGravatar Eric Paris 3-46/+2
2010-07-28fsnotify: cleanup should_send_eventGravatar Eric Paris 4-38/+14
2010-07-28fanotify: use the mark in handler functionsGravatar Eric Paris 1-29/+17
2010-07-28dnotify: use the mark in handler functionsGravatar Eric Paris 1-17/+5
2010-07-28inotify: use the mark in handler functionsGravatar Eric Paris 1-24/+5
2010-07-28fsnotify: send fsnotify_mark to groups in event handling functionsGravatar Eric Paris 4-16/+23
2010-07-28fsnotify: Exchange list heads instead of moving elementsGravatar Andreas Gruenbacher 1-4/+2
2010-07-28fsnotify: srcu to protect read side of inode and vfsmount locksGravatar Eric Paris 4-40/+110
2010-07-28fsnotify: use an explicit flag to indicate fsnotify_destroy_mark has been calledGravatar Eric Paris 3-6/+9
2010-07-28fsnotify: use _rcu functions for mark list traversalGravatar Eric Paris 2-10/+10
2010-07-28fsnotify: place marks on object in order of group memory addressGravatar Eric Paris 2-25/+55