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-01-24
fs: introduce MOUNT_ATTR_IDMAP
Christian Brauner
2020-12-27
proc mountinfo: make splice available again
Linus Torvalds
2020-08-27
Add a "nosymfollow" mount option.
Mattias Nissler
2020-06-04
Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
2020-05-14
proc/mounts: add cursor
Miklos Szeredi
2020-04-22
proc: rename struct proc_fs_info to proc_fs_opts
Alexey Gladkov
2019-09-06
vfs: subtype handling moved to fuse
David Howells
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-07
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()
Mark Rutland
2017-07-17
VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)
David Howells
2017-03-02
sched/headers: Prepare to move the task_lock()/unlock() APIs to
Ingo Molnar
2016-03-16
vfs: show_vfsstat: do not ignore errors from show_devname method
Dmitry V. Levin
2015-12-06
vfs: show_vfsstat: remove redundant initialization and check of error code
Dmitry V. Levin
2015-12-06
vfs: show_mountinfo: cleanup error code checks
Dmitry V. Levin
2015-12-06
vfs: show_vfsmnt: remove redundant initialization of error code
Dmitry V. Levin
2015-06-30
fs: use seq_open_private() for proc_mounts
Yann Droneaud
2015-02-05
vfs: add support for a lazytime mount option
Theodore Ts'o
2014-12-17
vfs: make mounts and mountstats honor root dir like mountinfo does
Dmitry V. Levin
2014-12-17
vfs: cleanup show_mountinfo
Dmitry V. Levin
2014-07-29
namespaces: Use task_lock and not rcu to protect nsproxy
Eric W. Biederman
2014-04-01
reduce m_start() cost...
Al Viro
2014-01-23
fs/proc_namespace.c: simplify testing nsp and nsp->mnt_ns
Axel Lin
2013-10-24
don't bother with vfsmount_lock in mounts_poll()
Al Viro
2012-07-14
get rid of magic in proc_namespace.c
Al Viro
2012-05-29
brlocks/lglocks: API cleanups
Andi Kleen
2012-01-06
vfs: switch ->show_options() to struct dentry *
Al Viro
2012-01-06
vfs: switch ->show_path() to struct dentry *
Al Viro
2012-01-06
vfs: switch ->show_devname() to struct dentry *
Al Viro
2012-01-06
vfs: switch ->show_stats to struct dentry *
Al Viro
2012-01-03
vfs: take /proc/*/mounts and friends to fs/proc_namespace.c
Al Viro