Amir Goldstein
|
36f10f55ff
fsnotify: let connector point to an abstract object
|
7 years ago |
Amir Goldstein
|
b812a9f589
fsnotify: pass connp and object type to fsnotify_add_mark()
|
7 years ago |
Amir Goldstein
|
9b6e543450
fsnotify: use typedef fsnotify_connp_t for brevity
|
7 years ago |
Amir Goldstein
|
b249f5be61
fsnotify: add fsnotify_add_inode_mark() wrappers
|
7 years ago |
Amir Goldstein
|
47d9c7cc45
fsnotify: generalize iteration of marks by object type
|
7 years ago |
Amir Goldstein
|
5b0457ad02
fsnotify: remove redundant arguments to handle_event()
|
7 years ago |
Amir Goldstein
|
d6f7b98bc8
fsnotify: use type id to identify connector object type
|
7 years ago |
Linus Torvalds
|
69bfd470f4
Merge tag 'for_v4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
|
7 years ago |
Robert Kolchmeyer
|
d90a10e244
fsnotify: Fix fsnotify_mark_connector race
|
7 years ago |
Amir Goldstein
|
8e984f8667
fsnotify: fix typo in a comment about mark->g_list
|
7 years ago |
Jan Kara
|
7b1f641776
fsnotify: Let userspace know about lost events due to ENOMEM
|
7 years ago |
Linus Torvalds
|
f14fc0ccee
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
|
7 years ago |
Linus Torvalds
|
23281c8034
Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
|
7 years ago |
Greg Kroah-Hartman
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 years ago |
Elena Reshetova
|
ab97f87325
fsnotify: convert fsnotify_mark.refcnt from atomic_t to refcount_t
|
8 years ago |
Miklos Szeredi
|
6685df3125
fanotify: clean up CONFIG_FANOTIFY_ACCESS_PERMISSIONS ifdefs
|
7 years ago |
Elena Reshetova
|
7761daa6a1
fsnotify: convert fsnotify_group.refcnt from atomic_t to refcount_t
|
8 years ago |
Steve Grubb
|
de8cd83e91
audit: Record fanotify access control decisions
|
8 years ago |
Jan Kara
|
054c636e5c
fsnotify: Move ->free_mark callback to fsnotify_ops
|
8 years ago |
Jan Kara
|
7b12932340
fsnotify: Add group pointer in fsnotify_init_mark()
|
8 years ago |
Jan Kara
|
b1362edfe1
fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark()
|
8 years ago |
Jan Kara
|
2e37c6ca8d
fsnotify: Remove fsnotify_detach_group_marks()
|
8 years ago |
Jan Kara
|
18f2e0d3a4
fsnotify: Rename fsnotify_clear_marks_by_group_flags()
|
8 years ago |
Jan Kara
|
416bcdbcbb
fsnotify: Inline fsnotify_clear_{inode|vfsmount}_mark_group()
|
8 years ago |
Jan Kara
|
8920d2734d
fsnotify: Remove fsnotify_recalc_{inode|vfsmount}_mask()
|
8 years ago |
Jan Kara
|
66d2b81bcb
fsnotify: Remove fsnotify_set_mark_{,ignored_}mask_locked()
|
8 years ago |
Jan Kara
|
9385a84d7e
fsnotify: Pass fsnotify_iter_info into handle_event handler
|
8 years ago |
Jan Kara
|
abc77577a6
fsnotify: Provide framework for dropping SRCU lock in ->handle_event
|
8 years ago |
Jan Kara
|
6b3f05d24d
fsnotify: Detach mark from object list when last reference is dropped
|
8 years ago |
Jan Kara
|
08991e83b7
fsnotify: Free fsnotify_mark_connector when there is no mark attached
|
8 years ago |