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
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
2018-09-03
fanotify: add API to attach/detach super block mark
Amir Goldstein
1
-5
/
+37
2018-08-17
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+4
2018-08-17
fs: fsnotify: account fsnotify metadata to kmemcg
Shakeel Butt
1
-1
/
+4
2018-06-27
fanotify: factor out helpers to add/remove mark
Amir Goldstein
1
-57
/
+29
2018-06-27
fsnotify: add helper to get mask from connector
Amir Goldstein
1
-8
/
+8
2018-06-27
fsnotify: pass connp and object type to fsnotify_add_mark()
Amir Goldstein
1
-8
/
+11
2018-04-05
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
1
-1
/
+1
2018-04-02
fanotify: add do_fanotify_mark() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-4
/
+10
2018-02-27
fanotify: Avoid lost events due to ENOMEM for unlimited queues
Jan Kara
1
-1
/
+1
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-1
/
+1
2017-11-27
fs: annotate ->poll() instances
Al Viro
1
-2
/
+2
2017-11-14
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
1
-1
/
+15
2017-11-14
Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...
Linus Torvalds
1
-27
/
+16
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
-27
/
+16
2017-10-10
audit: Record fanotify access control decisions
Steve Grubb
1
-1
/
+15
2017-04-25
fanotify: don't expose EOPENSTALE to userspace
Amir Goldstein
1
-8
/
+18
2017-04-10
fsnotify: Move ->free_mark callback to fsnotify_ops
Jan Kara
1
-7
/
+2
2017-04-10
fsnotify: Add group pointer in fsnotify_init_mark()
Jan Kara
1
-2
/
+2
2017-04-10
fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark()
Jan Kara
1
-5
/
+7
2017-04-10
fsnotify: Remove fsnotify_recalc_{inode|vfsmount}_mask()
Jan Kara
1
-4
/
+4
2017-04-10
fsnotify: Remove fsnotify_set_mark_{,ignored_}mask_locked()
Jan Kara
1
-5
/
+4
2017-04-03
fanotify: Move recalculation of inode / vfsmount mask under mark_mutex
Jan Kara
1
-9
/
+6
[next]