index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_multi_rtos
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
namespace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-23
fix a couple of races in MNT_TREE_BENEATH handling by do_move_mount()
Al Viro
1
-33
/
+36
2025-04-11
fs: use namespace_{lock,unlock} in dissolve_on_fput()
Jan Stancek
1
-1
/
+3
2025-04-11
mount: ensure we don't pointlessly walk the mount tree
Christian Brauner
1
-12
/
+18
2025-04-04
fs: actually hold the namespace semaphore
Christian Brauner
1
-1
/
+2
2025-03-28
fs: namespace: Avoid -Wflex-array-member-not-at-end warning
Gustavo A. R. Silva
1
-1
/
+3
2025-03-24
Merge tag 'vfs-6.15-rc1.mount.namespace' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-60
/
+307
2025-03-24
Merge tag 'vfs-6.15-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-122
/
+363
2025-03-19
umount: Allow superblock owners to force umount
Trond Myklebust
1
-1
/
+2
2025-03-04
mount: handle mount propagation for detached mount trees
Christian Brauner
1
-15
/
+27
2025-03-04
fs: namespace: fix uninitialized variable use
Arnd Bergmann
1
-0
/
+2
2025-03-04
fs: allow creating detached mounts from fsmount() file descriptors
Christian Brauner
1
-2
/
+7
2025-03-04
fs: mount detached mounts onto detached mounts
Christian Brauner
1
-2
/
+84
2025-03-04
fs: support getname_maybe_null() in move_mount()
Christian Brauner
1
-33
/
+60
2025-03-04
fs: create detached mounts from detached mounts
Christian Brauner
1
-1
/
+37
2025-03-04
fs: add may_copy_tree()
Christian Brauner
1
-7
/
+37
2025-03-04
fs: add fastpath for dissolve_on_fput()
Christian Brauner
1
-12
/
+47
2025-03-04
fs: add assert for move_mount()
Christian Brauner
1
-2
/
+5
2025-03-04
fs: add mnt_ns_empty() helper
Christian Brauner
1
-2
/
+2
2025-03-04
fs: record sequence number of origin mount namespace
Christian Brauner
1
-2
/
+17
2025-02-12
Merge patch series "fs: allow changing idmappings"
Christian Brauner
1
-81
/
+171
2025-02-12
fs: allow changing idmappings
Christian Brauner
1
-21
/
+32
2025-02-12
fs: add kflags member to struct mount_kattr
Christian Brauner
1
-8
/
+15
2025-02-12
fs: add open_tree_attr()
Christian Brauner
1
-0
/
+39
2025-02-12
fs: add copy_mount_setattr() helper
Christian Brauner
1
-33
/
+40
2025-02-12
fs: add vfs_open_tree() helper
Christian Brauner
1
-23
/
+26
2025-02-12
statmount: add a new supported_mask field
Jeff Layton
1
-0
/
+23
2025-02-12
statmount: allow to retrieve idmappings
Christian Brauner
1
-1
/
+58
2025-02-12
fs: allow detached mounts in clone_private_mount()
Christian Brauner
1
-35
/
+43
2025-02-07
fs: fix adding security options to statmount.mnt_opt
Miklos Szeredi
1
-15
/
+14
2025-02-07
statmount: let unset strings be empty
Miklos Szeredi
1
-9
/
+16
2025-02-05
vfs: add notifications for mount attach and detach
Miklos Szeredi
1
-1
/
+78
2025-02-05
fanotify: notify on mount attach and detach
Miklos Szeredi
1
-3
/
+11
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
1
-1
/
+1
2025-01-20
Merge tag 'vfs-6.14-rc1.mount.v2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-76
/
+124
2025-01-20
Merge tag 'vfs-6.14-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+8
2025-01-20
Merge tag 'vfs-6.14-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2025-01-16
fs: Fix return type of do_mount() from long to int
Sentaro Onizuka
1
-1
/
+1
2025-01-09
Merge tag 'vfs-6.14-rc7.mount.fixes'
Christian Brauner
1
-8
/
+6
2025-01-09
fs: remove useless lockdep assertion
Christian Brauner
1
-2
/
+0
2025-01-09
fs: use xarray for old mount id
Christian Brauner
1
-9
/
+10
2025-01-09
fs: cache first and last mount
Christian Brauner
1
-4
/
+13
2025-01-09
fs: simplify rwlock to spinlock
Christian Brauner
1
-9
/
+6
2025-01-09
fs: lockless mntns lookup for nsfs
Christian Brauner
1
-13
/
+29
2025-01-09
fs: lockless mntns rbtree lookup
Christian Brauner
1
-46
/
+70
2025-01-09
fs: add mount namespace to rbtree late
Christian Brauner
1
-1
/
+1
2025-01-09
mount: remove inlude/nospec.h include
Christian Brauner
1
-1
/
+0
2025-01-09
fs: prepend statmount.mnt_opts string with security_sb_mnt_opts()
Jeff Layton
1
-0
/
+4
2025-01-09
fs: kill MNT_ONRB
Christian Brauner
1
-8
/
+6
2024-12-22
pidfs: allow bind-mounts
Christian Brauner
1
-2
/
+8
2024-12-13
fs: fix is_mnt_ns_file()
Miklos Szeredi
1
-2
/
+8
[next]