index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
/
notify
/
fanotify
/
fanotify_user.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-29
Merge tag 'fsnotify_for_v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
1
-21
/
+29
2025-05-19
fanotify: support watching filesystems and mounts inside userns
Amir Goldstein
1
-12
/
+27
2025-05-19
fanotify: remove redundant permission checks
Amir Goldstein
1
-9
/
+2
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
1
-14
/
+75
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
1
-2
/
+27
2024-12-10
fanotify: report file range info with pre-content events
Amir Goldstein
1
-0
/
+38
2024-12-10
fanotify: introduce FAN_PRE_ACCESS permission event
Amir Goldstein
1
-5
/
+30
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/kernel/git/jack/linux-fs
Linus Torvalds
1
-37
/
+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-07
remove pointless includes of <linux/fdtable.h>
Al Viro
1
-1
/
+0
2024-10-02
inotify: Fix possible deadlock in fsnotify_destroy_mark
Lizhi Xu
1
-1
/
+1
2024-08-12
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-01-10
Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux
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
1
-21
/
+91
2023-12-01
fanotify: store fsid in mark instead of in connector
Amir Goldstein
1
-4
/
+14
2023-11-07
Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-2
/
+2
2023-11-02
Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-4
/
+4
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-18
treewide: mark stuff as __ro_after_init
Alexey Dobriyan
1
-4
/
+4
2023-07-04
fanotify: disallow mount/sb marks on kernel internal pseudo fs
Amir Goldstein
1
-0
/
+14
2023-05-25
fanotify: support reporting non-decodeable file handles
Amir Goldstein
1
-4
/
+3
2023-04-03
fanotify: use pidfd_prepare()
Christian Brauner
1
-4
/
+9
2023-02-07
fanotify: define struct members to hold response decision context
Richard Guy Briggs
1
-21
/
+65
2023-02-07
fanotify: Ensure consistent variable type for response
Richard Guy Briggs
1
-3
/
+3
2022-09-01
fs/notify: constify path
Al Viro
1
-3
/
+3
2022-07-01
fanotify: introduce FAN_MARK_IGNORE
Amir Goldstein
1
-10
/
+53
2022-07-01
fanotify: cleanups for fanotify_mark() input validations
Amir Goldstein
1
-9
/
+21
2022-07-01
fanotify: prepare for setting event flags in ignore mask
Amir Goldstein
1
-9
/
+12
2022-06-28
fanotify: refine the validation checks on non-dir inode mask
Amir Goldstein
1
-15
/
+19
2022-05-25
Merge tag 'fsnotify_for_v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
1
-33
/
+71
2022-05-23
fanotify: fix incorrect fmode_t casts
Vasily Averin
1
-2
/
+2
2022-05-09
fanotify: do not allow setting dirent events in mask of non-dir
Amir Goldstein
1
-0
/
+13
2022-04-25
fanotify: enable "evictable" inode marks
Amir Goldstein
1
-1
/
+1
2022-04-25
fanotify: use fsnotify group lock helpers
Amir Goldstein
1
-7
/
+7
[next]