fs: dcache scale subdirs
[linux-flexiantxendom0-natty.git] / fs / notify / fsnotify.c
2011-01-07 Nick Pigginfs: dcache scale subdirs
2010-10-28 Eric Parisfsnotify: call fsnotify_parent in perm events
2010-10-28 Eric Parisfsnotify: correctly handle return codes from listeners
2010-10-26 Christoph Hellwigfsnotify: use dget_parent
2010-08-28 Eric Parisfsnotify: drop two useless bools in the fnsotify main...
2010-08-28 Eric Parisfsnotify: fix list walk order
2010-08-23 Eric Parisfsnotify: fix ignored mask handling between inode and...
2010-08-23 Eric Parisfsnotify: reset used_inode and used_vfsmount on each...
2010-08-23 Eric Parisfanotify: do not dereference inode_mark when it is...
2010-08-12 Linus TorvaldsRevert "fsnotify: store struct file not struct path"
2010-07-28 Eric Parisfanotify: use both marks when possible
2010-07-28 Eric Parisfsnotify: pass both the vfsmount mark and inode mark
2010-07-28 Eric Parisfsnotify: walk the inode and vfsmount lists simultaneously
2010-07-28 Eric Parisfsnotify: rework ignored mark flushing
2010-07-28 Eric Parisfsnotify: remove global fsnotify groups lists
2010-07-28 Eric Parisfsnotify: remove the global masks
2010-07-28 Eric Parisfsnotify: cleanup should_send_event
2010-07-28 Eric Parisfsnotify: send fsnotify_mark to groups in event handlin...
2010-07-28 Eric Parisfsnotify: srcu to protect read side of inode and vfsmou...
2010-07-28 Eric Parisfsnotify: store struct file not struct path
2010-07-28 Eric Parisfsnotify: add pr_debug throughout
2010-07-28 Eric Parisfsnotify: check to make sure all fsnotify bits are...
2010-07-28 Jean-Christophe... fanotify: do not always return 0 in fsnotify
2010-07-28 Eric Parisfsnotify: new fsnotify hooks and events types for acces...
2010-07-28 Eric Parisfsnotify: use unsigned char * for dentry->d_name.name
2010-07-28 Eric Parisfsnotify: allow ignored_mask to survive modification
2010-07-28 Eric Parisfsnotify: clear ignored mask on modify
2010-07-28 Andreas Gruenbacherfsnotify: Infrastructure for per-mount watches
2010-07-28 Andreas Gruenbacherfsnotify/vfsmount: add fsnotify fields to struct vfsmount
2010-07-28 Andreas Gruenbacherfsnotify: kill FSNOTIFY_EVENT_FILE
2010-07-28 Eric Parisfsnotify: include vfsmount in should_send_event when...
2010-07-28 Eric Parisfsnotify: mount point listeners list and global mask
2010-07-28 Eric Parisfsnotify: rename fsnotify_groups to fsnotify_inode_groups
2010-07-28 Eric Parisfsnotify: send struct file when sending events to paren...
2010-07-28 Eric Parisfsnotify: include data in should_send calls
2010-07-28 Eric Parisfsnotify: provide the data type to should_send_event
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2009-07-21 Eric Parisinotify: use GFP_NOFS under potential memory pressure
2009-06-11 Eric Parisinotify/dnotify: should_send_event shouldn't match...
2009-06-11 Eric Parisfsnotify: add correlations between events
2009-06-11 Eric Parisfsnotify: include pathnames with entries when possible
2009-06-11 Eric Parisfsnotify: parent event notification
2009-06-11 Eric Parisfsnotify: add marks to inodes so groups can interpret...
2009-06-11 Eric Parisfsnotify: unified filesystem notification backend