[Devel] [PATCH RH9 00/22] port part 21

Kirill Tkhai ktkhai at virtuozzo.com
Thu Oct 7 16:30:34 MSK 2021


Commited

On 07.10.2021 13:57, Andrey Zhadchenko wrote:
> Alexander Mikhalitsyn (1):
>   ms/fs: Revert "Make super_blocks and sb_lock static"
> 
> Andrey Ryabinin (1):
>   drivers/bnx2x: Limit setting of the max mtu
> 
> Cyrill Gorcunov (3):
>   ve/fs: Export fs.aio-max-nr via ve cgroup
>   ve/fs: namespace -- Ignore device permissions during restore
>   ve/fs: namespace -- Don't fail on permissions if @ve->devmnt_list is
>     empty
> 
> Kirill Tkhai (4):
>   fs: Lower ioprio in case of ioprio_set() called from CT
>   ve/fs/files: Add new argument to expand_files()
>   ve/fs/files: Add fdtable_align() helper
>   ve/fs/files: Shrink big fdtable on close in is_pseudosuper mode
> 
> Konstantin Khlebnikov (1):
>   pidns: add proc mount option 'hidepidns=0|1'
> 
> Konstantin Khorenko (4):
>   ve/fs/sync: Per containter sync and syncfs and fs.fsync-enable sysctl
>   ve/fs: Allow mount fs in init userns if it's mounted in another userns
>   drivers/igb: increase link detection timeout up to 5 sec
>   net/teql: disable "True" (or "trivial") link equalizer inside a CT
> 
> Maxim Patlasov (1):
>   fs: FIEMAP should sync only required range with FIEMAP_FLAG_SYNC
> 
> Pavel Tikhomirov (1):
>   ve/cgroup: Hide ve cgroup in Containers
> 
> Valeriy Vdovin (2):
>   x86/cpuid_fault: Increase max count of cpuid overrides
>   x86/cpuid_fault: Log table updates
> 
> Vasily Averin (2):
>   ve/net/ipv6 tunnels: Enable GRE netdevice register inside container
>   ve/net/sit: Enable SIT devices in Containers
> 
> Vladimir Davydov (2):
>   fs: Allow to remove swapfile hardlinks (for ploop images protection)
>   ve/fs/ioprio: Confine ioprio_{set, get}(IOPRIO_WHO_USER) to current ve
> 
>  Documentation/filesystems/proc.rst              |   4 +
>  arch/x86/kernel/cpuid_fault.c                   |  36 +++-
>  block/ioprio.c                                  |  24 +++
>  drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c |   8 +
>  drivers/net/ethernet/intel/igb/igb_main.c       |   5 +-
>  fs/fcntl.c                                      |   2 +
>  fs/file.c                                       |  92 +++++++---
>  fs/ioctl.c                                      |   3 +-
>  fs/mount.h                                      |   2 +
>  fs/namei.c                                      |   3 +-
>  fs/namespace.c                                  |  33 +++-
>  fs/open.c                                       |   3 +
>  fs/proc/base.c                                  |  11 +-
>  fs/proc/inode.c                                 |   2 +
>  fs/proc/root.c                                  |  12 ++
>  fs/super.c                                      |  11 +-
>  fs/sync.c                                       | 213 +++++++++++++++++++++++-
>  include/linux/cgroup.h                          |   4 +
>  include/linux/cpuid_override.h                  |   2 +-
>  include/linux/fs.h                              |  15 ++
>  include/linux/proc_fs.h                         |   1 +
>  include/linux/ve.h                              |   2 +
>  kernel/cgroup/cgroup-v1.c                       |   8 +-
>  kernel/cgroup/cgroup.c                          |  20 +++
>  kernel/ve/ve.c                                  |  40 +++++
>  kernel/ve/veowner.c                             |   8 +
>  mm/msync.c                                      |   2 +
>  net/ipv6/ip6_gre.c                              |   1 +
>  net/ipv6/ip6_tunnel.c                           |   2 +-
>  net/ipv6/sit.c                                  |   1 +
>  net/sched/sch_teql.c                            |   3 +
>  31 files changed, 523 insertions(+), 50 deletions(-)
> 



More information about the Devel mailing list