Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-28 | inotify: remove inotify in kernel interface | Eric Paris | |
nothing uses inotify in the kernel, drop it! Signed-off-by: Eric Paris <eparis@redhat.com> | |||
2009-06-11 | inotify: reimplement inotify using fsnotify | Eric Paris | |
Reimplement inotify_user using fsnotify. This should be feature for feature exactly the same as the original inotify_user. This does not make any changes to the in kernel inotify feature used by audit. Those patches (and the eventual removal of in kernel inotify) will come after the new inotify_user proves to be working correctly. Signed-off-by: Eric Paris <eparis@redhat.com> Acked-by: Al Viro <viro@zeniv.linux.org.uk> Cc: Christoph Hellwig <hch@lst.de> | |||
2008-12-31 | filesystem notification: create fs/notify to contain all fs notification | Eric Paris | |
Creating a generic filesystem notification interface, fsnotify, which will be used by inotify, dnotify, and eventually fanotify is really starting to clutter the fs directory. This patch simply moves inotify and dnotify into fs/notify/inotify and fs/notify/dnotify respectively to make both current fs/ and future notification tidier. Signed-off-by: Eric Paris <eparis@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> |