Commit Graph

66 Commits (c97b73939a3ed8618ad1baf3be4c8f5d11426de6)

Author SHA1 Message Date
Lino Sanfilippo 1a5cea7215 make fanotify_read() restartable across signals 15 years ago
Andrew Morton 19ba54f464 fs/notify/fanotify/fanotify_user.c: fix warnings 15 years ago
Eric Paris 192ca4d194 fanotify: do not recalculate the mask if the ignored mask changed 15 years ago
Eric Paris 8fcd65280a fanotify: ignore events on directories unless specifically requested 15 years ago
Eric Paris e1c048ba78 fanotify: do not send events for irregular files 15 years ago
Eric Paris 4afeff8505 fanotify: limit number of listeners per user 15 years ago
Eric Paris ac7e22dcfa fanotify: allow userspace to override max marks 15 years ago
Eric Paris e7099d8a5a fanotify: limit the number of marks in a single fanotify group 15 years ago
Eric Paris 5dd03f55fd fanotify: allow userspace to override max queue depth 15 years ago
Eric Paris 2529a0df0f fsnotify: implement a default maximum queue depth 15 years ago
Eric Paris 5322a59f14 fanotify: ignore fanotify ignore marks if open writers 15 years ago
Eric Paris 4231a23530 fanotify: implement fanotify listener ordering 15 years ago
Arnd Bergmann 6038f373a3 llseek: automatically add .llseek fop 15 years ago
Andreas Gruenbacher a2f13ad0ba fanotify: Return EPERM when a process is not privileged 15 years ago
Tvrtko Ursulin ff8d6e9831 fanotify: drop duplicate pr_debug statement 15 years ago
Eric Paris 2eebf582c9 fanotify: flush outstanding perm requests on group destroy 15 years ago
Linus Torvalds 2069601b3f Revert "fsnotify: store struct file not struct path" 15 years ago
Eric Paris 1968f5eed5 fanotify: use both marks when possible 15 years ago
Eric Paris ce8f76fb73 fsnotify: pass both the vfsmount mark and inode mark 15 years ago
Eric Paris 43709a288e fsnotify: remove group->mask 15 years ago
Eric Paris 2612abb51b fsnotify: cleanup should_send_event 15 years ago
Eric Paris 0215054f37 fanotify: use the mark in handler functions 15 years ago
Eric Paris 3a9b16b407 fsnotify: send fsnotify_mark to groups in event handling functions 15 years ago
Eric Paris 3bcf3860a4 fsnotify: store struct file not struct path 15 years ago
Eric Paris f70ab54cc6 fsnotify: fsnotify_add_notify_event should return an event 15 years ago
Eric Paris 80af258867 fanotify: groups can specify their f_flags for new fd 15 years ago
Tejun Heo e4e047a220 fsnotify: update gfp/slab.h includes 15 years ago
Eric Paris 08ae89380a fanotify: drop the useless priority argument 15 years ago
Eric Paris 269ed32a9c fanotify: default Kconfig to n 15 years ago
Eric Paris 8860f060e4 fanotify: do not return 0 in a void function 15 years ago
Eric Paris b2d879096a fanotify: userspace interface for permission responses 15 years ago
Eric Paris 9e66e4233d fanotify: permissions and blocking 15 years ago
Eric Paris 43ed7e16a8 fanotify: use merge argument to determine actual event added to queue 15 years ago
Eric Paris 6e5f77b32e fsnotify: intoduce a notification merge argument 15 years ago
Eric Paris cb2d429faf fsnotify: add group priorities 15 years ago
Eric Paris 4d92604cc9 fanotify: clear all fanotify marks 15 years ago
Eric Paris c9778a98e7 fanotify: allow ignored_masks to survive modify 15 years ago
Eric Paris b9e4e3bd04 fanotify: allow users to set an ignored_mask 15 years ago
Eric Paris 32a4df13b8 fanotify: ignored_mask to ignore events 15 years ago
Eric Paris 90b1e7a578 fsnotify: allow marks to not pin inodes in core 15 years ago
Andreas Gruenbacher 33d3dfff45 fanotify: remove outgoing function checks in fanotify.h 15 years ago
Andreas Gruenbacher 88380fe66e fanotify: remove fanotify.h declarations 15 years ago
Andreas Gruenbacher f3640192c0 fanotify: split fanotify_remove_mark 15 years ago
Andreas Gruenbacher eac8e9e80c fanotify: rename FAN_MARK_ON_VFSMOUNT to FAN_MARK_MOUNT 15 years ago
Eric Paris 0ff21db9fc fanotify: hooks the fanotify_mark syscall to the vfsmount code 15 years ago
Andreas Gruenbacher 90dd201d1a fanotify: remove fanotify_add_mark 15 years ago
Andreas Gruenbacher 52202dfbd9 fanotify: do not return pointer from fanotify_add_*_mark 15 years ago
Andreas Gruenbacher 912ee3946c fanotify: do not call fanotify_update_object_mask in fanotify_add_mark 15 years ago
Andreas Gruenbacher 088b09b0ac fanotify: do not call fanotify_update_object_mask in fanotify_remove_mark 15 years ago
Andreas Gruenbacher c6223f4649 fanotify: remove fanotify_update_mark 15 years ago