Commit Graph

233 Commits (148817ba092f9f6edd35bad3c6c6b8e8f90fe2ed)

Author SHA1 Message Date
Eric Paris b4e4e14073 fsnotify: clone existing events 15 years ago
Eric Paris 74766bbfa9 fsnotify: per group notification queue merge types 15 years ago
Eric Paris 28c60e37f8 fsnotify: send struct file when sending events to parents when possible 15 years ago
Eric Paris 8112e2d6a7 fsnotify: include data in should_send calls 15 years ago
Eric Paris 7b0a04fbfb fsnotify: provide the data type to should_send_event 15 years ago
Eric Paris d7f0ce4e43 inotify: do not spam console without limit 15 years ago
Eric Paris 2dfc1cae4c inotify: remove inotify in kernel interface 15 years ago
Eric Paris 7050c48826 inotify: do not reuse watch descriptors 15 years ago
Eric Paris 6f3a539e3b fsnotify: use kmem_cache_zalloc to simplify event initialization 15 years ago
Eric Paris f0553af054 fsnotify: kzalloc fsnotify groups 15 years ago
Eric Paris 31ddd3268d inotify: use container_of instead of casting 15 years ago
Eric Paris b4277d3dd5 fsnotify: use fsnotify_create_event to allocate the q_overflow event 15 years ago
Eric Paris 40554c3dae fsnotify: allow addition of duplicate fsnotify marks 15 years ago
Eric Paris 9e1c74321d fsnotify: duplicate fsnotify_mark_entry data between 2 marks 15 years ago
Eric Paris b7ba837153 inotify: simplify the inotify idr handling 15 years ago
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