Commit Graph

201396 Commits (ba643f04cdda170215c8820acd3e201936fc512d)
 

Author SHA1 Message Date
Eric Paris ba643f04cd fsnotify: clear marks to 0 in fsnotify_init_mark 15 years ago
Eric Paris 5444e2981c fsnotify: split generic and inode specific mark code 15 years ago
Andreas Gruenbacher 32c3263221 fanotify: Add pids to events 15 years ago
Andreas Gruenbacher 22aa425dec fanotify: create_fd cleanup 15 years ago
Heiko Carstens 9bbfc964b8 fanotify: CONFIG_HAVE_SYSCALL_WRAPPERS for sys_fanotify_mark 15 years ago
Paul Mundt ef601a9cfd fanotify: select ANON_INODES. 15 years ago
Eric Paris a1014f1023 fanotify: send events using read 15 years ago
Eric Paris 2a3edf8604 fanotify: fanotify_mark syscall implementation 15 years ago
Eric Paris bbaa4168b2 fanotify: sys_fanotify_mark declartion 15 years ago
Eric Paris 52c923dd07 fanotify: fanotify_init syscall implementation 15 years ago
Eric Paris 11637e4b7d fanotify: fanotify_init syscall declaration 15 years ago
Eric Paris 9dced01a09 fanotify: do not clone on merge unless needed 15 years ago
Eric Paris a12a7dd328 fanotify: merge notification events with different masks 15 years ago
Eric Paris 767cd46c33 fanotify:drop notification if they exist in the outgoing queue 15 years ago
Eric Paris ff0b16a985 fanotify: fscking all notification system 15 years ago
Signed-off-by: Wu Fengguang 12ed2e36c9 fanotify: FMODE_NONOTIFY and __O_SYNC in sparc conflict 15 years ago
Eric Paris ecf081d1a7 vfs: introduce FMODE_NONOTIFY 15 years ago
Andreas Gruenbacher 3556608709 fsnotify: take inode->i_lock inside fsnotify_find_mark_entry() 15 years ago
Eric Paris ef5e2b785f dnotify: rename mark_entry to mark 15 years ago
Eric Paris 000285deb9 inotify: rename mark_entry to just mark 15 years ago
Eric Paris 841bdc10f5 fsnotify: 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
Andreas Gruenbacher 72acc85442 fsnotify: kill FSNOTIFY_EVENT_FILE 15 years ago
Eric Paris 098cf2fc77 fsnotify: add flags to fsnotify_mark_entries 15 years ago
Eric Paris 4136510dd6 fsnotify: add vfsmount specific fields to the fsnotify_mark_entry union 15 years ago
Eric Paris 2823e04de4 fsnotify: put inode specific fields in an fsnotify_mark in a union 15 years ago
Eric Paris 3a9fb89f4c fsnotify: include vfsmount in should_send_event when appropriate 15 years ago
Eric Paris 7131485a93 fsnotify: mount point listeners list and global mask 15 years ago
Eric Paris 4ca763523e fsnotify: add groups to fsnotify_inode_groups when registering inode watch 15 years ago
Eric Paris 36fddebaa8 fsnotify: initialize the group->num_marks in a better place 15 years ago
Eric Paris 19c2a0e1a2 fsnotify: rename fsnotify_groups to fsnotify_inode_groups 15 years ago
Eric Paris 0d2e2a1d00 fsnotify: drop mask argument from fsnotify_alloc_group 15 years ago
Eric Paris 220d14df0d Audit: only set group mask when something is being watched 15 years ago
Eric Paris ffab83402f fsnotify: fsnotify_obtain_group should be fsnotify_alloc_group 15 years ago
Eric Paris cd7752ce7c fsnotify: fsnotify_obtain_group kzalloc cleanup 15 years ago
Eric Paris 74be0cc828 fsnotify: remove group_num altogether 15 years ago
Eric Paris cac69dad32 fsnotify: lock annotation for event replacement 15 years ago
Eric Paris 1201a5361b fsnotify: replace an event on a list 15 years ago
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 2a12a9d781 fsnotify: pass a file instead of an inode to open, read, and write 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