aboutsummaryrefslogtreecommitdiff
path: root/fs/notify
AgeCommit message (Expand)AuthorFilesLines
2010-07-28fsnotify: include vfsmount in should_send_event when appropriateGravatar Eric Paris 3-23/+23
2010-07-28fsnotify: mount point listeners list and global maskGravatar Eric Paris 4-26/+112
2010-07-28fsnotify: add groups to fsnotify_inode_groups when registering inode watchGravatar Eric Paris 3-10/+17
2010-07-28fsnotify: initialize the group->num_marks in a better placeGravatar Eric Paris 1-3/+7
2010-07-28fsnotify: rename fsnotify_groups to fsnotify_inode_groupsGravatar Eric Paris 3-18/+26
2010-07-28fsnotify: drop mask argument from fsnotify_alloc_groupGravatar Eric Paris 3-9/+3
2010-07-28fsnotify: fsnotify_obtain_group should be fsnotify_alloc_groupGravatar Eric Paris 3-9/+5
2010-07-28fsnotify: fsnotify_obtain_group kzalloc cleanupGravatar Eric Paris 1-3/+0
2010-07-28fsnotify: remove group_num altogetherGravatar Eric Paris 3-58/+4
2010-07-28fsnotify: lock annotation for event replacementGravatar Eric Paris 1-28/+13
2010-07-28fsnotify: replace an event on a listGravatar Eric Paris 1-0/+56
2010-07-28fsnotify: clone existing eventsGravatar Eric Paris 1-4/+25
2010-07-28fsnotify: per group notification queue merge typesGravatar Eric Paris 3-56/+75
2010-07-28fsnotify: send struct file when sending events to parents when possibleGravatar Eric Paris 1-3/+10
2010-07-28fsnotify: include data in should_send callsGravatar Eric Paris 3-3/+4
2010-07-28fsnotify: provide the data type to should_send_eventGravatar Eric Paris 3-3/+5
2010-07-28inotify: do not spam console without limitGravatar Eric Paris 1-7/+4
2010-07-28inotify: remove inotify in kernel interfaceGravatar Eric Paris 3-889/+0
2010-07-28inotify: do not reuse watch descriptorsGravatar Eric Paris 1-7/+6
2010-07-28fsnotify: use kmem_cache_zalloc to simplify event initializationGravatar Eric Paris 1-12/+1
2010-07-28fsnotify: kzalloc fsnotify groupsGravatar Eric Paris 1-1/+1
2010-07-28inotify: use container_of instead of castingGravatar Eric Paris 1-1/+3
2010-07-28fsnotify: use fsnotify_create_event to allocate the q_overflow eventGravatar Eric Paris 1-4/+7
2010-07-28fsnotify: allow addition of duplicate fsnotify marksGravatar Eric Paris 3-5/+7
2010-07-28fsnotify: duplicate fsnotify_mark_entry data between 2 marksGravatar Eric Paris 1-1/+9
2010-07-28inotify: simplify the inotify idr handlingGravatar Eric Paris 1-55/+139
2010-05-21Saner locking around deactivate_super()Gravatar Al Viro 1-65/+11
2010-05-21get rid of S_BIASGravatar Al Viro 1-19/+13
2010-05-14Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyGravatar Linus Torvalds 2-8/+10
2010-05-14inotify: don't leak user struct on inotify releaseGravatar Pavel Emelyanov 1-0/+2
2010-05-14inotify: race use after free/double free in inotify inode marksGravatar Eric Paris 1-3/+6
2010-05-14inotify: clean up the inotify_add_watch out pathGravatar Eric Paris 1-5/+2
2010-05-12Inotify: undefined reference to `anon_inode_getfd'Gravatar Russell King 1-0/+1
2010-04-30Inotify: Fix build failure in inotify user supportGravatar Ralf Baechle 1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 2-1/+1
2010-02-19switch inotify_user to anon_inodeGravatar Al Viro 1-53/+6
2010-01-15inotify: only warn once for inotify problemsGravatar Eric Paris 1-1/+1
2010-01-15inotify: do not reuse watch descriptorsGravatar Eric Paris 1-2/+2
2009-12-16switch alloc_file() to passing struct pathGravatar Al Viro 1-2/+6
2009-12-16switched inotify_init1() to alloc_file()Gravatar Al Viro 1-15/+10
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-4/+0
2009-12-04inotify: remove superfluous return code checkGravatar Giuseppe Scrivano 1-4/+0
2009-11-18sysctl: Drop & in front of every proc_handler.Gravatar Eric W. Biederman 1-3/+3
2009-11-12sysctl fs: Remove dead binary sysctl supportGravatar Eric W. Biederman 1-7/+1
2009-10-20dnotify: ignore FS_EVENT_ON_CHILDGravatar Andreas Gruenbacher 1-1/+2
2009-10-18inotify: fix coalesce duplicate events into a single event in special caseGravatar Wei Yongjun 1-1/+1
2009-10-18fsnotify: do not set group for a mark before it is on the i_listGravatar Eric Paris 1-3/+3
2009-08-28inotify: update the group mask on mark additionGravatar Eric Paris 1-0/+4
2009-08-28inotify: fix length reporting and size checkingGravatar Eric Paris 1-3/+5
2009-08-28inotify: do not send a block of zeros when no pathname is availableGravatar Brian Rogers 1-3/+5