aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify/fsnotify.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fsnotify: Infrastructure for per-mount watchesAndreas Gruenbacher2010-07-281-0/+5
* fsnotify/vfsmount: add fsnotify fields to struct vfsmountAndreas Gruenbacher2010-07-281-3/+1
* fsnotify: kill FSNOTIFY_EVENT_FILEAndreas Gruenbacher2010-07-281-7/+5
* fsnotify: include vfsmount in should_send_event when appropriateEric Paris2010-07-281-20/+19
* fsnotify: mount point listeners list and global maskEric Paris2010-07-281-22/+70
* fsnotify: rename fsnotify_groups to fsnotify_inode_groupsEric Paris2010-07-281-3/+3
* fsnotify: send struct file when sending events to parents when possibleEric Paris2010-07-281-3/+10
* fsnotify: include data in should_send callsEric Paris2010-07-281-1/+2
* fsnotify: provide the data type to should_send_eventEric Paris2010-07-281-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* inotify: use GFP_NOFS under potential memory pressureEric Paris2009-07-211-1/+3
* inotify/dnotify: should_send_event shouldn't match on FS_EVENT_ON_CHILDEric Paris2009-06-111-3/+5
* fsnotify: add correlations between eventsEric Paris2009-06-111-3/+3
* fsnotify: include pathnames with entries when possibleEric Paris2009-06-111-3/+4
* fsnotify: parent event notificationEric Paris2009-06-111-0/+91
* fsnotify: add marks to inodes so groups can interpret how to handle those inodesEric Paris2009-06-111-0/+13
* fsnotify: unified filesystem notification backendEric Paris2009-06-111-0/+79