aboutsummaryrefslogtreecommitdiff
path: root/fs/notify
AgeCommit message (Expand)AuthorFilesLines
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
2010-07-28vfs/fsnotify: fsnotify_close can delay the final work in fputGravatar Eric Paris 1-0/+13
2010-07-28fsnotify: store struct file not struct pathGravatar Eric Paris 5-32/+30
2010-07-28fsnotify: fsnotify_add_notify_event should return an eventGravatar Eric Paris 4-88/+96
2010-07-28fsnotify: add pr_debug throughoutGravatar Eric Paris 4-0/+33
2010-07-28fanotify: groups can specify their f_flags for new fdGravatar Eric Paris 1-4/+2
2010-07-28fsnotify: check to make sure all fsnotify bits are uniqueGravatar Eric Paris 1-0/+2
2010-07-28inotify: Fix mask checksGravatar Jerome Marchand 1-2/+2
2010-07-28inotify: force inotify and fsnotify use same bitsGravatar Eric Paris 1-0/+21
2010-07-28inotify: allow users to request not to recieve events on unlinked childrenGravatar Eric Paris 2-1/+10
2010-07-28inotify: send IN_UNMOUNT eventsGravatar Eric Paris 1-2/+5
2010-07-28inotify: fix inotify oneshot supportGravatar Eric Paris 1-0/+3
2010-07-28fsnotify: update gfp/slab.h includesGravatar Tejun Heo 2-1/+1
2010-07-28fanotify: drop the useless priority argumentGravatar Eric Paris 2-12/+6
2010-07-28fanotify: default Kconfig to nGravatar Eric Paris 1-1/+1
2010-07-28inotify_user.c: make local symbol staticGravatar H Hartley Sweeten 1-1/+1
2010-07-28fsnotify: call iput on inodes when no longer markedGravatar Eric Paris 1-1/+1
2010-07-28fanotify: do not always return 0 in fsnotifyGravatar Jean-Christophe Dubois 1-1/+1
2010-07-28fanotify: do not return 0 in a void functionGravatar Eric Paris 1-1/+1
2010-07-28fanotify: userspace interface for permission responsesGravatar Eric Paris 2-6/+179