summaryrefslogtreecommitdiff
path: root/fs/notify/inotify/inotify_user.c
Commit message (Expand)AuthorAge
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2018-04-05
|\
| * inotify: Extend ioctl to allow to request id of new watch descriptorKirill Tkhai2018-02-14
* | inotify: add do_inotify_init() helper; remove in-kernel call to syscallDominik Brodowski2018-04-02
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* fs: annotate ->poll() instancesAl Viro2017-11-27
* fsnotify: convert fsnotify_mark.refcnt from atomic_t to refcount_tElena Reshetova2017-10-31
* fsnotify: Move ->free_mark callback to fsnotify_opsJan Kara2017-04-10
* fsnotify: Add group pointer in fsnotify_init_mark()Jan Kara2017-04-10
* fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark()Jan Kara2017-04-10
* fsnotify: Remove fsnotify_recalc_{inode|vfsmount}_mask()Jan Kara2017-04-10
* fsnotify: Remove fsnotify_set_mark_{,ignored_}mask_locked()Jan Kara2017-04-10
* fsnotify: Pass fsnotify_iter_info into handle_event handlerJan Kara2017-04-10
* fsnotify: Move queueing of mark for destruction into fsnotify_put_mark()Jan Kara2017-04-10
* inotify: Do not drop mark reference under idr_lockJan Kara2017-04-10
* inotify: Remove inode pointers from debug messagesJan Kara2017-04-03
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-02
* inotify: Convert to using per-namespace limitsNikolay Borisov2017-01-24
* fsnotify: convert notification_mutex to a spinlockJan Kara2016-10-07
* inotify: actually check for invalid bits in sys_inotify_add_watch()Dave Hansen2015-11-05
* fs/notify: don't use module_init for non-modular inotify_user codePaul Gortmaker2015-06-16
* fsnotify: unify inode and mount marks handlingJan Kara2014-12-13
* sched, inotify: Deal with nested sleepsPeter Zijlstra2014-10-28
* fsnotify: rename event handling functionsJan Kara2014-08-06
* inotify: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-06
* fsnotify: Allocate overflow events with proper typeJan Kara2014-02-25
* inotify: Fix reporting of cookies for inotify eventsJan Kara2014-02-18
* fsnotify: do not share events between notification groupsJan Kara2014-01-21
* inotify: provide function for name length roundingJan Kara2014-01-21
* inotify: fix race when adding a new watchLino Sanfilippo2013-07-09
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-01
|\
| * fanotify: don't wank with FASYNC on ->release()Al Viro2013-04-29
* | inotify: invalid mask should return a error number but not set itZhao Hongjiang2013-04-30
* | inotify: convert inotify_add_to_idr() to use idr_alloc_cyclic()Jeff Layton2013-04-29
|/
* inotify: convert to idr_alloc()Tejun Heo2013-02-27
* inotify: remove broken mask checks causing unmount to be EINVALJim Somerville2013-02-21
* Merge branch 'for-next' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2012-12-20
|\
| * inotify: automatically restart syscallsEric Paris2012-12-11
| * inotify: dont skip removal of watch descriptor if creation of ignored event f...Lino Sanfilippo2012-12-11
| * fsnotify: make fasync generic for both inotify and fanotifyEric Paris2012-12-11
| * fsnotify: pass group to fsnotify_destroy_mark()Lino Sanfilippo2012-12-11
| * fsnotify: use reference counting for groupsLino Sanfilippo2012-12-11
| * inotify, fanotify: replace fsnotify_put_group() with fsnotify_destroy_group()Lino Sanfilippo2012-12-11
* | fs, notify: add procfs fdinfo helperCyrill Gorcunov2012-12-17
* | switch simple cases of fget_light to fdgetAl Viro2012-09-26
|/
* inotify: fix double free/corruption of stuct userEric Paris2011-04-05
* Remove one to many n's in a wordJustin P. Mattock2011-03-01
* inotify: stop kernel memory leak on file creation failureEric Paris2010-12-07
* fsnotify: rename FS_IN_ISDIR to FS_ISDIREric Paris2010-10-28
* llseek: automatically add .llseek fopArnd Bergmann2010-10-15
* fsnotify: remove group->maskEric Paris2010-07-28