summaryrefslogtreecommitdiffstats
path: root/fs/notify/fsnotify.c
Commit message (Expand)AuthorAgeFilesLines
* dentry name snapshotsAl Viro2017-07-071-2/+6
* fsnotify: Drop inode_mark.cJan Kara2017-04-101-0/+57
* fsnotify: Pass fsnotify_iter_info into handle_event handlerJan Kara2017-04-101-6/+13
* fsnotify: Free fsnotify_mark_connector when there is no mark attachedJan Kara2017-04-101-3/+6
* fsnotify: Move mark list head from object into dedicated structureJan Kara2017-04-101-9/+23
* constify fsnotify_parent()Al Viro2016-12-051-1/+1
* fsnotify(): constify 'data'Al Viro2016-12-051-3/+3
* fsnotify: remove mark->free_listJan Kara2015-09-041-1/+0
* fs/notify: optimize inotify/fsnotify code for unwatched filesDave Hansen2015-09-041-0/+10
* fsnotify: unify inode and mount marks handlingJan Kara2014-12-131-2/+2
* Merge branch 'iov_iter' into for-nextAl Viro2014-12-081-15/+21
|\
| * fanotify: fix notification of groups with inode & mount marksJan Kara2014-11-131-15/+21
* | move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2014-11-031-2/+2
|/
* inotify: Fix reporting of cookies for inotify eventsJan Kara2014-02-181-1/+1
* fsnotify: remove .should_send_event callbackJan Kara2014-01-211-5/+0
* fsnotify: do not share events between notification groupsJan Kara2014-01-211-25/+12
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-2/+1
* vfs: switch i_dentry/d_alias to hlistAl Viro2012-07-141-1/+2
* fsnotify: remove unused parameter from send_to_group()Dan Carpenter2012-05-301-6/+6
* vfs: move fsnotify junk to struct mountAl Viro2012-01-031-4/+5
* fs: dcache per-inode inode alias lockingNick Piggin2011-01-071-2/+2
* fs: dcache remove dcache_lockNick Piggin2011-01-071-2/+0
* fs: scale inode alias listNick Piggin2011-01-071-0/+2
* fs: dcache scale subdirsNick Piggin2011-01-071-1/+3
* fsnotify: call fsnotify_parent in perm eventsEric Paris2010-10-281-6/+9
* fsnotify: correctly handle return codes from listenersEric Paris2010-10-281-8/+12
* fsnotify: use dget_parentChristoph Hellwig2010-10-251-28/+5
* fsnotify: drop two useless bools in the fnsotify main loopEric Paris2010-08-271-8/+5
* fsnotify: fix list walk orderEric Paris2010-08-271-6/+5
* fsnotify: fix ignored mask handling between inode and vfsmount marksEric Paris2010-08-221-18/+17
* fsnotify: reset used_inode and used_vfsmount on each passEric Paris2010-08-221-1/+3
* fanotify: do not dereference inode_mark when it is unsetEric Paris2010-08-221-4/+11
* Revert "fsnotify: store struct file not struct path"Linus Torvalds2010-08-121-6/+6
* fanotify: use both marks when possibleEric Paris2010-07-281-1/+1
* fsnotify: pass both the vfsmount mark and inode markEric Paris2010-07-281-22/+48
* fsnotify: walk the inode and vfsmount lists simultaneouslyEric Paris2010-07-281-50/+84
* fsnotify: rework ignored mark flushingEric Paris2010-07-281-49/+11
* fsnotify: remove global fsnotify groups listsEric Paris2010-07-281-5/+0
* fsnotify: remove the global masksEric Paris2010-07-281-5/+0
* fsnotify: cleanup should_send_eventEric Paris2010-07-281-2/+2
* fsnotify: send fsnotify_mark to groups in event handling functionsEric Paris2010-07-281-9/+10
* fsnotify: srcu to protect read side of inode and vfsmount locksEric Paris2010-07-281-24/+45
* fsnotify: store struct file not struct pathEric Paris2010-07-281-8/+8
* fsnotify: add pr_debug throughoutEric Paris2010-07-281-0/+4
* fsnotify: check to make sure all fsnotify bits are uniqueEric Paris2010-07-281-0/+2
* fanotify: do not always return 0 in fsnotifyJean-Christophe Dubois2010-07-281-1/+1
* fsnotify: new fsnotify hooks and events types for access decisionsEric Paris2010-07-281-23/+24
* fsnotify: use unsigned char * for dentry->d_name.nameEric Paris2010-07-281-2/+3
* fsnotify: allow ignored_mask to survive modificationEric Paris2010-07-281-2/+4
* fsnotify: clear ignored mask on modifyEric Paris2010-07-281-0/+31
OpenPOWER on IntegriCloud