summaryrefslogtreecommitdiff
path: root/fs/notify/vfsmount_mark.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-10fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark()Jan Kara1-42/+0
2017-04-10fsnotify: Inline fsnotify_clear_{inode|vfsmount}_mark_group()Jan Kara1-5/+0
2017-04-10fsnotify: Remove fsnotify_recalc_{inode|vfsmount}_mask()Jan Kara1-5/+0
2017-04-10fsnotify: Free fsnotify_mark_connector when there is no mark attachedJan Kara1-1/+1
2017-04-10fsnotify: Remove indirection from fsnotify_detach_mark()Jan Kara1-18/+0
2017-04-10fsnotify: Move locking into fsnotify_find_mark()Jan Kara1-6/+1
2017-04-10fsnotify: Move locking into fsnotify_recalc_mask()Jan Kara1-10/+3
2017-04-10fsnotify: Remove indirection from mark list additionJan Kara1-24/+0
2017-04-10fsnotify: Move object pointer to fsnotify_mark_connectorJan Kara1-7/+5
2017-04-10fsnotify: Move mark list head from object into dedicated structureJan Kara1-4/+4
2015-09-05fsnotify: remove mark->free_listJan Kara1-19/+0
2014-12-13fsnotify: unify inode and mount marks handlingJan Kara1-90/+19
2014-11-14fanotify: fix notification of groups with inode & mount marksJan Kara1-5/+3
2014-08-07list: fix order of arguments for hlist_add_after(_rcu)Ken Helias1-1/+1
2013-02-28hlist: 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-04vfs: move fsnotify junk to struct mountAl Viro1-7/+12
2011-07-27atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-03-25fs: rename inode_lock to inode_hash_lockDave Chinner1-1/+0
2010-10-29fsnotify: 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