2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-20 03:04:01 +08:00
linux-next/fs/notify
Eric Paris c28f7e56e9 fsnotify: parent event notification
inotify and dnotify both use a similar parent notification mechanism.  We
add a generic parent notification mechanism to fsnotify for both of these
to use.  This new machanism also adds the dentry flag optimization which
exists for inotify to dnotify.

Signed-off-by: Eric Paris <eparis@redhat.com>
Acked-by: Al Viro <viro@zeniv.linux.org.uk>
Cc: Christoph Hellwig <hch@lst.de>
2009-06-11 14:57:53 -04:00
..
dnotify filesystem notification: create fs/notify to contain all fs notification 2008-12-31 18:07:43 -05:00
inotify fsnotify: unified filesystem notification backend 2009-06-11 14:57:52 -04:00
fsnotify.c fsnotify: parent event notification 2009-06-11 14:57:53 -04:00
fsnotify.h fsnotify: parent event notification 2009-06-11 14:57:53 -04:00
group.c fsnotify: add marks to inodes so groups can interpret how to handle those inodes 2009-06-11 14:57:53 -04:00
inode_mark.c fsnotify: parent event notification 2009-06-11 14:57:53 -04:00
Kconfig fsnotify: unified filesystem notification backend 2009-06-11 14:57:52 -04:00
Makefile fsnotify: add marks to inodes so groups can interpret how to handle those inodes 2009-06-11 14:57:53 -04:00
notification.c fsnotify: unified filesystem notification backend 2009-06-11 14:57:52 -04:00