summaryrefslogtreecommitdiff
path: root/fs/notify/fanotify/fanotify_user.c
AgeCommit message (Expand)Author
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados
2025-01-06fanotify: Fix crash in fanotify_init(2)Jan Kara
2024-12-10fanotify: allow to set errno in FAN_DENY permission responseAmir Goldstein
2024-12-10fanotify: report file range info with pre-content eventsAmir Goldstein
2024-12-10fanotify: introduce FAN_PRE_ACCESS permission eventAmir Goldstein
2024-12-10fanotify: rename a misnamed constantAmir Goldstein
2024-12-10fanotify: don't skip extra event info if no info_mode is setJosef Bacik
2024-12-09fs: get rid of __FMODE_NONOTIFY kludgeAl Viro
2024-11-21Merge tag 'fsnotify_for_v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-11-03fdget(), more trivial conversionsAl Viro
2024-11-03fdget(), trivial conversionsAl Viro
2024-10-16fanotify: allow reporting errors on failure to open fdAmir Goldstein
2024-10-07remove pointless includes of <linux/fdtable.h>Al Viro
2024-10-02inotify: Fix possible deadlock in fsnotify_destroy_markLizhi Xu
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro
2024-05-20Revert "fanotify: remove unneeded sub-zero check for unsigned value"Linus Torvalds
2024-04-04fsnotify: use an enum for group priority constantsAmir Goldstein
2024-04-04fsnotify: pass object pointer and type to fsnotify mark helpersAmir Goldstein
2024-04-04fanotify: merge two checks regarding add of ignore markAmir Goldstein
2024-03-25fanotify: remove unneeded sub-zero check for unsigned valueNikita Kiryushin
2024-01-10Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2023-12-01fanotify: allow "weak" fsid when watching a single filesystemAmir Goldstein
2023-12-01fanotify: store fsid in mark instead of in connectorAmir Goldstein
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-10-24exportfs: add helpers to check if filesystem can encode/decode file handlesAmir Goldstein
2023-10-19fanotify: limit reporting of event with non-decodeable file handlesAmir Goldstein
2023-10-18treewide: mark stuff as __ro_after_initAlexey Dobriyan
2023-07-04fanotify: disallow mount/sb marks on kernel internal pseudo fsAmir Goldstein
2023-05-25fanotify: support reporting non-decodeable file handlesAmir Goldstein
2023-04-03fanotify: use pidfd_prepare()Christian Brauner
2023-02-07fanotify: define struct members to hold response decision contextRichard Guy Briggs
2023-02-07fanotify: Ensure consistent variable type for responseRichard Guy Briggs
2022-09-01fs/notify: constify pathAl Viro
2022-07-01fanotify: introduce FAN_MARK_IGNOREAmir Goldstein
2022-07-01fanotify: cleanups for fanotify_mark() input validationsAmir Goldstein
2022-07-01fanotify: prepare for setting event flags in ignore maskAmir Goldstein
2022-06-28fanotify: refine the validation checks on non-dir inode maskAmir Goldstein
2022-05-25Merge tag 'fsnotify_for_v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-05-23fanotify: fix incorrect fmode_t castsVasily Averin
2022-05-09fanotify: do not allow setting dirent events in mask of non-dirAmir Goldstein
2022-04-25fanotify: enable "evictable" inode marksAmir Goldstein
2022-04-25fanotify: use fsnotify group lock helpersAmir Goldstein
2022-04-25fanotify: implement "evictable" inode marksAmir Goldstein
2022-04-25fanotify: factor out helper fanotify_mark_update_flags()Amir Goldstein
2022-04-25fsnotify: pass flags argument to fsnotify_alloc_group()Amir Goldstein
2022-02-24fsnotify: optimize FS_MODIFY events with no ignored masksAmir Goldstein
2022-02-24fsnotify: fix merge with parent's ignored maskAmir Goldstein