aboutsummaryrefslogtreecommitdiff
path: root/fs/notify/inotify
AgeCommit message (Expand)Author
2010-07-28fsnotify: remove group_num altogetherEric Paris
2010-07-28fsnotify: per group notification queue merge typesEric 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-28inotify: use container_of instead of castingEric Paris
2010-07-28fsnotify: allow addition of duplicate fsnotify 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-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-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
2009-08-27inotify: Ensure we alwasy write the terminating NULL.Eric W. Biederman
2009-08-27inotify: fix locking around inotify watching in the idrEric Paris
2009-08-27inotify: do not BUG on idr entries at inotify destructionEric Paris
2009-08-27inotify: seperate new watch creation updating existing watchesEric Paris
2009-08-17inotify: start watch descriptor count at 1Eric Paris
2009-08-17notify: unused event private raceEric Paris
2009-07-21inotify: use GFP_NOFS under potential memory pressureEric Paris
2009-07-21fsnotify: use def_bool in kconfig instead of letting the user chooseEric Paris
2009-07-21inotify: fix error paths in inotify_update_watchEric Paris
2009-07-21inotify: do not leak inode marks in inotify_add_watchEric Paris
2009-07-21inotify: drop user watch count when a watch is removedEric Paris
2009-07-02fs/notify/inotify: decrement user inotify count on closeKeith Packard
2009-06-19inotify: inotify_destroy_mark_entry could get called twiceEric Paris
2009-06-11inotify/dnotify: should_send_event shouldn't match on FS_EVENT_ON_CHILDEric Paris
2009-06-11inotify: reimplement inotify using fsnotifyEric Paris
2009-06-11fsnotify: unified filesystem notification backendEric Paris
2009-05-06inotify: use GFP_NOFS in kernel_event() to work around a lockdep false-positiveWu Fengguang
2009-03-27fs: avoid I_NEW inodesNick Piggin
2009-02-18inotify: fix GFP_KERNEL related deadlockIngo Molnar
2009-01-26inotify: clean up inotify_read and fix locking problemsVegard Nossum