aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify/dnotify (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-28fanotify: use both marks when possibleEric Paris1-1/+1
2010-07-28fsnotify: pass both the vfsmount mark and inode markEric Paris1-7/+11
2010-07-28fsnotify: remove group->maskEric Paris1-4/+0
2010-07-28fsnotify: cleanup should_send_eventEric Paris1-10/+1
2010-07-28dnotify: use the mark in handler functionsEric Paris1-17/+5
2010-07-28fsnotify: send fsnotify_mark to groups in event handling functionsEric Paris1-1/+3
2010-07-28fsnotify: allow marks to not pin inodes in coreEric Paris1-1/+1
2010-07-28fsnotify: split generic and inode specific mark codeEric Paris1-6/+6
2010-07-28fsnotify: take inode->i_lock inside fsnotify_find_mark_entry()Andreas Gruenbacher1-12/+0
2010-07-28dnotify: rename mark_entry to markEric Paris1-85/+85
2010-07-28fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_markEric Paris1-7/+7
2010-07-28fsnotify: rename fsnotify_mark_entry to just fsnotify_markEric Paris1-12/+12
2010-07-28fsnotify: put inode specific fields in an fsnotify_mark in a unionEric Paris1-2/+2
2010-07-28fsnotify: include vfsmount in should_send_event when appropriateEric Paris1-2/+2
2010-07-28fsnotify: drop mask argument from fsnotify_alloc_groupEric Paris1-1/+1
2010-07-28fsnotify: fsnotify_obtain_group should be fsnotify_alloc_groupEric Paris1-1/+1
2010-07-28fsnotify: remove group_num altogetherEric Paris1-2/+1
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-28fsnotify: allow addition of duplicate fsnotify marksEric Paris1-1/+1
2009-10-20dnotify: ignore FS_EVENT_ON_CHILDAndreas Gruenbacher1-1/+2
2009-07-21fsnotify: use def_bool in kconfig instead of letting the user chooseEric Paris1-1/+1
2009-06-11fsnotify: allow groups to set freeing_mark to nullEric Paris1-7/+1
2009-06-11inotify/dnotify: should_send_event shouldn't match on FS_EVENT_ON_CHILDEric Paris1-0/+1
2009-06-11dnotify: do not bother to lock entry->lock when reading maskEric Paris1-2/+1
2009-06-11dnotify: do not use ?true:false when assigning to a boolEric Paris1-1/+1
2009-06-11fsnotify: allow groups to add private data to eventsEric Paris1-0/+1
2009-06-11dnotify: reimplement dnotify using fsnotifyEric Paris2-107/+363
2008-12-31filesystem notification: create fs/notify to contain all fs notificationEric Paris3-0/+202