summaryrefslogtreecommitdiffstats
path: root/fs/notify/inotify
AgeCommit message (Expand)AuthorLines
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2025-09-02fsnotify: fix "rewriten"->"rewritten"Xichao Zhao-1/+1
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados-1/+1
2024-12-18inotify: Use strscpy() for event->name copiesKees Cook-1/+1
2024-11-03fdget(), more trivial conversionsAl Viro-14/+7
2024-11-03fdget(), trivial conversionsAl Viro-12/+5
2024-10-02fsnotify: Avoid data race between fsnotify_recalc_mask() and fsnotify_object_...Jan Kara-1/+1
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro-6/+6
2024-04-04fsnotify: create a wrapper fsnotify_find_inode_mark()Amir Goldstein-1/+1
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados-1/+0
2023-10-18treewide: mark stuff as __ro_after_initAlexey Dobriyan-1/+1
2023-04-25inotify: Avoid reporting event with invalid wdJan Kara-2/+9
2022-07-01fs: inotify: Fix typo in inotify commentOliver Ford-1/+1
2022-04-25inotify: use fsnotify group lock helpersAmir Goldstein-2/+2
2022-04-25fsnotify: pass flags argument to fsnotify_alloc_group()Amir Goldstein-1/+2
2022-04-25inotify: move control flags from mask to mark flagsAmir Goldstein-17/+34
2022-04-25inotify: show inotify mask flags in proc fdinfoAmir Goldstein-1/+13
2022-01-22inotify: simplify subdirectory registration with register_sysctl()Xiaoming Ni-1/+10
2021-10-27fsnotify: Pass group argument to free_eventGabriel Krisman Bertazi-1/+2
2021-10-27fsnotify: Add wrapper around fsnotify_add_eventGabriel Krisman Bertazi-1/+1
2021-10-27inotify: Don't force FS_IN_IGNOREDGabriel Krisman Bertazi-3/+3
2021-08-09ucounts: add missing data type changesSven Schnelle-6/+11
2021-03-16fsnotify: use hash table for faster events mergeAmir Goldstein-3/+4
2021-03-16fanotify: reduce event objectid to 29-bit hashAmir Goldstein-2/+2
2021-03-16fsnotify: allow fsnotify_{peek,remove}_first_event with empty queueAmir Goldstein-3/+2
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2021-01-24fs: add file and path permissions helpersChristian Brauner-1/+1
2021-01-05inotify, memcg: account inotify instances to kmemcgShakeel Butt-2/+2
2020-12-03inotify: convert to handle_inode_event() interfaceAmir Goldstein-54/+14
2020-11-09inotify: Increase default inotify.max_user_watches limit to 1048576Waiman Long-1/+22
2020-10-18mm, memcg: rework remote charging API to support nestingRoman Gushchin-2/+3
2020-07-27inotify: do not set FS_EVENT_ON_CHILD in non-dir mark maskAmir Goldstein-6/+8
2020-07-27inotify: report both events on parent and child with single callbackAmir Goldstein-9/+35
2020-07-27fsnotify: pass dir argument to handle_event() callbackAmir Goldstein-9/+8
2020-07-15inotify: do not use objectid when comparing eventsAmir Goldstein-2/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-1/+1
2020-06-04Merge tag 'fsnotify_for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+1
2020-04-27inotify: Fix error return code assignment flow.youngjun-3/+1
2020-04-20docs: filesystems: fix renamed referencesMauro Carvalho Chehab-1/+1
2020-03-24fsnotify: replace inode pointer with an object idAmir Goldstein-3/+3
2020-03-23fsnotify: use helpers to access data by data_typeAmir Goldstein-5/+3
2019-09-23Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+12
2019-08-12fanotify, inotify, dnotify, security: add security hook for fs notificationsAaron Goidel-2/+12
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce-5/+3
2019-07-12memcg, fsnotify: no oom-kill for remote memcg chargingShakeel Butt-2/+6
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner-20/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-05-07Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-4/+4
2019-04-26inotify_handle_event(): don't bother with strlen()Al Viro-1/+1
2019-04-26fsnotify: switch send_to_group() and ->handle_event to const struct qstr *Al Viro-4/+4