aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify/inotify/inotify_user.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-0/+14
2018-04-02inotify: add do_inotify_init() helper; remove in-kernel call to syscallDominik Brodowski1-2/+7
2018-02-14inotify: Extend ioctl to allow to request id of new watch descriptorKirill Tkhai1-0/+14
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2017-11-27fs: annotate ->poll() instancesAl Viro1-2/+2
2017-10-31fsnotify: convert fsnotify_mark.refcnt from atomic_t to refcount_tElena Reshetova1-2/+2
2017-04-10fsnotify: Move ->free_mark callback to fsnotify_opsJan Kara1-12/+2
2017-04-10fsnotify: Add group pointer in fsnotify_init_mark()Jan Kara1-3/+2
2017-04-10fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark()Jan Kara1-1/+1
2017-04-10fsnotify: Remove fsnotify_recalc_{inode|vfsmount}_mask()Jan Kara1-1/+1
2017-04-10fsnotify: Remove fsnotify_set_mark_{,ignored_}mask_locked()Jan Kara1-4/+2
2017-04-10fsnotify: Pass fsnotify_iter_info into handle_event handlerJan Kara1-1/+1
2017-04-10fsnotify: Move queueing of mark for destruction into fsnotify_put_mark()Jan Kara1-2/+1
2017-04-10inotify: Do not drop mark reference under idr_lockJan Kara1-18/+6
2017-04-03inotify: Remove inode pointers from debug messagesJan Kara1-15/+10
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-01-24inotify: Convert to using per-namespace limitsNikolay Borisov1-17/+17
2016-10-07fsnotify: convert notification_mutex to a spinlockJan Kara1-8/+8
2015-11-05inotify: actually check for invalid bits in sys_inotify_add_watch()Dave Hansen1-1/+13
2015-06-16fs/notify: don't use module_init for non-modular inotify_user codePaul Gortmaker1-2/+2
2014-12-13fsnotify: unify inode and mount marks handlingJan Kara1-5/+5
2014-10-28sched, inotify: Deal with nested sleepsPeter Zijlstra1-5/+4
2014-08-06fsnotify: rename event handling functionsJan Kara1-2/+2
2014-06-06inotify: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-1/+1
2014-02-25fsnotify: Allocate overflow events with proper typeJan Kara1-0/+12
2014-02-18inotify: Fix reporting of cookies for inotify eventsJan Kara1-1/+1
2014-01-21fsnotify: do not share events between notification groupsJan Kara1-65/+21
2014-01-21inotify: provide function for name length roundingJan Kara1-20/+21
2013-07-09inotify: fix race when adding a new watchLino Sanfilippo1-9/+4
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+0
2013-04-30inotify: invalid mask should return a error number but not set itZhao Hongjiang1-2/+4
2013-04-29inotify: convert inotify_add_to_idr() to use idr_alloc_cyclic()Jeff Layton1-6/+2
2013-04-29fanotify: don't wank with FASYNC on ->release()Al Viro1-3/+0
2013-02-27inotify: convert to idr_alloc()Tejun Heo1-13/+11
2013-02-21inotify: remove broken mask checks causing unmount to be EINVALJim Somerville1-4/+0
2012-12-20Merge branch 'for-next' of git://git.infradead.org/users/eparis/notifyLinus Torvalds1-20/+14
2012-12-17fs, notify: add procfs fdinfo helperCyrill Gorcunov1-0/+2
2012-12-11inotify: automatically restart syscallsEric Paris1-1/+1
2012-12-11inotify: dont skip removal of watch descriptor if creation of ignored event failedLino Sanfilippo1-5/+5
2012-12-11fsnotify: make fasync generic for both inotify and fanotifyEric Paris1-9/+4
2012-12-11fsnotify: pass group to fsnotify_destroy_mark()Lino Sanfilippo1-1/+1
2012-12-11fsnotify: use reference counting for groupsLino Sanfilippo1-0/+1
2012-12-11inotify, fanotify: replace fsnotify_put_group() with fsnotify_destroy_group()Lino Sanfilippo1-5/+3
2012-09-26switch simple cases of fget_light to fdgetAl Viro1-14/+14
2011-04-05inotify: fix double free/corruption of stuct userEric Paris1-26/+13
2011-03-01Remove one to many n's in a wordJustin P. Mattock1-1/+1
2010-12-07inotify: stop kernel memory leak on file creation failureEric Paris1-0/+1
2010-10-28fsnotify: rename FS_IN_ISDIR to FS_ISDIREric Paris1-1/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-07-28fsnotify: remove group->maskEric Paris1-9/+0