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-17
Merge tag 'fsnotify_for_v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2020-12-15
Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
2020-12-11
fsnotify: fix events reported to watching parent and child
Amir Goldstein
2020-12-10
file: Rename fcheck lookup_fd_rcu
Eric W. Biederman
2020-12-03
inotify: convert to handle_inode_event() interface
Amir Goldstein
2020-12-03
fsnotify: generalize handle_inode_event()
Amir Goldstein
2020-11-09
inotify: Increase default inotify.max_user_watches limit to 1048576
Waiman Long
2020-11-09
fanotify: fix logic of reporting name info with watched parent
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
fsnotify: create method handle_inode_event() in fsnotify_operations
Amir Goldstein
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 with parent/name info to sb/mount/non-dir marks
Amir Goldstein
2020-07-27
inotify: do not set FS_EVENT_ON_CHILD in non-dir mark mask
Amir Goldstein
2020-07-27
fsnotify: pass dir and inode arguments to fsnotify()
Amir Goldstein
2020-07-27
fsnotify: create helper fsnotify_inode()
Amir Goldstein
2020-07-27
fsnotify: send event to parent and child with single callback
Amir Goldstein
2020-07-27
inotify: report both events on parent and child with single callback
Amir Goldstein
2020-07-27
dnotify: report both events on 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
inotify: do not use objectid when comparing events
Amir Goldstein
2020-07-15
fsnotify: return non const from fsnotify_data_inode()
Amir Goldstein
2020-07-15
fsnotify: fold fsnotify() call into fsnotify_parent()
Amir Goldstein
2020-07-15
fsnotify: Rearrange fast path to minimise overhead when there is no watcher
Mel Gorman
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-06-01
Merge tag 'docs-5.8' of git://git.lwn.net/linux
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
fsnotify: Remove proc_fs.h include
Fabian Frederick
2020-05-13
fanotify: remove reference to fill_event_metadata()
Fabian Frederick
2020-05-13
fsnotify: add mutex destroy
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-04-27
inotify: Fix error return code assignment flow.
youngjun
2020-04-20
docs: filesystems: fix renamed references
Mauro Carvalho Chehab
2020-04-15
fsnotify: Add missing annotation for fsnotify_finish_user_wait() and for fsnotify_prepare_user_wait()
Jules Irenge
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: simplify arguments passing to fsnotify_parent()
Amir Goldstein
2020-03-23
fsnotify: use helpers to access data by data_type
Amir Goldstein
2019-12-18
fs: call fsnotify_sb_delete after evict_inodes
Eric Sandeen
2019-12-18
fs: avoid softlockups in s_inodes iterators
Eric Sandeen
2019-12-01
Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground
Linus Torvalds
2019-10-23
compat_ioctl: move more drivers to compat_ptr_ioctl
Arnd Bergmann
2019-10-17
fsnotify/fdinfo: exportfs_encode_inode_fh() takes pointer as 4th argument
Ben Dooks (Codethink)
2019-10-17
fsnotify: move declaration of fsnotify_mark_connector_cachep to fsnotify.h
Ben Dooks
2019-09-27
Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2019-09-23
Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux
Linus Torvalds
2019-08-19
notify: export symbols for use by the knfsd file cache
Trond Myklebust
2019-08-12
fanotify, inotify, dnotify, security: add security hook for fs notifications
Aaron Goidel
2019-07-18
proc/sysctl: add shared variables for range check
Matteo Croce
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-20
fsnotify: get rid of fsnotify_nameremove()
Amir Goldstein
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-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118
Thomas Gleixner
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18
Thomas Gleixner
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-13
Merge tag 'fsnotify_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2019-05-09
fsnotify: fix unlink performance regression
Amir Goldstein
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-05-01
fsnotify: Clarify connector assignment in fsnotify_add_mark_list()
Jan Kara
2019-04-28
fsnotify: Fix NULL ptr deref in fanotify_get_fsid()
Jan Kara
2019-04-26
inotify_handle_event(): don't bother with strlen()
Al Viro
2019-04-26
fsnotify: switch send_to_group() and ->handle_event to const struct qstr *
Al Viro
2019-04-26
fsnotify(): switch to passing const struct qstr * for file_name
Al Viro
2019-04-26
ovl_lookup_real_one(): don't bother with strlen()
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-03-11
inotify: Fix fsnotify_mark refcount leak in inotify_update_existing_watch()
ZhangXiaoxu
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
fsnotify: Create function to remove event from notification 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
fsnotify: report FS_ISDIR flag with MOVE_SELF and DELETE_SELF events
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
2019-02-06
fsnotify: send all event types to super block marks
Amir Goldstein
2019-01-02
inotify: Fix fd refcount leak in inotify_add_watch().
Tetsuo Handa
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-15
fsnotify/fdinfo: include fdinfo.h for inotify_show_fdinfo()
Eric Biggers
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-25
fsnotify: Fix busy inodes during unmount
Jan Kara
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
fsnotify: convert runtime BUG_ON() to BUILD_BUG_ON()
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-10-04
fsnotify: generalize handling of extra event flags
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-09-03
fsnotify: send path type events to group with super block marks
Amir Goldstein
2018-09-03
fsnotify: add super block object type
Amir Goldstein
2018-09-03
fsnotify: fix ignore mask logic in fsnotify()
Amir Goldstein
2018-08-29
Merge tag 'for_v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2018-08-21
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
2018-08-20
fsnotify: fix false positive warning on inode delete
Jan Kara
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
signal: Use PIDTYPE_TGID to clearly store where file signals will be sent
Eric W. Biederman
2018-07-21
pids: Compute task_tgid using signal->leader_pid
Eric W. Biederman
2018-06-27
inotify: Add flag IN_MASK_CREATE for inotify_add_watch()
Henry Wilson
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: let connector point to an abstract object
Amir Goldstein
2018-06-27
fsnotify: pass connp and object type to fsnotify_add_mark()
Amir Goldstein
2018-06-27
fsnotify: use typedef fsnotify_connp_t for brevity
Amir Goldstein
2018-05-18
fsnotify: add fsnotify_add_inode_mark() wrappers
Amir Goldstein
2018-05-18
fanotify: generalize fanotify_should_send_event()
Amir Goldstein
2018-05-18
fsnotify: generalize send_to_group()
Amir Goldstein
2018-05-18
fsnotify: generalize iteration of marks by object type
Amir Goldstein
2018-05-18
fsnotify: introduce marks iteration helpers
Amir Goldstein
2018-05-18
fsnotify: remove redundant arguments to handle_event()
Amir Goldstein
2018-05-18
fsnotify: use type id to identify connector object type
Amir Goldstein
2018-04-13
fsnotify: fix ignore mask logic in send_to_group()
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-04-02
inotify: add do_inotify_init() 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-14
inotify: Extend ioctl to allow to request id of new watch descriptor
Kirill Tkhai
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-01-30
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2017-11-27
fs: annotate ->poll() instances
Al Viro
2017-11-27
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
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
fsnotify: convert fsnotify_mark.refcnt from atomic_t to refcount_t
Elena Reshetova
2017-10-31
fanotify: clean up CONFIG_FANOTIFY_ACCESS_PERMISSIONS ifdefs
Miklos Szeredi
2017-10-31
fsnotify: clean up fsnotify()
Miklos Szeredi
2017-10-31
fanotify: fix fsnotify_prepare_user_wait() failure
Miklos Szeredi
2017-10-31
fsnotify: fix pinning group in fsnotify_prepare_user_wait()
Miklos Szeredi