aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fsnotify_backend.h
AgeCommit message (Expand)Author
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-01-07fs: dcache remove dcache_lockNick Piggin
2010-12-07fanotify: on group destroy allow all waiters to bypass permission checkLino Sanfilippo
2010-10-28fsnotify: remove alignment padding from fsnotify_mark on 64 bit buildsRichard Kennedy
2010-10-28fsnotify: rename FS_IN_ISDIR to FS_ISDIREric Paris
2010-10-28fanotify: limit number of listeners per userEric Paris
2010-10-28fanotify: limit the number of marks in a single fanotify groupEric Paris
2010-10-28fsnotify: call fsnotify_parent in perm eventsEric Paris
2010-10-28fsnotify: correctly handle return codes from listenersEric Paris
2010-10-28fsnotify: implement ordering between notifiersEric Paris
2010-08-22fanotify: flush outstanding perm requests on group destroyEric Paris
2010-08-12Revert "fsnotify: store struct file not struct path"Linus Torvalds
2010-07-28fanotify: use both marks when possibleEric Paris
2010-07-28fsnotify: pass both the vfsmount mark and inode markEric Paris
2010-07-28fsnotify: remove global fsnotify groups listsEric Paris
2010-07-28fsnotify: remove group->maskEric Paris
2010-07-28fsnotify: remove the global masksEric Paris
2010-07-28fsnotify: send fsnotify_mark to groups in event handling functionsEric Paris
2010-07-28fsnotify: srcu to protect read side of inode and vfsmount locksEric Paris
2010-07-28fsnotify: use an explicit flag to indicate fsnotify_destroy_mark has been calledEric Paris
2010-07-28fsnotify: store struct file not struct pathEric Paris
2010-07-28fsnotify: fsnotify_add_notify_event should return an eventEric Paris
2010-07-28fanotify: groups can specify their f_flags for new fdEric Paris
2010-07-28fsnotify: check to make sure all fsnotify bits are uniqueEric Paris
2010-07-28inotify: allow users to request not to recieve events on unlinked childrenEric Paris
2010-07-28fanotify: drop the useless priority argumentEric Paris
2010-07-28fanotify: permissions and blockingEric Paris
2010-07-28fsnotify: new fsnotify hooks and events types for access decisionsEric Paris
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-28fsnotify: allow ignored_mask to survive modificationEric Paris
2010-07-28fsnotify: ignored_mask - excluding notificationEric Paris
2010-07-28fsnotify: allow marks to not pin inodes in coreEric 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: split generic and inode specific mark codeEric Paris
2010-07-28fanotify: Add pids to eventsAndreas Gruenbacher
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