summaryrefslogtreecommitdiff
path: root/fs/notify/fsnotify.c
Commit message (Expand)AuthorAge
* fsnotify: fix ignore mask logic in send_to_group()Amir Goldstein2018-04-13
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-27
* fsnotify: clean up fsnotify()Miklos Szeredi2017-10-31
* fsnotify: pin both inode and vfsmount markMiklos Szeredi2017-10-31
* dentry name snapshotsAl Viro2017-07-07
* fsnotify: Drop inode_mark.cJan Kara2017-04-10
* fsnotify: Pass fsnotify_iter_info into handle_event handlerJan Kara2017-04-10
* fsnotify: Free fsnotify_mark_connector when there is no mark attachedJan Kara2017-04-10
* fsnotify: Move mark list head from object into dedicated structureJan Kara2017-04-10
* constify fsnotify_parent()Al Viro2016-12-05
* fsnotify(): constify 'data'Al Viro2016-12-05
* fsnotify: remove mark->free_listJan Kara2015-09-04
* fs/notify: optimize inotify/fsnotify code for unwatched filesDave Hansen2015-09-04
* fsnotify: unify inode and mount marks handlingJan Kara2014-12-13
* Merge branch 'iov_iter' into for-nextAl Viro2014-12-08
|\
| * fanotify: fix notification of groups with inode & mount marksJan Kara2014-11-13
* | move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2014-11-03
|/
* inotify: Fix reporting of cookies for inotify eventsJan Kara2014-02-18
* fsnotify: remove .should_send_event callbackJan Kara2014-01-21
* fsnotify: do not share events between notification groupsJan Kara2014-01-21
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* vfs: switch i_dentry/d_alias to hlistAl Viro2012-07-14
* fsnotify: remove unused parameter from send_to_group()Dan Carpenter2012-05-30
* vfs: move fsnotify junk to struct mountAl Viro2012-01-03
* fs: dcache per-inode inode alias lockingNick Piggin2011-01-07
* fs: dcache remove dcache_lockNick Piggin2011-01-07
* fs: scale inode alias listNick Piggin2011-01-07
* fs: dcache scale subdirsNick Piggin2011-01-07
* fsnotify: call fsnotify_parent in perm eventsEric Paris2010-10-28
* fsnotify: correctly handle return codes from listenersEric Paris2010-10-28
* fsnotify: use dget_parentChristoph Hellwig2010-10-25
* fsnotify: drop two useless bools in the fnsotify main loopEric Paris2010-08-27
* fsnotify: fix list walk orderEric Paris2010-08-27
* fsnotify: fix ignored mask handling between inode and vfsmount marksEric Paris2010-08-22
* fsnotify: reset used_inode and used_vfsmount on each passEric Paris2010-08-22
* fanotify: do not dereference inode_mark when it is unsetEric Paris2010-08-22
* Revert "fsnotify: store struct file not struct path"Linus Torvalds2010-08-12
* fanotify: use both marks when possibleEric Paris2010-07-28
* fsnotify: pass both the vfsmount mark and inode markEric Paris2010-07-28
* fsnotify: walk the inode and vfsmount lists simultaneouslyEric Paris2010-07-28
* fsnotify: rework ignored mark flushingEric Paris2010-07-28
* fsnotify: remove global fsnotify groups listsEric Paris2010-07-28
* fsnotify: remove the global masksEric Paris2010-07-28
* fsnotify: cleanup should_send_eventEric Paris2010-07-28
* fsnotify: send fsnotify_mark to groups in event handling functionsEric Paris2010-07-28
* fsnotify: srcu to protect read side of inode and vfsmount locksEric Paris2010-07-28
* fsnotify: store struct file not struct pathEric Paris2010-07-28
* fsnotify: add pr_debug throughoutEric Paris2010-07-28
* fsnotify: check to make sure all fsnotify bits are uniqueEric Paris2010-07-28
* fanotify: do not always return 0 in fsnotifyJean-Christophe Dubois2010-07-28