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
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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-27
fanotify: Allow users to request FAN_FS_ERROR events
Gabriel Krisman Bertazi
2
-1
/
+5
2021-10-27
fanotify: Emit generic error info for error event
Gabriel Krisman Bertazi
3
-0
/
+38
2021-10-27
fanotify: Report fid info for file related file system errors
Gabriel Krisman Bertazi
3
-3
/
+25
2021-10-27
fanotify: WARN_ON against too large file handles
Gabriel Krisman Bertazi
1
-1
/
+11
2021-10-27
fanotify: Add helpers to decide whether to report FID/DFID
Gabriel Krisman Bertazi
2
-6
/
+17
2021-10-27
fanotify: Wrap object_fh inline space in a creator macro
Gabriel Krisman Bertazi
1
-3
/
+9
2021-10-27
fanotify: Support merging of error events
Gabriel Krisman Bertazi
2
-3
/
+27
2021-10-27
fanotify: Support enqueueing of error events
Gabriel Krisman Bertazi
2
-0
/
+41
2021-10-27
fanotify: Pre-allocate pool of error events
Gabriel Krisman Bertazi
3
-1
/
+39
2021-10-27
fanotify: Reserve UAPI bits for FAN_FS_ERROR
Gabriel Krisman Bertazi
1
-0
/
+1
2021-10-27
fanotify: Require fid_mode for any non-fd event
Gabriel Krisman Bertazi
1
-6
/
+6
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: Add helper to detect overflow_event
Gabriel Krisman Bertazi
1
-1
/
+2
2021-10-27
fanotify: Split fsid check from other fid mode checks
Gabriel Krisman Bertazi
1
-9
/
+18
2021-10-27
fanotify: Fold event size calculation to its own function
Gabriel Krisman Bertazi
1
-15
/
+20
2021-10-27
fsnotify: Don't insert unmergeable events in hashtable
Gabriel Krisman Bertazi
1
-2
/
+4
2021-08-30
Merge tag 'fsnotify_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-74
/
+177
2021-08-10
fanotify: add pidfd support to the fanotify API
Matthew Bobrowski
1
-4
/
+81
2021-08-10
fanotify: introduce a generic info record copying helper
Matthew Bobrowski
1
-67
/
+88
2021-08-10
fanotify: minor cosmetic adjustments to fid labels
Matthew Bobrowski
1
-14
/
+19
2021-08-09
ucounts: add missing data type changes
Sven Schnelle
1
-6
/
+11
2021-06-14
fanotify: fix copy_event_to_user() fid error clean up
Matthew Bobrowski
1
-2
/
+2
2021-05-25
fanotify: fix permission model of unprivileged group
Amir Goldstein
1
-6
/
+24
2021-03-25
fanotify_user: use upper_32_bits() to verify mask
Christian Brauner
1
-1
/
+1
2021-03-16
fanotify: support limited functionality for unprivileged users
Amir Goldstein
1
-2
/
+27
2021-03-16
fanotify: configurable limits via sysfs
Amir Goldstein
2
-25
/
+114
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
3
-7
/
+97
2021-03-16
fanotify: mix event info and pid into merge key hash
Amir Goldstein
2
-26
/
+66
2021-03-16
fanotify: reduce event objectid to 29-bit hash
Amir Goldstein
2
-16
/
+25
2021-03-16
fsnotify: allow fsnotify_{peek,remove}_first_event with empty queue
Amir Goldstein
1
-10
/
+16
2021-02-24
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2021-02-23
Merge tag 'fsnotify_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2021-01-24
fs: add file and path permissions helpers
Christian Brauner
1
-1
/
+1
2021-01-05
inotify, memcg: account inotify instances to kmemcg
Shakeel Butt
1
-1
/
+1
2020-12-28
fanotify: Fix sys_fanotify_mark() on native x86-32
Brian Gerst
1
-10
/
+7
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-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
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
2
-16
/
+15
2020-07-28
fanotify: report parent fid + name + child fid
Amir Goldstein
3
-6
/
+32
2020-07-28
fanotify: add support for FAN_REPORT_NAME
Amir Goldstein
2
-10
/
+53
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
2
-12
/
+93
2020-07-27
fsnotify: send event to parent and child with single callback
Amir Goldstein
1
-4
/
+4
[next]