index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
notify
/
fanotify
Age
Commit message (
Expand
)
Author
Files
Lines
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
2025-05-19
fanotify: remove redundant permission checks
Amir Goldstein
1
-9
/
+2
2025-05-14
fanotify: Drop use of flex array in fanotify_fh
Jan Kara
2
-6
/
+5
2025-04-24
fanotify: fix flush of mntns marks
Amir Goldstein
1
-6
/
+1
2025-02-05
fanotify: notify on mount attach and detach
Miklos Szeredi
3
-17
/
+128
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
1
-1
/
+1
2025-01-06
fanotify: Fix crash in fanotify_init(2)
Jan Kara
1
-1
/
+1
2024-12-10
fanotify: allow to set errno in FAN_DENY permission response
Amir Goldstein
3
-6
/
+45
2024-12-10
fanotify: report file range info with pre-content events
Amir Goldstein
2
-0
/
+46
2024-12-10
fanotify: introduce FAN_PRE_ACCESS permission event
Amir Goldstein
2
-6
/
+32
2024-12-10
fsnotify: pass optional file access range in pre-content event
Amir Goldstein
2
-2
/
+11
2024-12-10
fanotify: rename a misnamed constant
Amir Goldstein
1
-5
/
+5
2024-12-10
fanotify: don't skip extra event info if no info_mode is set
Josef Bacik
1
-9
/
+4
2024-12-09
fs: get rid of __FMODE_NONOTIFY kludge
Al Viro
1
-9
/
+16
2024-11-21
Merge tag 'fsnotify_for_v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-38
/
+48
2024-11-18
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-28
/
+16
2024-11-03
fdget(), more trivial conversions
Al Viro
1
-18
/
+11
2024-11-03
fdget(), trivial conversions
Al Viro
1
-10
/
+5
2024-10-16
fanotify: allow reporting errors on failure to open fd
Amir Goldstein
1
-37
/
+48
2024-10-14
fsnotify, lsm: Decouple fsnotify from lsm
Song Liu
1
-1
/
+0
2024-10-07
remove pointless includes of <linux/fdtable.h>
Al Viro
2
-2
/
+0
2024-10-02
inotify: Fix possible deadlock in fsnotify_destroy_mark
Lizhi Xu
1
-1
/
+1
2024-08-13
introduce fd_file(), convert all accessors to it.
Al Viro
1
-6
/
+6
2024-05-20
Revert "fanotify: remove unneeded sub-zero check for unsigned value"
Linus Torvalds
1
-1
/
+1
2024-04-04
fsnotify: use an enum for group priority constants
Amir Goldstein
1
-6
/
+5
2024-04-04
fsnotify: pass object pointer and type to fsnotify mark helpers
Amir Goldstein
1
-75
/
+20
2024-04-04
fanotify: merge two checks regarding add of ignore mark
Amir Goldstein
1
-18
/
+17
2024-03-25
fanotify: remove unneeded sub-zero check for unsigned value
Nikita Kiryushin
1
-1
/
+1
2024-03-07
fanotify: allow freeze when waiting response for permission events
Winston Wen
1
-2
/
+4
2024-01-11
Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
1
-1
/
+0
2023-12-28
fs: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
1
-1
/
+0
2023-12-01
fanotify: allow "weak" fsid when watching a single filesystem
Amir Goldstein
3
-33
/
+100
2023-12-01
fanotify: store fsid in mark instead of in connector
Amir Goldstein
3
-18
/
+29
2023-11-07
Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-2
/
+2
2023-11-03
Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-4
/
+4
2023-11-02
Merge tag 'fsnotify_for_v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2023-10-24
exportfs: add helpers to check if filesystem can encode/decode file handles
Amir Goldstein
1
-2
/
+2
2023-10-19
fanotify: limit reporting of event with non-decodeable file handles
Amir Goldstein
1
-8
/
+17
2023-10-19
treewide: mark stuff as __ro_after_init
Alexey Dobriyan
1
-4
/
+4
2023-10-10
fanotify: delete useless parenthesis in FANOTIFY_INLINE_FH macro
Alexey Dobriyan
1
-2
/
+2
2023-07-04
fanotify: disallow mount/sb marks on kernel internal pseudo fs
Amir Goldstein
1
-0
/
+14
2023-05-25
exportfs: check for error return value from exportfs_encode_*()
Amir Goldstein
1
-1
/
+1
2023-05-25
fanotify: support reporting non-decodeable file handles
Amir Goldstein
2
-6
/
+5
2023-05-22
exportfs: add explicit flag to request non-decodeable file handles
Amir Goldstein
1
-2
/
+2
2023-04-03
fanotify: use pidfd_prepare()
Christian Brauner
1
-4
/
+9
2023-02-07
fanotify,audit: Allow audit to use the full permission event response
Richard Guy Briggs
1
-1
/
+2
2023-02-07
fanotify: define struct members to hold response decision context
Richard Guy Briggs
3
-22
/
+73
2023-02-07
fanotify: Ensure consistent variable type for response
Richard Guy Briggs
2
-4
/
+4
[next]