aboutsummaryrefslogtreecommitdiff
path: root/fs/notify/inode_mark.c
AgeCommit message (Expand)Author
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2012-12-20Merge branch 'for-next' of git://git.infradead.org/users/eparis/notifyLinus Torvalds
2012-12-17fs/notify/inode_mark.c: make fsnotify_find_inode_mark_locked() staticTushar Behera
2012-12-11fsnotify: pass group to fsnotify_destroy_mark()Lino Sanfilippo
2012-12-11fsnotify: use a mutex instead of a spinlock to protect a groups mark listLino Sanfilippo
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-03-24fs: rename inode_lock to inode_hash_lockDave Chinner
2011-03-24fs: move i_sb_list out from under inode_lockDave Chinner
2011-03-24fs: protect inode->i_state with inode->i_lockDave Chinner
2010-10-28fsnotify: implement ordering between notifiersEric Paris
2010-10-25split invalidate_inodes()Al Viro
2010-08-10Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds
2010-08-09simplify checks for I_CLEAR/I_FREEINGAl Viro
2010-07-28fsnotify: use an explicit flag to indicate fsnotify_destroy_mark has been calledEric Paris
2010-07-28fsnotify: use _rcu functions for mark list traversalEric Paris
2010-07-28fsnotify: place marks on object in order of group memory addressEric Paris
2010-07-28fanotify: clear all fanotify marksEric Paris
2010-07-28fsnotify: allow marks to not pin inodes in coreEric Paris
2010-07-28fsnotify: split generic and inode specific mark codeEric Paris
2010-07-28fsnotify: take inode->i_lock inside fsnotify_find_mark_entry()Andreas Gruenbacher
2010-07-28fsnotify: rename mark_entry to just markEric Paris
2010-07-28fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_markEric Paris
2010-07-28fsnotify: rename fsnotify_mark_entry to just fsnotify_markEric Paris
2010-07-28fsnotify: add flags to fsnotify_mark_entriesEric Paris
2010-07-28fsnotify: put inode specific fields in an fsnotify_mark in a unionEric 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: allow addition of duplicate fsnotify marksEric Paris
2010-07-28fsnotify: duplicate fsnotify_mark_entry data between 2 marksEric Paris
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-10-18fsnotify: do not set group for a mark before it is on the i_listEric Paris
2009-06-11fsnotify: allow groups to set freeing_mark to nullEric Paris
2009-06-11fsnotify: handle filesystem unmounts with fsnotify marksEric Paris
2009-06-11fsnotify: fsnotify marks on inodes pin them in coreEric Paris
2009-06-11fsnotify: parent event notificationEric Paris
2009-06-11fsnotify: add marks to inodes so groups can interpret how to handle those inodesEric Paris