summaryrefslogtreecommitdiffstats
path: root/fs/notify/inotify/inotify_user.c
Commit message (Expand)AuthorAgeFilesLines
* inotify: convert to handle_inode_event() interfaceAmir Goldstein2020-12-031-6/+2
* inotify: Increase default inotify.max_user_watches limit to 1048576Waiman Long2020-11-091-1/+22
* inotify: do not set FS_EVENT_ON_CHILD in non-dir mark maskAmir Goldstein2020-07-271-6/+8
* fsnotify: pass dir argument to handle_event() callbackAmir Goldstein2020-07-271-2/+2
* inotify: Fix error return code assignment flow.youngjun2020-04-271-3/+1
* fsnotify: replace inode pointer with an object idAmir Goldstein2020-03-241-1/+1
* Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-09-231-2/+12
|\
| * fanotify, inotify, dnotify, security: add security hook for fs notificationsAaron Goidel2019-08-121-2/+12
* | proc/sysctl: add shared variables for range checkMatteo Croce2019-07-181-5/+3
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner2019-05-241-10/+1
|/
* inotify: Fix fsnotify_mark refcount leak in inotify_update_existing_watch()ZhangXiaoxu2019-03-111-2/+5
* fsnotify: move mask out of struct fsnotify_eventAmir Goldstein2019-02-061-2/+3
* inotify: Fix fd refcount leak in inotify_add_watch().Tetsuo Handa2019-01-021-2/+4
* fsnotify: convert runtime BUG_ON() to BUILD_BUG_ON()Amir Goldstein2018-10-041-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-171-1/+4
|\
| * fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt2018-08-171-1/+4
* | inotify: Add flag IN_MASK_CREATE for inotify_add_watch()Henry Wilson2018-06-271-1/+8
|/
* fsnotify: add fsnotify_add_inode_mark() wrappersAmir Goldstein2018-05-181-1/+1
* fsnotify: generalize iteration of marks by object typeAmir Goldstein2018-05-181-4/+4
* fsnotify: remove redundant arguments to handle_event()Amir Goldstein2018-05-181-2/+6
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2018-04-051-0/+14
|\
| * inotify: Extend ioctl to allow to request id of new watch descriptorKirill Tkhai2018-02-141-0/+14
* | inotify: add do_inotify_init() helper; remove in-kernel call to syscallDominik Brodowski2018-04-021-2/+7
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* fs: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* fsnotify: convert fsnotify_mark.refcnt from atomic_t to refcount_tElena Reshetova2017-10-311-2/+2
* fsnotify: Move ->free_mark callback to fsnotify_opsJan Kara2017-04-101-12/+2
* fsnotify: Add group pointer in fsnotify_init_mark()Jan Kara2017-04-101-3/+2
* fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark()Jan Kara2017-04-101-1/+1
* fsnotify: Remove fsnotify_recalc_{inode|vfsmount}_mask()Jan Kara2017-04-101-1/+1
* fsnotify: Remove fsnotify_set_mark_{,ignored_}mask_locked()Jan Kara2017-04-101-4/+2
* fsnotify: Pass fsnotify_iter_info into handle_event handlerJan Kara2017-04-101-1/+1
* fsnotify: Move queueing of mark for destruction into fsnotify_put_mark()Jan Kara2017-04-101-2/+1
* inotify: Do not drop mark reference under idr_lockJan Kara2017-04-101-18/+6
* inotify: Remove inode pointers from debug messagesJan Kara2017-04-031-15/+10
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* inotify: Convert to using per-namespace limitsNikolay Borisov2017-01-241-17/+17
* fsnotify: convert notification_mutex to a spinlockJan Kara2016-10-071-8/+8
* inotify: actually check for invalid bits in sys_inotify_add_watch()Dave Hansen2015-11-051-1/+13
* fs/notify: don't use module_init for non-modular inotify_user codePaul Gortmaker2015-06-161-2/+2
* fsnotify: unify inode and mount marks handlingJan Kara2014-12-131-5/+5
* sched, inotify: Deal with nested sleepsPeter Zijlstra2014-10-281-5/+4
* fsnotify: rename event handling functionsJan Kara2014-08-061-2/+2
* inotify: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-061-1/+1
* fsnotify: Allocate overflow events with proper typeJan Kara2014-02-251-0/+12
* inotify: Fix reporting of cookies for inotify eventsJan Kara2014-02-181-1/+1
* fsnotify: do not share events between notification groupsJan Kara2014-01-211-65/+21
* inotify: provide function for name length roundingJan Kara2014-01-211-20/+21
* inotify: fix race when adding a new watchLino Sanfilippo2013-07-091-9/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-3/+0
|\