aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify/inotify/inotify_fsnotify.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-13fsnotify: unify inode and mount marks handlingJan Kara1-1/+1
2014-10-09fsnotify: don't put user context if it was never assignedSasha Levin1-2/+4
2014-08-06fsnotify: rename event handling functionsJan Kara1-1/+1
2014-02-18inotify: Fix reporting of cookies for inotify eventsJan Kara1-1/+2
2014-01-29fsnotify: Do not return merged event from fsnotify_add_notify_event()Jan Kara1-12/+7
2014-01-21fsnotify: remove .should_send_event callbackJan Kara1-17/+7
2014-01-21fsnotify: do not share events between notification groupsJan Kara1-76/+49
2013-02-27inotify: don't use idr_remove_all()Tejun Heo1-1/+0
2012-12-11fsnotify: pass group to fsnotify_destroy_mark()Lino Sanfilippo1-1/+1
2012-12-11fsnotify: use reference counting for groupsLino Sanfilippo1-0/+2
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds1-1/+1
2011-04-05inotify: fix double free/corruption of stuct userEric Paris1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-08-12Revert "fsnotify: store struct file not struct path"Linus Torvalds1-6/+6
2010-07-28fanotify: use both marks when possibleEric Paris1-2/+2
2010-07-28fsnotify: pass both the vfsmount mark and inode markEric Paris1-4/+8
2010-07-28fsnotify: cleanup should_send_eventEric Paris1-11/+3
2010-07-28inotify: use the mark in handler functionsEric Paris1-24/+5
2010-07-28fsnotify: send fsnotify_mark to groups in event handling functionsEric Paris1-3/+5
2010-07-28fsnotify: store struct file not struct pathEric Paris1-6/+6
2010-07-28fsnotify: fsnotify_add_notify_event should return an eventEric Paris1-14/+14
2010-07-28fsnotify: add pr_debug throughoutEric Paris1-0/+6
2010-07-28inotify: allow users to request not to recieve events on unlinked childrenEric Paris1-0/+9
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