summaryrefslogtreecommitdiff
path: root/fs/notify
AgeCommit message (Expand)Author
8 daysMerge tag 'fsnotify_for_v6.19-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
11 daysfsnotify: do not generate ACCESS/MODIFY events on child for special filesAmir Goldstein
2025-12-01Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-11-28fanotify: convert fanotify_init() to FD_PREPARE()Christian Brauner
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik
2025-10-06fs/notify: call exportfs_encode_fid with s_umountJakub Acs
2025-10-03Merge tag 'fsnotify_for_v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-09-19fs: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari
2025-09-11fanotify: add watchdog for permission eventsMiklos Szeredi
2025-09-05fanotify: Validate the return value of mnt_ns_from_dentry() before dereferencingAnderson Nascimento
2025-09-02fsnotify: fix "rewriten"->"rewritten"Xichao Zhao
2025-09-01fs: add an icount_read helperJosef Bacik
2025-07-31Merge tag 'fsnotify_for_v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-07-28fsnotify: optimize FMODE_NONOTIFY_PERM for the common casesAmir Goldstein
2025-07-28fsnotify: merge file_set_fsnotify_mode_from_watchers() with open perm hookAmir Goldstein
2025-07-14fix a leak in fcntl_dirnotify()Al Viro
2025-06-27fanotify: sanitize handle_type values when reporting fidAmir Goldstein
2025-05-29Merge tag 'fsnotify_for_v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-05-19fanotify: support watching filesystems and mounts inside usernsAmir Goldstein
2025-05-19fanotify: remove redundant permission checksAmir Goldstein
2025-05-14fanotify: Drop use of flex array in fanotify_fhJan Kara
2025-04-24fanotify: fix flush of mntns marksAmir Goldstein
2025-03-24Merge tag 'vfs-6.15-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-02-07fsnotify: use accessor to set FMODE_NONOTIFY_*Amir Goldstein
2025-02-05fanotify: notify on mount attach and detachMiklos Szeredi
2025-02-04fsnotify: add mount notification infrastructureMiklos Szeredi
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados
2025-01-23Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-01-23Merge tag 'fsnotify_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-01-06fanotify: Fix crash in fanotify_init(2)Jan Kara
2024-12-19fs: relax assertions on failure to encode file handlesAmir Goldstein
2024-12-18inotify: Use strscpy() for event->name copiesKees Cook
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-10fsnotify: pass optional file access range in pre-content eventAmir Goldstein
2024-12-10fsnotify: introduce pre-content permission eventsAmir 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-10fsnotify: check if file is actually being watched for pre-content events on openAmir Goldstein
2024-12-10fsnotify: opt-in for permission events at file open timeAmir Goldstein
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-18fsnotify: Fix ordering of iput() and watched_objects decrementJann Horn
2024-11-13fsnotify: fix sending inotify event with unexpected filenameAmir Goldstein
2024-11-03fdget(), more trivial conversionsAl Viro
2024-11-03fdget(), trivial conversionsAl Viro