summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2010-07-28fsnotify: new fsnotify hooks and events types for access decisionsEric Paris
2010-07-28sysctl extern cleanup: inotifyDave Young
2010-07-28dnotify: move dir_notify_enable declarationAlexey Dobriyan
2010-07-28fsnotify: use unsigned char * for dentry->d_name.nameEric Paris
2010-07-28fsnotify: intoduce a notification merge argumentEric Paris
2010-07-28fsnotify: add group prioritiesEric Paris
2010-07-28fanotify: clear all fanotify marksEric Paris
2010-07-28fanotify: allow ignored_masks to survive modifyEric Paris
2010-07-28fsnotify: allow ignored_mask to survive modificationEric Paris
2010-07-28fanotify: allow users to set an ignored_maskEric Paris
2010-07-28fsnotify: ignored_mask - excluding notificationEric Paris
2010-07-28fsnotify: allow marks to not pin inodes in coreEric Paris
2010-07-28fanotify: remove fanotify.h declarationsAndreas Gruenbacher
2010-07-28fanotify: rename FAN_MARK_ON_VFSMOUNT to FAN_MARK_MOUNTAndreas Gruenbacher
2010-07-28fanotify: hooks the fanotify_mark syscall to the vfsmount codeEric Paris
2010-07-28fanotify: should_send_event needs to handle vfsmountsEric Paris
2010-07-28fsnotify: Infrastructure for per-mount watchesAndreas Gruenbacher
2010-07-28fsnotify: vfsmount marks generic functionsEric Paris
2010-07-28fsnotify/vfsmount: add fsnotify fields to struct vfsmountAndreas Gruenbacher
2010-07-28fsnotify: split generic and inode specific mark codeEric Paris
2010-07-28fanotify: Add pids to eventsAndreas Gruenbacher
2010-07-28fanotify: send events using readEric Paris
2010-07-28fanotify: fanotify_mark syscall implementationEric Paris
2010-07-28fanotify: sys_fanotify_mark declartionEric Paris
2010-07-28fanotify: fanotify_init syscall implementationEric Paris
2010-07-28fanotify: fanotify_init syscall declarationEric Paris
2010-07-28fanotify: fscking all notification systemEric Paris
2010-07-28fanotify: FMODE_NONOTIFY and __O_SYNC in sparc conflictSigned-off-by: Wu Fengguang
2010-07-28vfs: introduce FMODE_NONOTIFYEric Paris
2010-07-28fsnotify: rename mark_entry to just markEric Paris
2010-07-28fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_markEric Paris
2010-07-28fsnotify: rename fsnotify_mark_entry to just fsnotify_markEric Paris
2010-07-28fsnotify: kill FSNOTIFY_EVENT_FILEAndreas Gruenbacher
2010-07-28fsnotify: add flags to fsnotify_mark_entriesEric Paris
2010-07-28fsnotify: add vfsmount specific fields to the fsnotify_mark_entry unionEric Paris
2010-07-28fsnotify: put inode specific fields in an fsnotify_mark in a unionEric Paris
2010-07-28fsnotify: include vfsmount in should_send_event when appropriateEric Paris
2010-07-28fsnotify: mount point listeners list and global maskEric Paris
2010-07-28fsnotify: rename fsnotify_groups to fsnotify_inode_groupsEric Paris
2010-07-28fsnotify: drop mask argument from fsnotify_alloc_groupEric Paris
2010-07-28fsnotify: fsnotify_obtain_group should be fsnotify_alloc_groupEric Paris
2010-07-28fsnotify: remove group_num altogetherEric Paris
2010-07-28fsnotify: replace an event on a listEric Paris
2010-07-28fsnotify: clone existing eventsEric Paris
2010-07-28fsnotify: per group notification queue merge typesEric Paris
2010-07-28fsnotify: send struct file when sending events to parents when possibleEric Paris
2010-07-28fsnotify: pass a file instead of an inode to open, read, and writeEric Paris
2010-07-28fsnotify: include data in should_send callsEric Paris
2010-07-28fsnotify: provide the data type to should_send_eventEric Paris
2010-07-28inotify: remove inotify in kernel interfaceEric Paris