Merge branch 'topic/core-cleanup' into for-linus
[safe/jmp/linux-2.6] / fs / notify / inotify / inotify_user.c
2010-05-14 Eric Parisinotify: race use after free/double free in inotify...
2010-05-14 Eric Parisinotify: clean up the inotify_add_watch out path
2010-02-19 Al Viroswitch inotify_user to anon_inode
2010-01-15 Eric Parisinotify: do not reuse watch descriptors
2009-12-16 Al Viroswitch alloc_file() to passing struct path
2009-12-16 Al Viroswitched inotify_init1() to alloc_file()
2009-12-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-12-04 Giuseppe Scrivanoinotify: remove superfluous return code check
2009-11-18 Eric W. Biedermansysctl: Drop & in front of every proc_handler.
2009-11-12 Eric W. Biedermansysctl fs: Remove dead binary sysctl support
2009-08-28 Eric Parisinotify: update the group mask on mark addition
2009-08-28 Eric Parisinotify: fix length reporting and size checking
2009-08-28 Brian Rogersinotify: do not send a block of zeros when no pathname...
2009-08-27 Eric W. Biedermaninotify: Ensure we alwasy write the terminating NULL.
2009-08-27 Eric Parisinotify: fix locking around inotify watching in the idr
2009-08-27 Eric Parisinotify: seperate new watch creation updating existing...
2009-08-17 Eric Parisinotify: start watch descriptor count at 1
2009-08-17 Eric Parisnotify: unused event private race
2009-07-21 Eric Parisinotify: use GFP_NOFS under potential memory pressure
2009-07-21 Eric Parisinotify: fix error paths in inotify_update_watch
2009-07-21 Eric Parisinotify: do not leak inode marks in inotify_add_watch
2009-07-21 Eric Parisinotify: drop user watch count when a watch is removed
2009-07-02 Keith Packardfs/notify/inotify: decrement user inotify count on...
2009-06-19 Eric Parisinotify: inotify_destroy_mark_entry could get called...
2009-06-11 Eric Parisinotify: reimplement inotify using fsnotify
2009-05-06 Wu Fengguanginotify: use GFP_NOFS in kernel_event() to work around...
2009-01-26 Vegard Nossuminotify: clean up inotify_read and fix locking problems
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 29
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 28
2009-01-05 Michael Kerriskinotify: fix type errors in interfaces
2008-12-31 Eric Parisfilesystem notification: create fs/notify to contain...