Commit Graph

78 Commits (5ceba7bab02df45260452e06f3b9c391ad1d776e)

Author SHA1 Message Date
Al Viro c63181e6b6 vfs: move fsnotify junk to struct mount 13 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Justin P. Mattock ae0e47f02a Remove one to many n's in a word 14 years ago
Eric Paris 7d13162332 fanotify: fill in the metadata_len field on struct fanotify_event_metadata 14 years ago
Lino Sanfilippo fdbf3ceeb6 fanotify: Dont try to open a file descriptor for the overflow event 14 years ago
Eric Paris 2637919893 fanotify: do not leak user reference on allocation failure 14 years ago
Lino Sanfilippo 09e5f14e57 fanotify: on group destroy allow all waiters to bypass permission check 14 years ago
Lino Sanfilippo 1734dee4e3 fanotify: Dont allow a mask of 0 if setting or removing a mark 14 years ago
Lino Sanfilippo fa218ab98c fanotify: correct broken ref counting in case adding a mark failed 14 years ago
Eric Paris ecf6f5e7d6 fanotify: deny permissions when no event was sent 14 years ago
Michael Witten 6aaccece1c Kconfig: typo: and -> an 14 years ago
Lino Sanfilippo 1a5cea7215 make fanotify_read() restartable across signals 14 years ago
Andrew Morton 19ba54f464 fs/notify/fanotify/fanotify_user.c: fix warnings 14 years ago
Eric Paris 192ca4d194 fanotify: do not recalculate the mask if the ignored mask changed 14 years ago
Eric Paris 8fcd65280a fanotify: ignore events on directories unless specifically requested 14 years ago
Eric Paris e1c048ba78 fanotify: do not send events for irregular files 14 years ago
Eric Paris 4afeff8505 fanotify: limit number of listeners per user 14 years ago
Eric Paris ac7e22dcfa fanotify: allow userspace to override max marks 14 years ago
Eric Paris e7099d8a5a fanotify: limit the number of marks in a single fanotify group 14 years ago
Eric Paris 5dd03f55fd fanotify: allow userspace to override max queue depth 14 years ago
Eric Paris 2529a0df0f fsnotify: implement a default maximum queue depth 14 years ago
Eric Paris 5322a59f14 fanotify: ignore fanotify ignore marks if open writers 14 years ago
Eric Paris 4231a23530 fanotify: implement fanotify listener ordering 14 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