summaryrefslogtreecommitdiff
path: root/fs/notify/dnotify
Commit message (Expand)AuthorAge
* dnotify: Handle errors from fsnotify_add_mark_locked() in fcntl_dirnotify()Jan Kara2017-10-31
* fsnotify: make dnotify_fsnotify_ops constBhumika Goyal2017-08-30
* fsnotify: Move ->free_mark callback to fsnotify_opsJan Kara2017-04-10
* fsnotify: Add group pointer in fsnotify_init_mark()Jan Kara2017-04-10
* fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark()Jan Kara2017-04-10
* fsnotify: Remove fsnotify_set_mark_{,ignored_}mask_locked()Jan Kara2017-04-10
* fsnotify: Pass fsnotify_iter_info into handle_event handlerJan Kara2017-04-10
* fsnotify: Move locking into fsnotify_recalc_mask()Jan Kara2017-04-10
* fsnotify: Move object pointer to fsnotify_mark_connectorJan Kara2017-04-10
* fsnotify: constify 'data' passed to ->handle_event()Al Viro2016-12-05
* fsnotify: get rid of fsnotify_destroy_mark_locked()Jan Kara2015-09-04
* fsnotify: unify inode and mount marks handlingJan Kara2014-12-13
* security: make security_file_set_fowner, f_setown and __f_setown void returnJeff Layton2014-09-09
* inotify: Fix reporting of cookies for inotify eventsJan Kara2014-02-18
* fsnotify: remove pointless NULL initializersJan Kara2014-01-21
* fsnotify: remove .should_send_event callbackJan Kara2014-01-21
* fsnotify: do not share events between notification groupsJan Kara2014-01-21
* dnotify: replace dnotify_mark_mutex with mark mutex of dnotify_groupLino Sanfilippo2013-07-09
* new helper: file_inode(file)Al Viro2013-02-22
* fsnotify: pass group to fsnotify_destroy_mark()Lino Sanfilippo2012-12-11
* fanotify: use both marks when possibleEric Paris2010-07-28
* fsnotify: pass both the vfsmount mark and inode markEric Paris2010-07-28
* fsnotify: remove group->maskEric Paris2010-07-28
* fsnotify: cleanup should_send_eventEric Paris2010-07-28
* dnotify: use the mark in handler functionsEric Paris2010-07-28
* fsnotify: send fsnotify_mark to groups in event handling functionsEric Paris2010-07-28
* fsnotify: allow marks to not pin inodes in coreEric Paris2010-07-28
* fsnotify: split generic and inode specific mark codeEric Paris2010-07-28
* fsnotify: take inode->i_lock inside fsnotify_find_mark_entry()Andreas Gruenbacher2010-07-28
* dnotify: rename mark_entry to markEric Paris2010-07-28
* fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_markEric Paris2010-07-28
* fsnotify: rename fsnotify_mark_entry to just fsnotify_markEric Paris2010-07-28
* fsnotify: put inode specific fields in an fsnotify_mark in a unionEric Paris2010-07-28
* fsnotify: include vfsmount in should_send_event when appropriateEric Paris2010-07-28
* fsnotify: drop mask argument from fsnotify_alloc_groupEric Paris2010-07-28
* fsnotify: fsnotify_obtain_group should be fsnotify_alloc_groupEric Paris2010-07-28
* fsnotify: remove group_num altogetherEric Paris2010-07-28
* fsnotify: include data in should_send callsEric Paris2010-07-28
* fsnotify: provide the data type to should_send_eventEric Paris2010-07-28
* fsnotify: allow addition of duplicate fsnotify marksEric Paris2010-07-28
* dnotify: ignore FS_EVENT_ON_CHILDAndreas Gruenbacher2009-10-20
* fsnotify: use def_bool in kconfig instead of letting the user chooseEric Paris2009-07-21
* fsnotify: allow groups to set freeing_mark to nullEric Paris2009-06-11
* inotify/dnotify: should_send_event shouldn't match on FS_EVENT_ON_CHILDEric Paris2009-06-11
* dnotify: do not bother to lock entry->lock when reading maskEric Paris2009-06-11
* dnotify: do not use ?true:false when assigning to a boolEric Paris2009-06-11
* fsnotify: allow groups to add private data to eventsEric Paris2009-06-11
* dnotify: reimplement dnotify using fsnotifyEric Paris2009-06-11
* filesystem notification: create fs/notify to contain all fs notificationEric Paris2008-12-31