summaryrefslogtreecommitdiffstats
path: root/fs/notify/inotify/inotify_fsnotify.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-28inotify: fix inotify oneshot supportEric Paris1-0/+3
2010-07-28fsnotify: intoduce a notification merge argumentEric Paris1-2/+4
2010-07-28fsnotify: split generic and inode specific mark codeEric Paris1-2/+2
2010-07-28fsnotify: take inode->i_lock inside fsnotify_find_mark_entry()Andreas Gruenbacher1-4/+0
2010-07-28inotify: rename mark_entry to just markEric Paris1-24/+24
2010-07-28fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_markEric Paris1-2/+2
2010-07-28fsnotify: rename fsnotify_mark_entry to just fsnotify_markEric Paris1-4/+4
2010-07-28fsnotify: put inode specific fields in an fsnotify_mark in a unionEric Paris1-1/+1
2010-07-28fsnotify: include vfsmount in should_send_event when appropriateEric Paris1-1/+2
2010-07-28fsnotify: per group notification queue merge typesEric Paris1-1/+55
2010-07-28fsnotify: include data in should_send callsEric Paris1-1/+1
2010-07-28fsnotify: provide the data type to should_send_eventEric Paris1-1/+2
2010-05-14inotify: don't leak user struct on inotify releasePavel Emelyanov1-0/+2
2010-01-15inotify: only warn once for inotify problemsEric Paris1-1/+1
2009-08-27inotify: do not BUG on idr entries at inotify destructionEric Paris1-2/+31
2009-08-17notify: unused event private raceEric Paris1-6/+7
2009-06-19inotify: inotify_destroy_mark_entry could get called twiceEric Paris1-1/+1
2009-06-11inotify/dnotify: should_send_event shouldn't match on FS_EVENT_ON_CHILDEric Paris1-0/+1
2009-06-11inotify: reimplement inotify using fsnotifyEric Paris1-0/+137