aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify/inotify/inotify_user.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-01fs: inotify: Fix typo in inotify commentOliver Ford1-1/+1
2022-04-25inotify: use fsnotify group lock helpersAmir Goldstein1-2/+2
2022-04-25fsnotify: pass flags argument to fsnotify_alloc_group()Amir Goldstein1-1/+2
2022-04-25inotify: move control flags from mask to mark flagsAmir Goldstein1-14/+24
2022-04-25inotify: show inotify mask flags in proc fdinfoAmir Goldstein1-1/+1
2022-01-22inotify: simplify subdirectory registration with register_sysctl()Xiaoming Ni1-1/+10
2021-10-27inotify: Don't force FS_IN_IGNOREDGabriel Krisman Bertazi1-3/+3
2021-08-09ucounts: add missing data type changesSven Schnelle1-6/+11
2021-03-16fanotify: reduce event objectid to 29-bit hashAmir Goldstein1-1/+1
2021-03-16fsnotify: allow fsnotify_{peek,remove}_first_event with empty queueAmir Goldstein1-3/+2
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-1/+1
2021-01-24fs: add file and path permissions helpersChristian Brauner1-1/+1
2021-01-05inotify, memcg: account inotify instances to kmemcgShakeel Butt1-2/+2
2020-12-03inotify: convert to handle_inode_event() interfaceAmir Goldstein1-6/+2
2020-11-09inotify: Increase default inotify.max_user_watches limit to 1048576Waiman Long1-1/+22
2020-07-27inotify: do not set FS_EVENT_ON_CHILD in non-dir mark maskAmir Goldstein1-6/+8
2020-07-27fsnotify: pass dir argument to handle_event() callbackAmir Goldstein1-2/+2
2020-04-27inotify: Fix error return code assignment flow.youngjun1-3/+1
2020-03-24fsnotify: replace inode pointer with an object idAmir Goldstein1-1/+1
2019-09-23Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-2/+12
2019-08-12fanotify, inotify, dnotify, security: add security hook for fs notificationsAaron Goidel1-2/+12
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce1-5/+3
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner1-10/+1
2019-03-11inotify: Fix fsnotify_mark refcount leak in inotify_update_existing_watch()ZhangXiaoxu1-2/+5
2019-02-06fsnotify: move mask out of struct fsnotify_eventAmir Goldstein1-2/+3
2019-01-02inotify: Fix fd refcount leak in inotify_add_watch().Tetsuo Handa1-2/+4
2018-10-04fsnotify: convert runtime BUG_ON() to BUILD_BUG_ON()Amir Goldstein1-1/+1
2018-08-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+4
2018-08-17fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt1-1/+4
2018-06-27inotify: Add flag IN_MASK_CREATE for inotify_add_watch()Henry Wilson1-1/+8
2018-05-18fsnotify: add fsnotify_add_inode_mark() wrappersAmir Goldstein1-1/+1
2018-05-18fsnotify: generalize iteration of marks by object typeAmir Goldstein1-4/+4
2018-05-18fsnotify: remove redundant arguments to handle_event()Amir Goldstein1-2/+6
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