aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-11fsnotify: generic notification queue and waitqEric Paris3-7/+241
2009-06-11dnotify: reimplement dnotify using fsnotifyEric Paris2-107/+363
2009-06-11fsnotify: parent event notificationEric Paris3-0/+113
2009-06-11fsnotify: add marks to inodes so groups can interpret how to handle those inodesEric Paris5-2/+396
2009-06-11fsnotify: unified filesystem notification backendEric Paris7-0/+448
2009-05-06inotify: use GFP_NOFS in kernel_event() to work around a lockdep false-positiveWu Fengguang1-1/+1
2009-03-27fs: avoid I_NEW inodesNick Piggin1-8/+8
2009-02-18inotify: fix GFP_KERNEL related deadlockIngo Molnar1-1/+1
2009-01-26inotify: clean up inotify_read and fix locking problemsVegard Nossum1-61/+74
2009-01-14[CVE-2009-0029] System call wrappers part 29Heiko Carstens1-2/+3
2009-01-14[CVE-2009-0029] System call wrappers part 28Heiko Carstens1-2/+2
2009-01-05inotify: fix type errors in interfacesMichael Kerrisk1-1/+1
2008-12-31filesystem notification: create fs/notify to contain all fs notificationEric Paris9-0/+1926