aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fsnotify_backend.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-06fanotify: fix double free of pending permission eventsJan Kara1-0/+2
2014-08-06fsnotify: rename event handling functionsJan Kara1-6/+6
2014-04-03fanotify: convert access_mutex to spinlockJan Kara1-1/+1
2014-02-25fsnotify: Allocate overflow events with proper typeJan Kara1-1/+1
2014-02-18inotify: Fix reporting of cookies for inotify eventsJan Kara1-1/+1
2014-01-29fsnotify: Do not return merged event from fsnotify_add_notify_event()Jan Kara1-4/+4
2014-01-21fsnotify: remove .should_send_event callbackJan Kara1-4/+0
2014-01-21fsnotify: do not share events between notification groupsJan Kara1-87/+27
2013-04-29inotify: convert inotify_add_to_idr() to use idr_alloc_cyclic()Jeff Layton1-1/+0
2012-12-11fsnotify: make fasync generic for both inotify and fanotifyEric Paris1-1/+4
2012-12-11fsnotify: change locking orderLino Sanfilippo1-3/+4
2012-12-11fsnotify: dont put marks on temporary list when clearing marks by groupLino Sanfilippo1-1/+0
2012-12-11fsnotify: introduce locked versions of fsnotify_add_mark() and fsnotify_remove_mark()Lino Sanfilippo1-0/+4
2012-12-11fsnotify: pass group to fsnotify_destroy_mark()Lino Sanfilippo1-2/+3
2012-12-11fsnotify: use a mutex instead of a spinlock to protect a groups mark listLino Sanfilippo1-1/+1
2012-12-11fsnotify: introduce fsnotify_get_group()Lino Sanfilippo1-1/+3
2012-12-11inotify, fanotify: replace fsnotify_put_group() with fsnotify_destroy_group()Lino Sanfilippo1-1/+2
2012-05-30fsnotify: handle subfiles' perm eventsNaohiro Aota1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-01-07fs: dcache remove dcache_lockNick Piggin1-4/+7
2010-12-07fanotify: on group destroy allow all waiters to bypass permission checkLino Sanfilippo1-1/+1
2010-10-28fsnotify: remove alignment padding from fsnotify_mark on 64 bit buildsRichard Kennedy1-1/+1
2010-10-28fsnotify: rename FS_IN_ISDIR to FS_ISDIREric Paris1-2/+2
2010-10-28fanotify: limit number of listeners per userEric Paris1-0/+1
2010-10-28fanotify: limit the number of marks in a single fanotify groupEric Paris1-0/+1
2010-10-28fsnotify: call fsnotify_parent in perm eventsEric Paris1-3/+5
2010-10-28fsnotify: correctly handle return codes from listenersEric Paris1-0/+2
2010-10-28fsnotify: implement ordering between notifiersEric Paris1-0/+8
2010-08-22fanotify: flush outstanding perm requests on group destroyEric Paris1-0/+1
2010-08-12Revert "fsnotify: store struct file not struct path"Linus Torvalds1-8/+8
2010-07-28fanotify: use both marks when possibleEric Paris1-1/+1
2010-07-28fsnotify: pass both the vfsmount mark and inode markEric Paris1-2/+5
2010-07-28fsnotify: remove global fsnotify groups listsEric Paris1-15/+0
2010-07-28fsnotify: remove group->maskEric Paris1-11/+0
2010-07-28fsnotify: remove the global masksEric Paris1-2/+0
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 Paris1-8/+8
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: allow users to request not to recieve events on unlinked childrenEric Paris1-0/+1
2010-07-28fanotify: drop the useless priority argumentEric Paris1-1/+0
2010-07-28fanotify: permissions and blockingEric Paris1-0/+12
2010-07-28fsnotify: new fsnotify hooks and events types for access decisionsEric Paris1-5/+10
2010-07-28fsnotify: use unsigned char * for dentry->d_name.nameEric Paris1-4/+5
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 Paris1-0/+6