Searched hist:f9bd6733 (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dsysctl.hdiff f9bd6733 Sat May 09 21:09:14 MDT 2015 Eric W. Biederman <ebiederm@xmission.com> sysctl: Allow creating permanently empty directories that serve as mountpoints.

Add a magic sysctl table sysctl_mount_point that when used to
create a directory forces that directory to be permanently empty.

Update the code to use make_empty_dir_inode when accessing permanently
empty directories.

Update the code to not allow adding to permanently empty directories.

Update /proc/sys/fs/binfmt_misc to be a permanently empty directory.

Cc: stable@vger.kernel.org
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
/linux-master/fs/proc/
H A Dproc_sysctl.cdiff f9bd6733 Sat May 09 21:09:14 MDT 2015 Eric W. Biederman <ebiederm@xmission.com> sysctl: Allow creating permanently empty directories that serve as mountpoints.

Add a magic sysctl table sysctl_mount_point that when used to
create a directory forces that directory to be permanently empty.

Update the code to use make_empty_dir_inode when accessing permanently
empty directories.

Update the code to not allow adding to permanently empty directories.

Update /proc/sys/fs/binfmt_misc to be a permanently empty directory.

Cc: stable@vger.kernel.org
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
/linux-master/kernel/
H A Dsysctl.cdiff f9bd6733 Sat May 09 21:09:14 MDT 2015 Eric W. Biederman <ebiederm@xmission.com> sysctl: Allow creating permanently empty directories that serve as mountpoints.

Add a magic sysctl table sysctl_mount_point that when used to
create a directory forces that directory to be permanently empty.

Update the code to use make_empty_dir_inode when accessing permanently
empty directories.

Update the code to not allow adding to permanently empty directories.

Update /proc/sys/fs/binfmt_misc to be a permanently empty directory.

Cc: stable@vger.kernel.org
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>

Completed in 511 milliseconds