index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (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
2022-02-05
fanotify: Fix stale file descriptor in copy_event_to_user()
Dan Carpenter
1
-3
/
+3
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
2020-07-27
fanotify: no external fh buffer in fanotify_name_event
Amir Goldstein
2
-28
/
+59
2020-07-27
fanotify: use struct fanotify_info to parcel the variable size buffer
Amir Goldstein
3
-43
/
+139
2020-07-27
fanotify: use FAN_EVENT_ON_CHILD as implicit flag on sb/mount/non-dir marks
Amir Goldstein
1
-3
/
+10
2020-07-27
fanotify: prepare for implicit event flags in mark mask
Amir Goldstein
1
-16
/
+24
2020-07-27
fanotify: mask out special event flags from ignored mask
Amir Goldstein
1
-0
/
+5
2020-07-27
fanotify: generalize test for FAN_REPORT_FID
Amir Goldstein
2
-10
/
+12
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
2020-07-27
fanotify: generalize the handling of extra event flags
Amir Goldstein
1
-5
/
+10
2020-07-27
fanotify: remove event FAN_DIR_MODIFY
Amir Goldstein
1
-7
/
+2
2020-07-27
fsnotify: pass dir argument to handle_event() callback
Amir Goldstein
1
-12
/
+11
2020-07-15
fanotify: break up fanotify_alloc_event()
Amir Goldstein
1
-65
/
+89
2020-07-15
fanotify: create overflow event type
Amir Goldstein
3
-27
/
+36
2020-07-15
fsnotify: return non const from fsnotify_data_inode()
Amir Goldstein
1
-1
/
+1
2020-07-15
fanotify: Avoid softlockups when reading many events
Jan Kara
1
-0
/
+5
2020-06-13
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
1
-2
/
+2
2020-06-04
Merge tag 'fsnotify_for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-7
/
+12
2020-05-27
fanotify: turn off support for FAN_DIR_MODIFY
Amir Goldstein
1
-1
/
+1
2020-05-25
fanotify: fix ignore mask logic for events on child and on dir
Amir Goldstein
1
-1
/
+4
[next]