Linux Container Development
 help / color / mirror / Atom feed
 messages from 2013-01-15 06:56:25 to 2013-02-13 17:51:47 UTC [more...]

[PATCH review 00/85] userns changes for 9p, afs, ceph, cifs, coda, gfs2, ncpfs, nfs, nfsd, and ocfs2
 2013-02-13 17:51 UTC  (59+ messages)
  ` [PATCH review 01/85] ceph: Only allow mounts in the initial network namespace
    ` [PATCH review 02/85] ceph: Translate between uid and gids in cap messages and kuids and kgids
    ` [PATCH review 03/85] ceph: Translate inode uid and gid attributes to/from "
    ` [PATCH review 04/85] ceph: Convert struct ceph_mds_request to use kuid_t and kgid_t
    ` [PATCH review 05/85] ceph: Convert kuids and kgids before printing them
    ` [PATCH review 06/85] ceph: Enable building when user namespaces are enabled
    ` [PATCH review 07/85] 9p: Add 'u' and 'g' format specifies for kuids and kgids
    ` [PATCH review 08/85] 9p: Transmit kuid and kgid values
    ` [PATCH review 09/85] 9p: Modify the stat structures to use kuid_t and kgid_t
    ` [PATCH review 10/85] 9p: Modify struct 9p_fid to use a kuid_t not a uid_t
    ` [PATCH review 11/85] 9p: Modify struct v9fs_session_info to use a kuids and kgids
    ` [PATCH review 12/85] 9p: Modify v9fs_get_fsgid_for_create to return a kgid
    ` [PATCH review 13/85] 9p: Allow building 9p with user namespaces enabled
    ` [PATCH review 14/85] afs: Remove unused structure afs_store_status
    ` [PATCH review 15/85] afs: Only allow mounting afs in the intial network namespace
    ` [PATCH review 16/85] afs: Support interacting with multiple user namespaces
    ` [PATCH review 17/85] coda: Restrict coda messages to the initial pid namespace
    ` [PATCH review 18/85] coda: Restrict coda messages to the initial user namespace
    ` [PATCH review 19/85] coda: Cache permisions in struct coda_inode_info in a kuid_t
    ` [PATCH review 20/85] coda: Allow coda to be built when user namespace support is enabled
    ` [PATCH review 21/85] ocfs2: Handle kuids and kgids in acl/xattr conversions
    ` [PATCH review 22/85] ocfs2: convert between kuids and kgids and DLM locks
    ` [PATCH review 23/85] ocfs2: Convert uid and gids between in core and on disk inodes
    ` [PATCH review 24/85] ocfs2: For tracing report the uid and gid values in the initial user namespace
    ` [PATCH review 25/85] ocfs2: Compare kuids and kgids using uid_eq and gid_eq
    ` [PATCH review 26/85] ocfs2: Enable building with user namespaces enabled
    ` [PATCH review 27/85] gfs2: Remove improper checks in gfs2_set_dqblk
    ` [PATCH review 28/85] gfs2: Split NO_QUOTA_CHANGE inot NO_UID_QUTOA_CHANGE and NO_GID_QUTOA_CHANGE
    ` [PATCH review 29/85] gfs2: Report quotas in the caller's user namespace
    ` [PATCH review 30/85] gfs2: Introduce qd2index
    ` [PATCH review 31/85] gfs2: Modify struct gfs2_quota_change_host to use struct kqid
    ` [PATCH review 32/85] gfs2: Modify qdsb_get to take a "
    ` [PATCH review 33/85] gfs2: Convert gfs2_quota_refresh to take a kqid
    ` [PATCH review 34/85] gfs2: Store qd_id in struct gfs2_quota_data as a struct kqid
    ` [PATCH review 35/85] gfs2: Remove the QUOTA_USER and QUOTA_GROUP defines
    ` [PATCH review 36/85] gfs2: Use kuid_t and kgid_t types where appropriate
    ` [PATCH review 37/85] gfs2: Use uid_eq and gid_eq "
    ` [PATCH review 38/85] gfs2: Convert uids and gids between dinodes and vfs inodes
    ` [PATCH review 39/85] gfs2: Enable building with user namespaces enabled
    ` [PATCH review 40/85] ncpfs: Support interacting with multiple user namespaces
    ` [PATCH review 41/85] nfs_common: Update the translation between nfsv3 acls linux posix acls
    ` [PATCH review 42/85] sunrpc: Use userns friendly constants
    ` [PATCH review 43/85] sunrpc: Use kuid_t and kgid_t where appropriate
    ` [PATCH review 44/85] sunrpc: Use uid_eq and gid_eq "
    ` [PATCH review 45/85] sunrpc: Simplify auth_unix now that everything is a kgid_t
    ` [PATCH review 46/85] sunrpc: Convert kuids and kgids to uids and gids for printing
    ` [PATCH review 47/85] sunrpc: Use gid_valid to test for gid != INVALID_GID
    ` [PATCH review 48/85] sunrpc: Update gss uid to security context mapping
    ` [PATCH review 49/85] sunrpc: Update svcgss xdr handle to rpsec_contect cache
    ` [PATCH review 50/85] sunrpc: Hash uids by first computing their value in the initial userns
    ` [PATCH review 51/85] sunrpc: Properly encode kuids and kgids in RPC_AUTH_UNIX credentials
    ` [PATCH review 52/85] sunrpc: Properly encode kuids and kgids in auth.unix.gid rpc pipe upcalls
    ` [PATCH review 53/85] sunrpc: Properly decode kuids and kgids in RPC_AUTH_UNIX credentials
    ` [PATCH review 54/85] nfs: Pass GLOBAL_ROOT_UID and GLOBAL_ROOT_GID to keyring alloc
    ` [PATCH review 55/85] nfs: Convert struct nfs_fattr to Use kuid_t and kgid_t
    ` [PATCH review 56/85] nfs: Convert idmap to use kuids and kgids
    ` [PATCH review 57/85] nfs: Convert nfs2xdr "
    ` [PATCH review 58/85] nfs: Convert nfs3xdr "

[PATCH RFC 0/12] Final userns conversions
 2013-02-13 17:41 UTC  (6+ messages)
` [PATCH RFC 01/12] userns: Support 9p interacting with multiple user namespaces
  ` [PATCH RFC 09/12] userns: Convert ocfs2 to use kuid and kgid where appropriate

nfs-ganesha with Linux containers
 2013-02-13  7:47 UTC 

[PATCH] Move console redirect to pid namespace
 2013-02-09 18:14 UTC 

[PATCH 01/10] netfilter: make /proc/net/netfilter pernet
 2013-02-07 18:39 UTC  (13+ messages)
  ` [PATCH 02/10] netfilter: nf_log: prepar net namespace support for nf_log
  ` [PATCH 03/10] netfilter: ebt_log: add net namespace support for ebt_log
  ` [PATCH 04/10] netfilter: xt_LOG: add net namespace support for xt_LOG
  ` [PATCH 05/10] netfilter: ebt_ulog: add net namesapce support for ebt_ulog
  ` [PATCH 06/10] netfilter: ipt_ulog: add net namespace support for ipt_ulog
  ` [PATCH 07/10] netfilter: nfnetlink_log: add net namespace support for nfnetlink_log
  ` [PATCH 08/10] netfilter: nf_log: enable nflog in un-init net namespace
  ` [PATCH 09/10] netfilter: nfnetlink_queue: add net namespace support for nfnetlink_queue
  ` [PATCH 10/10] netfilter: remove useless variable proc_net_netfilter

Regarding lxc-0.8.0 on Centos 6.3
 2013-02-07  4:54 UTC  (3+ messages)

[PATCH 14/77] cgroup: don't use idr_remove_all()
 2013-02-07  1:29 UTC  (3+ messages)
  ` [PATCH 71/77] cgroup: convert to idr_alloc()

[PATCH 00/11] pkg-shadow support subordinate ids with user namespaces
 2013-02-06  3:00 UTC  (27+ messages)
  ` [PATCH 01/11] Documentation for /etc/subuid and /etc/subgid
  ` [PATCH 02/11] login.defs.5: Document the new variables in login.defs
  ` [PATCH 03/11] Implement commonio_append
  ` [PATCH 04/11] Add backend support for suboridnate uids and gids
                ` [PATCH] subordinateio: Fix subordinate_parse to have an internal static buffer
  ` [PATCH 05/11] Implement find_new_sub_uids find_new_sub_gids
  ` [PATCH 06/11] userdel: Add support for removing subordinate user and group ids
  ` [PATCH 07/11] useradd: Add support for subordinate user identifiers
  ` [PATCH 08/11] Add support for detecting busy subordinate user ids
  ` [PATCH 09/11] usermod: Add support for subordinate uids and gids
  ` [PATCH 10/11] newusers: Add support for assiging "
  ` [PATCH 11/11] newuidmap, newgidmap: New suid helpers for using "
      ` [PATCH 11/11] newuidmap,newgidmap: "

Regarding LXC and Libvirt integration state
 2013-02-05  9:34 UTC  (2+ messages)

[PATCH net-next 2/4] netns: ebtable: allow unprivileged users to operate ebtables
 2013-02-04 18:13 UTC  (10+ messages)
  ` [PATCH net-next 3/4] netns: bridge: allow unprivileged users add/delete mdb entry
  ` [PATCH net-next 4/4] netns: bond: allow unprivileged users to control bond device
  ` [PATCH net-next 1/4]netns: fdb: allow unprivileged users to add/del fdb entries

Re:Clearer view, safer driving from our wiper blades
 2013-02-04  4:57 UTC 

[PATCH 55/62] cgroup: convert to idr_alloc()
 2013-02-04  2:49 UTC  (2+ messages)

[PATCH net-next 1/4]netns: fdb: allow unprivileged users to add/del fdb entries
 2013-02-01  2:30 UTC 

[PATCH review 0/6] miscelaneous user namespace patches
 2013-01-28 17:18 UTC  (31+ messages)
  ` [PATCH review 1/6] userns: Avoid recursion in put_user_ns
  ` [PATCH review 2/6] userns: Allow any uid or gid mappings that don't overlap
  ` [PATCH review 3/6] userns: Recommend use of memory control groups
  ` [PATCH review 4/6] userns: Allow the userns root to mount of devpts
  ` [PATCH review 5/6] userns: Allow the userns root to mount ramfs
  ` [PATCH review 6/6] userns: Allow the userns root to mount tmpfs

[PATCH] userns: Allow the unprivileged users to mount mqueue fs
 2013-01-28  7:14 UTC  (4+ messages)

Returned mail: see transcript for details
 2013-01-26 16:35 UTC 

[PATCH 13/14] cgroup: don't use idr_remove_all()
 2013-01-26  1:31 UTC 

User namespaces and the memory control group
 2013-01-25  9:59 UTC 

[PATCH RESEND] userns: enable tmpfs support for user namespace
 2013-01-25  8:21 UTC  (25+ messages)
                                ` Constraining the memory used by an unprivilged mount of tmpfs

POWDER COATING MACHINE AND WOOD EFFECT DECORATION MACHINE
 2013-01-21  9:36 UTC 

[PATCH] user_ns: Add support for unprivileged remount
 2013-01-21  7:26 UTC  (8+ messages)

Diamond segments Supply与您共享了照片
 2013-01-21  2:22 UTC 

[PATCH] cgroup: don't show pid list on tasks/procs in ascending order
 2013-01-16  1:50 UTC  (6+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox