summaryrefslogtreecommitdiff
path: root/fs/notify
AgeCommit message (Expand)AuthorFilesLines
3 daysMerge tag 'fsnotify_for_v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-30/+28
2026-03-23fanotify: replace deprecated strcpy in fanotify_info_copy_{name,name2}Thorsten Blum1-2/+3
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton1-2/+2
2026-02-26fsnotify: inotify: pass mark connector to fsnotify_recalc_mask()Sun Jian1-1/+1
2026-02-26fanotify: call fanotify_events_supported() before path_permission() and secur...Ondrej Mosnacek1-15/+10
2026-02-26fanotify: avoid/silence premature LSM capability checksOndrej Mosnacek1-12/+13
2026-02-26inotify: fix watch count leak when fsnotify_add_inode_mark_locked() failsChia-Ming Chang1-0/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook4-4/+4
2026-01-23fsnotify: Use connector list for destroying inode marksJan Kara3-60/+54
2026-01-23fsnotify: Track inode connectors for a superblockJan Kara3-14/+85
2025-12-18Merge tag 'fsnotify_for_v6.19-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+8
2025-12-15fsnotify: do not generate ACCESS/MODIFY events on child for special filesAmir Goldstein1-1/+8
2025-12-02Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-38/+22
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-11-28fanotify: convert fanotify_init() to FD_PREPARE()Christian Brauner1-38/+22
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik1-1/+1
2025-10-06fs/notify: call exportfs_encode_fid with s_umountJakub Acs1-0/+6
2025-10-03Merge tag 'fsnotify_for_v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-1/+108
2025-09-29Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2025-09-19fs: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari1-2/+2
2025-09-11fanotify: add watchdog for permission eventsMiklos Szeredi2-0/+104
2025-09-05fanotify: Validate the return value of mnt_ns_from_dentry() before dereferencingAnderson Nascimento1-0/+3
2025-09-02fsnotify: fix "rewriten"->"rewritten"Xichao Zhao1-1/+1
2025-09-01fs: add an icount_read helperJosef Bacik1-1/+1
2025-07-31Merge tag 'fsnotify_for_v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-35/+60
2025-07-28fsnotify: optimize FMODE_NONOTIFY_PERM for the common casesAmir Goldstein1-30/+45
2025-07-28fsnotify: merge file_set_fsnotify_mode_from_watchers() with open perm hookAmir Goldstein1-9/+13
2025-07-14fix a leak in fcntl_dirnotify()Al Viro1-4/+4
2025-06-27fanotify: sanitize handle_type values when reporting fidAmir Goldstein1-1/+7
2025-05-29Merge tag 'fsnotify_for_v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-27/+35
2025-05-19fanotify: support watching filesystems and mounts inside usernsAmir Goldstein2-12/+28
2025-05-19fanotify: remove redundant permission checksAmir Goldstein1-9/+2
2025-05-14fanotify: Drop use of flex array in fanotify_fhJan Kara2-6/+5
2025-04-24fanotify: fix flush of mntns marksAmir Goldstein1-6/+1
2025-03-24Merge tag 'vfs-6.15-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-27/+195
2025-02-07fsnotify: use accessor to set FMODE_NONOTIFY_*Amir Goldstein1-6/+12
2025-02-05fanotify: notify on mount attach and detachMiklos Szeredi4-17/+133
2025-02-04fsnotify: add mount notification infrastructureMiklos Szeredi3-10/+62
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados3-3/+3
2025-01-24Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-39/+240
2025-01-24Merge tag 'fsnotify_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-01-06fanotify: Fix crash in fanotify_init(2)Jan Kara1-1/+1
2024-12-19fs: relax assertions on failure to encode file handlesAmir Goldstein1-3/+1
2024-12-18inotify: Use strscpy() for event->name copiesKees Cook1-1/+1
2024-12-10fanotify: allow to set errno in FAN_DENY permission responseAmir Goldstein3-6/+45
2024-12-10fanotify: report file range info with pre-content eventsAmir Goldstein2-0/+46
2024-12-10fanotify: introduce FAN_PRE_ACCESS permission eventAmir Goldstein2-6/+32
2024-12-10fsnotify: pass optional file access range in pre-content eventAmir Goldstein3-2/+29
2024-12-10fsnotify: introduce pre-content permission eventsAmir Goldstein1-1/+1