Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
3d92410a22e241397110346b447215bb162a5f3a
/
fs
/
notify
/
fanotify
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
d27fb65
Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
eac7078
Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
by Linus Torvalds
· 6 years ago
b1da6a5
fsnotify: Fix NULL ptr deref in fanotify_get_fsid()
by Jan Kara
· 6 years ago
e43e9c3
fsnotify: switch send_to_group() and ->handle_event to const struct qstr *
by Al Viro
· 6 years ago
5dd50aa
Make anon_inodes unconditional
by David Howells
· 6 years ago
b2d22b6
fanotify: Allow copying of file handle to userspace
by Jan Kara
· 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
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
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
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
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
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
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
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
0214f46
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 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
7a36094
pids: Compute task_tgid using signal->leader_pid
by Eric W. Biederman
· 7 years ago
eaa2c6b
fanotify: factor out helpers to add/remove mark
by Amir Goldstein
· 7 years ago
3ac70bf
fsnotify: add helper to get mask from connector
by Amir Goldstein
· 7 years ago
b812a9f
fsnotify: pass connp and object type to fsnotify_add_mark()
by Amir Goldstein
· 7 years ago
837a393
fanotify: generalize fanotify_should_send_event()
by Amir Goldstein
· 7 years ago
5b0457a
fsnotify: remove redundant arguments to handle_event()
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
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
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 7 years ago
076ccb7
fs: annotate ->poll() instances
by Al Viro
· 8 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
6685df3
fanotify: clean up CONFIG_FANOTIFY_ACCESS_PERMISSIONS ifdefs
by Miklos Szeredi
· 7 years ago
f37650f
fanotify: fix fsnotify_prepare_user_wait() failure
by Miklos Szeredi
· 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
4ff33aa
fanotify: don't expose EOPENSTALE to userspace
by Amir Goldstein
· 8 years ago
054c636
fsnotify: Move ->free_mark callback to fsnotify_ops
by Jan Kara
· 8 years ago
7b129323
fsnotify: Add group pointer in fsnotify_init_mark()
by Jan Kara
· 8 years ago
b1362ed
fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark()
by Jan Kara
· 8 years ago
8920d27
fsnotify: Remove fsnotify_recalc_{inode|vfsmount}_mask()
by Jan Kara
· 8 years ago
66d2b81
fsnotify: Remove fsnotify_set_mark_{,ignored_}mask_locked()
by Jan Kara
· 8 years ago
05f0e38
fanotify: Release SRCU lock when waiting for userspace response
by Jan Kara
· 8 years ago
9385a84
fsnotify: Pass fsnotify_iter_info into handle_event handler
by Jan Kara
· 8 years ago
c974764
fanotify: Move recalculation of inode / vfsmount mask under mark_mutex
by Jan Kara
· 8 years ago
174cd4b
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
5b825c3
sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>
by Ingo Molnar
· 8 years ago
6c71100
fanotify: simplify the code of fanotify_merge
by Kinglong Mee
· 8 years ago
3cd5eca
fsnotify: constify 'data' passed to ->handle_event()
by Al Viro
· 8 years ago
ed27264
fsnotify: clean up spinlock assertions
by Jan Kara
· 8 years ago
073f655
fanotify: use notification_lock instead of access_lock
by Jan Kara
· 8 years ago
c21dbe2
fsnotify: convert notification_mutex to a spinlock
by Jan Kara
· 8 years ago
1404ff3
fsnotify: drop notification_mutex before destroying event
by Jan Kara
· 8 years ago
96d4101
fanotify: fix list corruption in fanotify_get_response()
by Jan Kara
· 8 years ago
4712e722
fsnotify: get rid of fsnotify_destroy_mark_locked()
by Jan Kara
· 9 years ago
b3c1030
fanotify: fix event filtering with FAN_ONDIR set
by Suzuki K. Poulose
· 10 years ago
54f2a2f
fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversions
by David Howells
· 10 years ago
e36cb0b
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
by David Howells
· 10 years ago
66ba93c
fanotify: don't set FAN_ONDIR implicitly on a marks ignored mask
by Lino Sanfilippo
· 10 years ago
d2c1874
fanotify: don't recalculate a marks mask if only the ignored mask changed
by Lino Sanfilippo
· 10 years ago
a118449
fanotify: only destroy mark when both mask and ignored_mask are cleared
by Lino Sanfilippo
· 10 years ago
536ebe9ca
sched, fanotify: Deal with nested sleeps
by Peter Zijlstra
· 10 years ago
0b37e09
fanotify: enable close-on-exec on events' fd when requested in fanotify_init()
by Yann Droneaud
· 10 years ago
5838d44
fanotify: fix double free of pending permission events
by Jan Kara
· 10 years ago
8ba8fa91
fsnotify: rename event handling functions
by Jan Kara
· 10 years ago
48149e9
fanotify: check file flags passed in fanotify_init
by Heinrich Schuchardt
· 11 years ago
cc299a9
fs/notify/fanotify/fanotify_user.c: fix FAN_MARK_FLUSH flag checking
by Heinrich Schuchardt
· 11 years ago
0a8dd2d
fanotify: FAN_MARK_FLUSH: avoid having to provide a fake/invalid fd and path
by Heinrich Schuchardt
· 11 years ago
1e2ee49
fanotify: fix -EOVERFLOW with large files on 64-bit
by Will Woods
· 11 years ago
d507816
fanotify: move unrelated handling from copy_event_to_user()
by Jan Kara
· 11 years ago
d8aaab4
fanotify: reorganize loop in fanotify_read()
by Jan Kara
· 11 years ago
9573f79
fanotify: convert access_mutex to spinlock
by Jan Kara
· 11 years ago
f083441
fanotify: use fanotify event structure for permission response processing
by Jan Kara
· 11 years ago
3298cf3
fanotify: remove useless bypass_perm check
by Jan Kara
· 11 years ago
Next »