aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify/vfsmount_mark.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-04fsnotify: remove mark->free_listJan Kara1-19/+0
2014-12-13fsnotify: unify inode and mount marks handlingJan Kara1-90/+19
2014-11-13fanotify: fix notification of groups with inode & mount marksJan Kara1-5/+3
2014-08-06list: fix order of arguments for hlist_add_after(_rcu)Ken Helias1-1/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-11/+8
2012-12-11fsnotify: pass group to fsnotify_destroy_mark()Lino Sanfilippo1-1/+9
2012-12-11fsnotify: use a mutex instead of a spinlock to protect a groups mark listLino Sanfilippo1-2/+2
2012-01-03vfs: move fsnotify junk to struct mountAl Viro1-7/+12
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-03-24fs: rename inode_lock to inode_hash_lockDave Chinner1-1/+0
2010-10-28fsnotify: implement ordering between notifiersEric Paris1-1/+5
2010-07-28fsnotify: use an explicit flag to indicate fsnotify_destroy_mark has been calledEric Paris1-1/+1
2010-07-28fsnotify: use _rcu functions for mark list traversalEric Paris1-5/+5
2010-07-28fsnotify: place marks on object in order of group memory addressEric Paris1-14/+26
2010-07-28fsnotify: update gfp/slab.h includesTejun Heo1-1/+0
2010-07-28fanotify: clear all fanotify marksEric Paris1-0/+5
2010-07-28fsnotify: vfsmount marks generic functionsEric Paris1-0/+171