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-03-08
mount: fix mounting of detached mounts onto targets that reside on shared mounts
Christian Brauner
2020-12-10
fs/namespace.c: WARN if mnt_count has become negative
Eric Biggers
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 209
Thomas Gleixner
2019-01-30
separate copying and locking mount tree on cross-userns copies
Al Viro
2017-02-04
mnt: Tuck mounts under others instead of creating shadow/side mounts.
Eric W. Biederman
2016-09-30
mnt: Add a per mount namespace limit on the number of mounts
Eric W. Biederman
2015-07-22
mnt: Clarify and correct the disconnect logic in umount_tree
Eric W. Biederman
2015-04-09
mnt: Honor MNT_LOCKED when detaching mounts
Eric W. Biederman
2015-04-02
mnt: Don't propagate unmounts to locked mounts
Eric W. Biederman
2015-04-02
mnt: On an unmount propagate clearing of MNT_LOCKED
Eric W. Biederman
2015-04-02
mnt: In umount_tree reuse mnt_list instead of mnt_hash
Eric W. Biederman
2015-04-02
mnt: Improve the umount_tree flags
Eric W. Biederman
2014-04-01
smarter propagate_mnt()
Al Viro
2014-03-30
switch mnt_hash to hlist
Al Viro
2013-08-26
vfs: Don't copy mount bind mounts of /proc//ns/mnt between namespaces
Eric W. Biederman
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2013-04-09
switch unlock_mount() to namespace_unlock(), convert all umount_tree() callers
Al Viro
2013-04-09
get rid of full-hash scan on detaching vfsmounts
Al Viro
2013-03-27
vfs: Carefully propogate mounts across user namespaces
Eric W. Biederman
2012-11-19
vfs: Only support slave subtrees across different user namespaces
Eric W. Biederman
2012-01-03
vfs: switch pnode.h macros to struct mount *
Al Viro
2012-01-03
vfs: spread struct mount - remaining argument of mnt_set_mountpoint()
Al Viro
2012-01-03
vfs: spread struct mount - propagate_mnt()
Al Viro
2012-01-03
vfs: spread struct mount - get_dominating_id / do_make_slave
Al Viro
2012-01-03
vfs: spread struct mount - work with counters
Al Viro
2012-01-03
vfs: spread struct mount - is_path_reachable
Al Viro
2012-01-03
vfs: spread struct mount - do_umount/propagate_mount_busy
Al Viro
2012-01-03
vfs: spread struct mount mnt_set_mountpoint child argument
Al Viro
2012-01-03
vfs: spread struct mount - clone_mnt/copy_tree argument
Al Viro
2012-01-03
vfs: spread struct mount - umount_tree argument
Al Viro
2012-01-03
vfs: spread struct mount - clone_mnt/copy_tree result
Al Viro
2012-01-03
vfs: spread struct mount - change_mnt_propagation/set_mnt_shared
Al Viro
2012-01-03
vfs: spread struct mount - mount group id handling
Al Viro
2012-01-03
vfs: add missing parens in pnode.h macros
Al Viro
2012-01-03
vfs: more mnt_parent cleanups
Al Viro
2012-01-03
vfs: new internal helper: mnt_has_parent(mnt)
Al Viro
2012-01-03
trim fs/internal.h
Al Viro
2010-03-03
VFS: Clean up shared mount flag propagation
Valerie Aurora
2010-03-03
Kill CL_PROPAGATION, sanitize fs/pnode.c:get_source()
Al Viro
2008-04-23
[patch 7/7] vfs: mountinfo: show dominating group id
Miklos Szeredi
2008-04-21
[PATCH] teach seq_file to discard entries
Al Viro
2007-10-21
[PATCH] new helpers - collect_mounts() and release_collected_mounts()
Al Viro
2006-12-08
[PATCH] rename struct namespace to struct mnt_namespace
Kirill Korotaev
2005-11-07
[PATCH] unbindable mounts
Ram Pai
2005-11-07
[PATCH] introduce slave mounts
Ram Pai
2005-11-07
[PATCH] shared mounts handling: umount
Ram Pai
2005-11-07
[PATCH] shared mount handling: bind and rbind
Ram Pai
2005-11-07
[PATCH] introduce shared mounts
Ram Pai
2005-11-07
[PATCH] beginning of the shared-subtree proper
Ram Pai