aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-27fsnotify: drop two useless bools in the fnsotify main loopEric Paris1-8/+5
2010-08-27fsnotify: fix list walk orderEric Paris1-6/+5
2010-08-27fanotify: Return EPERM when a process is not privilegedAndreas Gruenbacher1-1/+1
2010-08-22fanotify: drop duplicate pr_debug statementTvrtko Ursulin1-3/+0
2010-08-22fanotify: flush outstanding perm requests on group destroyEric Paris1-0/+27
2010-08-22fsnotify: fix ignored mask handling between inode and vfsmount marksEric Paris1-18/+17
2010-08-22fsnotify: reset used_inode and used_vfsmount on each passEric Paris1-1/+3
2010-08-22fanotify: do not dereference inode_mark when it is unsetEric Paris1-4/+11
2010-08-12Revert "fsnotify: store struct file not struct path"Linus Torvalds5-41/+30
2010-08-10Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds20-1727/+2440
2010-08-09simplify checks for I_CLEAR/I_FREEINGAl Viro2-7/+6
2010-07-28fanotify: use both marks when possibleEric Paris4-58/+38
2010-07-28fsnotify: pass both the vfsmount mark and inode markEric Paris4-38/+77
2010-07-28fsnotify: walk the inode and vfsmount lists simultaneouslyEric Paris1-50/+84
2010-07-28fsnotify: rework ignored mark flushingEric Paris1-49/+11
2010-07-28fsnotify: remove global fsnotify groups listsEric Paris4-128/+2
2010-07-28fsnotify: remove group->maskEric Paris4-47/+5
2010-07-28fsnotify: remove the global masksEric Paris3-46/+2
2010-07-28fsnotify: cleanup should_send_eventEric Paris4-38/+14
2010-07-28fanotify: use the mark in handler functionsEric Paris1-29/+17
2010-07-28dnotify: use the mark in handler functionsEric Paris1-17/+5
2010-07-28inotify: use the mark in handler functionsEric Paris1-24/+5
2010-07-28fsnotify: send fsnotify_mark to groups in event handling functionsEric Paris4-16/+23
2010-07-28fsnotify: Exchange list heads instead of moving elementsAndreas Gruenbacher1-4/+2
2010-07-28fsnotify: srcu to protect read side of inode and vfsmount locksEric Paris4-40/+110
2010-07-28fsnotify: use an explicit flag to indicate fsnotify_destroy_mark has been calledEric Paris3-6/+9
2010-07-28fsnotify: use _rcu functions for mark list traversalEric Paris2-10/+10
2010-07-28fsnotify: place marks on object in order of group memory addressEric Paris2-25/+55
2010-07-28vfs/fsnotify: fsnotify_close can delay the final work in fputEric Paris1-0/+13
2010-07-28fsnotify: store struct file not struct pathEric Paris5-32/+30
2010-07-28fsnotify: fsnotify_add_notify_event should return an eventEric Paris4-88/+96
2010-07-28fsnotify: add pr_debug throughoutEric Paris4-0/+33
2010-07-28fanotify: groups can specify their f_flags for new fdEric Paris1-4/+2
2010-07-28fsnotify: check to make sure all fsnotify bits are uniqueEric Paris1-0/+2
2010-07-28inotify: Fix mask checksJerome Marchand1-2/+2
2010-07-28inotify: force inotify and fsnotify use same bitsEric Paris1-0/+21
2010-07-28inotify: allow users to request not to recieve events on unlinked childrenEric Paris2-1/+10
2010-07-28inotify: send IN_UNMOUNT eventsEric Paris1-2/+5
2010-07-28inotify: fix inotify oneshot supportEric Paris1-0/+3
2010-07-28fsnotify: update gfp/slab.h includesTejun Heo2-1/+1
2010-07-28fanotify: drop the useless priority argumentEric Paris2-12/+6
2010-07-28fanotify: default Kconfig to nEric Paris1-1/+1
2010-07-28inotify_user.c: make local symbol staticH Hartley Sweeten1-1/+1
2010-07-28fsnotify: call iput on inodes when no longer markedEric Paris1-1/+1
2010-07-28fanotify: do not always return 0 in fsnotifyJean-Christophe Dubois1-1/+1
2010-07-28fanotify: do not return 0 in a void functionEric Paris1-1/+1
2010-07-28fanotify: userspace interface for permission responsesEric Paris2-6/+179
2010-07-28fanotify: permissions and blockingEric Paris3-4/+69
2010-07-28fsnotify: new fsnotify hooks and events types for access decisionsEric Paris1-23/+24
2010-07-28fsnotify: use unsigned char * for dentry->d_name.nameEric Paris2-4/+5