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.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
/
fanotify_user.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-21
fs/notify: constify path
Al Viro
1
-3
/
+3
2024-06-21
fanotify: introduce FAN_MARK_IGNORE
Amir Goldstein
1
-10
/
+53
2024-06-21
fanotify: cleanups for fanotify_mark() input validations
Amir Goldstein
1
-9
/
+21
2024-06-21
fanotify: prepare for setting event flags in ignore mask
Amir Goldstein
1
-9
/
+12
2024-06-21
fanotify: refine the validation checks on non-dir inode mask
Amir Goldstein
1
-15
/
+15
2024-06-21
fanotify: fix incorrect fmode_t casts
Vasily Averin
1
-2
/
+2
2024-06-21
fanotify: enable "evictable" inode marks
Amir Goldstein
1
-1
/
+1
2024-06-21
fanotify: use fsnotify group lock helpers
Amir Goldstein
1
-7
/
+7
2024-06-21
fanotify: implement "evictable" inode marks
Amir Goldstein
1
-2
/
+36
2024-06-21
fanotify: factor out helper fanotify_mark_update_flags()
Amir Goldstein
1
-22
/
+25
2024-06-21
fsnotify: pass flags argument to fsnotify_alloc_group()
Amir Goldstein
1
-1
/
+2
2024-06-21
fanotify: do not allow setting dirent events in mask of non-dir
Amir Goldstein
1
-0
/
+13
2024-06-21
fsnotify: optimize FS_MODIFY events with no ignored masks
Amir Goldstein
1
-7
/
+25
2024-06-21
fsnotify: fix merge with parent's ignored mask
Amir Goldstein
1
-8
/
+9
2024-06-21
fanotify: remove variable set but not used
Yang Li
1
-3
/
+0
2024-06-21
fanotify: wire up FAN_RENAME event
Amir Goldstein
1
-0
/
+8
2024-06-21
fanotify: report old and/or new parent+name in FAN_RENAME event
Amir Goldstein
1
-5
/
+47
2024-06-21
fanotify: support secondary dir fh and name in fanotify_info
Amir Goldstein
1
-2
/
+1
2024-06-21
fanotify: introduce group flag FAN_REPORT_TARGET_FID
Amir Goldstein
1
-1
/
+10
2024-06-21
fsnotify: clarify object type argument
Amir Goldstein
1
-4
/
+4
2024-06-21
fanotify: Allow users to request FAN_FS_ERROR events
Gabriel Krisman Bertazi
1
-0
/
+4
2024-06-21
fanotify: Emit generic error info for error event
Gabriel Krisman Bertazi
1
-0
/
+36
2024-06-21
fanotify: Report fid info for file related file system errors
Gabriel Krisman Bertazi
1
-3
/
+5
2024-06-21
fanotify: Add helpers to decide whether to report FID/DFID
Gabriel Krisman Bertazi
1
-6
/
+7
2024-06-21
fanotify: Pre-allocate pool of error events
Gabriel Krisman Bertazi
1
-1
/
+25
2024-06-21
fanotify: Require fid_mode for any non-fd event
Gabriel Krisman Bertazi
1
-6
/
+6
2024-06-21
fanotify: Split fsid check from other fid mode checks
Gabriel Krisman Bertazi
1
-9
/
+18
2024-06-21
fanotify: Fold event size calculation to its own function
Gabriel Krisman Bertazi
1
-15
/
+20
2024-06-21
fanotify: add pidfd support to the fanotify API
Matthew Bobrowski
1
-4
/
+81
2024-06-21
fanotify: introduce a generic info record copying helper
Matthew Bobrowski
1
-65
/
+86
2024-06-21
fanotify: minor cosmetic adjustments to fid labels
Matthew Bobrowski
1
-14
/
+19
2024-06-21
fanotify: fix permission model of unprivileged group
Amir Goldstein
1
-6
/
+24
2024-06-21
fanotify_user: use upper_32_bits() to verify mask
Christian Brauner
1
-1
/
+1
2024-06-21
fanotify: support limited functionality for unprivileged users
Amir Goldstein
1
-2
/
+27
2024-06-21
fanotify: configurable limits via sysfs
Amir Goldstein
1
-20
/
+103
2024-06-21
fsnotify: use hash table for faster events merge
Amir Goldstein
1
-0
/
+39
2024-06-21
fsnotify: allow fsnotify_{peek,remove}_first_event with empty queue
Amir Goldstein
1
-10
/
+16
2024-06-21
fs: add file and path permissions helpers
Christian Brauner
1
-1
/
+1
2024-06-21
inotify, memcg: account inotify instances to kmemcg
Shakeel Butt
1
-1
/
+1
2023-07-27
fanotify: disallow mount/sb marks on kernel internal pseudo fs
Amir Goldstein
1
-2
/
+20
2022-02-05
fanotify: Fix stale file descriptor in copy_event_to_user()
Dan Carpenter
1
-3
/
+3
2021-06-23
fanotify: fix copy_event_to_user() fid error clean up
Matthew Bobrowski
1
-2
/
+2
2021-01-17
fanotify: Fix sys_fanotify_mark() on native x86-32
Brian Gerst
1
-10
/
+7
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-28
fanotify: report parent fid + child fid
Amir Goldstein
1
-11
/
+4
2020-07-28
fanotify: report parent fid + name + child fid
Amir Goldstein
1
-1
/
+2
2020-07-28
fanotify: add support for FAN_REPORT_NAME
Amir Goldstein
1
-9
/
+36
2020-07-28
fanotify: report events with parent dir fid to sb/mount/non-dir marks
Amir Goldstein
1
-0
/
+7
2020-07-28
fanotify: add basic support for FAN_REPORT_DIR_FID
Amir Goldstein
1
-10
/
+61
2020-07-27
fanotify: use struct fanotify_info to parcel the variable size buffer
Amir Goldstein
1
-14
/
+11
[next]