Go to file
Steve French c8c412f976 SMB3: Fix mkdir when idsfromsid configured on mount
mkdir uses a compounded create operation which was not setting
the security descriptor on create of a directory. Fix so
mkdir now sets the mode and owner info properly when idsfromsid
and modefromsid are configured on the mount.

Signed-off-by: Steve French <stfrench@microsoft.com>
CC: Stable <stable@vger.kernel.org> # v5.8
Reviewed-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com>
2020-08-13 19:41:01 -05:00
arch TTY/Serial patches for 5.9-rc1 2020-08-06 14:56:11 -07:00
block SCSI misc on 20200806 2020-08-06 16:50:07 -07:00
certs
crypto This tree adds the sched_set_fifo*() encapsulation APIs to remove 2020-08-06 11:55:43 -07:00
Documentation - Add support to enable/disable the thermal zones resulting on core code and 2020-08-06 18:10:55 -07:00
drivers - Add support to enable/disable the thermal zones resulting on core code and 2020-08-06 18:10:55 -07:00
fs SMB3: Fix mkdir when idsfromsid configured on mount 2020-08-13 19:41:01 -05:00
include - Add support to enable/disable the thermal zones resulting on core code and 2020-08-06 18:10:55 -07:00
init
ipc
kernel s390: implement diag318 2020-08-06 12:59:31 -07:00
lib
LICENSES
mm
net - Add support to enable/disable the thermal zones resulting on core code and 2020-08-06 18:10:55 -07:00
samples
scripts
security integrity-v5.9 2020-08-06 11:35:57 -07:00
sound sound updates for 5.9 2020-08-06 14:27:31 -07:00
tools
usr
virt s390: implement diag318 2020-08-06 12:59:31 -07:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS - Add support to enable/disable the thermal zones resulting on core code and 2020-08-06 18:10:55 -07:00
Makefile
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.