aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify/group.c
AgeCommit message (Expand)Author
2018-08-22aufs4: standalone supportBruce Ashfield
2018-05-18fsnotify: use type id to identify connector object typeAmir Goldstein
2017-10-31fsnotify: convert fsnotify_group.refcnt from atomic_t to refcount_tElena Reshetova
2017-04-10fsnotify: Remove fsnotify_detach_group_marks()Jan Kara
2017-04-10fsnotify: Provide framework for dropping SRCU lock in ->handle_eventJan Kara
2017-04-10fsnotify: Remove special handling of mark destruction on group shutdownJan Kara
2016-10-07fsnotify: convert notification_mutex to a spinlockJan Kara
2016-09-19fsnotify: add a way to stop queueing events on group shutdownJan Kara
2016-05-19fsnotify: avoid spurious EMFILE errors from inotify_init()Jan Kara
2014-10-09fs/notify/group.c: make fsnotify_final_destroy_group() staticAndrew Morton
2014-02-25fsnotify: Allocate overflow events with proper typeJan Kara
2014-01-21fsnotify: do not share events between notification groupsJan Kara
2012-12-11fsnotify: make fasync generic for both inotify and fanotifyEric Paris
2012-12-11fsnotify: use a mutex instead of a spinlock to protect a groups mark listLino Sanfilippo
2012-12-11fsnotify: use reference counting for groupsLino Sanfilippo
2012-12-11fsnotify: introduce fsnotify_get_group()Lino Sanfilippo
2012-12-11inotify, fanotify: replace fsnotify_put_group() with fsnotify_destroy_group()Lino Sanfilippo
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
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: srcu to protect read side of inode and vfsmount locksEric Paris
2010-07-28fanotify: drop the useless priority argumentEric Paris
2010-07-28fsnotify: add group prioritiesEric Paris
2010-07-28fsnotify: rename mark_entry to just markEric Paris
2010-07-28fsnotify: rename fsnotify_mark_entry to just fsnotify_markEric Paris
2010-07-28fsnotify: mount point listeners list and global maskEric Paris
2010-07-28fsnotify: add groups to fsnotify_inode_groups when registering inode watchEric Paris
2010-07-28fsnotify: initialize the group->num_marks in a better placeEric Paris
2010-07-28fsnotify: rename fsnotify_groups to fsnotify_inode_groupsEric Paris
2010-07-28fsnotify: drop mask argument from fsnotify_alloc_groupEric Paris
2010-07-28fsnotify: fsnotify_obtain_group should be fsnotify_alloc_groupEric Paris
2010-07-28fsnotify: fsnotify_obtain_group kzalloc cleanupEric Paris
2010-07-28fsnotify: remove group_num altogetherEric Paris
2010-07-28fsnotify: kzalloc fsnotify groupsEric Paris
2009-06-11fsnotify: generic notification queue and waitqEric Paris
2009-06-11fsnotify: add marks to inodes so groups can interpret how to handle those inodesEric Paris
2009-06-11fsnotify: unified filesystem notification backendEric Paris