aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fsnotify_backend.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-28fsnotify: send fsnotify_mark to groups in event handling functionsEric Paris1-3/+4
2010-07-28fsnotify: srcu to protect read side of inode and vfsmount locksEric Paris1-0/+1
2010-07-28fsnotify: use an explicit flag to indicate fsnotify_destroy_mark has been calledEric Paris1-0/+1
2010-07-28fsnotify: store struct file not struct pathEric Paris1-8/+8
2010-07-28fsnotify: fsnotify_add_notify_event should return an eventEric Paris1-7/+5
2010-07-28fanotify: groups can specify their f_flags for new fdEric Paris1-2/+5
2010-07-28fsnotify: check to make sure all fsnotify bits are uniqueEric Paris1-0/+9
2010-07-28inotify: allow users to request not to recieve events on unlinked childrenEric Paris1-0/+1
2010-07-28fanotify: drop the useless priority argumentEric Paris1-1/+0
2010-07-28fanotify: permissions and blockingEric Paris1-0/+12
2010-07-28fsnotify: new fsnotify hooks and events types for access decisionsEric Paris1-5/+10
2010-07-28fsnotify: use unsigned char * for dentry->d_name.nameEric Paris1-4/+5
2010-07-28fsnotify: intoduce a notification merge argumentEric Paris1-1/+4
2010-07-28fsnotify: add group prioritiesEric Paris1-0/+1
2010-07-28fanotify: clear all fanotify marksEric Paris1-0/+6
2010-07-28fsnotify: allow ignored_mask to survive modificationEric Paris1-0/+1
2010-07-28fsnotify: ignored_mask - excluding notificationEric Paris1-0/+3
2010-07-28fsnotify: allow marks to not pin inodes in coreEric Paris1-2/+5
2010-07-28fanotify: should_send_event needs to handle vfsmountsEric Paris1-0/+2
2010-07-28fsnotify: Infrastructure for per-mount watchesAndreas Gruenbacher1-0/+4
2010-07-28fsnotify: vfsmount marks generic functionsEric Paris1-0/+2
2010-07-28fsnotify: split generic and inode specific mark codeEric Paris1-2/+3
2010-07-28fanotify: Add pids to eventsAndreas Gruenbacher1-0/+1
2010-07-28fsnotify: rename mark_entry to just markEric Paris1-13/+13
2010-07-28fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_markEric Paris1-2/+2
2010-07-28fsnotify: rename fsnotify_mark_entry to just fsnotify_markEric Paris1-19/+19
2010-07-28fsnotify: kill FSNOTIFY_EVENT_FILEAndreas Gruenbacher1-3/+2
2010-07-28fsnotify: add flags to fsnotify_mark_entriesEric Paris1-0/+3
2010-07-28fsnotify: add vfsmount specific fields to the fsnotify_mark_entry unionEric Paris1-0/+10
2010-07-28fsnotify: put inode specific fields in an fsnotify_mark in a unionEric Paris1-4/+13
2010-07-28fsnotify: include vfsmount in should_send_event when appropriateEric Paris1-1/+2
2010-07-28fsnotify: mount point listeners list and global maskEric Paris1-0/+5
2010-07-28fsnotify: rename fsnotify_groups to fsnotify_inode_groupsEric Paris1-3/+3
2010-07-28fsnotify: drop mask argument from fsnotify_alloc_groupEric Paris1-2/+1
2010-07-28fsnotify: fsnotify_obtain_group should be fsnotify_alloc_groupEric Paris1-2/+2
2010-07-28fsnotify: remove group_num altogetherEric Paris1-9/+1
2010-07-28fsnotify: replace an event on a listEric Paris1-0/+2
2010-07-28fsnotify: clone existing eventsEric Paris1-0/+3
2010-07-28fsnotify: per group notification queue merge typesEric Paris1-2/+4
2010-07-28fsnotify: send struct file when sending events to parents when possibleEric Paris1-2/+2
2010-07-28fsnotify: include data in should_send callsEric Paris1-1/+1
2010-07-28fsnotify: provide the data type to should_send_eventEric Paris1-1/+2
2010-07-28audit: reimplement audit_trees using fsnotify rather than inotifyEric Paris1-2/+3
2010-07-28fsnotify: allow addition of duplicate fsnotify marksEric Paris1-1/+1
2010-07-28fsnotify: duplicate fsnotify_mark_entry data between 2 marksEric Paris1-0/+2
2010-07-28audit: convert audit watches to use fsnotify instead of inotifyEric Paris1-1/+4
2009-07-21inotify: use GFP_NOFS under potential memory pressureEric Paris1-1/+1
2009-06-29fs: allow d_instantiate to be called with negative parent dentryJeremy Kerr1-1/+1
2009-06-11inotify: reimplement inotify using fsnotifyEric Paris1-0/+11
2009-06-11fsnotify: handle filesystem unmounts with fsnotify marksEric Paris1-0/+4