[media] V4L: soc-camera: protect hosts during probing from overzealous user-space
[linux-flexiantxendom0-3.2.10.git] / include / linux / fsnotify_backend.h
2011-07-26 Arun Sharmaatomic: use <linux/atomic.h>
2011-01-07 Nick Pigginfs: dcache remove dcache_lock
2010-12-07 Lino Sanfilippofanotify: on group destroy allow all waiters to bypass...
2010-10-28 Richard Kennedyfsnotify: remove alignment padding from fsnotify_mark...
2010-10-28 Eric Parisfsnotify: rename FS_IN_ISDIR to FS_ISDIR
2010-10-28 Eric Parisfanotify: limit number of listeners per user
2010-10-28 Eric Parisfanotify: limit the number of marks in a single fanotif...
2010-10-28 Eric Parisfsnotify: call fsnotify_parent in perm events
2010-10-28 Eric Parisfsnotify: correctly handle return codes from listeners
2010-10-28 Eric Parisfsnotify: implement ordering between notifiers
2010-08-23 Eric Parisfanotify: flush outstanding perm requests on group...
2010-08-12 Linus TorvaldsRevert "fsnotify: store struct file not struct path"
2010-07-28 Eric Parisfanotify: use both marks when possible
2010-07-28 Eric Parisfsnotify: pass both the vfsmount mark and inode mark
2010-07-28 Eric Parisfsnotify: remove global fsnotify groups lists
2010-07-28 Eric Parisfsnotify: remove group->mask
2010-07-28 Eric Parisfsnotify: remove the global masks
2010-07-28 Eric Parisfsnotify: send fsnotify_mark to groups in event handlin...
2010-07-28 Eric Parisfsnotify: srcu to protect read side of inode and vfsmou...
2010-07-28 Eric Parisfsnotify: use an explicit flag to indicate fsnotify_des...
2010-07-28 Eric Parisfsnotify: store struct file not struct path
2010-07-28 Eric Parisfsnotify: fsnotify_add_notify_event should return an...
2010-07-28 Eric Parisfanotify: groups can specify their f_flags for new fd
2010-07-28 Eric Parisfsnotify: check to make sure all fsnotify bits are...
2010-07-28 Eric Parisinotify: allow users to request not to recieve events...
2010-07-28 Eric Parisfanotify: drop the useless priority argument
2010-07-28 Eric Parisfanotify: permissions and blocking
2010-07-28 Eric Parisfsnotify: new fsnotify hooks and events types for acces...
2010-07-28 Eric Parisfsnotify: use unsigned char * for dentry->d_name.name
2010-07-28 Eric Parisfsnotify: intoduce a notification merge argument
2010-07-28 Eric Parisfsnotify: add group priorities
2010-07-28 Eric Parisfanotify: clear all fanotify marks
2010-07-28 Eric Parisfsnotify: allow ignored_mask to survive modification
2010-07-28 Eric Parisfsnotify: ignored_mask - excluding notification
2010-07-28 Eric Parisfsnotify: allow marks to not pin inodes in core
2010-07-28 Eric Parisfanotify: should_send_event needs to handle vfsmounts
2010-07-28 Andreas Gruenbacherfsnotify: Infrastructure for per-mount watches
2010-07-28 Eric Parisfsnotify: vfsmount marks generic functions
2010-07-28 Eric Parisfsnotify: split generic and inode specific mark code
2010-07-28 Andreas Gruenbacherfanotify: Add pids to events
2010-07-28 Eric Parisfsnotify: rename mark_entry to just mark
2010-07-28 Eric Parisfsnotify: rename fsnotify_find_mark_entry to fsnotify_f...
2010-07-28 Eric Parisfsnotify: rename fsnotify_mark_entry to just fsnotify_mark
2010-07-28 Andreas Gruenbacherfsnotify: kill FSNOTIFY_EVENT_FILE
2010-07-28 Eric Parisfsnotify: add flags to fsnotify_mark_entries
2010-07-28 Eric Parisfsnotify: add vfsmount specific fields to the fsnotify_...
2010-07-28 Eric Parisfsnotify: put inode specific fields in an fsnotify_mark...
2010-07-28 Eric Parisfsnotify: include vfsmount in should_send_event when...
2010-07-28 Eric Parisfsnotify: mount point listeners list and global mask
2010-07-28 Eric Parisfsnotify: rename fsnotify_groups to fsnotify_inode_groups
2010-07-28 Eric Parisfsnotify: drop mask argument from fsnotify_alloc_group
2010-07-28 Eric Parisfsnotify: fsnotify_obtain_group should be fsnotify_allo...
2010-07-28 Eric Parisfsnotify: remove group_num altogether
2010-07-28 Eric Parisfsnotify: replace an event on a list
2010-07-28 Eric Parisfsnotify: clone existing events
2010-07-28 Eric Parisfsnotify: per group notification queue merge types
2010-07-28 Eric Parisfsnotify: send struct file when sending events to paren...
2010-07-28 Eric Parisfsnotify: include data in should_send calls
2010-07-28 Eric Parisfsnotify: provide the data type to should_send_event
2010-07-28 Eric Parisaudit: reimplement audit_trees using fsnotify rather...
2010-07-28 Eric Parisfsnotify: allow addition of duplicate fsnotify marks
2010-07-28 Eric Parisfsnotify: duplicate fsnotify_mark_entry data between...
2010-07-28 Eric Parisaudit: convert audit watches to use fsnotify instead...
2009-07-21 Eric Parisinotify: use GFP_NOFS under potential memory pressure
2009-06-29 Jeremy Kerrfs: allow d_instantiate to be called with negative...
2009-06-11 Eric Parisinotify: reimplement inotify using fsnotify
2009-06-11 Eric Parisfsnotify: handle filesystem unmounts with fsnotify...
2009-06-11 Eric Parisfsnotify: allow groups to add private data to events
2009-06-11 Eric Parisfsnotify: add correlations between events
2009-06-11 Eric Parisfsnotify: include pathnames with entries when possible
2009-06-11 Eric Parisfsnotify: generic notification queue and waitq
2009-06-11 Eric Parisdnotify: reimplement dnotify using fsnotify
2009-06-11 Eric Parisfsnotify: parent event notification
2009-06-11 Eric Parisfsnotify: add marks to inodes so groups can interpret...
2009-06-11 Eric Parisfsnotify: unified filesystem notification backend