index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
notify
/
fanotify
/
fanotify.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
1
-2
/
+2
2023-05-22
exportfs: add explicit flag to request non-decodeable file handles
Amir Goldstein
1
-2
/
+2
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
1
-1
/
+4
2022-09-02
fs/notify: constify path
Al Viro
1
-1
/
+1
2022-07-01
fanotify: prepare for setting event flags in ignore mask
Amir Goldstein
1
-8
/
+11
2022-05-18
fsnotify: consistent behavior for parent not watching children
Amir Goldstein
1
-9
/
+1
2022-05-18
fsnotify: introduce mark type iterator
Amir Goldstein
1
-10
/
+4
2021-12-15
fanotify: wire up FAN_RENAME event
Amir Goldstein
1
-1
/
+1
2021-12-15
fanotify: report old and/or new parent+name in FAN_RENAME event
Amir Goldstein
1
-0
/
+7
2021-12-15
fanotify: record either old name new name or both for FAN_RENAME
Amir Goldstein
1
-15
/
+44
2021-12-15
fanotify: record old and new parent and name in FAN_RENAME event
Amir Goldstein
1
-4
/
+38
2021-12-15
fanotify: support secondary dir fh and name in fanotify_info
Amir Goldstein
1
-4
/
+16
2021-12-15
fanotify: use helpers to parcel fanotify_info buffer
Amir Goldstein
1
-16
/
+19
2021-12-15
fanotify: use macros to get the offset to fanotify_info buffer
Amir Goldstein
1
-1
/
+1
2021-12-15
fanotify: introduce group flag FAN_REPORT_TARGET_FID
Amir Goldstein
1
-12
/
+36
2021-12-15
fsnotify: separate mark iterator type from object type enum
Amir Goldstein
1
-3
/
+3
2021-10-27
fanotify: Allow users to request FAN_FS_ERROR events
Gabriel Krisman Bertazi
1
-1
/
+1
2021-10-27
fanotify: Emit generic error info for error event
Gabriel Krisman Bertazi
1
-0
/
+1
2021-10-27
fanotify: Report fid info for file related file system errors
Gabriel Krisman Bertazi
1
-0
/
+11
2021-10-27
fanotify: WARN_ON against too large file handles
Gabriel Krisman Bertazi
1
-1
/
+11
2021-10-27
fanotify: Support merging of error events
Gabriel Krisman Bertazi
1
-2
/
+24
2021-10-27
fanotify: Support enqueueing of error events
Gabriel Krisman Bertazi
1
-0
/
+35
2021-10-27
fanotify: Pre-allocate pool of error events
Gabriel Krisman Bertazi
1
-0
/
+3
2021-10-27
fanotify: Reserve UAPI bits for FAN_FS_ERROR
Gabriel Krisman Bertazi
1
-0
/
+1
2021-10-27
fanotify: Encode empty file handle when no inode is provided
Gabriel Krisman Bertazi
1
-1
/
+8
2021-10-27
fanotify: Allow file handle encoding for unhashed events
Gabriel Krisman Bertazi
1
-2
/
+6
2021-10-27
fanotify: Support null inode event in fanotify_dfid_inode
Gabriel Krisman Bertazi
1
-1
/
+1
2021-10-27
fsnotify: Pass group argument to free_event
Gabriel Krisman Bertazi
1
-1
/
+2
2021-10-27
fsnotify: Add wrapper around fsnotify_add_event
Gabriel Krisman Bertazi
1
-2
/
+2
2021-10-27
fsnotify: Don't insert unmergeable events in hashtable
Gabriel Krisman Bertazi
1
-2
/
+4
2021-03-16
fanotify: configurable limits via sysfs
Amir Goldstein
1
-5
/
+11
2021-03-16
fanotify: limit number of event merge attempts
Amir Goldstein
1
-0
/
+6
2021-03-16
fsnotify: use hash table for faster events merge
Amir Goldstein
1
-7
/
+33
2021-03-16
fanotify: mix event info and pid into merge key hash
Amir Goldstein
1
-26
/
+61
2021-03-16
fanotify: reduce event objectid to 29-bit hash
Amir Goldstein
1
-13
/
+12
2020-12-11
fsnotify: fix events reported to watching parent and child
Amir Goldstein
1
-4
/
+3
2020-10-18
mm, memcg: rework remote charging API to support nesting
Roman Gushchin
1
-2
/
+3
2020-07-28
fanotify: compare fsid when merging name event
Jan Kara
1
-0
/
+3
2020-07-28
fanotify: report parent fid + child fid
Amir Goldstein
1
-5
/
+11
2020-07-28
fanotify: report parent fid + name + child fid
Amir Goldstein
1
-4
/
+23
2020-07-28
fanotify: add support for FAN_REPORT_NAME
Amir Goldstein
1
-1
/
+17
2020-07-28
fanotify: add basic support for FAN_REPORT_DIR_FID
Amir Goldstein
1
-2
/
+32
2020-07-27
fsnotify: send event to parent and child with single callback
Amir Goldstein
1
-4
/
+4
2020-07-27
fanotify: no external fh buffer in fanotify_name_event
Amir Goldstein
1
-23
/
+52
2020-07-27
fanotify: use struct fanotify_info to parcel the variable size buffer
Amir Goldstein
1
-16
/
+50
2020-07-27
fanotify: generalize test for FAN_REPORT_FID
Amir Goldstein
1
-4
/
+6
2020-07-27
fanotify: distinguish between fid encode error and null fid
Amir Goldstein
1
-10
/
+4
2020-07-27
fanotify: generalize merge logic of events on dir
Amir Goldstein
1
-11
/
+11
[next]