summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-07-28fanotify: use both marks when possibleEric Paris7-61/+41
2010-07-28fsnotify: pass both the vfsmount mark and inode markEric Paris7-45/+91
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 Paris5-143/+2
2010-07-28fsnotify: remove group->maskEric Paris6-66/+5
2010-07-28fsnotify: remove the global masksEric Paris4-48/+2
2010-07-28fsnotify: cleanup should_send_eventEric Paris6-45/+16
2010-07-28fanotify: use the mark in handler functionsEric Paris1-29/+17
2010-07-28audit: use the mark in handler functionsEric Paris1-17/+3
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 Paris7-25/+37
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 Paris5-40/+111
2010-07-28fsnotify: use an explicit flag to indicate fsnotify_destroy_mark has been calledEric Paris4-6/+10
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 Paris2-0/+22
2010-07-28fsnotify: store struct file not struct pathEric Paris8-63/+56
2010-07-28fsnotify: fsnotify_add_notify_event should return an eventEric Paris5-95/+101
2010-07-28fsnotify: add pr_debug throughoutEric Paris4-0/+33
2010-07-28fanotify: groups can specify their f_flags for new fdEric Paris2-6/+7
2010-07-28fsnotify: check to make sure all fsnotify bits are uniqueEric Paris2-0/+11
2010-07-28inotify: Fix mask checksJerome Marchand1-2/+2
2010-07-28inotify: force inotify and fsnotify use same bitsEric Paris2-0/+30
2010-07-28inotify: allow users to request not to recieve events on unlinked childrenEric Paris4-1/+12
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 Paris4-15/+7
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: initialize mask in fsnotify_permEric Paris1-3/+5
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 Paris3-6/+184
2010-07-28fanotify: permissions and blockingEric Paris5-4/+99
2010-07-28fsnotify: new fsnotify hooks and events types for access decisionsEric Paris5-30/+68
2010-07-28sysctl extern cleanup: inotifyDave Young2-3/+8
2010-07-28dnotify: move dir_notify_enable declarationAlexey Dobriyan3-3/+2
2010-07-28fsnotify: use unsigned char * for dentry->d_name.nameEric Paris5-15/+17
2010-07-28fanotify: use merge argument to determine actual event added to queueEric Paris1-5/+16
2010-07-28fsnotify: intoduce a notification merge argumentEric Paris5-8/+18
2010-07-28fsnotify: add group prioritiesEric Paris3-4/+41
2010-07-28fanotify: clear all fanotify marksEric Paris6-7/+46
2010-07-28fanotify: allow ignored_masks to survive modifyEric Paris2-1/+5
2010-07-28fsnotify: allow ignored_mask to survive modificationEric Paris2-2/+5
2010-07-28fsnotify: clear ignored mask on modifyEric Paris1-0/+31