aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify/mark.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-14fsnotify: don't BUG in fsnotify_destroy_mark()Miklos Szeredi1-3/+5
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-24fs: rename inode_lock to inode_hash_lockDave Chinner1-1/+0
2010-07-28fsnotify: remove global fsnotify groups listsEric Paris1-9/+0
2010-07-28fsnotify: Exchange list heads instead of moving elementsAndreas Gruenbacher1-4/+2
2010-07-28fsnotify: srcu to protect read side of inode and vfsmount locksEric Paris1-3/+57
2010-07-28fsnotify: use an explicit flag to indicate fsnotify_destroy_mark has been calledEric Paris1-4/+7
2010-07-28fsnotify: call iput on inodes when no longer markedEric Paris1-1/+1
2010-07-28fanotify: clear all fanotify marksEric Paris1-5/+16
2010-07-28fsnotify: ignored_mask - excluding notificationEric Paris1-0/+6
2010-07-28fsnotify: allow marks to not pin inodes in coreEric Paris1-1/+16
2010-07-28fsnotify: vfsmount marks generic functionsEric Paris1-9/+11
2010-07-28fsnotify: clear marks to 0 in fsnotify_init_markEric Paris1-4/+1
2010-07-28fsnotify: split generic and inode specific mark codeEric Paris1-0/+294