aboutsummaryrefslogtreecommitdiff
path: root/fs/notify/inotify
AgeCommit message (Expand)AuthorFilesLines
2024-04-04fsnotify: create a wrapper fsnotify_find_inode_mark()Gravatar Amir Goldstein 1-1/+1
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayGravatar Joel Granados 1-1/+0
2023-10-18treewide: mark stuff as __ro_after_initGravatar Alexey Dobriyan 1-1/+1
2023-04-25inotify: Avoid reporting event with invalid wdGravatar Jan Kara 1-2/+9
2022-07-01fs: inotify: Fix typo in inotify commentGravatar Oliver Ford 1-1/+1
2022-04-25inotify: use fsnotify group lock helpersGravatar Amir Goldstein 1-2/+2
2022-04-25fsnotify: pass flags argument to fsnotify_alloc_group()Gravatar Amir Goldstein 1-1/+2
2022-04-25inotify: move control flags from mask to mark flagsGravatar Amir Goldstein 3-17/+34
2022-04-25inotify: show inotify mask flags in proc fdinfoGravatar Amir Goldstein 2-1/+13
2022-01-22inotify: simplify subdirectory registration with register_sysctl()Gravatar Xiaoming Ni 1-1/+10
2021-10-27fsnotify: Pass group argument to free_eventGravatar Gabriel Krisman Bertazi 1-1/+2
2021-10-27fsnotify: Add wrapper around fsnotify_add_eventGravatar Gabriel Krisman Bertazi 1-1/+1
2021-10-27inotify: Don't force FS_IN_IGNOREDGravatar Gabriel Krisman Bertazi 1-3/+3
2021-08-09ucounts: add missing data type changesGravatar Sven Schnelle 1-6/+11
2021-03-16fsnotify: use hash table for faster events mergeGravatar Amir Goldstein 1-3/+4
2021-03-16fanotify: reduce event objectid to 29-bit hashGravatar Amir Goldstein 2-2/+2
2021-03-16fsnotify: allow fsnotify_{peek,remove}_first_event with empty queueGravatar Amir Goldstein 1-3/+2
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2021-01-24fs: add file and path permissions helpersGravatar Christian Brauner 1-1/+1
2021-01-05inotify, memcg: account inotify instances to kmemcgGravatar Shakeel Butt 1-2/+2
2020-12-03inotify: convert to handle_inode_event() interfaceGravatar Amir Goldstein 3-54/+14
2020-11-09inotify: Increase default inotify.max_user_watches limit to 1048576Gravatar Waiman Long 1-1/+22
2020-10-18mm, memcg: rework remote charging API to support nestingGravatar Roman Gushchin 1-2/+3
2020-07-27inotify: do not set FS_EVENT_ON_CHILD in non-dir mark maskGravatar Amir Goldstein 1-6/+8
2020-07-27inotify: report both events on parent and child with single callbackGravatar Amir Goldstein 1-9/+35
2020-07-27fsnotify: pass dir argument to handle_event() callbackGravatar Amir Goldstein 3-9/+8
2020-07-15inotify: do not use objectid when comparing eventsGravatar Amir Goldstein 1-2/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 1-1/+1
2020-06-04Merge tag 'fsnotify_for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+1
2020-04-27inotify: Fix error return code assignment flow.Gravatar youngjun 1-3/+1
2020-04-20docs: filesystems: fix renamed referencesGravatar Mauro Carvalho Chehab 1-1/+1
2020-03-24fsnotify: replace inode pointer with an object idGravatar Amir Goldstein 2-3/+3
2020-03-23fsnotify: use helpers to access data by data_typeGravatar Amir Goldstein 1-5/+3
2019-09-23Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+12
2019-08-12fanotify, inotify, dnotify, security: add security hook for fs notificationsGravatar Aaron Goidel 1-2/+12
2019-07-18proc/sysctl: add shared variables for range checkGravatar Matteo Croce 1-5/+3
2019-07-12memcg, fsnotify: no oom-kill for remote memcg chargingGravatar Shakeel Butt 1-2/+6
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Gravatar Thomas Gleixner 2-20/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2019-05-07Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 2-4/+4
2019-04-26inotify_handle_event(): don't bother with strlen()Gravatar Al Viro 1-1/+1
2019-04-26fsnotify: switch send_to_group() and ->handle_event to const struct qstr *Gravatar Al Viro 2-4/+4
2019-04-19Make anon_inodes unconditionalGravatar David Howells 1-1/+0
2019-03-11inotify: Fix fsnotify_mark refcount leak in inotify_update_existing_watch()Gravatar ZhangXiaoxu 1-2/+5
2019-02-07fsnotify: report FS_ISDIR flag with MOVE_SELF and DELETE_SELF eventsGravatar Amir Goldstein 1-0/+9
2019-02-06fsnotify: move mask out of struct fsnotify_eventGravatar Amir Goldstein 3-6/+9
2019-01-02inotify: Fix fd refcount leak in inotify_add_watch().Gravatar Tetsuo Handa 1-2/+4
2018-10-04fsnotify: convert runtime BUG_ON() to BUILD_BUG_ON()Gravatar Amir Goldstein 1-1/+1
2018-08-17Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-2/+10
2018-08-17fs: fsnotify: account fsnotify metadata to kmemcgGravatar Shakeel Butt 2-2/+10