linux/fs/notify
Eric Paris 33af5e32e0 fsnotify: ignored_mask - excluding notification
The ignored_mask is a new mask which is part of fsnotify marks.  A group's
should_send_event() function can use the ignored mask to determine that
certain events are not of interest.  In particular if a group registers a
mask including FS_OPEN on a vfsmount they could add FS_OPEN to the
ignored_mask for individual inodes and not send open events for those
inodes.

Signed-off-by: Eric Paris <eparis@redhat.com>
2010-07-28 09:59:00 -04:00
..
dnotify fsnotify: allow marks to not pin inodes in core 2010-07-28 09:58:59 -04:00
fanotify fsnotify: allow marks to not pin inodes in core 2010-07-28 09:58:59 -04:00
inotify fsnotify: allow marks to not pin inodes in core 2010-07-28 09:58:59 -04:00
fsnotify.c fsnotify: Infrastructure for per-mount watches 2010-07-28 09:58:57 -04:00
fsnotify.h fsnotify: allow marks to not pin inodes in core 2010-07-28 09:58:59 -04:00
group.c fsnotify: rename mark_entry to just mark 2010-07-28 09:58:53 -04:00
inode_mark.c fsnotify: allow marks to not pin inodes in core 2010-07-28 09:58:59 -04:00
Kconfig fanotify: fscking all notification system 2010-07-28 09:58:54 -04:00
Makefile fsnotify: vfsmount marks generic functions 2010-07-28 09:58:57 -04:00
mark.c fsnotify: ignored_mask - excluding notification 2010-07-28 09:59:00 -04:00
notification.c fanotify: Add pids to events 2010-07-28 09:58:56 -04:00
vfsmount_mark.c fsnotify: vfsmount marks generic functions 2010-07-28 09:58:57 -04:00