containers.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-21 17:14:12 to 2021-01-22 04:39:27 UTC [more...]

[PATCH v6 00/40] idmapped mounts
 2021-01-22  4:38 UTC  (57+ messages)
` [PATCH v6 01/40] mount: attach mappings to mounts
` [PATCH v6 02/40] fs: add id translation helpers
` [PATCH v6 03/40] fs: add file and path permissions helpers
` [PATCH v6 04/40] capability: handle idmapped mounts
` [PATCH v6 05/39] namei: make permission helpers idmapped mount aware
` [PATCH v6 06/40] inode: make init and "
` [PATCH v6 07/40] attr: handle idmapped mounts
` [PATCH v6 08/40] acl: "
` [PATCH v6 09/40] xattr: "
` [PATCH v6 10/40] commoncap: "
` [PATCH v6 11/40] stat: "
` [PATCH v6 12/40] namei: handle idmapped mounts in may_*() helpers
` [PATCH v6 13/40] namei: introduce struct renamedata
` [PATCH v6 14/40] namei: prepare for idmapped mounts
` [PATCH v6 15/40] open: handle idmapped mounts in do_truncate()
` [PATCH v6 16/40] open: handle idmapped mounts
` [PATCH v6 17/40] af_unix: "
` [PATCH v6 18/40] utimes: "
` [PATCH v6 19/40] fcntl: "
` [PATCH v6 20/40] init: "
` [PATCH v6 21/40] ioctl: "
` [PATCH v6 22/40] would_dump: "
` [PATCH v6 23/40] exec: "
` [PATCH v6 24/40] fs: make helpers idmap mount aware
` [PATCH v6 25/40] apparmor: handle idmapped mounts
` [PATCH v6 26/39] ima: "
` [PATCH v6 27/40] ecryptfs: do not mount on top of "
` [PATCH v6 28/40] overlayfs: "
` [PATCH v6 29/40] namespace: take lock_mount_hash() directly when changing flags
` [PATCH v6 30/40] mount: make {lock,unlock}_mount_hash() static
` [PATCH v6 31/40] namespace: only take read lock in do_reconfigure_mnt()
` [PATCH v6 32/40] fs: split out functions to hold writers
` [PATCH v6 33/40] fs: add attr_flags_to_mnt_flags helper
` [PATCH v6 34/40] fs: add mount_setattr()
` [PATCH v6 35/40] fs: introduce MOUNT_ATTR_IDMAP
` [PATCH v6 36/40] tests: add mount_setattr() selftests
` [PATCH v6 37/40] fat: handle idmapped mounts
` [PATCH v6 38/40] ext4: support "
` [PATCH v6 39/40] xfs: "
` [PATCH v6 40/40] generic/622: add fstests for "

[RFC PATCH v3 0/8] Count rlimits in each user namespace
 2021-01-21 16:07 UTC  (22+ messages)
` [RFC PATCH v3 1/8] Use refcount_t for ucounts reference counting
  ` c25050162e: WARNING:at_lib/refcount.c:#refcount_warn_saturate
` [RFC PATCH v3 2/8] Add a reference to ucounts for each cred
  ` 14c3c8a27f: kernel_BUG_at_kernel/cred.c
  ` [PATCH v4 2/8] Add a reference to ucounts for each cred
` [RFC PATCH v3 3/8] Move RLIMIT_NPROC counter to ucounts
` [RFC PATCH v3 4/8] Move RLIMIT_MSGQUEUE "
` [RFC PATCH v3 5/8] Move RLIMIT_SIGPENDING "
` [RFC PATCH v3 6/8] Move RLIMIT_MEMLOCK "
` [RFC PATCH v3 7/8] Move RLIMIT_NPROC check to the place where we increment the counter
` [RFC PATCH v3 8/8] kselftests: Add test to check for rlimit changes in different user namespaces

did you see this email
 2021-01-20 11:22 UTC 

[PATCH v5 00/42] idmapped mounts
 2021-01-20 12:03 UTC  (82+ messages)
` [PATCH v5 01/42] namespace: take lock_mount_hash() directly when changing flags
` [PATCH v5 02/42] mount: make {lock,unlock}_mount_hash() static
` [PATCH v5 03/42] namespace: only take read lock in do_reconfigure_mnt()
` [PATCH v5 04/42] fs: split out functions to hold writers
` [PATCH v5 05/42] fs: add attr_flags_to_mnt_flags helper
` [PATCH v5 06/42] fs: add mount_setattr()
` [PATCH v5 07/42] tests: add mount_setattr() selftests
` [PATCH v5 08/42] fs: add id translation helpers
` [PATCH v5 09/42] mount: attach mappings to mounts
` [PATCH v5 10/42] capability: handle idmapped mounts
` [PATCH v5 11/42] namei: make permission helpers idmapped mount aware
` [PATCH v5 12/42] inode: make init and "
` [PATCH v5 13/42] attr: handle idmapped mounts
` [PATCH v5 14/42] acl: "
` [PATCH v5 15/42] fs: add file_user_ns() helper
` [PATCH v5 16/42] xattr: handle idmapped mounts
` [PATCH v5 17/42] commoncap: "
` [PATCH v5 18/42] stat: "
` [PATCH v5 19/42] namei: handle idmapped mounts in may_*() helpers
` [PATCH v5 20/42] namei: introduce struct renamedata
` [PATCH v5 21/42] namei: prepare for idmapped mounts
` [PATCH v5 22/42] open: handle idmapped mounts in do_truncate()
` [PATCH v5 23/42] open: handle idmapped mounts
` [PATCH v5 24/42] af_unix: "
` [PATCH v5 25/42] utimes: "
` [PATCH v5 26/42] fcntl: "
` [PATCH v5 27/42] notify: "
` [PATCH v5 28/42] init: "
` [PATCH v5 29/42] ioctl: "
` [PATCH v5 30/42] would_dump: "
` [PATCH v5 31/42] exec: "
` [PATCH v5 32/42] fs: make helpers idmap mount aware
` [PATCH v5 33/42] apparmor: handle idmapped mounts
` [PATCH v5 34/42] ima: "
` [PATCH v5 35/42] fat: "
` [PATCH v5 36/42] ext4: support "
` [PATCH v5 37/42] xfs: "
` [PATCH v5 38/42] ecryptfs: do not mount on top of "
` [PATCH v5 39/42] overlayfs: "
` [PATCH v5 40/42] fs: introduce MOUNT_ATTR_IDMAP
` [PATCH v5 41/42] tests: extend mount_setattr tests
` [PATCH v5 42/42] generic/622: add fstests for idmapped mounts

[PATCH v8 1/1] ns: add binfmt_misc to the user namespace
 2021-01-18 19:51 UTC  (2+ messages)

[RFC PATCH v2 0/8] Count rlimits in each user namespace
 2021-01-13 18:01 UTC  (15+ messages)
` [RFC PATCH v2 1/8] Use atomic type for ucounts reference counting
` [RFC PATCH v2 2/8] Add a reference to ucounts for each user
  ` 59ebc79722: kernel_BUG_at_kernel/cred.c
` [RFC PATCH v2 3/8] Increase size of ucounts to atomic_long_t
` [RFC PATCH v2 4/8] Move RLIMIT_NPROC counter to ucounts
` [RFC PATCH v2 5/8] Move RLIMIT_MSGQUEUE "
` [RFC PATCH v2 6/8] Move RLIMIT_SIGPENDING "
` [RFC PATCH v2 7/8] Move RLIMIT_MEMLOCK "
` [RFC PATCH v2 8/8] Move RLIMIT_NPROC check to the place where we increment the counter

[PATCH ghak90 v11 00/11] audit: implement container identifier
 2021-01-12 15:09 UTC  (12+ messages)
` [PATCH ghak90 v11 01/11] audit: collect audit task parameters
` [PATCH ghak90 v11 02/11] audit: add container id
` [PATCH ghak90 v11 03/11] audit: log container info of syscalls
` [PATCH ghak90 v11 04/11] audit: add contid support for signalling the audit daemon
` [PATCH ghak90 v11 05/11] audit: add support for non-syscall auxiliary records
` [PATCH ghak90 v11 06/11] audit: add containerid support for user records
` [PATCH ghak90 v11 07/11] audit: add containerid filtering
` [PATCH ghak90 v11 08/11] audit: add support for containerid to network namespaces
` [PATCH ghak90 v11 09/11] audit: contid check descendancy and nesting
` [PATCH ghak90 v11 10/11] audit: track container nesting
` [PATCH ghak90 v11 11/11] audit: add capcontid to set contid outside init_user_ns

[PATCH ghak90 v10 00/11] audit: implement container identifier
 2020-12-21 17:57 UTC  (4+ messages)
` [PATCH ghak90 v10 01/11] audit: collect audit task parameters

[PATCH ghau51/ghau40 v10 00/11] add support for audit container identifier
 2020-12-21 17:12 UTC  (8+ messages)
` [PATCH ghau51/ghau40 v10 05/11] start normalization containerid support
` [PATCH ghau51/ghau40 v10 06/11] libaudit: add support to get the task audit container identifier
` [PATCH ghau51/ghau40 v10 07/11] signal_info: only print context if it is available
` [PATCH ghau51/ghau40 v10 08/11] add support for audit_signal_info2
` [PATCH ghau51/ghau40 v10 09/11] contid: interpret correctly CONTAINER_ID contid field csv
` [PATCH ghau51/ghau40 v10 10/11] ausearch: convert contid to comma-sep/carrat-mod cnode/clist
` [PATCH ghau51/ghau40 v10 11/11] libaudit: add support to get and set capcontid on a task


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).