Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
f1f47c6ca34bb389f698cd80c77df4da0777e9c2
/
fs
/
notify
b2d22b6
fanotify: Allow copying of file handle to userspace
by Jan Kara
· 6 years ago
62c9d26
inotify: Fix fsnotify_mark refcount leak in inotify_update_existing_watch()
by ZhangXiaoxu
· 6 years ago
b519057
fanotify: Make waits for fanotify events only killable
by Jan Kara
· 6 years ago
fabf7f2
fanotify: Use interruptible wait when waiting for permission events
by Jan Kara
· 6 years ago
4087328
fanotify: Track permission event state
by Jan Kara
· 6 years ago
ca6f869
fanotify: Simplify cleaning of access_list
by Jan Kara
· 6 years ago
f7db89a
fsnotify: Create function to remove event from notification list
by Jan Kara
· 6 years ago
8c55446
fanotify: Move locking inside get_one_event()
by Jan Kara
· 6 years ago
af6a511
fanotify: Fold dequeue_event() into process_access_response()
by Jan Kara
· 6 years ago
53136b3
fanotify: Select EXPORTFS
by Jan Kara
· 6 years ago
e7fce6d
fanotify: report FAN_ONDIR to listener with FAN_REPORT_FID
by Amir Goldstein
· 6 years ago
235328d
fanotify: add support for create/attrib/move/delete events
by Amir Goldstein
· 6 years ago
83b535d
fanotify: support events with data type FSNOTIFY_EVENT_INODE
by Amir Goldstein
· 6 years ago
0321e03
fanotify: check FS_ISDIR flag instead of d_is_dir()
by Amir Goldstein
· 6 years ago
0a20df7
fsnotify: report FS_ISDIR flag with MOVE_SELF and DELETE_SELF events
by Amir Goldstein
· 6 years ago
7307228
fanotify: use vfs_get_fsid() helper instead of vfs_statfs()
by Amir Goldstein
· 6 years ago
7711522
fanotify: cache fsid in fsnotify_mark_connector
by Amir Goldstein
· 6 years ago
a8b13aa
fanotify: enable FAN_REPORT_FID init flag
by Amir Goldstein
· 6 years ago
5e469c8
fanotify: copy event fid info to user
by Amir Goldstein
· 6 years ago
e9e0c89
fanotify: encode file identifier for FAN_REPORT_FID
by Amir Goldstein
· 6 years ago
bb2f7b4
fanotify: open code fill_event_metadata()
by Amir Goldstein
· 6 years ago
3391399
fanotify: rename struct fanotify_{,perm_}event_info
by Amir Goldstein
· 6 years ago
a0a92d2
fsnotify: move mask out of struct fsnotify_event
by Amir Goldstein
· 6 years ago
45a9fb3
fsnotify: send all event types to super block marks
by Amir Goldstein
· 6 years ago
125892e
inotify: Fix fd refcount leak in inotify_add_watch().
by Tetsuo Handa
· 6 years ago
ac9498d
fanotify: Use inode_is_open_for_write
by Nikolay Borisov
· 6 years ago
5b03a47
fanotify: Make sure to check event_len when copying
by Kees Cook
· 6 years ago
d6f7aa9
fsnotify/fdinfo: include fdinfo.h for inotify_show_fdinfo()
by Eric Biggers
· 6 years ago
66917a3
fanotify: introduce new event mask FAN_OPEN_EXEC_PERM
by Matthew Bobrowski
· 6 years ago
9b076f1
fanotify: introduce new event mask FAN_OPEN_EXEC
by Matthew Bobrowski
· 6 years ago
2d10b23
fanotify: return only user requested event types in event mask
by Matthew Bobrowski
· 6 years ago
b469e7e
fanotify: fix handling of events on child sub-directory
by Amir Goldstein
· 6 years ago
721fb6f
fsnotify: Fix busy inodes during unmount
by Jan Kara
· 6 years ago
d0a6a87
fanotify: support reporting thread id instead of process id
by Amir Goldstein
· 6 years ago
bdd5a46
fanotify: add BUILD_BUG_ON() to count the bits of fanotify constants
by Amir Goldstein
· 6 years ago
a39f7ec
fsnotify: convert runtime BUG_ON() to BUILD_BUG_ON()
by Amir Goldstein
· 6 years ago
23c9dee
fanotify: deprecate uapi FAN_ALL_* constants
by Amir Goldstein
· 6 years ago
a72fd22
fanotify: simplify handling of FAN_ONDIR
by Amir Goldstein
· 6 years ago
007d1e8
fsnotify: generalize handling of extra event flags
by Amir Goldstein
· 6 years ago
96a71f2
fanotify: store fanotify_init() flags in group's fanotify_data
by Amir Goldstein
· 6 years ago
d54f4fb
fanotify: add API to attach/detach super block mark
by Amir Goldstein
· 6 years ago
60f7ed8
fsnotify: send path type events to group with super block marks
by Amir Goldstein
· 6 years ago
1e6cb72
fsnotify: add super block object type
by Amir Goldstein
· 6 years ago
9bdda4e
fsnotify: fix ignore mask logic in fsnotify()
by Amir Goldstein
· 6 years ago
f3f106d
Merge tag 'for_v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 6 years ago
0214f46
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 6 years ago
d3bc0fa
fsnotify: fix false positive warning on inode delete
by Jan Kara
· 6 years ago
6ada4e2
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
d46eb14b
fs: fsnotify: account fsnotify metadata to kmemcg
by Shakeel Butt
· 6 years ago
0191913
signal: Use PIDTYPE_TGID to clearly store where file signals will be sent
by Eric W. Biederman
· 7 years ago
7a36094
pids: Compute task_tgid using signal->leader_pid
by Eric W. Biederman
· 7 years ago
4d97f7d
inotify: Add flag IN_MASK_CREATE for inotify_add_watch()
by Henry Wilson
· 6 years ago
eaa2c6b
fanotify: factor out helpers to add/remove mark
by Amir Goldstein
· 6 years ago
3ac70bf
fsnotify: add helper to get mask from connector
by Amir Goldstein
· 6 years ago
36f10f5
fsnotify: let connector point to an abstract object
by Amir Goldstein
· 6 years ago
b812a9f
fsnotify: pass connp and object type to fsnotify_add_mark()
by Amir Goldstein
· 6 years ago
9b6e543
fsnotify: use typedef fsnotify_connp_t for brevity
by Amir Goldstein
· 6 years ago
b249f5b
fsnotify: add fsnotify_add_inode_mark() wrappers
by Amir Goldstein
· 7 years ago
837a393
fanotify: generalize fanotify_should_send_event()
by Amir Goldstein
· 7 years ago
3dca1a7
fsnotify: generalize send_to_group()
by Amir Goldstein
· 7 years ago
47d9c7c
fsnotify: generalize iteration of marks by object type
by Amir Goldstein
· 7 years ago
d9a6f30
fsnotify: introduce marks iteration helpers
by Amir Goldstein
· 7 years ago
5b0457a
fsnotify: remove redundant arguments to handle_event()
by Amir Goldstein
· 7 years ago
d6f7b98
fsnotify: use type id to identify connector object type
by Amir Goldstein
· 7 years ago
92183a4
fsnotify: fix ignore mask logic in send_to_group()
by Amir Goldstein
· 7 years ago
54a307b
fanotify: fix logic of events on child
by Amir Goldstein
· 7 years ago
be88751
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 7 years ago
183caa3
fanotify: add do_fanotify_mark() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
d0d89d1
inotify: add do_inotify_init() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
7b1f641
fsnotify: Let userspace know about lost events due to ENOMEM
by Jan Kara
· 7 years ago
1f5eaa9
fanotify: Avoid lost events due to ENOMEM for unlimited queues
by Jan Kara
· 7 years ago
e1603b6
inotify: Extend ioctl to allow to request id of new watch descriptor
by Kirill Tkhai
· 7 years ago
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 7 years ago
168fe32
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
076ccb7
fs: annotate ->poll() instances
by Al Viro
· 7 years ago
1751e8a
Rename superblock flags (MS_xyz -> SB_xyz)
by Linus Torvalds
· 7 years ago
9682b3d
Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 7 years ago
f14fc0c
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 7 years ago
23281c8
Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
ab97f87
fsnotify: convert fsnotify_mark.refcnt from atomic_t to refcount_t
by Elena Reshetova
· 7 years ago
6685df3
fanotify: clean up CONFIG_FANOTIFY_ACCESS_PERMISSIONS ifdefs
by Miklos Szeredi
· 7 years ago
3427ce7
fsnotify: clean up fsnotify()
by Miklos Szeredi
· 7 years ago
f37650f
fanotify: fix fsnotify_prepare_user_wait() failure
by Miklos Szeredi
· 7 years ago
9a31d7a
fsnotify: fix pinning group in fsnotify_prepare_user_wait()
by Miklos Szeredi
· 7 years ago
0d6ec07
fsnotify: pin both inode and vfsmount mark
by Miklos Szeredi
· 7 years ago
24c2030
fsnotify: clean up fsnotify_prepare/finish_user_wait()
by Miklos Szeredi
· 7 years ago
7761daa
fsnotify: convert fsnotify_group.refcnt from atomic_t to refcount_t
by Elena Reshetova
· 7 years ago
9cf90ce
fsnotify: Protect bail out path of fsnotify_add_mark_locked() properly
by Jan Kara
· 7 years ago
b3a0066
dnotify: Handle errors from fsnotify_add_mark_locked() in fcntl_dirnotify()
by Jan Kara
· 7 years ago
83fc61a
treewide: Fix typos in Kconfig
by Masanari Iida
· 7 years ago
de8cd83
audit: Record fanotify access control decisions
by Steve Grubb
· 7 years ago
c9ea9df
fsnotify: make dnotify_fsnotify_ops const
by Bhumika Goyal
· 7 years ago
49d31c2
dentry name snapshots
by Al Viro
· 7 years ago
4ff33aa
fanotify: don't expose EOPENSTALE to userspace
by Amir Goldstein
· 8 years ago
f4edce1
fsnotify: remove a stray unlock
by Dan Carpenter
· 8 years ago
054c636
fsnotify: Move ->free_mark callback to fsnotify_ops
by Jan Kara
· 8 years ago
7b12932
fsnotify: Add group pointer in fsnotify_init_mark()
by Jan Kara
· 8 years ago
ebb3b47
fsnotify: Drop inode_mark.c
by Jan Kara
· 8 years ago
b1362ed
fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark()
by Jan Kara
· 8 years ago
Next »