aboutsummaryrefslogtreecommitdiff
path: root/fs/notify/fsnotify.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-31fsnotify: clean up fsnotify()Gravatar Miklos Szeredi 1-60/+45
2017-10-31fsnotify: pin both inode and vfsmount markGravatar Miklos Szeredi 1-3/+7
2017-07-07dentry name snapshotsGravatar Al Viro 1-2/+6
2017-04-10fsnotify: Drop inode_mark.cGravatar Jan Kara 1-0/+57
2017-04-10fsnotify: Pass fsnotify_iter_info into handle_event handlerGravatar Jan Kara 1-6/+13
2017-04-10fsnotify: Free fsnotify_mark_connector when there is no mark attachedGravatar Jan Kara 1-3/+6
2017-04-10fsnotify: Move mark list head from object into dedicated structureGravatar Jan Kara 1-9/+23
2016-12-05constify fsnotify_parent()Gravatar Al Viro 1-1/+1
2016-12-05fsnotify(): constify 'data'Gravatar Al Viro 1-3/+3
2015-09-04fsnotify: remove mark->free_listGravatar Jan Kara 1-1/+0
2015-09-04fs/notify: optimize inotify/fsnotify code for unwatched filesGravatar Dave Hansen 1-0/+10
2014-12-13fsnotify: unify inode and mount marks handlingGravatar Jan Kara 1-2/+2
2014-12-08Merge branch 'iov_iter' into for-nextGravatar Al Viro 1-15/+21
2014-11-13fanotify: fix notification of groups with inode & mount marksGravatar Jan Kara 1-15/+21
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasGravatar Al Viro 1-2/+2
2014-02-18inotify: Fix reporting of cookies for inotify eventsGravatar Jan Kara 1-1/+1
2014-01-21fsnotify: remove .should_send_event callbackGravatar Jan Kara 1-5/+0
2014-01-21fsnotify: do not share events between notification groupsGravatar Jan Kara 1-25/+12
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 1-2/+1
2012-07-14vfs: switch i_dentry/d_alias to hlistGravatar Al Viro 1-1/+2
2012-05-30fsnotify: remove unused parameter from send_to_group()Gravatar Dan Carpenter 1-6/+6
2012-01-03vfs: move fsnotify junk to struct mountGravatar Al Viro 1-4/+5
2011-01-07fs: dcache per-inode inode alias lockingGravatar Nick Piggin 1-2/+2
2011-01-07fs: dcache remove dcache_lockGravatar Nick Piggin 1-2/+0
2011-01-07fs: scale inode alias listGravatar Nick Piggin 1-0/+2
2011-01-07fs: dcache scale subdirsGravatar Nick Piggin 1-1/+3
2010-10-28fsnotify: call fsnotify_parent in perm eventsGravatar Eric Paris 1-6/+9
2010-10-28fsnotify: correctly handle return codes from listenersGravatar Eric Paris 1-8/+12
2010-10-25fsnotify: use dget_parentGravatar Christoph Hellwig 1-28/+5
2010-08-27fsnotify: drop two useless bools in the fnsotify main loopGravatar Eric Paris 1-8/+5
2010-08-27fsnotify: fix list walk orderGravatar Eric Paris 1-6/+5
2010-08-22fsnotify: fix ignored mask handling between inode and vfsmount marksGravatar Eric Paris 1-18/+17
2010-08-22fsnotify: reset used_inode and used_vfsmount on each passGravatar Eric Paris 1-1/+3
2010-08-22fanotify: do not dereference inode_mark when it is unsetGravatar Eric Paris 1-4/+11
2010-08-12Revert "fsnotify: store struct file not struct path"Gravatar Linus Torvalds 1-6/+6
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-22/+48
2010-07-28fsnotify: walk the inode and vfsmount lists simultaneouslyGravatar Eric Paris 1-50/+84
2010-07-28fsnotify: rework ignored mark flushingGravatar Eric Paris 1-49/+11
2010-07-28fsnotify: remove global fsnotify groups listsGravatar Eric Paris 1-5/+0
2010-07-28fsnotify: remove the global masksGravatar Eric Paris 1-5/+0
2010-07-28fsnotify: cleanup should_send_eventGravatar Eric Paris 1-2/+2
2010-07-28fsnotify: send fsnotify_mark to groups in event handling functionsGravatar Eric Paris 1-9/+10
2010-07-28fsnotify: srcu to protect read side of inode and vfsmount locksGravatar Eric Paris 1-24/+45
2010-07-28fsnotify: store struct file not struct pathGravatar Eric Paris 1-8/+8
2010-07-28fsnotify: add pr_debug throughoutGravatar Eric Paris 1-0/+4
2010-07-28fsnotify: check to make sure all fsnotify bits are uniqueGravatar Eric Paris 1-0/+2
2010-07-28fanotify: do not always return 0 in fsnotifyGravatar Jean-Christophe Dubois 1-1/+1
2010-07-28fsnotify: new fsnotify hooks and events types for access decisionsGravatar Eric Paris 1-23/+24
2010-07-28fsnotify: use unsigned char * for dentry->d_name.nameGravatar Eric Paris 1-2/+3