aboutsummaryrefslogtreecommitdiff
path: root/fs/notify/dnotify/dnotify.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-04fsnotify: get rid of fsnotify_destroy_mark_locked()Gravatar Jan Kara 1-4/+10
2014-12-13fsnotify: unify inode and mount marks handlingGravatar Jan Kara 1-2/+2
2014-09-09security: make security_file_set_fowner, f_setown and __f_setown void returnGravatar Jeff Layton 1-7/+1
2014-02-18inotify: Fix reporting of cookies for inotify eventsGravatar Jan Kara 1-1/+1
2014-01-21fsnotify: remove pointless NULL initializersGravatar Jan Kara 1-3/+0
2014-01-21fsnotify: remove .should_send_event callbackGravatar Jan Kara 1-18/+4
2014-01-21fsnotify: do not share events between notification groupsGravatar Jan Kara 1-6/+5
2013-07-09dnotify: replace dnotify_mark_mutex with mark mutex of dnotify_groupGravatar Lino Sanfilippo 1-12/+13
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-2/+2
2012-12-11fsnotify: pass group to fsnotify_destroy_mark()Gravatar Lino Sanfilippo 1-2/+2
2010-07-28fanotify: use both marks when possibleGravatar Eric Paris 1-1/+1
2010-07-28fsnotify: pass both the vfsmount mark and inode markGravatar Eric Paris 1-7/+11
2010-07-28fsnotify: remove group->maskGravatar Eric Paris 1-4/+0
2010-07-28fsnotify: cleanup should_send_eventGravatar Eric Paris 1-10/+1
2010-07-28dnotify: use the mark in handler functionsGravatar Eric Paris 1-17/+5
2010-07-28fsnotify: send fsnotify_mark to groups in event handling functionsGravatar Eric Paris 1-1/+3
2010-07-28fsnotify: allow marks to not pin inodes in coreGravatar Eric Paris 1-1/+1
2010-07-28fsnotify: split generic and inode specific mark codeGravatar Eric Paris 1-6/+6
2010-07-28fsnotify: take inode->i_lock inside fsnotify_find_mark_entry()Gravatar Andreas Gruenbacher 1-12/+0
2010-07-28dnotify: rename mark_entry to markGravatar Eric Paris 1-85/+85
2010-07-28fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_markGravatar Eric Paris 1-7/+7
2010-07-28fsnotify: rename fsnotify_mark_entry to just fsnotify_markGravatar Eric Paris 1-12/+12
2010-07-28fsnotify: put inode specific fields in an fsnotify_mark in a unionGravatar Eric Paris 1-2/+2
2010-07-28fsnotify: include vfsmount in should_send_event when appropriateGravatar Eric Paris 1-2/+2
2010-07-28fsnotify: drop mask argument from fsnotify_alloc_groupGravatar Eric Paris 1-1/+1
2010-07-28fsnotify: fsnotify_obtain_group should be fsnotify_alloc_groupGravatar Eric Paris 1-1/+1
2010-07-28fsnotify: remove group_num altogetherGravatar Eric Paris 1-2/+1
2010-07-28fsnotify: include data in should_send callsGravatar Eric Paris 1-1/+1
2010-07-28fsnotify: provide the data type to should_send_eventGravatar Eric Paris 1-1/+2
2010-07-28fsnotify: allow addition of duplicate fsnotify marksGravatar Eric Paris 1-1/+1
2009-10-20dnotify: ignore FS_EVENT_ON_CHILDGravatar Andreas Gruenbacher 1-1/+2
2009-06-11fsnotify: allow groups to set freeing_mark to nullGravatar Eric Paris 1-7/+1
2009-06-11inotify/dnotify: should_send_event shouldn't match on FS_EVENT_ON_CHILDGravatar Eric Paris 1-0/+1
2009-06-11dnotify: do not bother to lock entry->lock when reading maskGravatar Eric Paris 1-2/+1
2009-06-11dnotify: do not use ?true:false when assigning to a boolGravatar Eric Paris 1-1/+1
2009-06-11fsnotify: allow groups to add private data to eventsGravatar Eric Paris 1-0/+1
2009-06-11dnotify: reimplement dnotify using fsnotifyGravatar Eric Paris 1-107/+362
2008-12-31filesystem notification: create fs/notify to contain all fs notificationGravatar Eric Paris 1-0/+191