summaryrefslogtreecommitdiff
path: root/include/linux/fsnotify_backend.h
AgeCommit message (Expand)Author
2016-09-30fanotify: fix list corruption in fanotify_get_response()Jan Kara
2016-09-30fsnotify: add a way to stop queueing events on group shutdownJan Kara
2015-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-09-04fsnotify: get rid of fsnotify_destroy_mark_locked()Jan Kara
2015-09-04fsnotify: remove mark->free_listJan Kara
2015-09-04fsnotify: document mark lockingJan Kara
2015-08-17inode: convert inode_sb_list_lock to per-sbDave Chinner
2015-06-24fsnotify: remove obsolete documentationNikolay Borisov
2014-12-13fsnotify: remove destroy_list from fsnotify_markJan Kara
2014-12-13fsnotify: unify inode and mount marks handlingJan Kara
2014-08-06fanotify: fix double free of pending permission eventsJan Kara
2014-08-06fsnotify: rename event handling functionsJan Kara
2014-04-03fanotify: convert access_mutex to spinlockJan Kara
2014-02-25fsnotify: Allocate overflow events with proper typeJan Kara
2014-02-18inotify: Fix reporting of cookies for inotify eventsJan Kara
2014-01-29fsnotify: Do not return merged event from fsnotify_add_notify_event()Jan Kara
2014-01-21fsnotify: remove .should_send_event callbackJan Kara
2014-01-21fsnotify: do not share events between notification groupsJan Kara
2013-04-29inotify: convert inotify_add_to_idr() to use idr_alloc_cyclic()Jeff Layton
2012-12-11fsnotify: make fasync generic for both inotify and fanotifyEric Paris
2012-12-11fsnotify: change locking orderLino Sanfilippo
2012-12-11fsnotify: dont put marks on temporary list when clearing marks by groupLino Sanfilippo
2012-12-11fsnotify: introduce locked versions of fsnotify_add_mark() and fsnotify_remov...Lino Sanfilippo
2012-12-11fsnotify: pass group to fsnotify_destroy_mark()Lino Sanfilippo
2012-12-11fsnotify: use a mutex instead of a spinlock to protect a groups mark listLino Sanfilippo
2012-12-11fsnotify: introduce fsnotify_get_group()Lino Sanfilippo
2012-12-11inotify, fanotify: replace fsnotify_put_group() with fsnotify_destroy_group()Lino Sanfilippo
2012-05-30fsnotify: handle subfiles' perm eventsNaohiro Aota
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