aboutsummaryrefslogtreecommitdiff
path: root/fs/notify/mark.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-28fsnotify: remove global fsnotify groups listsGravatar Eric Paris 1-9/+0
2010-07-28fsnotify: Exchange list heads instead of moving elementsGravatar Andreas Gruenbacher 1-4/+2
2010-07-28fsnotify: srcu to protect read side of inode and vfsmount locksGravatar Eric Paris 1-3/+57
2010-07-28fsnotify: use an explicit flag to indicate fsnotify_destroy_mark has been calledGravatar Eric Paris 1-4/+7
2010-07-28fsnotify: call iput on inodes when no longer markedGravatar Eric Paris 1-1/+1
2010-07-28fanotify: clear all fanotify marksGravatar Eric Paris 1-5/+16
2010-07-28fsnotify: ignored_mask - excluding notificationGravatar Eric Paris 1-0/+6
2010-07-28fsnotify: allow marks to not pin inodes in coreGravatar Eric Paris 1-1/+16
2010-07-28fsnotify: vfsmount marks generic functionsGravatar Eric Paris 1-9/+11
2010-07-28fsnotify: clear marks to 0 in fsnotify_init_markGravatar Eric Paris 1-4/+1
2010-07-28fsnotify: split generic and inode specific mark codeGravatar Eric Paris 1-0/+294