aboutsummaryrefslogtreecommitdiff
path: root/fs/notify
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-19inotify: inotify_destroy_mark_entry could get called twiceGravatar Eric Paris 3-29/+8
2009-06-11fsnotify: allow groups to set freeing_mark to nullGravatar Eric Paris 2-8/+3
2009-06-11inotify/dnotify: should_send_event shouldn't match on FS_EVENT_ON_CHILDGravatar Eric Paris 3-3/+7
2009-06-11dnotify: do not bother to lock entry->lock when reading maskGravatar Eric Paris 1-2/+1
2009-06-11dnotify: do not use ?true:false when assigning to a boolGravatar Eric Paris 1-1/+1
2009-06-11inotify: reimplement inotify using fsnotifyGravatar Eric Paris 5-447/+570
2009-06-11fsnotify: handle filesystem unmounts with fsnotify marksGravatar Eric Paris 1-0/+72
2009-06-11fsnotify: fsnotify marks on inodes pin them in coreGravatar Eric Paris 1-0/+7
2009-06-11fsnotify: allow groups to add private data to eventsGravatar Eric Paris 2-4/+49
2009-06-11fsnotify: add correlations between eventsGravatar Eric Paris 2-5/+21
2009-06-11fsnotify: include pathnames with entries when possibleGravatar Eric Paris 2-4/+19
2009-06-11fsnotify: generic notification queue and waitqGravatar Eric Paris 3-7/+241
2009-06-11dnotify: reimplement dnotify using fsnotifyGravatar Eric Paris 2-107/+363