nfsd4: reshuffle lease-setting code to allow reuse
[safe/jmp/linux-2.6] / fs / notify /
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-10-20 Andreas Gruenbacherdnotify: ignore FS_EVENT_ON_CHILD
2009-10-18 Wei Yongjuninotify: fix coalesce duplicate events into a single...
2009-10-18 Eric Parisfsnotify: do not set group for a mark before it is...
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 Parisinotify: tail drop inotify q_overflow events
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: fix inotify tail drop check with path entries
2009-07-21 Eric Parisinotify: check filename before dropping repeat events
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 Parisfsnotify: allow groups to set freeing_mark to null
2009-06-11 Eric Parisinotify/dnotify: should_send_event shouldn't match...
2009-06-11 Eric Parisdnotify: do not bother to lock entry->lock when reading...
2009-06-11 Eric Parisdnotify: do not use ?true:false when assigning to a...
2009-06-11 Eric Parisinotify: reimplement inotify using fsnotify
2009-06-11 Eric Parisfsnotify: handle filesystem unmounts with fsnotify...
2009-06-11 Eric Parisfsnotify: fsnotify marks on inodes pin them in core
2009-06-11 Eric Parisfsnotify: allow groups to add private data to events
2009-06-11 Eric Parisfsnotify: add correlations between events
2009-06-11 Eric Parisfsnotify: include pathnames with entries when possible
2009-06-11 Eric Parisfsnotify: generic notification queue and waitq
2009-06-11 Eric Parisdnotify: reimplement dnotify using fsnotify
2009-06-11 Eric Parisfsnotify: parent event notification
2009-06-11 Eric Parisfsnotify: add marks to inodes so groups can interpret...
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...