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
starfive-6.6.63-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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-07
fsnotify: use accessor to set FMODE_NONOTIFY_*
Amir Goldstein
1
-6
/
+12
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
3
-3
/
+3
2025-01-24
Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
4
-39
/
+240
2025-01-24
Merge tag 'fsnotify_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2025-01-06
fanotify: Fix crash in fanotify_init(2)
Jan Kara
1
-1
/
+1
2024-12-19
fs: relax assertions on failure to encode file handles
Amir Goldstein
1
-3
/
+1
2024-12-18
inotify: Use strscpy() for event->name copies
Kees Cook
1
-1
/
+1
2024-12-10
fanotify: allow to set errno in FAN_DENY permission response
Amir Goldstein
3
-6
/
+45
2024-12-10
fanotify: report file range info with pre-content events
Amir Goldstein
2
-0
/
+46
2024-12-10
fanotify: introduce FAN_PRE_ACCESS permission event
Amir Goldstein
2
-6
/
+32
2024-12-10
fsnotify: pass optional file access range in pre-content event
Amir Goldstein
3
-2
/
+29
2024-12-10
fsnotify: introduce pre-content permission events
Amir Goldstein
1
-1
/
+1
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-10
fsnotify: check if file is actually being watched for pre-content events on open
Amir Goldstein
1
-3
/
+26
2024-12-10
fsnotify: opt-in for permission events at file open time
Amir Goldstein
1
-0
/
+38
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/kern...
Linus Torvalds
4
-51
/
+70
2024-11-18
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2
-54
/
+28
2024-11-18
fsnotify: Fix ordering of iput() and watched_objects decrement
Jann Horn
1
-3
/
+9
2024-11-13
fsnotify: fix sending inotify event with unexpected filename
Amir Goldstein
1
-10
/
+13
2024-11-03
fdget(), more trivial conversions
Al Viro
2
-32
/
+18
2024-11-03
fdget(), trivial conversions
Al Viro
2
-22
/
+10
2024-10-16
fanotify: allow reporting errors on failure to open fd
Amir Goldstein
1
-37
/
+48
2024-10-14
fsnotify, lsm: Decouple fsnotify from lsm
Song Liu
1
-1
/
+0
2024-10-07
remove pointless includes of <linux/fdtable.h>
Al Viro
2
-2
/
+0
2024-10-07
get rid of ...lookup...fdget_rcu() family
Al Viro
1
-4
/
+1
2024-10-02
inotify: Fix possible deadlock in fsnotify_destroy_mark
Lizhi Xu
3
-14
/
+2
2024-10-02
fsnotify: Avoid data race between fsnotify_recalc_mask() and fsnotify_object_...
Jan Kara
3
-12
/
+19
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-12
/
+12
2024-08-28
file: reclaim 24 bytes from f_owner
Christian Brauner
1
-1
/
+5
2024-08-13
introduce fd_file(), convert all accessors to it.
Al Viro
2
-12
/
+12
2024-06-05
fsnotify: clear PARENT_WATCHED flags lazily
Amir Goldstein
3
-14
/
+51
2024-05-20
Revert "fanotify: remove unneeded sub-zero check for unsigned value"
Linus Torvalds
1
-1
/
+1
2024-04-17
fsnotify: fix UAF from FS_ERROR event on a shutting down filesystem
Amir Goldstein
1
-1
/
+5
2024-04-04
fsnotify: optimize the case of no permission event watchers
Amir Goldstein
2
-3
/
+30
2024-04-04
fsnotify: use an enum for group priority constants
Amir Goldstein
1
-6
/
+5
2024-04-04
fsnotify: lazy attach fsnotify_sb_info state to sb
Amir Goldstein
3
-5
/
+52
2024-04-04
fsnotify: create helper fsnotify_update_sb_watchers()
Amir Goldstein
1
-14
/
+22
2024-04-04
fsnotify: pass object pointer and type to fsnotify mark helpers
Amir Goldstein
3
-99
/
+47
2024-04-04
fanotify: merge two checks regarding add of ignore mark
Amir Goldstein
1
-18
/
+17
2024-04-04
fsnotify: create a wrapper fsnotify_find_inode_mark()
Amir Goldstein
2
-3
/
+3
2024-04-04
fsnotify: create helpers to get sb and connp from object
Amir Goldstein
2
-0
/
+30
2024-04-04
fsnotify: rename fsnotify_{get,put}_sb_connectors()
Amir Goldstein
2
-32
/
+39
2024-03-26
fsnotify: Avoid -Wflex-array-member-not-at-end warning
Gustavo A. R. Silva
1
-12
/
+8
2024-03-25
fanotify: remove unneeded sub-zero check for unsigned value
Nikita Kiryushin
1
-1
/
+1
2024-03-07
fanotify: allow freeze when waiting response for permission events
Winston Wen
1
-2
/
+4
2024-01-24
fsnotify: optimize the case of no parent watcher
Amir Goldstein
1
-11
/
+17
2024-01-12
Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-1
/
+1
2024-01-11
Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
3
-3
/
+0
[next]