diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-11 17:22:55 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-11 17:22:55 -0400 |
commit | 3bb66d7f8cc31537a3170c9bb82b38e538b984c5 (patch) | |
tree | e7174a8e9b805e056c3b0e510789a611ce4eeb1c /MAINTAINERS | |
parent | 512626a04e72aca60effe111fa0333ed0b195d21 (diff) | |
parent | a092ee20fd33d2df0990dcbf2235afc181612818 (diff) |
Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify
* 'for-linus' of git://git.infradead.org/users/eparis/notify:
fsnotify: allow groups to set freeing_mark to null
inotify/dnotify: should_send_event shouldn't match on FS_EVENT_ON_CHILD
dnotify: do not bother to lock entry->lock when reading mask
dnotify: do not use ?true:false when assigning to a bool
fsnotify: move events should indicate the event was on a child
inotify: reimplement inotify using fsnotify
fsnotify: handle filesystem unmounts with fsnotify marks
fsnotify: fsnotify marks on inodes pin them in core
fsnotify: allow groups to add private data to events
fsnotify: add correlations between events
fsnotify: include pathnames with entries when possible
fsnotify: generic notification queue and waitq
dnotify: reimplement dnotify using fsnotify
fsnotify: parent event notification
fsnotify: add marks to inodes so groups can interpret how to handle those inodes
fsnotify: unified filesystem notification backend
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 1a0084e22cf3..c944d618dc83 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -1802,10 +1802,10 @@ F: drivers/char/epca* | |||
1802 | F: drivers/char/digi* | 1802 | F: drivers/char/digi* |
1803 | 1803 | ||
1804 | DIRECTORY NOTIFICATION (DNOTIFY) | 1804 | DIRECTORY NOTIFICATION (DNOTIFY) |
1805 | P: Stephen Rothwell | 1805 | P: Eric Paris |
1806 | M: sfr@canb.auug.org.au | 1806 | M: eparis@parisplace.org |
1807 | L: linux-kernel@vger.kernel.org | 1807 | L: linux-kernel@vger.kernel.org |
1808 | S: Supported | 1808 | S: Maintained |
1809 | F: Documentation/filesystems/dnotify.txt | 1809 | F: Documentation/filesystems/dnotify.txt |
1810 | F: fs/notify/dnotify/ | 1810 | F: fs/notify/dnotify/ |
1811 | F: include/linux/dnotify.h | 1811 | F: include/linux/dnotify.h |
@@ -2858,6 +2858,8 @@ P: John McCutchan | |||
2858 | M: john@johnmccutchan.com | 2858 | M: john@johnmccutchan.com |
2859 | P: Robert Love | 2859 | P: Robert Love |
2860 | M: rlove@rlove.org | 2860 | M: rlove@rlove.org |
2861 | P: Eric Paris | ||
2862 | M: eparis@parisplace.org | ||
2861 | L: linux-kernel@vger.kernel.org | 2863 | L: linux-kernel@vger.kernel.org |
2862 | S: Maintained | 2864 | S: Maintained |
2863 | F: Documentation/filesystems/inotify.txt | 2865 | F: Documentation/filesystems/inotify.txt |