aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-07-28fanotify: use merge argument to determine actual event added to queueEric Paris1-5/+16
2010-07-28fsnotify: intoduce a notification merge argumentEric Paris4-7/+14
2010-07-28fsnotify: add group prioritiesEric Paris2-4/+40
2010-07-28fanotify: clear all fanotify marksEric Paris4-7/+39
2010-07-28fanotify: allow ignored_masks to survive modifyEric Paris1-0/+2
2010-07-28fsnotify: allow ignored_mask to survive modificationEric Paris1-2/+4
2010-07-28fsnotify: clear ignored mask on modifyEric Paris1-0/+31
2010-07-28fanotify: allow users to set an ignored_maskEric Paris1-18/+36
2010-07-28fanotify: ignored_mask to ignore eventsEric Paris1-14/+23
2010-07-28fsnotify: ignored_mask - excluding notificationEric Paris1-0/+6
2010-07-28fsnotify: allow marks to not pin inodes in coreEric Paris6-19/+53
2010-07-28fanotify: remove outgoing function checks in fanotify.hAndreas Gruenbacher3-16/+4
2010-07-28fanotify: remove fanotify.h declarationsAndreas Gruenbacher2-40/+10