aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify/fsnotify.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-14vfs: switch i_dentry/d_alias to hlistAl Viro1-1/+2
2012-05-30fsnotify: remove unused parameter from send_to_group()Dan Carpenter1-6/+6
2012-01-03vfs: move fsnotify junk to struct mountAl Viro1-4/+5
2011-01-07fs: dcache per-inode inode alias lockingNick Piggin1-2/+2
2011-01-07fs: dcache remove dcache_lockNick Piggin1-2/+0
2011-01-07fs: scale inode alias listNick Piggin1-0/+2
2011-01-07fs: dcache scale subdirsNick Piggin1-1/+3
2010-10-28fsnotify: call fsnotify_parent in perm eventsEric Paris1-6/+9
2010-10-28fsnotify: correctly handle return codes from listenersEric Paris1-8/+12
2010-10-25fsnotify: use dget_parentChristoph Hellwig1-28/+5
2010-08-27fsnotify: drop two useless bools in the fnsotify main loopEric Paris1-8/+5
2010-08-27fsnotify: fix list walk orderEric Paris1-6/+5
2010-08-22fsnotify: fix ignored mask handling between inode and vfsmount marksEric Paris1-18/+17
2010-08-22fsnotify: reset used_inode and used_vfsmount on each passEric Paris1-1/+3
2010-08-22fanotify: do not dereference inode_mark when it is unsetEric Paris1-4/+11
2010-08-12Revert "fsnotify: store struct file not struct path"Linus Torvalds1-6/+6
2010-07-28fanotify: use both marks when possibleEric Paris1-1/+1
2010-07-28fsnotify: pass both the vfsmount mark and inode markEric Paris1-22/+48
2010-07-28fsnotify: walk the inode and vfsmount lists simultaneouslyEric Paris1-50/+84
2010-07-28fsnotify: rework ignored mark flushingEric Paris1-49/+11
2010-07-28fsnotify: remove global fsnotify groups listsEric Paris1-5/+0
2010-07-28fsnotify: remove the global masksEric Paris1-5/+0
2010-07-28fsnotify: cleanup should_send_eventEric Paris1-2/+2
2010-07-28fsnotify: send fsnotify_mark to groups in event handling functionsEric Paris1-9/+10
2010-07-28fsnotify: srcu to protect read side of inode and vfsmount locksEric Paris1-24/+45
2010-07-28fsnotify: store struct file not struct pathEric Paris1-8/+8
2010-07-28fsnotify: add pr_debug throughoutEric Paris1-0/+4
2010-07-28fsnotify: check to make sure all fsnotify bits are uniqueEric Paris1-0/+2
2010-07-28fanotify: do not always return 0 in fsnotifyJean-Christophe Dubois1-1/+1
2010-07-28fsnotify: new fsnotify hooks and events types for access decisionsEric Paris1-23/+24
2010-07-28fsnotify: use unsigned char * for dentry->d_name.nameEric Paris1-2/+3
2010-07-28fsnotify: allow ignored_mask to survive modificationEric Paris1-2/+4
2010-07-28fsnotify: clear ignored mask on modifyEric Paris1-0/+31
2010-07-28fsnotify: Infrastructure for per-mount watchesAndreas Gruenbacher1-0/+5
2010-07-28fsnotify/vfsmount: add fsnotify fields to struct vfsmountAndreas Gruenbacher1-3/+1
2010-07-28fsnotify: kill FSNOTIFY_EVENT_FILEAndreas Gruenbacher1-7/+5
2010-07-28fsnotify: include vfsmount in should_send_event when appropriateEric Paris1-20/+19
2010-07-28fsnotify: mount point listeners list and global maskEric Paris1-22/+70
2010-07-28fsnotify: rename fsnotify_groups to fsnotify_inode_groupsEric Paris1-3/+3
2010-07-28fsnotify: send struct file when sending events to parents when possibleEric Paris1-3/+10
2010-07-28fsnotify: include data in should_send callsEric Paris1-1/+2
2010-07-28fsnotify: provide the data type to should_send_eventEric Paris1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-07-21inotify: use GFP_NOFS under potential memory pressureEric Paris1-1/+3
2009-06-11inotify/dnotify: should_send_event shouldn't match on FS_EVENT_ON_CHILDEric Paris1-3/+5
2009-06-11fsnotify: add correlations between eventsEric Paris1-3/+3
2009-06-11fsnotify: include pathnames with entries when possibleEric Paris1-3/+4
2009-06-11fsnotify: parent event notificationEric Paris1-0/+91
2009-06-11fsnotify: add marks to inodes so groups can interpret how to handle those inodesEric Paris1-0/+13
2009-06-11fsnotify: unified filesystem notification backendEric Paris1-0/+79