summaryrefslogtreecommitdiff
path: root/fs/notify/fsnotify.c
AgeCommit message (Expand)Author
2019-02-06fanotify: fix handling of events on child sub-directoryAmir Goldstein
2018-11-10fsnotify: fix ignore mask logic in fsnotify()Amir Goldstein
2018-06-21fsnotify: fix ignore mask logic in send_to_group()Amir Goldstein
2017-11-30fsnotify: pin both inode and vfsmount markMiklos Szeredi
2017-07-07dentry name snapshotsAl Viro
2017-04-10fsnotify: Drop inode_mark.cJan Kara
2017-04-10fsnotify: Pass fsnotify_iter_info into handle_event handlerJan Kara
2017-04-10fsnotify: Free fsnotify_mark_connector when there is no mark attachedJan Kara
2017-04-10fsnotify: Move mark list head from object into dedicated structureJan Kara
2016-12-05constify fsnotify_parent()Al Viro
2016-12-05fsnotify(): constify 'data'Al Viro
2015-09-04fsnotify: remove mark->free_listJan Kara
2015-09-04fs/notify: optimize inotify/fsnotify code for unwatched filesDave Hansen
2014-12-13fsnotify: unify inode and mount marks handlingJan Kara
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro
2014-11-13fanotify: fix notification of groups with inode & mount marksJan Kara
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro
2014-02-18inotify: Fix reporting of cookies for inotify eventsJan Kara
2014-01-21fsnotify: remove .should_send_event callbackJan Kara
2014-01-21fsnotify: do not share events between notification groupsJan Kara
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2012-07-14vfs: switch i_dentry/d_alias to hlistAl Viro
2012-05-30fsnotify: remove unused parameter from send_to_group()Dan Carpenter
2012-01-03vfs: move fsnotify junk to struct mountAl Viro
2011-01-07fs: dcache per-inode inode alias lockingNick Piggin
2011-01-07fs: dcache remove dcache_lockNick Piggin
2011-01-07fs: scale inode alias listNick Piggin
2011-01-07fs: dcache scale subdirsNick Piggin
2010-10-28fsnotify: call fsnotify_parent in perm eventsEric Paris
2010-10-28fsnotify: correctly handle return codes from listenersEric Paris
2010-10-25fsnotify: use dget_parentChristoph Hellwig
2010-08-27fsnotify: drop two useless bools in the fnsotify main loopEric Paris
2010-08-27fsnotify: fix list walk orderEric Paris
2010-08-22fsnotify: fix ignored mask handling between inode and vfsmount marksEric Paris
2010-08-22fsnotify: reset used_inode and used_vfsmount on each passEric Paris
2010-08-22fanotify: do not dereference inode_mark when it is unsetEric Paris
2010-08-12Revert "fsnotify: store struct file not struct path"Linus Torvalds
2010-07-28fanotify: use both marks when possibleEric Paris
2010-07-28fsnotify: pass both the vfsmount mark and inode markEric Paris
2010-07-28fsnotify: walk the inode and vfsmount lists simultaneouslyEric Paris
2010-07-28fsnotify: rework ignored mark flushingEric Paris
2010-07-28fsnotify: remove global fsnotify groups listsEric Paris
2010-07-28fsnotify: remove the global masksEric Paris
2010-07-28fsnotify: cleanup should_send_eventEric Paris
2010-07-28fsnotify: send fsnotify_mark to groups in event handling functionsEric Paris
2010-07-28fsnotify: srcu to protect read side of inode and vfsmount locksEric Paris
2010-07-28fsnotify: store struct file not struct pathEric Paris
2010-07-28fsnotify: add pr_debug throughoutEric Paris
2010-07-28fsnotify: check to make sure all fsnotify bits are uniqueEric Paris
2010-07-28fanotify: do not always return 0 in fsnotifyJean-Christophe Dubois