index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
notify
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-05
fsnotify: Fix stale object mask after concurrent mark updates
Youngjae Kwon
2
-19
/
+8
2026-07-31
fanotify: report full event length for FIONREAD
Yichong Chen
1
-1
/
+4
2026-07-31
fanotify: fix use-after-free of file range info
Chengfeng Ye
3
-8
/
+6
2026-07-30
fanotify: stop permission watchdog when timeout is zero
Yichong Chen
1
-1
/
+6
2026-07-03
fanotify: initialize permission event watchdog state
Xuanqiang Luo
1
-0
/
+1
2026-06-16
Merge tag 'fsnotify_for_v7.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-36
/
+19
2026-06-15
Merge tag 'vfs-7.2-rc1.directory.delegations' of git://git.kernel.org/pub/scm...
Linus Torvalds
2
-0
/
+34
2026-06-10
fanotify: allow reporting pidfds for reaped tasks
AnonymeMeow
2
-19
/
+16
2026-06-10
fanotify: report thread pidfds for FAN_REPORT_TID
AnonymeMeow
1
-19
/
+8
2026-05-28
fanotify: simplify fanotify_error_event_equal
Thorsten Blum
1
-4
/
+1
2026-05-15
fsnotify: add fsnotify_modify_mark_mask()
Jeff Layton
1
-0
/
+29
2026-05-15
fsnotify: new tracepoint in fsnotify()
Jeff Layton
1
-0
/
+5
2026-04-27
Merge tag 'fsnotify_for_v7.1-rc2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-12
/
+49
2026-04-21
Merge tag 'pull-dcache-busy-wait' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2026-04-20
fsnotify: fix inode reference leak in fsnotify_recalc_mask()
Amir Goldstein
1
-3
/
+36
2026-04-20
fanotify: Fix spelling mistake "enforecement" -> "enforcement"
Ethan Carter Edwards
1
-1
/
+1
2026-04-16
fanotify: fix false positive on permission events
Miklos Szeredi
2
-8
/
+12
2026-04-15
Merge tag 'fsnotify_for_v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-30
/
+28
2026-04-02
for_each_alias(): helper macro for iterating through dentries of given inode
Al Viro
1
-1
/
+1
2026-03-23
fanotify: replace deprecated strcpy in fanotify_info_copy_{name,name2}
Thorsten Blum
1
-2
/
+3
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
1
-2
/
+2
2026-02-26
fsnotify: inotify: pass mark connector to fsnotify_recalc_mask()
Sun Jian
1
-1
/
+1
2026-02-26
fanotify: call fanotify_events_supported() before path_permission() and secur...
Ondrej Mosnacek
1
-15
/
+10
2026-02-26
fanotify: avoid/silence premature LSM capability checks
Ondrej Mosnacek
1
-12
/
+13
2026-02-26
inotify: fix watch count leak when fsnotify_add_inode_mark_locked() fails
Chia-Ming Chang
1
-0
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
4
-4
/
+4
2026-01-23
fsnotify: Use connector list for destroying inode marks
Jan Kara
3
-60
/
+54
2026-01-23
fsnotify: Track inode connectors for a superblock
Jan Kara
3
-14
/
+85
2025-12-19
Merge tag 'fsnotify_for_v6.19-rc2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+8
2025-12-15
fsnotify: do not generate ACCESS/MODIFY events on child for special files
Amir Goldstein
1
-1
/
+8
2025-12-01
Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-38
/
+22
2025-12-01
Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2025-11-28
fanotify: convert fanotify_init() to FD_PREPARE()
Christian Brauner
1
-38
/
+22
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
1
-1
/
+1
2025-10-06
fs/notify: call exportfs_encode_fid with s_umount
Jakub Acs
1
-0
/
+6
2025-10-03
Merge tag 'fsnotify_for_v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-1
/
+108
2025-09-29
Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+2
2025-09-19
fs: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
1
-2
/
+2
2025-09-11
fanotify: add watchdog for permission events
Miklos Szeredi
2
-0
/
+104
2025-09-05
fanotify: Validate the return value of mnt_ns_from_dentry() before dereferencing
Anderson Nascimento
1
-0
/
+3
2025-09-02
fsnotify: fix "rewriten"->"rewritten"
Xichao Zhao
1
-1
/
+1
2025-09-01
fs: add an icount_read helper
Josef Bacik
1
-1
/
+1
2025-07-31
Merge tag 'fsnotify_for_v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-35
/
+60
2025-07-28
fsnotify: optimize FMODE_NONOTIFY_PERM for the common cases
Amir Goldstein
1
-30
/
+45
2025-07-28
fsnotify: merge file_set_fsnotify_mode_from_watchers() with open perm hook
Amir Goldstein
1
-9
/
+13
2025-07-14
fix a leak in fcntl_dirnotify()
Al Viro
1
-4
/
+4
2025-06-27
fanotify: sanitize handle_type values when reporting fid
Amir Goldstein
1
-1
/
+7
2025-05-29
Merge tag 'fsnotify_for_v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-27
/
+35
2025-05-19
fanotify: support watching filesystems and mounts inside userns
Amir Goldstein
2
-12
/
+28
[next]