summaryrefslogtreecommitdiff
path: root/fs/notify/inotify
AgeCommit message (Expand)Author
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2023-10-18treewide: mark stuff as __ro_after_initAlexey Dobriyan
2023-04-25inotify: Avoid reporting event with invalid wdJan Kara
2022-07-01fs: inotify: Fix typo in inotify commentOliver Ford
2022-04-25inotify: use fsnotify group lock helpersAmir Goldstein
2022-04-25fsnotify: pass flags argument to fsnotify_alloc_group()Amir Goldstein
2022-04-25inotify: move control flags from mask to mark flagsAmir Goldstein
2022-04-25inotify: show inotify mask flags in proc fdinfoAmir Goldstein
2022-01-22inotify: simplify subdirectory registration with register_sysctl()Xiaoming Ni
2021-10-27fsnotify: Pass group argument to free_eventGabriel Krisman Bertazi
2021-10-27fsnotify: Add wrapper around fsnotify_add_eventGabriel Krisman Bertazi
2021-10-27inotify: Don't force FS_IN_IGNOREDGabriel Krisman Bertazi
2021-08-09ucounts: add missing data type changesSven Schnelle
2021-03-16fsnotify: use hash table for faster events mergeAmir Goldstein
2021-03-16fanotify: reduce event objectid to 29-bit hashAmir Goldstein
2021-03-16fsnotify: allow fsnotify_{peek,remove}_first_event with empty queueAmir Goldstein
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-01-24fs: add file and path permissions helpersChristian Brauner
2021-01-05inotify, memcg: account inotify instances to kmemcgShakeel Butt
2020-12-03inotify: convert to handle_inode_event() interfaceAmir Goldstein
2020-11-09inotify: Increase default inotify.max_user_watches limit to 1048576Waiman Long
2020-10-18mm, memcg: rework remote charging API to support nestingRoman Gushchin
2020-07-27inotify: do not set FS_EVENT_ON_CHILD in non-dir mark maskAmir Goldstein
2020-07-27inotify: report both events on parent and child with single callbackAmir Goldstein
2020-07-27fsnotify: pass dir argument to handle_event() callbackAmir Goldstein
2020-07-15inotify: do not use objectid when comparing eventsAmir Goldstein
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-04Merge tag 'fsnotify_for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-04-27inotify: Fix error return code assignment flow.youngjun
2020-04-20docs: filesystems: fix renamed referencesMauro Carvalho Chehab
2020-03-24fsnotify: replace inode pointer with an object idAmir Goldstein
2020-03-23fsnotify: use helpers to access data by data_typeAmir Goldstein
2019-09-23Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-08-12fanotify, inotify, dnotify, security: add security hook for fs notificationsAaron Goidel
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce
2019-07-12memcg, fsnotify: no oom-kill for remote memcg chargingShakeel Butt
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-07Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-04-26inotify_handle_event(): don't bother with strlen()Al Viro
2019-04-26fsnotify: switch send_to_group() and ->handle_event to const struct qstr *Al Viro
2019-04-19Make anon_inodes unconditionalDavid Howells
2019-03-11inotify: Fix fsnotify_mark refcount leak in inotify_update_existing_watch()ZhangXiaoxu
2019-02-07fsnotify: report FS_ISDIR flag with MOVE_SELF and DELETE_SELF eventsAmir Goldstein
2019-02-06fsnotify: move mask out of struct fsnotify_eventAmir Goldstein
2019-01-02inotify: Fix fd refcount leak in inotify_add_watch().Tetsuo Handa
2018-10-04fsnotify: convert runtime BUG_ON() to BUILD_BUG_ON()Amir Goldstein
2018-08-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-08-17fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt
2018-06-27inotify: Add flag IN_MASK_CREATE for inotify_add_watch()Henry Wilson