Linux Container Development
 help / color / mirror / Atom feed
 messages from 2015-03-20 20:10:15 to 2015-05-16 02:09:24 UTC [more...]

[CFT][PATCH 0/10] Making new mounts of proc and sysfs as safe as bind mounts
 2015-05-16  2:09 UTC  (25+ messages)
  ` [CFT][PATCH 01/10] mnt: Refactor the logic for mounting sysfs and proc in a user namespace
  ` [CFT][PATCH 02/10] mnt: Modify fs_fully_visible to deal with mount attributes
  ` [CFT][PATCH 03/10] vfs: Ignore unlocked mounts in fs_fully_visible
  ` [CFT][PATCH 04/10] fs: Add helper functions for permanently empty directories
  ` [CFT][PATCH 05/10] sysctl: Allow creating "
  ` [CFT][PATCH 06/10] proc: "
  ` [CFT][PATCH 07/10] kernfs: Add support for always "
  ` [CFT][PATCH 08/10] sysfs: Add support for permanently "
  ` [CFT][PATCH 09/10] sysfs: Create mountpoints with sysfs_create_empty_dir
  ` [CFT][PATCH 10/10] mnt: Update fs_fully_visible to test for permanently empty directories
  ` [CFT][PATCH 00/10] Making new mounts of proc and sysfs as safe as bind mounts (take 2)
    ` [CFT][PATCH 05/10] sysctl: Allow creating permanently empty directories that serve as mountpoints
    ` [CFT][PATCH 06/10] proc: Allow creating permanently empty directories that serve as mount points

[PATCH V6 00/10] namespaces: log namespaces per task
 2015-05-15 21:05 UTC  (49+ messages)
  ` [PATCH V6 01/10] namespaces: expose ns_entries
  ` [PATCH V6 02/10] proc_ns: define PROC_*_INIT_INO in terms of PROC_DYNAMIC_FIRST
  ` [PATCH V6 03/10] audit: log namespace ID numbers
  ` [PATCH V6 04/10] audit: initialize at subsystem time rather than device time
  ` [PATCH V6 05/10] audit: log creation and deletion of namespace instances
  ` [PATCH V6 06/10] audit: dump namespace IDs for pid on receipt of AUDIT_NS_INFO
  ` [PATCH V6 07/10] sched: add a macro to ref all CLONE_NEW* flags
  ` [PATCH V6 08/10] fork: audit on creation of new namespace(s)
  ` [PATCH V6 09/10] audit: log on switching namespace (setns)
  ` [PATCH V6 10/10] audit: emit AUDIT_NS_INFO record with AUDIT_VIRT_CONTROL record

[PATCH 1/2] coredump: use from_kuid/kgid_munged when formatting corename
 2015-05-15 14:54 UTC  (6+ messages)
            ` [PATCH v2 1/2] coredump: use from_kuid/kgid "
              ` [PATCH v2 2/2] coredump: add __printf attribute to cn_*printf functions

[PATCH V7 00/10] namespaces: log namespaces per task
 2015-05-12 20:02 UTC  (11+ messages)
  ` [PATCH V7 01/10] namespaces: expose ns_entries
  ` [PATCH V7 02/10] nsfs: switch to dedicated inode pool
  ` [PATCH V7 03/10] nsfs: add nsfs device ID to ns_common
  ` [PATCH V7 04/10] audit: log namespace ID numbers
  ` [PATCH V7 05/10] audit: initialize at subsystem time rather than device time
  ` [PATCH V7 06/10] audit: log creation and deletion of namespace instances
  ` [PATCH V7 07/10] audit: dump namespace IDs for pid on receipt of AUDIT_NS_INFO
  ` [PATCH V7 08/10] fork: audit on creation of new namespace(s) with clone and unshare
  ` [PATCH V7 09/10] audit: log on switching namespace (setns)
  ` [PATCH V7 10/10] audit: emit AUDIT_NS_INFO record with AUDIT_VIRT_CONTROL record

[stable] Locked mount and loopback mount fixes
 2015-05-11 14:04 UTC  (4+ messages)

[PATCH review 0/9] Call for testing and review of mount detach fixes
 2015-05-11 13:36 UTC  (48+ messages)
` [PATCH review 0/11 Call for testing and review of mount detach fixes (take 2)
    ` [PATCH review 0/19] Locked mount and loopback mount fixes
      ` [PATCH review 01/19] mnt: Use hlist_move_list in namespace_unlock
      ` [PATCH review 02/19] mnt: Improve the umount_tree flags
      ` [PATCH review 03/19] mnt: Don't propagate umounts in __detach_mounts
      ` [PATCH review 04/19] mnt: In umount_tree reuse mnt_list instead of mnt_hash
      ` [PATCH review 05/19] mnt: Add MNT_UMOUNT flag
      ` [PATCH review 06/19] mnt: Delay removal from the mount hash
      ` [PATCH review 07/19] mnt: On an unmount propagate clearing of MNT_LOCKED
      ` [PATCH review 08/19] mnt: Don't propagate unmounts to locked mounts
      ` [PATCH review 09/19] mnt: Fail collect_mounts when applied to unmounted mounts
      ` [PATCH review 10/19] mnt: Factor out unhash_mnt from detach_mnt and umount_tree
      ` [PATCH review 11/19] mnt: Factor umount_mnt from umount_tree
      ` [PATCH review 12/19] fs_pin: Allow for the possibility that m_list or s_list go unused
      ` [PATCH review 13/19] mnt: Honor MNT_LOCKED when detaching mounts
      ` [PATCH review 14/19] mnt: Fix the error check in __detach_mounts
      ` [PATCH review 15/19] mnt: Update detach_mounts to leave mounts connected
      ` [PATCH review 16/19] mnt: Track which mounts use a dentry as root
      ` [PATCH review 17/19] vfs: Test for and handle paths that are unreachable from their mnt_root
      ` [PATCH review 18/19] vfs: Handle mounts whose parents are unreachable from their mountpoint
      ` [PATCH review 19/19] vfs: Do not allow escaping from bind mounts
      ` [PATCH review 0/4] Loopback mount escape fixes
      ` [GIT PULL] Usernamespace related locked mount fixes
            ` [PATCH review 4/4] vfs: Do not allow escaping from bind mounts
        ` [PATCH review 1/4] mnt: Track which mounts use a dentry as root
        ` [PATCH review 2/4] vfs: Test for and handle paths that are unreachable from their mnt_root
        ` [PATCH review 3/4] vfs: Handle mounts whose parents are unreachable from their mountpoint

[stable] Locked mount and loopback mount fixes
 2015-05-10 17:59 UTC 

[GIT PULL] userns: proc and sysfs mount fix
 2015-05-09 20:54 UTC 

Container House // Prefab House
 2015-05-07  8:23 UTC 

low price,good quality!
 2015-05-05 16:57 UTC 

Undeliverable: Your package 74194182
 2015-05-01 11:24 UTC 

Undeliverable: Postal label | 5352894976
 2015-05-01  9:37 UTC 

Undeliverable: Postal label - gtPULejTE
 2015-05-01  1:04 UTC 

Undeliverable: Postal label | yg8j
 2015-04-30 22:57 UTC 

Undeliverable: Delivery information - BIHs3N
 2015-04-30 19:28 UTC 

Undeliverable: Delivery information - 2979620850
 2015-04-30 16:07 UTC 

Undelivered Mail Returned to Sender
 2015-04-30 12:09 UTC 

Undeliverable: Delivery information id:059167227
 2015-04-30 10:54 UTC 

Undeliverable: Delivery information id:S13sxzC46QL
 2015-04-30  8:39 UTC 

Undeliverable: Postal label | VvPHF25fc7
 2015-04-30  5:25 UTC 

Undeliverable: Delivery information id:213244
 2015-04-30  5:14 UTC 

Undeliverable: Packet Service AU8216219
 2015-04-30  4:43 UTC 

Undeliverable: Postal label | 075153
 2015-04-30  4:06 UTC 

Undeliverable: Delivery information - PJ4HB5
 2015-04-29 19:46 UTC 

Noah's Ark FOUND
 2015-04-26  4:04 UTC 

Professional factory of school furniture in China
 2015-04-25  9:44 UTC 

Undeliverable: MY NAME MEANS LOVE)))
 2015-04-18 11:37 UTC 

Ray-Ban Sunglasses Only 26.06CAD
 2015-04-16 15:59 UTC 

Your money work even when you sleep. (zengyq)
 2015-04-15  8:28 UTC 

[v12 0/5] ext4: add project quota support
 2015-04-14 10:07 UTC  (3+ messages)

Top Selection! RayBan Only 24.15 CAD
 2015-04-09 11:28 UTC 

Warning : Your PayPal account has been limited
 2015-04-05 14:02 UTC 

[PATCH] devpts: Add ptmx_uid and ptmx_gid options
 2015-04-02 18:27 UTC  (20+ messages)

Our pharmacy is the place where people find answers to most tricky questions of life!
 2015-04-01 22:12 UTC 

Undelivered Mail Returned to Sender
 2015-03-25 17:06 UTC 

Mail delivery failed: returning message to sender
 2015-03-25  9:22 UTC 

Undeliverable: Re: Segnalare 691517
 2015-03-25  5:38 UTC 

Mail delivery failed: returning message to sender
 2015-03-25  0:38 UTC 

Non remis : Messaggio Privato
 2015-03-24 22:52 UTC 

Invitation: YOUR BANK CHEQUE
 2015-03-23 12:21 UTC 

Cancelled: YOUR BANK CHEQUE
 2015-03-23 12:07 UTC 

Get statistics from all network interfaces on a system, including those inside network namespaces
 2015-03-23  9:41 UTC  (5+ messages)


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