aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify/inode_mark.c
Commit message (Expand)AuthorAgeFilesLines
* fs: rename inode_lock to inode_hash_lockDave Chinner2011-03-241-1/+0
* fs: move i_sb_list out from under inode_lockDave Chinner2011-03-241-10/+10
* fs: protect inode->i_state with inode->i_lockDave Chinner2011-03-241-6/+15
* fsnotify: implement ordering between notifiersEric Paris2010-10-281-2/+7
* split invalidate_inodes()Al Viro2010-10-251-0/+2
* Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2010-08-101-228/+103
|\
| * fsnotify: use an explicit flag to indicate fsnotify_destroy_mark has been calledEric Paris2010-07-281-1/+1
| * fsnotify: use _rcu functions for mark list traversalEric Paris2010-07-281-5/+5
| * fsnotify: place marks on object in order of group memory addressEric Paris2010-07-281-11/+29
| * fanotify: clear all fanotify marksEric Paris2010-07-281-0/+8
| * fsnotify: allow marks to not pin inodes in coreEric Paris2010-07-281-8/+27
| * fsnotify: split generic and inode specific mark codeEric Paris2010-07-281-227/+19
| * fsnotify: take inode->i_lock inside fsnotify_find_mark_entry()Andreas Gruenbacher2010-07-281-7/+19
| * fsnotify: rename mark_entry to just markEric Paris2010-07-281-74/+74
| * fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_markEric Paris2010-07-281-7/+7
| * fsnotify: rename fsnotify_mark_entry to just fsnotify_markEric Paris2010-07-281-24/+24
| * fsnotify: add flags to fsnotify_mark_entriesEric Paris2010-07-281-0/+2
| * fsnotify: put inode specific fields in an fsnotify_mark in a unionEric Paris2010-07-281-14/+14
| * fsnotify: mount point listeners list and global maskEric Paris2010-07-281-0/+7
| * fsnotify: add groups to fsnotify_inode_groups when registering inode watchEric Paris2010-07-281-0/+7
| * fsnotify: allow addition of duplicate fsnotify marksEric Paris2010-07-281-3/+5
| * fsnotify: duplicate fsnotify_mark_entry data between 2 marksEric Paris2010-07-281-1/+9
* | simplify checks for I_CLEAR/I_FREEINGAl Viro2010-08-091-3/+3
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* fsnotify: do not set group for a mark before it is on the i_listEric Paris2009-10-181-3/+3
* fsnotify: allow groups to set freeing_mark to nullEric Paris2009-06-111-1/+2
* fsnotify: handle filesystem unmounts with fsnotify marksEric Paris2009-06-111-0/+72
* fsnotify: fsnotify marks on inodes pin them in coreEric Paris2009-06-111-0/+7
* fsnotify: parent event notificationEric Paris2009-06-111-0/+17
* fsnotify: add marks to inodes so groups can interpret how to handle those inodesEric Paris2009-06-111-0/+329