VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
Date
Commit Message
Rev
Author
2021-06-14
fanotify: fix copy_event_to_user() fid error clean up
Matthew Bobrowski
2021-05-25
fanotify: fix permission model of unprivileged group
Amir Goldstein
2021-03-25
fanotify_user: use upper_32_bits() to verify mask
Christian Brauner
2021-03-16
fanotify: support limited functionality for unprivileged users
Amir Goldstein
2021-03-16
fanotify: configurable limits via sysfs
Amir Goldstein
2021-03-16
fanotify: limit number of event merge attempts
Amir Goldstein
2021-03-16
fsnotify: use hash table for faster events merge
Amir Goldstein
2021-03-16
fanotify: mix event info and pid into merge key hash
Amir Goldstein
2021-03-16
fanotify: reduce event objectid to 29-bit hash
Amir Goldstein
2021-03-16
fsnotify: allow fsnotify_{peek,remove}_first_event with empty queue
Amir Goldstein
2021-02-23
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
Linus Torvalds
2021-02-22
Merge tag 'fsnotify_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2021-01-24
fs: add file and path permissions helpers
Christian Brauner
2021-01-05
inotify, memcg: account inotify instances to kmemcg
Shakeel Butt
2020-12-28
fanotify: Fix sys_fanotify_mark() on native x86-32
Brian Gerst
2020-12-11
fsnotify: fix events reported to watching parent and child
Amir Goldstein
2020-10-18
mm, memcg: rework remote charging API to support nesting
Roman Gushchin
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-28
fanotify: compare fsid when merging name event
Jan Kara
2020-07-27
fanotify: report parent fid + child fid
Amir Goldstein
2020-07-27
fanotify: report parent fid + name + child fid
Amir Goldstein
2020-07-27
fanotify: add support for FAN_REPORT_NAME
Amir Goldstein
2020-07-27
fanotify: report events with parent dir fid to sb/mount/non-dir marks
Amir Goldstein
2020-07-27
fanotify: add basic support for FAN_REPORT_DIR_FID
Amir Goldstein
2020-07-27
fsnotify: send event to parent and child with single callback
Amir Goldstein
2020-07-27
fanotify: no external fh buffer in fanotify_name_event
Amir Goldstein
2020-07-27
fanotify: use struct fanotify_info to parcel the variable size buffer
Amir Goldstein
2020-07-27
fanotify: use FAN_EVENT_ON_CHILD as implicit flag on sb/mount/non-dir marks
Amir Goldstein
2020-07-27
fanotify: prepare for implicit event flags in mark mask
Amir Goldstein
2020-07-27
fanotify: mask out special event flags from ignored mask
Amir Goldstein
2020-07-27
fanotify: generalize test for FAN_REPORT_FID
Amir Goldstein
2020-07-27
fanotify: distinguish between fid encode error and null fid
Amir Goldstein
2020-07-27
fanotify: generalize merge logic of events on dir
Amir Goldstein
2020-07-27
fanotify: generalize the handling of extra event flags
Amir Goldstein
2020-07-27
fanotify: remove event FAN_DIR_MODIFY
Amir Goldstein
2020-07-27
fsnotify: pass dir argument to handle_event() callback
Amir Goldstein
2020-07-15
fanotify: break up fanotify_alloc_event()
Amir Goldstein
2020-07-15
fanotify: create overflow event type
Amir Goldstein
2020-07-15
fsnotify: return non const from fsnotify_data_inode()
Amir Goldstein
2020-07-15
fanotify: Avoid softlockups when reading many events
Jan Kara
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-04
Merge tag 'fsnotify_for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2020-05-27
fanotify: turn off support for FAN_DIR_MODIFY
Amir Goldstein
2020-05-25
fanotify: fix ignore mask logic for events on child and on dir
Amir Goldstein
2020-05-13
fanotify: don't write with size under sizeof(response)
Fabian Frederick
2020-05-13
fanotify: remove reference to fill_event_metadata()
Fabian Frederick
2020-05-13
fanotify: prefix should_merge()
Fabian Frederick
2020-05-08
fanotify: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-03-30
fanotify: Fix the checks in fanotify_fsid_equal
Nathan Chancellor
2020-03-25
fanotify: report name info for FAN_DIR_MODIFY event
Amir Goldstein
2020-03-25
fanotify: record name info for FAN_DIR_MODIFY event
Amir Goldstein
2020-03-25
fanotify: Drop fanotify_event_has_fid()
Jan Kara
2020-03-25
fanotify: prepare to report both parent and child fid's
Amir Goldstein
2020-03-25
fanotify: send FAN_DIR_MODIFY event flavor with dir inode and name
Amir Goldstein
2020-03-25
fanotify: divorce fanotify_path_event and fanotify_fid_event
Jan Kara
2020-03-25
fanotify: Store fanotify handles differently
Jan Kara
2020-03-25
fanotify: Simplify create_fd()
Jan Kara
2020-03-24
fanotify: fix merging marks masks with FAN_ONDIR
Amir Goldstein
2020-03-24
fanotify: merge duplicate events on parent and child
Amir Goldstein
2020-03-24
fsnotify: replace inode pointer with an object id
Amir Goldstein
2020-03-23
fsnotify: use helpers to access data by data_type
Amir Goldstein
2019-10-23
compat_ioctl: move more drivers to compat_ptr_ioctl
Arnd Bergmann
2019-09-23
Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux
Linus Torvalds
2019-08-12
fanotify, inotify, dnotify, security: add security hook for fs notifications
Aaron Goidel
2019-07-12
memcg, fsnotify: no oom-kill for remote memcg charging
Shakeel Butt
2019-07-10
Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2019-06-19
fanotify: update connector fsid cache on add mark
Amir Goldstein
2019-05-28
fanotify: Disallow permission events for proc filesystem
Jan Kara
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-07
Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2019-05-07
Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
Linus Torvalds
2019-04-28
fsnotify: Fix NULL ptr deref in fanotify_get_fsid()
Jan Kara
2019-04-26
fsnotify: switch send_to_group() and ->handle_event to const struct qstr *
Al Viro
2019-04-19
Make anon_inodes unconditional
David Howells
2019-03-19
fanotify: Allow copying of file handle to userspace
Jan Kara
2019-02-21
fanotify: Make waits for fanotify events only killable
Jan Kara
2019-02-18
fanotify: Use interruptible wait when waiting for permission events
Jan Kara
2019-02-18
fanotify: Track permission event state
Jan Kara
2019-02-18
fanotify: Simplify cleaning of access_list
Jan Kara
2019-02-18
fanotify: Move locking inside get_one_event()
Jan Kara
2019-02-18
fanotify: Fold dequeue_event() into process_access_response()
Jan Kara
2019-02-14
fanotify: Select EXPORTFS
Jan Kara
2019-02-07
fanotify: report FAN_ONDIR to listener with FAN_REPORT_FID
Amir Goldstein
2019-02-07
fanotify: add support for create/attrib/move/delete events
Amir Goldstein
2019-02-07
fanotify: support events with data type FSNOTIFY_EVENT_INODE
Amir Goldstein
2019-02-07
fanotify: check FS_ISDIR flag instead of d_is_dir()
Amir Goldstein
2019-02-07
fanotify: use vfs_get_fsid() helper instead of vfs_statfs()
Amir Goldstein
2019-02-07
fanotify: cache fsid in fsnotify_mark_connector
Amir Goldstein
2019-02-07
fanotify: enable FAN_REPORT_FID init flag
Amir Goldstein
2019-02-07
fanotify: copy event fid info to user
Amir Goldstein
2019-02-07
fanotify: encode file identifier for FAN_REPORT_FID
Amir Goldstein
2019-02-07
fanotify: open code fill_event_metadata()
Amir Goldstein
2019-02-06
fanotify: rename struct fanotify_{,perm_}event_info
Amir Goldstein
2019-02-06
fsnotify: move mask out of struct fsnotify_event
Amir Goldstein
2018-12-11
fanotify: Use inode_is_open_for_write
Nikolay Borisov
2018-12-05
fanotify: Make sure to check event_len when copying
Kees Cook
2018-11-13
fanotify: introduce new event mask FAN_OPEN_EXEC_PERM
Matthew Bobrowski
2018-11-13
fanotify: introduce new event mask FAN_OPEN_EXEC
Matthew Bobrowski
2018-11-13
fanotify: return only user requested event types in event mask
Matthew Bobrowski
2018-11-08
fanotify: fix handling of events on child sub-directory
Amir Goldstein
2018-10-08
fanotify: support reporting thread id instead of process id
Amir Goldstein
2018-10-04
fanotify: add BUILD_BUG_ON() to count the bits of fanotify constants
Amir Goldstein
2018-10-04
fanotify: deprecate uapi FAN_ALL_* constants
Amir Goldstein
2018-10-04
fanotify: simplify handling of FAN_ONDIR
Amir Goldstein
2018-09-27
fanotify: store fanotify_init() flags in group's fanotify_data
Amir Goldstein
2018-09-03
fanotify: add API to attach/detach super block mark
Amir Goldstein
2018-08-21
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
2018-08-17
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-08-17
fs: fsnotify: account fsnotify metadata to kmemcg
Shakeel Butt
2018-07-21
pids: Compute task_tgid using signal->leader_pid
Eric W. Biederman
2018-06-27
fanotify: factor out helpers to add/remove mark
Amir Goldstein
2018-06-27
fsnotify: add helper to get mask from connector
Amir Goldstein
2018-06-27
fsnotify: pass connp and object type to fsnotify_add_mark()
Amir Goldstein
2018-05-18
fanotify: generalize fanotify_should_send_event()
Amir Goldstein
2018-05-18
fsnotify: remove redundant arguments to handle_event()
Amir Goldstein
2018-04-09
fanotify: fix logic of events on child
Amir Goldstein
2018-04-05
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2018-04-02
fanotify: add do_fanotify_mark() helper; remove in-kernel call to syscall
Dominik Brodowski
2018-02-27
fsnotify: Let userspace know about lost events due to ENOMEM
Jan Kara
2018-02-27
fanotify: Avoid lost events due to ENOMEM for unlimited queues
Jan Kara
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2017-11-27
fs: annotate ->poll() instances
Al Viro
2017-11-15
Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Linus Torvalds
2017-11-14
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2017-11-14
Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-31
fanotify: clean up CONFIG_FANOTIFY_ACCESS_PERMISSIONS ifdefs
Miklos Szeredi
2017-10-31
fanotify: fix fsnotify_prepare_user_wait() failure
Miklos Szeredi
2017-10-12
treewide: Fix typos in Kconfig
Masanari Iida
2017-10-10
audit: Record fanotify access control decisions
Steve Grubb
2017-04-25
fanotify: don't expose EOPENSTALE to userspace
Amir Goldstein
2017-04-10
fsnotify: Move ->free_mark callback to fsnotify_ops
Jan Kara
2017-04-10
fsnotify: Add group pointer in fsnotify_init_mark()
Jan Kara
2017-04-10
fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark()
Jan Kara
2017-04-10
fsnotify: Remove fsnotify_recalc_{inode|vfsmount}_mask()
Jan Kara
2017-04-10
fsnotify: Remove fsnotify_set_mark_{,ignored_}mask_locked()
Jan Kara
2017-04-10
fanotify: Release SRCU lock when waiting for userspace response
Jan Kara
2017-04-10
fsnotify: Pass fsnotify_iter_info into handle_event handler
Jan Kara
2017-04-03
fanotify: Move recalculation of inode / vfsmount mask under mark_mutex
Jan Kara
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from into
Ingo Molnar
2017-03-02
sched/headers: Prepare to remove inclusion from
Ingo Molnar
2017-02-09
fanotify: simplify the code of fanotify_merge
Kinglong Mee
2016-12-05
fsnotify: constify 'data' passed to ->handle_event()
Al Viro
2016-10-07
fsnotify: clean up spinlock assertions
Jan Kara
2016-10-07
fanotify: use notification_lock instead of access_lock
Jan Kara
2016-10-07
fsnotify: convert notification_mutex to a spinlock
Jan Kara
2016-10-07
fsnotify: drop notification_mutex before destroying event
Jan Kara
2016-09-19
fanotify: fix list corruption in fanotify_get_response()
Jan Kara
2015-09-04
fsnotify: get rid of fsnotify_destroy_mark_locked()
Jan Kara
2015-03-12
fanotify: fix event filtering with FAN_ONDIR set
Suzuki K. Poulose
2015-02-22
fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversions
David Howells
2015-02-22
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
David Howells
2015-02-10
fanotify: don't set FAN_ONDIR implicitly on a marks ignored mask
Lino Sanfilippo
2015-02-10
fanotify: don't recalculate a marks mask if only the ignored mask changed
Lino Sanfilippo
2015-02-10
fanotify: only destroy mark when both mask and ignored_mask are cleared
Lino Sanfilippo
2015-01-09
sched, fanotify: Deal with nested sleeps
Peter Zijlstra
2014-10-09
fanotify: enable close-on-exec on events' fd when requested in fanotify_init()
Yann Droneaud
2014-08-06
fanotify: fix double free of pending permission events
Jan Kara
2014-08-06
fsnotify: rename event handling functions
Jan Kara
2014-06-04
fanotify: check file flags passed in fanotify_init
Heinrich Schuchardt
2014-06-04
fs/notify/fanotify/fanotify_user.c: fix FAN_MARK_FLUSH flag checking
Heinrich Schuchardt
2014-06-04
fanotify: FAN_MARK_FLUSH: avoid having to provide a fake/invalid fd and path
Heinrich Schuchardt
2014-05-06
fanotify: fix -EOVERFLOW with large files on 64-bit
Will Woods
2014-04-03
fanotify: move unrelated handling from copy_event_to_user()
Jan Kara
2014-04-03
fanotify: reorganize loop in fanotify_read()
Jan Kara
2014-04-03
fanotify: convert access_mutex to spinlock
Jan Kara
2014-04-03
fanotify: use fanotify event structure for permission response processing
Jan Kara
2014-04-03
fanotify: remove useless bypass_perm check
Jan Kara
2014-02-25
fsnotify: Allocate overflow events with proper type
Jan Kara
2014-02-25
fanotify: Handle overflow in case of permission events
Jan Kara
2014-02-18
inotify: Fix reporting of cookies for inotify events
Jan Kara
2014-01-29
fanotify: Fix use after free for permission events
Jan Kara
2014-01-29
fsnotify: Do not return merged event from fsnotify_add_notify_event()
Jan Kara
2014-01-29
fanotify: Fix use after free in mask checking
Jan Kara
2014-01-27
compat: fix sys_fanotify_mark
Heiko Carstens
2014-01-21
fsnotify: remove pointless NULL initializers
Jan Kara
2014-01-21
fsnotify: remove .should_send_event callback
Jan Kara
2014-01-21
fsnotify: do not share events between notification groups
Jan Kara
2013-07-09
fanotify: put duplicate code for adding vfsmount/inode marks into an own function
Lino Sanfilippo
2013-07-09
fanotify: fix races when adding/removing marks
Lino Sanfilippo
2013-07-09
fanotify: info leak in copy_event_to_user()
Dan Carpenter
2013-06-29
fanotify: quit wanking with FASYNC in ->release()
Al Viro
2013-05-09
unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINE
Al Viro
2013-03-03
teach SYSCALL_DEFINE how to deal with long long/unsigned long long
Al Viro
2013-02-22
new helper: file_inode(file)
Al Viro
2012-12-20
Merge branch 'for-next' of git://git.infradead.org/users/eparis/notify
Linus Torvalds
2012-12-17
fs, notify: add procfs fdinfo helper
Cyrill Gorcunov
2012-12-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Linus Torvalds
2012-12-11
fanotify: dont merge permission events
Lino Sanfilippo
2012-12-11
fsnotify: make fasync generic for both inotify and fanotify
Eric Paris
2012-12-11
fsnotify: pass group to fsnotify_destroy_mark()
Lino Sanfilippo
2012-12-11
fanotify: add an extra flag to mark_remove_from_mask that indicates wheather a mark should be destroyed
Lino Sanfilippo
2012-12-11
inotify, fanotify: replace fsnotify_put_group() with fsnotify_destroy_group()
Lino Sanfilippo
2012-11-19
treewide: fix typo of "suport" in various comments and Kconfig
Masanari Iida
2012-11-18
fanotify: fix FAN_Q_OVERFLOW case of fanotify_read()
Al Viro
2012-11-09
fanotify: fix missing break
Eric Paris
2012-09-26
switch simple cases of fget_light to fdget
Al Viro
2012-09-26
fanotify: sanitize failure exits in copy_event_to_user()
Al Viro
2012-07-23
switch dentry_open() to struct path, make it grab references itself
Al Viro
2012-01-03
vfs: move fsnotify junk to struct mount
Al Viro