aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify/group.c
Commit message (Expand)AuthorAgeFilesLines
* fsnotify: remove global fsnotify groups listsEric Paris2010-07-281-105/+2
* fsnotify: remove group->maskEric Paris2010-07-281-16/+0
* fsnotify: remove the global masksEric Paris2010-07-281-37/+2
* fsnotify: srcu to protect read side of inode and vfsmount locksEric Paris2010-07-281-11/+5
* fanotify: drop the useless priority argumentEric Paris2010-07-281-7/+3
* fsnotify: add group prioritiesEric Paris2010-07-281-2/+38
* fsnotify: rename mark_entry to just markEric Paris2010-07-281-3/+3
* fsnotify: rename fsnotify_mark_entry to just fsnotify_markEric Paris2010-07-281-4/+4
* fsnotify: mount point listeners list and global maskEric Paris2010-07-281-4/+29
* fsnotify: add groups to fsnotify_inode_groups when registering inode watchEric Paris2010-07-281-10/+8
* fsnotify: initialize the group->num_marks in a better placeEric Paris2010-07-281-3/+7
* fsnotify: rename fsnotify_groups to fsnotify_inode_groupsEric Paris2010-07-281-11/+19
* fsnotify: drop mask argument from fsnotify_alloc_groupEric Paris2010-07-281-7/+1
* fsnotify: fsnotify_obtain_group should be fsnotify_alloc_groupEric Paris2010-07-281-7/+3
* fsnotify: fsnotify_obtain_group kzalloc cleanupEric Paris2010-07-281-3/+0
* fsnotify: remove group_num altogetherEric Paris2010-07-281-46/+2
* fsnotify: kzalloc fsnotify groupsEric Paris2010-07-281-1/+1
* fsnotify: generic notification queue and waitqEric Paris2009-06-111-0/+9
* fsnotify: add marks to inodes so groups can interpret how to handle those inodesEric Paris2009-06-111-1/+48
* fsnotify: unified filesystem notification backendEric Paris2009-06-111-0/+198