Fix inotify watch removal/umount races
[safe/jmp/linux-2.6] / fs / inotify.c
2008-11-15 Al ViroFix inotify watch removal/umount races
2008-02-06 Nick Piggininotify: remove debug code
2008-02-06 Nick Piggininotify: fix race
2007-10-21 Al Viro[PATCH] new helper - inotify_evict_watch()
2007-10-21 Al Viro[PATCH] new helper - inotify_clone_watch()
2007-05-08 Pavel EmelianovIntroduce a handy list_first_entry macro
2006-12-04 Al Viro[PATCH] severing fs.h, radix-tree.h -> sched.h
2006-06-20 Amy Griffis[PATCH] inotify (4/5): allow watch removal from event...
2006-06-20 Amy Griffis[PATCH] inotify (3/5): add interfaces to kernel API
2006-06-20 Amy Griffis[PATCH] inotify (2/5): add name's inode to event handler
2006-06-20 Amy Griffis[PATCH] inotify (1/5): split kernel API from userspace...
2006-05-21 Amy Griffis[PATCH] fix NULL dereference in inotify_ignore
2006-05-21 Amy Griffis[PATCH] fix race in inotify_release
2006-04-11 Arnd Bergmann[PATCH] inotify: check for NULL inode in inotify_d_inst...
2006-03-28 Arjan van de Ven[PATCH] Make most file operations structs in fs/ const
2006-03-26 Eric Dumazet[PATCH] Use __read_mostly on some hot fs variables
2006-03-25 Nick Piggin[PATCH] inotify: lock avoidance with parent watch statu...
2006-03-23 Ingo Molnar[PATCH] sem2mutex: iprune
2006-03-23 Ingo Molnar[PATCH] sem2mutex: inotify
2006-02-08 Robert Love[PATCH] inotify: fix one-shot support
2006-01-19 Arnd Bergmann[PATCH] add missing syscall declarations
2005-12-12 John McCutchan[PATCH] inotify: add two inotify_add_watch flags
2005-11-09 Christoph Hellwig[PATCH] add a vfs_permission helper
2005-10-23 Andrew Morton[PATCH] inotify/idr leak fix
2005-09-07 John McCutchan[PATCH] inotify: fix event loss on hardlinked files
2005-09-07 John McCutchan[PATCH] inotify speedup
2005-08-26 John McCutchan[PATCH] Document idr_get_new_above() semantics, update...
2005-08-15 Robert Love[PATCH] inotify: fix idr_get_new_above usage
2005-08-01 John McCutchan[PATCH] inotify: fix race between the kernel and user...
2005-07-26 Andrew Morton[PATCH] inotify: fix oops fix
2005-07-26 Robert Love[PATCH] inotify: check retval in init
2005-07-26 Robert Love[PATCH] inotify: change default limits
2005-07-26 Robert Love[PATCH] inotify: exit path cleanups
2005-07-26 Robert Love[PATCH] inotify: oops fix
2005-07-26 Robert Love[PATCH] inotify: use fget_light
2005-07-26 Robert Love[PATCH] inotify: misc. cleanup
2005-07-13 Robert Love[PATCH] inotify: misc cleanup
2005-07-13 Robert Love[PATCH] inotify: move sysctl
2005-07-13 Robert Love[PATCH] inotify