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_user.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-28
fanotify: Fix sys_fanotify_mark() on native x86-32
Brian Gerst
1
-10
/
+7
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-27
fanotify: report parent fid + child fid
Amir Goldstein
1
-11
/
+4
2020-07-27
fanotify: report parent fid + name + child fid
Amir Goldstein
1
-1
/
+2
2020-07-27
fanotify: add support for FAN_REPORT_NAME
Amir Goldstein
1
-9
/
+36
2020-07-27
fanotify: report events with parent dir fid to sb/mount/non-dir marks
Amir Goldstein
1
-0
/
+7
2020-07-27
fanotify: add basic support for FAN_REPORT_DIR_FID
Amir Goldstein
1
-10
/
+61
2020-07-27
fanotify: use struct fanotify_info to parcel the variable size buffer
Amir Goldstein
1
-14
/
+11
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
1
-6
/
+6
2020-07-15
fanotify: create overflow event type
Amir Goldstein
1
-5
/
+16
2020-07-15
fanotify: Avoid softlockups when reading many events
Jan Kara
1
-0
/
+5
2020-05-13
fanotify: don't write with size under sizeof(response)
Fabian Frederick
1
-2
/
+4
2020-05-13
fanotify: remove reference to fill_event_metadata()
Fabian Frederick
1
-1
/
+1
2020-03-25
fanotify: report name info for FAN_DIR_MODIFY event
Amir Goldstein
1
-27
/
+90
2020-03-25
fanotify: record name info for FAN_DIR_MODIFY event
Amir Goldstein
1
-2
/
+2
2020-03-25
fanotify: Drop fanotify_event_has_fid()
Jan Kara
1
-2
/
+2
2020-03-25
fanotify: prepare to report both parent and child fid's
Amir Goldstein
1
-8
/
+15
2020-03-25
fanotify: divorce fanotify_path_event and fanotify_fid_event
Jan Kara
1
-34
/
+37
2020-03-25
fanotify: Store fanotify handles differently
Jan Kara
1
-19
/
+20
2020-03-25
fanotify: Simplify create_fd()
Jan Kara
1
-15
/
+11
2019-10-23
compat_ioctl: move more drivers to compat_ptr_ioctl
Arnd Bergmann
1
-1
/
+1
2019-09-23
Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+17
2019-08-12
fanotify, inotify, dnotify, security: add security hook for fs notifications
Aaron Goidel
1
-2
/
+17
2019-05-28
fanotify: Disallow permission events for proc filesystem
Jan Kara
1
-0
/
+22
2019-03-19
fanotify: Allow copying of file handle to userspace
Jan Kara
1
-1
/
+11
2019-02-18
fanotify: Use interruptible wait when waiting for permission events
Jan Kara
1
-1
/
+8
2019-02-18
fanotify: Track permission event state
Jan Kara
1
-7
/
+28
2019-02-18
fanotify: Simplify cleaning of access_list
Jan Kara
1
-6
/
+4
2019-02-18
fanotify: Move locking inside get_one_event()
Jan Kara
1
-19
/
+13
2019-02-18
fanotify: Fold dequeue_event() into process_access_response()
Jan Kara
1
-28
/
+13
2019-02-07
fanotify: add support for create/attrib/move/delete events
Amir Goldstein
1
-0
/
+12
2019-02-07
fanotify: support events with data type FSNOTIFY_EVENT_INODE
Amir Goldstein
1
-1
/
+2
2019-02-07
fanotify: use vfs_get_fsid() helper instead of vfs_statfs()
Amir Goldstein
1
-15
/
+10
2019-02-07
fanotify: cache fsid in fsnotify_mark_connector
Amir Goldstein
1
-25
/
+37
2019-02-07
fanotify: enable FAN_REPORT_FID init flag
Amir Goldstein
1
-1
/
+60
2019-02-07
fanotify: copy event fid info to user
Amir Goldstein
1
-5
/
+77
2019-02-07
fanotify: encode file identifier for FAN_REPORT_FID
Amir Goldstein
1
-4
/
+2
2019-02-07
fanotify: open code fill_event_metadata()
Amir Goldstein
1
-44
/
+27
2019-02-06
fanotify: rename struct fanotify_{,perm_}event_info
Amir Goldstein
1
-10
/
+10
2019-02-06
fsnotify: move mask out of struct fsnotify_event
Amir Goldstein
1
-5
/
+5
2018-12-11
fanotify: Use inode_is_open_for_write
Nikolay Borisov
1
-1
/
+1
2018-12-05
fanotify: Make sure to check event_len when copying
Kees Cook
1
-2
/
+8
2018-10-08
fanotify: support reporting thread id instead of process id
Amir Goldstein
1
-2
/
+2
2018-10-04
fanotify: add BUILD_BUG_ON() to count the bits of fanotify constants
Amir Goldstein
1
-1
/
+4
2018-10-04
fanotify: deprecate uapi FAN_ALL_* constants
Amir Goldstein
1
-11
/
+11
2018-10-04
fanotify: simplify handling of FAN_ONDIR
Amir Goldstein
1
-27
/
+5
2018-09-27
fanotify: store fanotify_init() flags in group's fanotify_data
Amir Goldstein
1
-4
/
+4
[next]