aboutsummaryrefslogtreecommitdiff
path: root/fs/notify
AgeCommit message (Expand)Author
2010-07-28fsnotify: include vfsmount in should_send_event when appropriateEric Paris
2010-07-28fsnotify: mount point listeners list and global maskEric Paris
2010-07-28fsnotify: add groups to fsnotify_inode_groups when registering inode watchEric Paris
2010-07-28fsnotify: initialize the group->num_marks in a better placeEric Paris
2010-07-28fsnotify: rename fsnotify_groups to fsnotify_inode_groupsEric Paris
2010-07-28fsnotify: drop mask argument from fsnotify_alloc_groupEric Paris
2010-07-28fsnotify: fsnotify_obtain_group should be fsnotify_alloc_groupEric Paris
2010-07-28fsnotify: fsnotify_obtain_group kzalloc cleanupEric Paris
2010-07-28fsnotify: remove group_num altogetherEric Paris
2010-07-28fsnotify: lock annotation for event replacementEric Paris
2010-07-28fsnotify: replace an event on a listEric Paris
2010-07-28fsnotify: clone existing eventsEric Paris
2010-07-28fsnotify: per group notification queue merge typesEric Paris
2010-07-28fsnotify: send struct file when sending events to parents when possibleEric Paris
2010-07-28fsnotify: include data in should_send callsEric Paris
2010-07-28fsnotify: provide the data type to should_send_eventEric Paris
2010-07-28inotify: do not spam console without limitEric Paris
2010-07-28inotify: remove inotify in kernel interfaceEric Paris
2010-07-28inotify: do not reuse watch descriptorsEric Paris
2010-07-28fsnotify: use kmem_cache_zalloc to simplify event initializationEric Paris
2010-07-28fsnotify: kzalloc fsnotify groupsEric Paris
2010-07-28inotify: use container_of instead of castingEric Paris
2010-07-28fsnotify: use fsnotify_create_event to allocate the q_overflow eventEric Paris
2010-07-28fsnotify: allow addition of duplicate fsnotify marksEric Paris
2010-07-28fsnotify: duplicate fsnotify_mark_entry data between 2 marksEric Paris
2010-07-28inotify: simplify the inotify idr handlingEric Paris
2010-05-21Saner locking around deactivate_super()Al Viro
2010-05-21get rid of S_BIASAl Viro
2010-05-14Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds
2010-05-14inotify: don't leak user struct on inotify releasePavel Emelyanov
2010-05-14inotify: race use after free/double free in inotify inode marksEric Paris
2010-05-14inotify: clean up the inotify_add_watch out pathEric Paris
2010-05-12Inotify: undefined reference to `anon_inode_getfd'Russell King
2010-04-30Inotify: Fix build failure in inotify user supportRalf Baechle
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-19switch inotify_user to anon_inodeAl Viro
2010-01-15inotify: only warn once for inotify problemsEric Paris
2010-01-15inotify: do not reuse watch descriptorsEric Paris
2009-12-16switch alloc_file() to passing struct pathAl Viro
2009-12-16switched inotify_init1() to alloc_file()Al Viro
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-12-04inotify: remove superfluous return code checkGiuseppe Scrivano
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman
2009-11-12sysctl fs: Remove dead binary sysctl supportEric W. Biederman
2009-10-20dnotify: ignore FS_EVENT_ON_CHILDAndreas Gruenbacher
2009-10-18inotify: fix coalesce duplicate events into a single event in special caseWei Yongjun
2009-10-18fsnotify: do not set group for a mark before it is on the i_listEric Paris
2009-08-28inotify: update the group mask on mark additionEric Paris
2009-08-28inotify: fix length reporting and size checkingEric Paris
2009-08-28inotify: do not send a block of zeros when no pathname is availableBrian Rogers