Commit Graph

201455 Commits (c496313fcc35a41e176e3f19cdda2544ea3a32a6)
 

Author SHA1 Message Date
Eric Paris c496313fcc dnotify: use the mark in handler functions 15 years ago
Eric Paris 7f6b6117e1 inotify: 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
Andreas Gruenbacher 8778abb9a8 fsnotify: Exchange list heads instead of moving elements 15 years ago
Eric Paris 75c1be487a fsnotify: srcu to protect read side of inode and vfsmount locks 15 years ago
Eric Paris 700307a29a fsnotify: use an explicit flag to indicate fsnotify_destroy_mark has been called 15 years ago
Eric Paris a4c6e9961f fsnotify: use _rcu functions for mark list traversal 15 years ago
Eric Paris 0c6532e4e3 fsnotify: place marks on object in order of group memory address 15 years ago
Eric Paris c1e5c95402 vfs/fsnotify: fsnotify_close can delay the final work in fput 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 5ba08e2eeb fsnotify: add pr_debug throughout 15 years ago
Eric Paris 80af258867 fanotify: groups can specify their f_flags for new fd 15 years ago
Eric Paris 20dee624ca fsnotify: check to make sure all fsnotify bits are unique 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
Eric Paris ff311008ab inotify: fix inotify oneshot support 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
H Hartley Sweeten 0a24887afa inotify_user.c: make local symbol static 15 years ago
Eric Paris fb1cfb88c8 fsnotify: initialize mask in fsnotify_perm 15 years ago
Eric Paris b31d397e43 fsnotify: call iput on inodes when no longer marked 15 years ago
Jean-Christophe Dubois 98b5c10d32 fanotify: do not always return 0 in fsnotify 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 c4ec54b40d fsnotify: new fsnotify hooks and events types for access decisions 15 years ago
Dave Young d14f172948 sysctl extern cleanup: inotify 15 years ago
Alexey Dobriyan 6e006701cc dnotify: move dir_notify_enable declaration 15 years ago
Eric Paris 59b0df211b fsnotify: use unsigned char * for dentry->d_name.name 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 c908370fc1 fsnotify: allow ignored_mask to survive modification 15 years ago
Eric Paris e898386146 fsnotify: clear ignored mask on 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 33af5e32e0 fsnotify: ignored_mask - excluding notification 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