Show patches with: Submitter = Eric W. Biederman       |    State = Action Required       |   420 patches
« 1 2 3 44 5 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[review,01/19] mnt: Use hlist_move_list in namespace_unlock - - - --- 2015-04-03 Eric W. Biederman New
[review,02/19] mnt: Improve the umount_tree flags - - - --- 2015-04-03 Eric W. Biederman New
[review,03/19] mnt: Don't propagate umounts in __detach_mounts - - - --- 2015-04-03 Eric W. Biederman New
[review,04/19] mnt: In umount_tree reuse mnt_list instead of mnt_hash - - - --- 2015-04-03 Eric W. Biederman New
[review,05/19] mnt: Add MNT_UMOUNT flag - - - --- 2015-04-03 Eric W. Biederman New
[review,06/19] mnt: Delay removal from the mount hash. - - - --- 2015-04-03 Eric W. Biederman New
[review,07/19] mnt: On an unmount propagate clearing of MNT_LOCKED - - - --- 2015-04-03 Eric W. Biederman New
[review,08/19] mnt: Don't propagate unmounts to locked mounts - - - --- 2015-04-03 Eric W. Biederman New
[review,09/19] mnt: Fail collect_mounts when applied to unmounted mounts - - - --- 2015-04-03 Eric W. Biederman New
[review,10/19] mnt: Factor out unhash_mnt from detach_mnt and umount_tree - - - --- 2015-04-03 Eric W. Biederman New
[review,11/19] mnt: Factor umount_mnt from umount_tree - - - --- 2015-04-03 Eric W. Biederman New
[review,12/19] fs_pin: Allow for the possibility that m_list or s_list go unused. - - - --- 2015-04-03 Eric W. Biederman New
[review,13/19] mnt: Honor MNT_LOCKED when detaching mounts - - - --- 2015-04-03 Eric W. Biederman New
[review,14/19] mnt: Fix the error check in __detach_mounts - - - --- 2015-04-03 Eric W. Biederman New
[review,15/19] mnt: Update detach_mounts to leave mounts connected - - - --- 2015-04-03 Eric W. Biederman New
[review,16/19] mnt: Track which mounts use a dentry as root. - - - --- 2015-04-03 Eric W. Biederman New
[review,17/19] vfs: Test for and handle paths that are unreachable from their mnt_root - - - --- 2015-04-03 Eric W. Biederman New
[review,18/19] vfs: Handle mounts whose parents are unreachable from their mountpoint - - - --- 2015-04-03 Eric W. Biederman New
[review,19/19] vfs: Do not allow escaping from bind mounts. - - - --- 2015-04-03 Eric W. Biederman New
[review,1/4] mnt: Track which mounts use a dentry as root. - - - --- 2015-04-08 Eric W. Biederman New
[review,2/4] vfs: Test for and handle paths that are unreachable from their mnt_root - - - --- 2015-04-08 Eric W. Biederman New
[review,3/4] vfs: Handle mounts whose parents are unreachable from their mountpoint - - - --- 2015-04-08 Eric W. Biederman New
[review,4/4] vfs: Do not allow escaping from bind mounts. - - - --- 2015-04-08 Eric W. Biederman New
[GIT,PULL] userns: proc and sysfs mount fix - - - --- 2015-05-09 Eric W. Biederman New
[CFT,01/10] mnt: Refactor the logic for mounting sysfs and proc in a user namespace - - - --- 2015-05-14 Eric W. Biederman New
[CFT,02/10] mnt: Modify fs_fully_visible to deal with mount attributes - - - --- 2015-05-14 Eric W. Biederman New
[CFT,03/10] vfs: Ignore unlocked mounts in fs_fully_visible - - - --- 2015-05-14 Eric W. Biederman New
[CFT,04/10] fs: Add helper functions for permanently empty directories. - - - --- 2015-05-14 Eric W. Biederman New
[CFT,05/10] sysctl: Allow creating permanently empty directories. - - - --- 2015-05-14 Eric W. Biederman New
[CFT,06/10] proc: Allow creating permanently empty directories. - - - --- 2015-05-14 Eric W. Biederman New
[CFT,07/10] kernfs: Add support for always empty directories. - - - --- 2015-05-14 Eric W. Biederman New
[CFT,08/10] sysfs: Add support for permanently empty directories. - - - --- 2015-05-14 Eric W. Biederman New
[CFT,09/10] sysfs: Create mountpoints with sysfs_create_empty_dir 1 - - --- 2015-05-14 Eric W. Biederman New
[CFT,10/10] mnt: Update fs_fully_visible to test for permanently empty directories - - - --- 2015-05-14 Eric W. Biederman New
[CFT,01/10] mnt: Refactor the logic for mounting sysfs and proc in a user namespace - - - --- 2015-05-16 Eric W. Biederman New
[CFT,02/10] mnt: Modify fs_fully_visible to deal with mount attributes - - - --- 2015-05-16 Eric W. Biederman New
[CFT,03/10] vfs: Ignore unlocked mounts in fs_fully_visible - - - --- 2015-05-16 Eric W. Biederman New
[CFT,04/10] fs: Add helper functions for permanently empty directories. - - - --- 2015-05-16 Eric W. Biederman New
[CFT,05/10] sysctl: Allow creating permanently empty directories that serve as mountpoints. - - - --- 2015-05-16 Eric W. Biederman New
[CFT,06/10] proc: Allow creating permanently empty directories that serve as mount points - - - --- 2015-05-16 Eric W. Biederman New
[CFT,07/10] kernfs: Add support for always empty directories. - - - --- 2015-05-16 Eric W. Biederman New
[CFT,08/10] sysfs: Add support for permanently empty directories to serve as mount points. 1 - - --- 2015-05-16 Eric W. Biederman New
[CFT,09/10] sysfs: Create mountpoints with sysfs_create_mount_point 1 - - --- 2015-05-16 Eric W. Biederman New
[CFT,10/10] mnt: Update fs_fully_visible to test for permanently empty directories - - - --- 2015-05-16 Eric W. Biederman New
vfs: Fix, simpliy and stop using d_dname for the /proc/*/ns/* files. - - 1 --- 2015-05-20 Eric W. Biederman New
[CFT,00/10] Making new mounts of proc and sysfs as safe as bind mounts (take 2) - - - --- 2015-05-28 Eric W. Biederman New
devpts: Add ptmx_uid and ptmx_gid options - - - --- 2015-05-28 Eric W. Biederman New
[CFT,00/10] Making new mounts of proc and sysfs as safe as bind mounts (take 2) - - - --- 2015-05-28 Eric W. Biederman New
[CFT,11/10] mnt: Avoid unnecessary regressions in fs_fully_visible - - - --- 2015-06-03 Eric W. Biederman New
[CFT,11/10] mnt: Avoid unnecessary regressions in fs_fully_visible (take 2) - - - --- 2015-06-04 Eric W. Biederman New
[CFT,00/10] Making new mounts of proc and sysfs as safe as bind mounts (take 2) - - - --- 2015-06-06 Eric W. Biederman New
vfs: Remove incorrect debugging WARN in prepend_path - - - --- 2015-06-06 Eric W. Biederman New
[REVIEW,1/2] vfs: Commit to never having exectuables on proc and sysfs. - - - --- 2015-07-10 Eric W. Biederman New
[REVIEW,2/2] mnt: fs_fully_visible enforce noexec and nosuid if !SB_I_NOEXEC - - - --- 2015-07-10 Eric W. Biederman New
[REVIEW] nsfs: Add a show_path method to fix mountinfo - - - --- 2015-07-11 Eric W. Biederman New
[0/7] Initial support for user namespace owned mounts - - - --- 2015-07-16 Eric W. Biederman New
[GIT,PULL] namespace: Infinite loop bugfixes for 4.2-rc4 - - - --- 2015-07-23 Eric W. Biederman New
[review,0/4] Loopback mount escape fixes - - - --- 2015-07-24 Eric W. Biederman New
[review,1/6] mnt: Track which mounts use a dentry as root. - - - --- 2015-08-03 Eric W. Biederman New
[review,2/6] dcache: Handle escaped paths in prepend_path - - - --- 2015-08-03 Eric W. Biederman New
[review,3/6] dcache: Implement d_common_ancestor - - - --- 2015-08-03 Eric W. Biederman New
[review,4/6] mnt: Track when a directory escapes a bind mount - - - --- 2015-08-03 Eric W. Biederman New
[review,5/6] vfs: Test for and handle paths that are unreachable from their mnt_root - - - --- 2015-08-03 Eric W. Biederman New
[review,6/6] vfs: Cache the results of path_connected - - - --- 2015-08-03 Eric W. Biederman New
[review,7/6] vfs: Make mnt_escape_count 64bit - - - --- 2015-08-05 Eric W. Biederman New
[CFT,09/10] sysfs: Create mountpoints with sysfs_create_empty_dir - - - --- 2015-08-12 Eric W. Biederman New
[review,1/8] dcache: Handle escaped paths in prepend_path - - - --- 2015-08-14 Eric W. Biederman New
[review,2/8] dcache: Reduce the scope of i_lock in d_splice_alias - - - --- 2015-08-14 Eric W. Biederman New
[review,3/8] dcache: Clearly separate the two directory rename cases in d_splice_alias - - - --- 2015-08-14 Eric W. Biederman New
[review,4/8] mnt: Track which mounts use a dentry as root. - - - --- 2015-08-14 Eric W. Biederman New
[review,5/8] dcache: Implement d_common_ancestor - - - --- 2015-08-14 Eric W. Biederman New
[review,6/8] dcache: Only read d_flags once is d_is_dir - - - --- 2015-08-14 Eric W. Biederman New
[review,7/8] mnt: Track when a directory escapes a bind mount - - - --- 2015-08-14 Eric W. Biederman New
[review,8/8] vfs: Test for and handle paths that are unreachable from their mnt_root - - - --- 2015-08-14 Eric W. Biederman New
[review,1/7] dcache: Handle escaped paths in prepend_path - - - --- 2015-08-15 Eric W. Biederman New
[review,2/7] dcache: Reduce the scope of i_lock in d_splice_alias - - - --- 2015-08-15 Eric W. Biederman New
[review,3/7] mnt: Track which mounts use a dentry as root. - - - --- 2015-08-15 Eric W. Biederman New
[review,4/7] dcache: Implement d_common_ancestor - - - --- 2015-08-15 Eric W. Biederman New
[review,5/7] dcache: Only read d_flags once in d_is_dir - - - --- 2015-08-15 Eric W. Biederman New
[review,6/7] mnt: Track when a directory escapes a bind mount - - - --- 2015-08-15 Eric W. Biederman New
[review,7/7] vfs: Test for and handle paths that are unreachable from their mnt_root - - - --- 2015-08-15 Eric W. Biederman New
vfs: Test for and handle paths that are unreachable from their mnt_root - 1 - --- 2015-08-16 Eric W. Biederman New
[GIT,PULL] User namespace related changes for v4.3 - - - --- 2015-08-22 Eric W. Biederman New
[GIT,PULL] userns: Allow hardlinks for 4.4 - - - --- 2015-11-04 Eric W. Biederman New
[RFC] locks: Allow disabling mandatory locking at compile time - - - --- 2015-11-11 Eric W. Biederman New
[GIT,PULL] userns related fixes for v4.6-rc7 - 1 1 --- 2016-05-05 Eric W. Biederman New
[GIT,PULL] userns related fixes for v4.7-rc3 - - - --- 2016-06-07 Eric W. Biederman New
[review,01/13] mnt: Account for MS_RDONLY in fs_fully_visible - - - --- 2016-06-20 Eric W. Biederman New
[review,02/13] mnt: Refactor fs_fully_visible into mount_too_revealing 1 - - --- 2016-06-20 Eric W. Biederman New
[review,03/13] ipc: Initialize ipc_namespace->user_ns early. 1 1 - --- 2016-06-20 Eric W. Biederman New
[review,04/13] vfs: Pass data, ns, and ns->userns to mount_ns 1 - - --- 2016-06-20 Eric W. Biederman New
[review,05/13] proc: Convert proc_mount to use mount_ns. 1 1 - --- 2016-06-20 Eric W. Biederman New
[review,06/13] fs: Add user namespace member to struct super_block 1 - - --- 2016-06-20 Eric W. Biederman New
[review,07/13] mnt: Move the FS_USERNS_MOUNT check into sget_userns 1 - - --- 2016-06-20 Eric W. Biederman New
[review,08/13] kernfs: The cgroup filesystem also benefits from SB_I_NOEXEC 1 - - --- 2016-06-20 Eric W. Biederman New
[review,09/13] ipc/mqueue: The mqueue filesystem should never contain executables 1 - - --- 2016-06-20 Eric W. Biederman New
[review,10/13] vfs: Generalize filesystem nodev handling. 1 - - --- 2016-06-20 Eric W. Biederman New
[review,11/13] mnt: Simplify mount_too_revealing 1 - - --- 2016-06-20 Eric W. Biederman New
[review,12/13] userns: Remove implicit MNT_NODEV fragility. 1 - - --- 2016-06-20 Eric W. Biederman New
[review,13/13] userns: Remove the now unnecessary FS_USERNS_DEV_MOUNT flag 1 - - --- 2016-06-20 Eric W. Biederman New
« 1 2 3 44 5 »