summaryrefslogtreecommitdiff
path: root/include/linux/fsnotify_backend.h
AgeCommit message (Expand)Author
2017-04-10fsnotify: Lock object list with connector lockJan Kara
2017-04-10fsnotify: Move locking into fsnotify_recalc_mask()Jan Kara
2017-04-10fsnotify: Make fsnotify_mark_connector hold inode referenceJan Kara
2017-04-10fsnotify: Move object pointer to fsnotify_mark_connectorJan Kara
2017-04-10fsnotify: Move mark list head from object into dedicated structureJan Kara
2017-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2017-01-24inotify: Convert to using per-namespace limitsNikolay Borisov
2017-01-05Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2016-12-23fsnotify: Remove fsnotify_duplicate_mark()Jan Kara
2016-12-05constify fsnotify_parent()Al Viro
2016-12-05fsnotify(): constify 'data'Al Viro
2016-12-05fsnotify: constify 'data' passed to ->handle_event()Al Viro
2016-10-07fanotify: use notification_lock instead of access_lockJan Kara
2016-10-07fsnotify: convert notification_mutex to a spinlockJan Kara
2016-09-19fanotify: fix list corruption in fanotify_get_response()Jan Kara
2016-09-19fsnotify: add a way to stop queueing events on group shutdownJan Kara
2016-05-29trim fsnotify hooks a bitAl Viro
2016-05-29undo "fs: allow d_instantiate to be called with negative parent dentry"Al Viro
2016-05-19fsnotify: avoid spurious EMFILE errors from inotify_init()Jan Kara
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-03-14untangle fsnotify_d_instantiate() a bitAl Viro
2016-02-18Revert "fsnotify: destroy marks with call_srcu instead of dedicated thread"Jeff Layton
2016-01-14fsnotify: destroy marks with call_srcu instead of dedicated threadJeff Layton
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