aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-28fsnotify: send fsnotify_mark to groups in event handling functionsEric Paris1-3/+4
2010-07-28fsnotify: srcu to protect read side of inode and vfsmount locksEric Paris1-0/+1
2010-07-28fsnotify: use an explicit flag to indicate fsnotify_destroy_mark has been calledEric Paris1-0/+1
2010-07-28fsnotify: store struct file not struct pathEric Paris2-29/+24
2010-07-28fsnotify: fsnotify_add_notify_event should return an eventEric Paris1-7/+5
2010-07-28fanotify: groups can specify their f_flags for new fdEric Paris1-2/+5
2010-07-28fsnotify: check to make sure all fsnotify bits are uniqueEric Paris1-0/+9
2010-07-28inotify: force inotify and fsnotify use same bitsEric Paris1-0/+9
2010-07-28inotify: allow users to request not to recieve events on unlinked childrenEric Paris2-0/+2
2010-07-28fanotify: drop the useless priority argumentEric Paris2-3/+1
2010-07-28fsnotify: initialize mask in fsnotify_permEric Paris1-3/+5
2010-07-28fanotify: userspace interface for permission responsesEric Paris1-0/+5
2010-07-28fanotify: permissions and blockingEric Paris2-0/+30
2010-07-28fsnotify: new fsnotify hooks and events types for access decisionsEric Paris3-5/+30
2010-07-28sysctl extern cleanup: inotifyDave Young1-0/+5
2010-07-28dnotify: move dir_notify_enable declarationAlexey Dobriyan2-3/+1
2010-07-28fsnotify: use unsigned char * for dentry->d_name.nameEric Paris2-10/+11
2010-07-28fsnotify: intoduce a notification merge argumentEric Paris1-1/+4
2010-07-28fsnotify: add group prioritiesEric Paris1-0/+1
2010-07-28fanotify: clear all fanotify marksEric Paris2-0/+7
2010-07-28fanotify: allow ignored_masks to survive modifyEric Paris1-1/+3
2010-07-28fsnotify: allow ignored_mask to survive modificationEric Paris1-0/+1
2010-07-28fanotify: allow users to set an ignored_maskEric Paris1-1/+3
2010-07-28fsnotify: ignored_mask - excluding notificationEric Paris1-0/+3
2010-07-28fsnotify: allow marks to not pin inodes in coreEric Paris1-2/+5
2010-07-28fanotify: remove fanotify.h declarationsAndreas Gruenbacher1-7/+0
2010-07-28fanotify: rename FAN_MARK_ON_VFSMOUNT to FAN_MARK_MOUNTAndreas Gruenbacher1-2/+2
2010-07-28fanotify: hooks the fanotify_mark syscall to the vfsmount codeEric Paris1-1/+3
2010-07-28fanotify: should_send_event needs to handle vfsmountsEric Paris1-0/+2
2010-07-28fsnotify: Infrastructure for per-mount watchesAndreas Gruenbacher2-0/+12
2010-07-28fsnotify: vfsmount marks generic functionsEric Paris1-0/+2
2010-07-28fsnotify/vfsmount: add fsnotify fields to struct vfsmountAndreas Gruenbacher1-1/+5
2010-07-28fsnotify: split generic and inode specific mark codeEric Paris1-2/+3
2010-07-28fanotify: Add pids to eventsAndreas Gruenbacher2-0/+2
2010-07-28fanotify: send events using readEric Paris1-0/+24
2010-07-28fanotify: fanotify_mark syscall implementationEric Paris1-0/+13
2010-07-28fanotify: sys_fanotify_mark declartionEric Paris1-0/+3
2010-07-28fanotify: fanotify_init syscall implementationEric Paris1-0/+4
2010-07-28fanotify: fanotify_init syscall declarationEric Paris1-0/+2
2010-07-28fanotify: fscking all notification systemEric Paris2-0/+41
2010-07-28fanotify: FMODE_NONOTIFY and __O_SYNC in sparc conflictSigned-off-by: Wu Fengguang2-2/+2
2010-07-28vfs: introduce FMODE_NONOTIFYEric Paris3-9/+29
2010-07-28fsnotify: rename mark_entry to just markEric Paris1-13/+13
2010-07-28fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_markEric Paris1-2/+2
2010-07-28fsnotify: rename fsnotify_mark_entry to just fsnotify_markEric Paris3-29/+29
2010-07-28fsnotify: kill FSNOTIFY_EVENT_FILEAndreas Gruenbacher2-20/+21
2010-07-28fsnotify: add flags to fsnotify_mark_entriesEric Paris1-0/+3
2010-07-28fsnotify: add vfsmount specific fields to the fsnotify_mark_entry unionEric Paris1-0/+10
2010-07-28fsnotify: put inode specific fields in an fsnotify_mark in a unionEric Paris1-4/+13
2010-07-28fsnotify: include vfsmount in should_send_event when appropriateEric Paris1-1/+2