index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
namespace.c
Age
Commit message (
Expand
)
Author
2025-06-24
userns and mnt_idmap leak in open_tree_attr(2)
Al Viro
2025-06-23
attach_recursive_mnt(): do not lock the covering tree when sliding something ...
Al Viro
2025-06-23
replace collect_mounts()/drop_collected_mounts() with a safer variant
Al Viro
2025-06-08
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2025-06-07
do_change_type(): refuse to operate on unmounted/not ours mounts
Al Viro
2025-06-07
clone_private_mnt(): make sure that caller has CAP_SYS_ADMIN in the right userns
Al Viro
2025-06-07
do_move_mount(): split the checks in subtree-of-our-ns and entire-anon cases
Al Viro
2025-06-07
fs: allow clone_private_mount() for a path on real rootfs
KONDO KAZUMA(近藤 和真)
2025-06-07
fix propagation graph breakage by MOVE_MOUNT_SET_GROUP move_mount(2)
Al Viro
2025-06-07
path_overmount(): avoid false negatives
Al Viro
2025-06-07
fs/fhandle.c: fix a race in call of has_locked_children()
Al Viro
2025-05-30
Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2025-05-30
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2025-05-26
Don't propagate mounts into detached trees
Al Viro
2025-05-26
Merge tag 'vfs-6.16-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-05-23
statmount: update STATMOUNT_SUPPORTED macro
Dmitry V. Levin
2025-05-23
->mnt_devname is never NULL
Al Viro
2025-05-23
mount: add a comment about concurrent changes with statmount()/listmount()
Christian Brauner
2025-05-09
fix IS_MNT_PROPAGATING uses
Al Viro
2025-05-09
do_move_mount(): don't leak MNTNS_PROPAGATING on failures
Al Viro
2025-05-09
do_umount(): add missing barrier before refcount checks in sync case
Al Viro
2025-05-09
__legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lock
Al Viro
2025-05-06
kill vfs_submount()
Al Viro
2025-05-05
saner calling conventions for ->d_automount()
Al Viro
2025-04-23
fix a couple of races in MNT_TREE_BENEATH handling by do_move_mount()
Al Viro
2025-04-11
fs: use namespace_{lock,unlock} in dissolve_on_fput()
Jan Stancek
2025-04-11
mount: ensure we don't pointlessly walk the mount tree
Christian Brauner
2025-04-03
fs: actually hold the namespace semaphore
Christian Brauner
2025-03-28
fs: namespace: Avoid -Wflex-array-member-not-at-end warning
Gustavo A. R. Silva
2025-03-24
Merge tag 'vfs-6.15-rc1.mount.namespace' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2025-03-24
Merge tag 'vfs-6.15-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-03-19
umount: Allow superblock owners to force umount
Trond Myklebust
2025-03-04
mount: handle mount propagation for detached mount trees
Christian Brauner
2025-03-04
fs: namespace: fix uninitialized variable use
Arnd Bergmann
2025-03-04
fs: allow creating detached mounts from fsmount() file descriptors
Christian Brauner
2025-03-04
fs: mount detached mounts onto detached mounts
Christian Brauner
2025-03-04
fs: support getname_maybe_null() in move_mount()
Christian Brauner
2025-03-04
fs: create detached mounts from detached mounts
Christian Brauner
2025-03-04
fs: add may_copy_tree()
Christian Brauner
2025-03-04
fs: add fastpath for dissolve_on_fput()
Christian Brauner
2025-03-04
fs: add assert for move_mount()
Christian Brauner
2025-03-04
fs: add mnt_ns_empty() helper
Christian Brauner
2025-03-04
fs: record sequence number of origin mount namespace
Christian Brauner
2025-02-12
Merge patch series "fs: allow changing idmappings"
Christian Brauner
2025-02-12
fs: allow changing idmappings
Christian Brauner
2025-02-12
fs: add kflags member to struct mount_kattr
Christian Brauner
2025-02-12
fs: add open_tree_attr()
Christian Brauner
2025-02-12
fs: add copy_mount_setattr() helper
Christian Brauner
2025-02-12
fs: add vfs_open_tree() helper
Christian Brauner
2025-02-12
statmount: add a new supported_mask field
Jeff Layton
[next]