aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify/group.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-09fs/notify/group.c: make fsnotify_final_destroy_group() staticAndrew Morton1-1/+1
2014-02-25fsnotify: Allocate overflow events with proper typeJan Kara1-1/+7
2014-01-21fsnotify: do not share events between notification groupsJan Kara1-0/+1
2012-12-11fsnotify: make fasync generic for both inotify and fanotifyEric Paris1-0/+7
2012-12-11fsnotify: use a mutex instead of a spinlock to protect a groups mark listLino Sanfilippo1-1/+1
2012-12-11fsnotify: use reference counting for groupsLino Sanfilippo1-18/+10
2012-12-11fsnotify: introduce fsnotify_get_group()Lino Sanfilippo1-0/+8
2012-12-11inotify, fanotify: replace fsnotify_put_group() with fsnotify_destroy_group()Lino Sanfilippo1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2010-07-28fsnotify: remove global fsnotify groups listsEric Paris1-105/+2
2010-07-28fsnotify: remove group->maskEric Paris1-16/+0
2010-07-28fsnotify: remove the global masksEric Paris1-37/+2
2010-07-28fsnotify: srcu to protect read side of inode and vfsmount locksEric Paris1-11/+5
2010-07-28fanotify: drop the useless priority argumentEric Paris1-7/+3
2010-07-28fsnotify: add group prioritiesEric Paris1-2/+38
2010-07-28fsnotify: rename mark_entry to just markEric Paris1-3/+3
2010-07-28fsnotify: rename fsnotify_mark_entry to just fsnotify_markEric Paris1-4/+4
2010-07-28fsnotify: mount point listeners list and global maskEric Paris1-4/+29
2010-07-28fsnotify: add groups to fsnotify_inode_groups when registering inode watchEric Paris1-10/+8
2010-07-28fsnotify: initialize the group->num_marks in a better placeEric Paris1-3/+7
2010-07-28fsnotify: rename fsnotify_groups to fsnotify_inode_groupsEric Paris1-11/+19
2010-07-28fsnotify: drop mask argument from fsnotify_alloc_groupEric Paris1-7/+1
2010-07-28fsnotify: fsnotify_obtain_group should be fsnotify_alloc_groupEric Paris1-7/+3
2010-07-28fsnotify: fsnotify_obtain_group kzalloc cleanupEric Paris1-3/+0
2010-07-28fsnotify: remove group_num altogetherEric Paris1-46/+2
2010-07-28fsnotify: kzalloc fsnotify groupsEric Paris1-1/+1
2009-06-11fsnotify: generic notification queue and waitqEric Paris1-0/+9
2009-06-11fsnotify: add marks to inodes so groups can interpret how to handle those inodesEric Paris1-1/+48
2009-06-11fsnotify: unified filesystem notification backendEric Paris1-0/+198