mmc: s3c6410: enable ADMA feature in 6410 sdhci controller
[safe/jmp/linux-2.6] / fs / notify / inotify /
2010-05-21 Al ViroSaner locking around deactivate_super()
2010-05-21 Al Viroget rid of S_BIAS
2010-05-14 Linus TorvaldsMerge branch 'for-linus' of git://git.infradead.org...
2010-05-14 Pavel Emelyanovinotify: don't leak user struct on inotify release
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-05-12 Russell KingInotify: undefined reference to `anon_inode_getfd'
2010-04-30 Ralf BaechleInotify: Fix build failure in inotify user support
2010-02-19 Al Viroswitch inotify_user to anon_inode
2010-01-15 Eric Parisinotify: only warn once for inotify problems
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: do not BUG on idr entries at inotify destruction
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 Parisfsnotify: use def_bool in kconfig instead of letting...
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/dnotify: should_send_event shouldn't match...
2009-06-11 Eric Parisinotify: reimplement inotify using fsnotify
2009-06-11 Eric Parisfsnotify: unified filesystem notification backend
2009-05-06 Wu Fengguanginotify: use GFP_NOFS in kernel_event() to work around...
2009-03-27 Nick Pigginfs: avoid I_NEW inodes
2009-02-18 Ingo Molnarinotify: fix GFP_KERNEL related deadlock
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...