summaryrefslogtreecommitdiffstats
path: root/fs/notify/fsnotify.c
AgeCommit message (Expand)AuthorLines
2014-12-13fsnotify: unify inode and mount marks handlingJan Kara-2/+2
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro-15/+21
2014-11-13fanotify: fix notification of groups with inode & mount marksJan Kara-15/+21
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro-2/+2
2014-02-18inotify: Fix reporting of cookies for inotify eventsJan Kara-1/+1
2014-01-21fsnotify: remove .should_send_event callbackJan Kara-5/+0
2014-01-21fsnotify: do not share events between notification groupsJan Kara-25/+12
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin-2/+1
2012-07-14vfs: switch i_dentry/d_alias to hlistAl Viro-1/+2
2012-05-30fsnotify: remove unused parameter from send_to_group()Dan Carpenter-6/+6
2012-01-03vfs: move fsnotify junk to struct mountAl Viro-4/+5
2011-01-07fs: dcache per-inode inode alias lockingNick Piggin-2/+2
2011-01-07fs: dcache remove dcache_lockNick Piggin-2/+0
2011-01-07fs: scale inode alias listNick Piggin-0/+2
2011-01-07fs: dcache scale subdirsNick Piggin-1/+3
2010-10-28fsnotify: call fsnotify_parent in perm eventsEric Paris-6/+9
2010-10-28fsnotify: correctly handle return codes from listenersEric Paris-8/+12
2010-10-25fsnotify: use dget_parentChristoph Hellwig-28/+5
2010-08-27fsnotify: drop two useless bools in the fnsotify main loopEric Paris-8/+5
2010-08-27fsnotify: fix list walk orderEric Paris-6/+5
2010-08-22fsnotify: fix ignored mask handling between inode and vfsmount marksEric Paris-18/+17
2010-08-22fsnotify: reset used_inode and used_vfsmount on each passEric Paris-1/+3
2010-08-22fanotify: do not dereference inode_mark when it is unsetEric Paris-4/+11
2010-08-12Revert "fsnotify: store struct file not struct path"Linus Torvalds-6/+6
2010-07-28fanotify: use both marks when possibleEric Paris-1/+1
2010-07-28fsnotify: pass both the vfsmount mark and inode markEric Paris-22/+48
2010-07-28fsnotify: walk the inode and vfsmount lists simultaneouslyEric Paris-50/+84
2010-07-28fsnotify: rework ignored mark flushingEric Paris-49/+11
2010-07-28fsnotify: remove global fsnotify groups listsEric Paris-5/+0
2010-07-28fsnotify: remove the global masksEric Paris-5/+0
2010-07-28fsnotify: cleanup should_send_eventEric Paris-2/+2
2010-07-28fsnotify: send fsnotify_mark to groups in event handling functionsEric Paris-9/+10
2010-07-28fsnotify: srcu to protect read side of inode and vfsmount locksEric Paris-24/+45
2010-07-28fsnotify: store struct file not struct pathEric Paris-8/+8
2010-07-28fsnotify: add pr_debug throughoutEric Paris-0/+4
2010-07-28fsnotify: check to make sure all fsnotify bits are uniqueEric Paris-0/+2
2010-07-28fanotify: do not always return 0 in fsnotifyJean-Christophe Dubois-1/+1
2010-07-28fsnotify: new fsnotify hooks and events types for access decisionsEric Paris-23/+24
2010-07-28fsnotify: use unsigned char * for dentry->d_name.nameEric Paris-2/+3
2010-07-28fsnotify: allow ignored_mask to survive modificationEric Paris-2/+4
2010-07-28fsnotify: clear ignored mask on modifyEric Paris-0/+31
2010-07-28fsnotify: Infrastructure for per-mount watchesAndreas Gruenbacher-0/+5
2010-07-28fsnotify/vfsmount: add fsnotify fields to struct vfsmountAndreas Gruenbacher-3/+1
2010-07-28fsnotify: kill FSNOTIFY_EVENT_FILEAndreas Gruenbacher-7/+5
2010-07-28fsnotify: include vfsmount in should_send_event when appropriateEric Paris-20/+19
2010-07-28fsnotify: mount point listeners list and global maskEric Paris-22/+70
2010-07-28fsnotify: rename fsnotify_groups to fsnotify_inode_groupsEric Paris-3/+3
2010-07-28fsnotify: send struct file when sending events to parents when possibleEric Paris-3/+10
2010-07-28fsnotify: include data in should_send callsEric Paris-1/+2
2010-07-28fsnotify: provide the data type to should_send_eventEric Paris-1/+1