aboutsummaryrefslogtreecommitdiff
path: root/fs/notify
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-27inotify: Ensure we alwasy write the terminating NULL.Gravatar Eric W. Biederman 1-7/+6
2009-08-27inotify: fix locking around inotify watching in the idrGravatar Eric Paris 1-10/+40
2009-08-27inotify: do not BUG on idr entries at inotify destructionGravatar Eric Paris 1-2/+31
2009-08-27inotify: seperate new watch creation updating existing watchesGravatar Eric Paris 1-69/+103
2009-08-17inotify: start watch descriptor count at 1Gravatar Eric Paris 1-1/+1
2009-08-17inotify: tail drop inotify q_overflow eventsGravatar Eric Paris 1-0/+4
2009-08-17notify: unused event private raceGravatar Eric Paris 3-14/+13
2009-07-21inotify: use GFP_NOFS under potential memory pressureGravatar Eric Paris 3-11/+20
2009-07-21fsnotify: fix inotify tail drop check with path entriesGravatar Eric Paris 1-0/+1
2009-07-21inotify: check filename before dropping repeat eventsGravatar Eric Paris 1-2/+7
2009-07-21fsnotify: use def_bool in kconfig instead of letting the user chooseGravatar Eric Paris 3-13/+3
2009-07-21inotify: fix error paths in inotify_update_watchGravatar Eric Paris 1-30/+49
2009-07-21inotify: do not leak inode marks in inotify_add_watchGravatar Eric Paris 1-4/+10
2009-07-21inotify: drop user watch count when a watch is removedGravatar Eric Paris 1-0/+2
2009-07-02fs/notify/inotify: decrement user inotify count on closeGravatar Keith Packard 1-0/+3