index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
notify
/
fanotify
/
fanotify_user.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-23
Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+17
2019-08-13
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-18
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+4
2018-08-18
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-06
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-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-1
/
+1
2017-11-28
fs: annotate ->poll() instances
Al Viro
1
-2
/
+2
2017-11-15
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
1
-1
/
+15
2017-11-15
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
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-0
/
+1
[next]