index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
notify
/
fanotify
/
fanotify.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fanotify: allow freeze when waiting response for permission events
Winston Wen
2024-03-07
1
-2
/
+4
*
fanotify: allow "weak" fsid when watching a single filesystem
Amir Goldstein
2023-12-01
1
-12
/
+3
*
fanotify: store fsid in mark instead of in connector
Amir Goldstein
2023-12-01
1
-14
/
+5
*
exportfs: check for error return value from exportfs_encode_*()
Amir Goldstein
2023-05-25
1
-1
/
+1
*
fanotify: support reporting non-decodeable file handles
Amir Goldstein
2023-05-25
1
-2
/
+2
*
exportfs: add explicit flag to request non-decodeable file handles
Amir Goldstein
2023-05-22
1
-2
/
+2
*
fanotify,audit: Allow audit to use the full permission event response
Richard Guy Briggs
2023-02-07
1
-1
/
+2
*
fanotify: define struct members to hold response decision context
Richard Guy Briggs
2023-02-07
1
-1
/
+4
*
fs/notify: constify path
Al Viro
2022-09-01
1
-1
/
+1
*
fanotify: prepare for setting event flags in ignore mask
Amir Goldstein
2022-07-01
1
-8
/
+11
*
fsnotify: consistent behavior for parent not watching children
Amir Goldstein
2022-05-18
1
-9
/
+1
*
fsnotify: introduce mark type iterator
Amir Goldstein
2022-05-18
1
-10
/
+4
*
fanotify: wire up FAN_RENAME event
Amir Goldstein
2021-12-15
1
-1
/
+1
*
fanotify: report old and/or new parent+name in FAN_RENAME event
Amir Goldstein
2021-12-15
1
-0
/
+7
*
fanotify: record either old name new name or both for FAN_RENAME
Amir Goldstein
2021-12-15
1
-15
/
+44
*
fanotify: record old and new parent and name in FAN_RENAME event
Amir Goldstein
2021-12-15
1
-4
/
+38
*
fanotify: support secondary dir fh and name in fanotify_info
Amir Goldstein
2021-12-15
1
-4
/
+16
*
fanotify: use helpers to parcel fanotify_info buffer
Amir Goldstein
2021-12-15
1
-16
/
+19
*
fanotify: use macros to get the offset to fanotify_info buffer
Amir Goldstein
2021-12-15
1
-1
/
+1
*
fanotify: introduce group flag FAN_REPORT_TARGET_FID
Amir Goldstein
2021-12-15
1
-12
/
+36
*
fsnotify: separate mark iterator type from object type enum
Amir Goldstein
2021-12-15
1
-3
/
+3
*
fanotify: Allow users to request FAN_FS_ERROR events
Gabriel Krisman Bertazi
2021-10-27
1
-1
/
+1
*
fanotify: Emit generic error info for error event
Gabriel Krisman Bertazi
2021-10-27
1
-0
/
+1
*
fanotify: Report fid info for file related file system errors
Gabriel Krisman Bertazi
2021-10-27
1
-0
/
+11
*
fanotify: WARN_ON against too large file handles
Gabriel Krisman Bertazi
2021-10-27
1
-1
/
+11
*
fanotify: Support merging of error events
Gabriel Krisman Bertazi
2021-10-27
1
-2
/
+24
*
fanotify: Support enqueueing of error events
Gabriel Krisman Bertazi
2021-10-27
1
-0
/
+35
*
fanotify: Pre-allocate pool of error events
Gabriel Krisman Bertazi
2021-10-27
1
-0
/
+3
*
fanotify: Reserve UAPI bits for FAN_FS_ERROR
Gabriel Krisman Bertazi
2021-10-27
1
-0
/
+1
*
fanotify: Encode empty file handle when no inode is provided
Gabriel Krisman Bertazi
2021-10-27
1
-1
/
+8
*
fanotify: Allow file handle encoding for unhashed events
Gabriel Krisman Bertazi
2021-10-27
1
-2
/
+6
*
fanotify: Support null inode event in fanotify_dfid_inode
Gabriel Krisman Bertazi
2021-10-27
1
-1
/
+1
*
fsnotify: Pass group argument to free_event
Gabriel Krisman Bertazi
2021-10-27
1
-1
/
+2
*
fsnotify: Add wrapper around fsnotify_add_event
Gabriel Krisman Bertazi
2021-10-27
1
-2
/
+2
*
fsnotify: Don't insert unmergeable events in hashtable
Gabriel Krisman Bertazi
2021-10-27
1
-2
/
+4
*
fanotify: configurable limits via sysfs
Amir Goldstein
2021-03-16
1
-5
/
+11
*
fanotify: limit number of event merge attempts
Amir Goldstein
2021-03-16
1
-0
/
+6
*
fsnotify: use hash table for faster events merge
Amir Goldstein
2021-03-16
1
-7
/
+33
*
fanotify: mix event info and pid into merge key hash
Amir Goldstein
2021-03-16
1
-26
/
+61
*
fanotify: reduce event objectid to 29-bit hash
Amir Goldstein
2021-03-16
1
-13
/
+12
*
fsnotify: fix events reported to watching parent and child
Amir Goldstein
2020-12-11
1
-4
/
+3
*
mm, memcg: rework remote charging API to support nesting
Roman Gushchin
2020-10-18
1
-2
/
+3
*
fanotify: compare fsid when merging name event
Jan Kara
2020-07-28
1
-0
/
+3
*
fanotify: report parent fid + child fid
Amir Goldstein
2020-07-27
1
-5
/
+11
*
fanotify: report parent fid + name + child fid
Amir Goldstein
2020-07-27
1
-4
/
+23
*
fanotify: add support for FAN_REPORT_NAME
Amir Goldstein
2020-07-27
1
-1
/
+17
*
fanotify: add basic support for FAN_REPORT_DIR_FID
Amir Goldstein
2020-07-27
1
-2
/
+32
*
fsnotify: send event to parent and child with single callback
Amir Goldstein
2020-07-27
1
-4
/
+4
*
fanotify: no external fh buffer in fanotify_name_event
Amir Goldstein
2020-07-27
1
-23
/
+52
*
fanotify: use struct fanotify_info to parcel the variable size buffer
Amir Goldstein
2020-07-27
1
-16
/
+50
[next]