index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
notify
/
fanotify
/
fanotify.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-04
Merge tag 'fsnotify_for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+6
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
2020-05-13
fanotify: prefix should_merge()
Fabian Frederick
1
-2
/
+2
2020-03-30
fanotify: Fix the checks in fanotify_fsid_equal
Nathan Chancellor
1
-1
/
+1
2020-03-25
fanotify: report name info for FAN_DIR_MODIFY event
Amir Goldstein
1
-1
/
+1
2020-03-25
fanotify: record name info for FAN_DIR_MODIFY event
Amir Goldstein
1
-9
/
+67
2020-03-25
fanotify: Drop fanotify_event_has_fid()
Jan Kara
1
-1
/
+1
2020-03-25
fanotify: send FAN_DIR_MODIFY event flavor with dir inode and name
Amir Goldstein
1
-3
/
+4
2020-03-25
fanotify: divorce fanotify_path_event and fanotify_fid_event
Jan Kara
1
-33
/
+93
2020-03-25
fanotify: Store fanotify handles differently
Jan Kara
1
-34
/
+63
2020-03-24
fanotify: fix merging marks masks with FAN_ONDIR
Amir Goldstein
1
-4
/
+7
2020-03-24
fanotify: merge duplicate events on parent and child
Amir Goldstein
1
-1
/
+6
2020-03-24
fsnotify: replace inode pointer with an object id
Amir Goldstein
1
-2
/
+2
2020-03-23
fsnotify: use helpers to access data by data_type
Amir Goldstein
1
-10
/
+8
2019-07-12
memcg, fsnotify: no oom-kill for remote memcg charging
Shakeel Butt
1
-1
/
+4
2019-06-19
fanotify: update connector fsid cache on add mark
Amir Goldstein
1
-0
/
+4
2019-05-07
Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-1
/
+1
2019-04-28
fsnotify: Fix NULL ptr deref in fanotify_get_fsid()
Jan Kara
1
-2
/
+12
2019-04-26
fsnotify: switch send_to_group() and ->handle_event to const struct qstr *
Al Viro
1
-1
/
+1
2019-02-21
fanotify: Make waits for fanotify events only killable
Jan Kara
1
-2
/
+2
2019-02-18
fanotify: Use interruptible wait when waiting for permission events
Jan Kara
1
-3
/
+32
2019-02-18
fanotify: Track permission event state
Jan Kara
1
-3
/
+3
2019-02-07
fanotify: report FAN_ONDIR to listener with FAN_REPORT_FID
Amir Goldstein
1
-3
/
+31
2019-02-07
fanotify: add support for create/attrib/move/delete events
Amir Goldstein
1
-1
/
+8
2019-02-07
fanotify: support events with data type FSNOTIFY_EVENT_INODE
Amir Goldstein
1
-20
/
+43
2019-02-07
fanotify: check FS_ISDIR flag instead of d_is_dir()
Amir Goldstein
1
-1
/
+1
2019-02-07
fanotify: cache fsid in fsnotify_mark_connector
Amir Goldstein
1
-19
/
+40
2019-02-07
fanotify: encode file identifier for FAN_REPORT_FID
Amir Goldstein
1
-6
/
+78
2019-02-06
fanotify: rename struct fanotify_{,perm_}event_info
Amir Goldstein
1
-8
/
+8
2019-02-06
fsnotify: move mask out of struct fsnotify_event
Amir Goldstein
1
-4
/
+7
2018-11-13
fanotify: introduce new event mask FAN_OPEN_EXEC_PERM
Matthew Bobrowski
1
-1
/
+2
2018-11-13
fanotify: introduce new event mask FAN_OPEN_EXEC
Matthew Bobrowski
1
-1
/
+2
2018-11-13
fanotify: return only user requested event types in event mask
Matthew Bobrowski
1
-12
/
+16
2018-11-08
fanotify: fix handling of events on child sub-directory
Amir Goldstein
1
-5
/
+5
2018-10-08
fanotify: support reporting thread id instead of process id
Amir Goldstein
1
-3
/
+6
2018-10-04
fanotify: add BUILD_BUG_ON() to count the bits of fanotify constants
Amir Goldstein
1
-0
/
+2
2018-10-04
fanotify: deprecate uapi FAN_ALL_* constants
Amir Goldstein
1
-3
/
+3
2018-08-21
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+1
2018-08-17
fs: fsnotify: account fsnotify metadata to kmemcg
Shakeel Butt
1
-4
/
+10
2018-07-21
pids: Compute task_tgid using signal->leader_pid
Eric W. Biederman
1
-0
/
+1
2018-05-18
fanotify: generalize fanotify_should_send_event()
Amir Goldstein
1
-18
/
+18
2018-05-18
fsnotify: remove redundant arguments to handle_event()
Amir Goldstein
1
-8
/
+6
2018-04-09
fanotify: fix logic of events on child
Amir Goldstein
1
-19
/
+15
2018-02-27
fsnotify: Let userspace know about lost events due to ENOMEM
Jan Kara
1
-1
/
+8
2018-02-27
fanotify: Avoid lost events due to ENOMEM for unlimited queues
Jan Kara
1
-5
/
+14
2017-11-14
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
1
-1
/
+7
2017-11-14
Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...
Linus Torvalds
1
-29
/
+20
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-31
fanotify: clean up CONFIG_FANOTIFY_ACCESS_PERMISSIONS ifdefs
Miklos Szeredi
1
-23
/
+7
[next]