Commit Graph

63 Commits (b8ab5397bcbd92e3fd4a9770e0bf59315fa38dab)

Author SHA1 Message Date
Al Viro 1712ac8fda Saner locking around deactivate_super() 15 years ago
Al Viro b20bd1a5e7 get rid of S_BIAS 15 years ago
Pavel Emelyanov b3b38d842f inotify: don't leak user struct on inotify release 15 years ago
Eric Paris e08733446e inotify: race use after free/double free in inotify inode marks 15 years ago
Eric Paris 3dbc6fb6a3 inotify: clean up the inotify_add_watch out path 15 years ago
Russell King e7b702b1a8 Inotify: undefined reference to `anon_inode_getfd' 15 years ago
Ralf Baechle 12b1b32168 Inotify: Fix build failure in inotify user support 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Al Viro c44dcc56d2 switch inotify_user to anon_inode 15 years ago
Eric Paris 976ae32be4 inotify: only warn once for inotify problems 15 years ago
Eric Paris 9e572cc987 inotify: do not reuse watch descriptors 15 years ago
Al Viro 2c48b9c455 switch alloc_file() to passing struct path 15 years ago
Al Viro 825f9692fb switched inotify_init1() to alloc_file() 15 years ago
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