aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fsnotify_backend.h
AgeCommit message (Expand)AuthorFilesLines
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-01-07fs: dcache remove dcache_lockGravatar Nick Piggin 1-4/+7
2010-12-07fanotify: on group destroy allow all waiters to bypass permission checkGravatar Lino Sanfilippo 1-1/+1
2010-10-28fsnotify: remove alignment padding from fsnotify_mark on 64 bit buildsGravatar Richard Kennedy 1-1/+1
2010-10-28fsnotify: rename FS_IN_ISDIR to FS_ISDIRGravatar Eric Paris 1-2/+2
2010-10-28fanotify: limit number of listeners per userGravatar Eric Paris 1-0/+1
2010-10-28fanotify: limit the number of marks in a single fanotify groupGravatar Eric Paris 1-0/+1
2010-10-28fsnotify: call fsnotify_parent in perm eventsGravatar Eric Paris 1-3/+5
2010-10-28fsnotify: correctly handle return codes from listenersGravatar Eric Paris 1-0/+2
2010-10-28fsnotify: implement ordering between notifiersGravatar Eric Paris 1-0/+8
2010-08-22fanotify: flush outstanding perm requests on group destroyGravatar Eric Paris 1-0/+1
2010-08-12Revert "fsnotify: store struct file not struct path"Gravatar Linus Torvalds 1-8/+8
2010-07-28fanotify: use both marks when possibleGravatar Eric Paris 1-1/+1
2010-07-28fsnotify: pass both the vfsmount mark and inode markGravatar Eric Paris 1-2/+5
2010-07-28fsnotify: remove global fsnotify groups listsGravatar Eric Paris 1-15/+0
2010-07-28fsnotify: remove group->maskGravatar Eric Paris 1-11/+0
2010-07-28fsnotify: remove the global masksGravatar Eric Paris 1-2/+0
2010-07-28fsnotify: send fsnotify_mark to groups in event handling functionsGravatar Eric Paris 1-3/+4
2010-07-28fsnotify: srcu to protect read side of inode and vfsmount locksGravatar Eric Paris 1-0/+1
2010-07-28fsnotify: use an explicit flag to indicate fsnotify_destroy_mark has been calledGravatar Eric Paris 1-0/+1
2010-07-28fsnotify: store struct file not struct pathGravatar Eric Paris 1-8/+8
2010-07-28fsnotify: fsnotify_add_notify_event should return an eventGravatar Eric Paris 1-7/+5
2010-07-28fanotify: groups can specify their f_flags for new fdGravatar Eric Paris 1-2/+5
2010-07-28fsnotify: check to make sure all fsnotify bits are uniqueGravatar Eric Paris 1-0/+9
2010-07-28inotify: allow users to request not to recieve events on unlinked childrenGravatar Eric Paris 1-0/+1
2010-07-28fanotify: drop the useless priority argumentGravatar Eric Paris 1-1/+0
2010-07-28fanotify: permissions and blockingGravatar Eric Paris 1-0/+12
2010-07-28fsnotify: new fsnotify hooks and events types for access decisionsGravatar Eric Paris 1-5/+10
2010-07-28fsnotify: use unsigned char * for dentry->d_name.nameGravatar Eric Paris 1-4/+5
2010-07-28fsnotify: intoduce a notification merge argumentGravatar Eric Paris 1-1/+4
2010-07-28fsnotify: add group prioritiesGravatar Eric Paris 1-0/+1
2010-07-28fanotify: clear all fanotify marksGravatar Eric Paris 1-0/+6
2010-07-28fsnotify: allow ignored_mask to survive modificationGravatar Eric Paris 1-0/+1
2010-07-28fsnotify: ignored_mask - excluding notificationGravatar Eric Paris 1-0/+3
2010-07-28fsnotify: allow marks to not pin inodes in coreGravatar Eric Paris 1-2/+5
2010-07-28fanotify: should_send_event needs to handle vfsmountsGravatar Eric Paris 1-0/+2
2010-07-28fsnotify: Infrastructure for per-mount watchesGravatar Andreas Gruenbacher 1-0/+4
2010-07-28fsnotify: vfsmount marks generic functionsGravatar Eric Paris 1-0/+2
2010-07-28fsnotify: split generic and inode specific mark codeGravatar Eric Paris 1-2/+3
2010-07-28fanotify: Add pids to eventsGravatar Andreas Gruenbacher 1-0/+1
2010-07-28fsnotify: rename mark_entry to just markGravatar Eric Paris 1-13/+13
2010-07-28fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_markGravatar Eric Paris 1-2/+2
2010-07-28fsnotify: rename fsnotify_mark_entry to just fsnotify_markGravatar Eric Paris 1-19/+19
2010-07-28fsnotify: kill FSNOTIFY_EVENT_FILEGravatar Andreas Gruenbacher 1-3/+2
2010-07-28fsnotify: add flags to fsnotify_mark_entriesGravatar Eric Paris 1-0/+3
2010-07-28fsnotify: add vfsmount specific fields to the fsnotify_mark_entry unionGravatar Eric Paris 1-0/+10
2010-07-28fsnotify: put inode specific fields in an fsnotify_mark in a unionGravatar Eric Paris 1-4/+13
2010-07-28fsnotify: include vfsmount in should_send_event when appropriateGravatar Eric Paris 1-1/+2
2010-07-28fsnotify: mount point listeners list and global maskGravatar Eric Paris 1-0/+5
2010-07-28fsnotify: rename fsnotify_groups to fsnotify_inode_groupsGravatar Eric Paris 1-3/+3