Commit Graph

59 Commits (16cb839f13324978bd58082e69de81a711802b11)

Author SHA1 Message Date
Eric Paris a2ae4cc9a1 inotify: stop kernel memory leak on file creation failure 14 years ago
Eric Paris b29866aab8 fsnotify: rename FS_IN_ISDIR to FS_ISDIR 14 years ago
Arnd Bergmann 6038f373a3 llseek: automatically add .llseek fop 15 years ago
Eric Paris 43709a288e fsnotify: remove group->mask 15 years ago
Eric Paris f70ab54cc6 fsnotify: fsnotify_add_notify_event should return an event 15 years ago
Eric Paris 5ba08e2eeb fsnotify: add pr_debug throughout 15 years ago
Jerome Marchand 44b350fc23 inotify: Fix mask checks 15 years ago
Eric Paris f874e1ac21 inotify: force inotify and fsnotify use same bits 15 years ago
Eric Paris 8c1934c8d7 inotify: allow users to request not to recieve events on unlinked children 15 years ago
Eric Paris 611da04f7a inotify: send IN_UNMOUNT events 15 years ago
H Hartley Sweeten 0a24887afa inotify_user.c: make local symbol static 15 years ago
Eric Paris 6e5f77b32e fsnotify: intoduce a notification merge argument 15 years ago
Eric Paris 90b1e7a578 fsnotify: allow marks to not pin inodes in core 15 years ago
Eric Paris 5444e2981c fsnotify: split generic and inode specific mark code 15 years ago
Andreas Gruenbacher 3556608709 fsnotify: take inode->i_lock inside fsnotify_find_mark_entry() 15 years ago
Eric Paris 000285deb9 inotify: rename mark_entry to just mark 15 years ago
Eric Paris d07754412f fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_mark 15 years ago
Eric Paris e61ce86737 fsnotify: rename fsnotify_mark_entry to just fsnotify_mark 15 years ago
Eric Paris 2823e04de4 fsnotify: put inode specific fields in an fsnotify_mark in a union 15 years ago
Eric Paris 0d2e2a1d00 fsnotify: drop mask argument from fsnotify_alloc_group 15 years ago
Eric Paris ffab83402f fsnotify: fsnotify_obtain_group should be fsnotify_alloc_group 15 years ago
Eric Paris 74be0cc828 fsnotify: remove group_num altogether 15 years ago
Eric Paris 74766bbfa9 fsnotify: per group notification queue merge types 15 years ago
Eric Paris d7f0ce4e43 inotify: do not spam console without limit 15 years ago
Eric Paris 7050c48826 inotify: do not reuse watch descriptors 15 years ago
Eric Paris 31ddd3268d inotify: use container_of instead of casting 15 years ago
Eric Paris 40554c3dae fsnotify: allow addition of duplicate fsnotify marks 15 years ago
Eric Paris b7ba837153 inotify: simplify the inotify idr handling 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
Al Viro c44dcc56d2 switch inotify_user to anon_inode 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
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 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 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 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