Commit Graph

49 Commits (28dfef8febe48f59cf1e7596e1992a6a1893ca24)

Author SHA1 Message Date
Giuseppe Scrivano 336e8683b9 inotify: remove superfluous return code check 15 years ago
Eric W. Biederman 6d4561110a sysctl: Drop & in front of every proc_handler. 15 years ago
Eric W. Biederman ab09203e30 sysctl fs: Remove dead binary sysctl support 15 years ago
Andreas Gruenbacher 945526846a dnotify: ignore FS_EVENT_ON_CHILD 16 years ago
Wei Yongjun 3de0ef4f20 inotify: fix coalesce duplicate events into a single event in special case 16 years ago
Eric Paris 9f0d793b52 fsnotify: do not set group for a mark before it is on the i_list 16 years ago
Eric Paris 750a8870fe inotify: update the group mask on mark addition 16 years ago
Eric Paris 83cb10f0ef inotify: fix length reporting and size checking 16 years ago
Brian Rogers b962e7312a inotify: do not send a block of zeros when no pathname is available 16 years ago
Eric W. Biederman 0db501bd06 inotify: Ensure we alwasy write the terminating NULL. 16 years ago
Eric Paris dead537dd8 inotify: fix locking around inotify watching in the idr 16 years ago
Eric Paris cf4374267f inotify: do not BUG on idr entries at inotify destruction 16 years ago
Eric Paris 52cef7555a inotify: seperate new watch creation updating existing watches 16 years ago
Eric Paris 08e53fcb0d inotify: start watch descriptor count at 1 16 years ago
Eric Paris cd94c8bbef inotify: tail drop inotify q_overflow events 16 years ago
Eric Paris eef3a116be notify: unused event private race 16 years ago
Eric Paris f44aebcc56 inotify: use GFP_NOFS under potential memory pressure 16 years ago
Eric Paris c05594b621 fsnotify: fix inotify tail drop check with path entries 16 years ago
Eric Paris 4a148ba988 inotify: check filename before dropping repeat events 16 years ago
Eric Paris 520dc2a526 fsnotify: use def_bool in kconfig instead of letting the user choose 16 years ago
Eric Paris 7e790dd5fc inotify: fix error paths in inotify_update_watch 16 years ago
Eric Paris 75fe2b2639 inotify: do not leak inode marks in inotify_add_watch 16 years ago
Eric Paris 5549f7cdf8 inotify: drop user watch count when a watch is removed 16 years ago
Keith Packard bdae997f44 fs/notify/inotify: decrement user inotify count on close 16 years ago
Eric Paris 528da3e9e2 inotify: inotify_destroy_mark_entry could get called twice 16 years ago
Eric Paris a092ee20fd fsnotify: allow groups to set freeing_mark to null 16 years ago
Eric Paris e42e27736d inotify/dnotify: should_send_event shouldn't match on FS_EVENT_ON_CHILD 16 years ago
Eric Paris ce61856bd2 dnotify: do not bother to lock entry->lock when reading mask 16 years ago
Eric Paris 5ac697b793 dnotify: do not use ?true:false when assigning to a bool 16 years ago
Eric Paris 63c882a054 inotify: reimplement inotify using fsnotify 16 years ago
Eric Paris 164bc61951 fsnotify: handle filesystem unmounts with fsnotify marks 16 years ago
Eric Paris 1ef5f13c6c fsnotify: fsnotify marks on inodes pin them in core 16 years ago
Eric Paris e4aff11736 fsnotify: allow groups to add private data to events 16 years ago
Eric Paris 47882c6f51 fsnotify: add correlations between events 16 years ago
Eric Paris 62ffe5dfba fsnotify: include pathnames with entries when possible 16 years ago
Eric Paris a2d8bc6cb4 fsnotify: generic notification queue and waitq 16 years ago
Eric Paris 3c5119c05d dnotify: reimplement dnotify using fsnotify 16 years ago
Eric Paris c28f7e56e9 fsnotify: parent event notification 16 years ago
Eric Paris 3be25f49b9 fsnotify: add marks to inodes so groups can interpret how to handle those inodes 16 years ago
Eric Paris 90586523eb fsnotify: unified filesystem notification backend 16 years ago
Wu Fengguang 381a80e6df inotify: use GFP_NOFS in kernel_event() to work around a lockdep false-positive 16 years ago
Nick Piggin aabb8fdb41 fs: avoid I_NEW inodes 16 years ago
Ingo Molnar f04b30de3c inotify: fix GFP_KERNEL related deadlock 16 years ago
Vegard Nossum 3632dee2f8 inotify: clean up inotify_read and fix locking problems 16 years ago
Heiko Carstens 2e4d0924eb [CVE-2009-0029] System call wrappers part 29 16 years ago
Heiko Carstens 938bb9f5e8 [CVE-2009-0029] System call wrappers part 28 16 years ago
Michael Kerrisk 4ae8978cf9 inotify: fix type errors in interfaces 16 years ago
Eric Paris 272eb01485 filesystem notification: create fs/notify to contain all fs notification 16 years ago