summaryrefslogtreecommitdiff
path: root/fs/notify/inotify
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-04-10fsnotify: Move ->free_mark callback to fsnotify_opsJan Kara
2017-04-10fsnotify: Add group pointer in fsnotify_init_mark()Jan Kara
2017-04-10fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark()Jan Kara
2017-04-10fsnotify: Remove fsnotify_recalc_{inode|vfsmount}_mask()Jan Kara
2017-04-10fsnotify: Remove fsnotify_set_mark_{,ignored_}mask_locked()Jan Kara
2017-04-10fsnotify: Pass fsnotify_iter_info into handle_event handlerJan Kara
2017-04-10fsnotify: Move queueing of mark for destruction into fsnotify_put_mark()Jan Kara
2017-04-10inotify: Do not drop mark reference under idr_lockJan Kara
2017-04-03inotify: Remove inode pointers from debug messagesJan Kara
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2017-01-24inotify: Convert to using per-namespace limitsNikolay Borisov
2016-12-05fsnotify: constify 'data' passed to ->handle_event()Al Viro
2016-10-07fsnotify: convert notification_mutex to a spinlockJan Kara
2015-11-05inotify: actually check for invalid bits in sys_inotify_add_watch()Dave Hansen
2015-06-16fs/notify: don't use module_init for non-modular inotify_user codePaul Gortmaker
2014-12-13fsnotify: unify inode and mount marks handlingJan Kara
2014-10-28sched, inotify: Deal with nested sleepsPeter Zijlstra
2014-10-09fsnotify: don't put user context if it was never assignedSasha Levin
2014-08-06fsnotify: rename event handling functionsJan Kara
2014-06-06inotify: convert use of typedef ctl_table to struct ctl_tableJoe Perches
2014-02-25fsnotify: Allocate overflow events with proper typeJan Kara
2014-02-18inotify: Fix reporting of cookies for inotify eventsJan Kara
2014-01-29fsnotify: Do not return merged event from fsnotify_add_notify_event()Jan Kara
2014-01-21fsnotify: remove .should_send_event callbackJan Kara
2014-01-21fsnotify: do not share events between notification groupsJan Kara
2014-01-21inotify: provide function for name length roundingJan Kara
2013-07-09inotify: fix race when adding a new watchLino Sanfilippo
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-30inotify: invalid mask should return a error number but not set itZhao Hongjiang
2013-04-29inotify: convert inotify_add_to_idr() to use idr_alloc_cyclic()Jeff Layton
2013-04-29fanotify: don't wank with FASYNC on ->release()Al Viro
2013-02-27inotify: convert to idr_alloc()Tejun Heo
2013-02-27inotify: don't use idr_remove_all()Tejun Heo
2013-02-21inotify: remove broken mask checks causing unmount to be EINVALJim Somerville
2012-12-20Merge branch 'for-next' of git://git.infradead.org/users/eparis/notifyLinus Torvalds
2012-12-17fs, notify: add procfs fdinfo helperCyrill Gorcunov
2012-12-11inotify: automatically restart syscallsEric Paris
2012-12-11inotify: dont skip removal of watch descriptor if creation of ignored event f...Lino Sanfilippo
2012-12-11fsnotify: make fasync generic for both inotify and fanotifyEric Paris
2012-12-11fsnotify: pass group to fsnotify_destroy_mark()Lino Sanfilippo
2012-12-11fsnotify: use reference counting for groupsLino Sanfilippo
2012-12-11inotify, fanotify: replace fsnotify_put_group() with fsnotify_destroy_group()Lino Sanfilippo
2012-09-26switch simple cases of fget_light to fdgetAl Viro
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds
2011-04-05inotify: fix double free/corruption of stuct userEric Paris
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-01Remove one to many n's in a wordJustin P. Mattock
2010-12-07inotify: stop kernel memory leak on file creation failureEric Paris