summaryrefslogtreecommitdiffstats
path: root/fs/notify/dnotify
Commit message (Expand)AuthorAgeFilesLines
* fsnotify: unify inode and mount marks handlingJan Kara2014-12-131-2/+2
* security: make security_file_set_fowner, f_setown and __f_setown void returnJeff Layton2014-09-091-7/+1Star
* inotify: Fix reporting of cookies for inotify eventsJan Kara2014-02-181-1/+1
* fsnotify: remove pointless NULL initializersJan Kara2014-01-221-3/+0Star
* fsnotify: remove .should_send_event callbackJan Kara2014-01-221-18/+4Star
* fsnotify: do not share events between notification groupsJan Kara2014-01-221-6/+5Star
* dnotify: replace dnotify_mark_mutex with mark mutex of dnotify_groupLino Sanfilippo2013-07-091-12/+13
* new helper: file_inode(file)Al Viro2013-02-231-2/+2
* fsnotify: pass group to fsnotify_destroy_mark()Lino Sanfilippo2012-12-111-2/+2
* fanotify: use both marks when possibleEric Paris2010-07-281-1/+1
* fsnotify: pass both the vfsmount mark and inode markEric Paris2010-07-281-7/+11
* fsnotify: remove group->maskEric Paris2010-07-281-4/+0Star
* fsnotify: cleanup should_send_eventEric Paris2010-07-281-10/+1Star
* dnotify: use the mark in handler functionsEric Paris2010-07-281-17/+5Star
* fsnotify: send fsnotify_mark to groups in event handling functionsEric Paris2010-07-281-1/+3
* fsnotify: allow marks to not pin inodes in coreEric Paris2010-07-281-1/+1
* fsnotify: split generic and inode specific mark codeEric Paris2010-07-281-6/+6
* fsnotify: take inode->i_lock inside fsnotify_find_mark_entry()Andreas Gruenbacher2010-07-281-12/+0Star
* dnotify: rename mark_entry to markEric Paris2010-07-281-85/+85
* fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_markEric Paris2010-07-281-7/+7
* fsnotify: rename fsnotify_mark_entry to just fsnotify_markEric Paris2010-07-281-12/+12
* fsnotify: put inode specific fields in an fsnotify_mark in a unionEric Paris2010-07-281-2/+2
* fsnotify: include vfsmount in should_send_event when appropriateEric Paris2010-07-281-2/+2
* fsnotify: drop mask argument from fsnotify_alloc_groupEric Paris2010-07-281-1/+1
* fsnotify: fsnotify_obtain_group should be fsnotify_alloc_groupEric Paris2010-07-281-1/+1
* fsnotify: remove group_num altogetherEric Paris2010-07-281-2/+1Star
* fsnotify: include data in should_send callsEric Paris2010-07-281-1/+1
* fsnotify: provide the data type to should_send_eventEric Paris2010-07-281-1/+2
* fsnotify: allow addition of duplicate fsnotify marksEric Paris2010-07-281-1/+1
* dnotify: ignore FS_EVENT_ON_CHILDAndreas Gruenbacher2009-10-211-1/+2
* fsnotify: use def_bool in kconfig instead of letting the user chooseEric Paris2009-07-211-1/+1
* fsnotify: allow groups to set freeing_mark to nullEric Paris2009-06-111-7/+1Star
* inotify/dnotify: should_send_event shouldn't match on FS_EVENT_ON_CHILDEric Paris2009-06-111-0/+1
* dnotify: do not bother to lock entry->lock when reading maskEric Paris2009-06-111-2/+1Star
* dnotify: do not use ?true:false when assigning to a boolEric Paris2009-06-111-1/+1
* fsnotify: allow groups to add private data to eventsEric Paris2009-06-111-0/+1
* dnotify: reimplement dnotify using fsnotifyEric Paris2009-06-112-107/+363
* filesystem notification: create fs/notify to contain all fs notificationEric Paris2009-01-013-0/+202