summaryrefslogtreecommitdiff
path: root/fs/notify
AgeCommit message (Expand)Author
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
2024-10-16fanotify: allow reporting errors on failure to open fdAmir Goldstein
2024-10-14fsnotify, lsm: Decouple fsnotify from lsmSong Liu
2024-10-07remove pointless includes of <linux/fdtable.h>Al Viro
2024-10-07get rid of ...lookup...fdget_rcu() familyAl Viro
2024-10-02inotify: Fix possible deadlock in fsnotify_destroy_markLizhi Xu
2024-10-02fsnotify: Avoid data race between fsnotify_recalc_mask() and fsnotify_object_...Jan Kara
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-08-28file: reclaim 24 bytes from f_ownerChristian Brauner
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro
2024-06-05fsnotify: clear PARENT_WATCHED flags lazilyAmir Goldstein
2024-05-20Revert "fanotify: remove unneeded sub-zero check for unsigned value"Linus Torvalds
2024-04-17fsnotify: fix UAF from FS_ERROR event on a shutting down filesystemAmir Goldstein
2024-04-04fsnotify: optimize the case of no permission event watchersAmir Goldstein
2024-04-04fsnotify: use an enum for group priority constantsAmir Goldstein
2024-04-04fsnotify: lazy attach fsnotify_sb_info state to sbAmir Goldstein
2024-04-04fsnotify: create helper fsnotify_update_sb_watchers()Amir 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-04-04fsnotify: create a wrapper fsnotify_find_inode_mark()Amir Goldstein
2024-04-04fsnotify: create helpers to get sb and connp from objectAmir Goldstein
2024-04-04fsnotify: rename fsnotify_{get,put}_sb_connectors()Amir Goldstein
2024-03-26fsnotify: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva
2024-03-25fanotify: remove unneeded sub-zero check for unsigned valueNikita Kiryushin
2024-03-07fanotify: allow freeze when waiting response for permission eventsWinston Wen