No description
Find a file
Steve French 5923d6686a smb3: fix caching of ctime on setxattr
Fixes xfstest generic/728 which had been failing due to incorrect
ctime after setxattr and removexattr

Update ctime on successful set of xattr

Cc: stable@vger.kernel.org
Signed-off-by: Steve French <stfrench@microsoft.com>
2023-11-09 10:25:58 -06:00
arch Major microcode loader restructuring, cleanup and improvements by Thomas 2023-11-04 08:46:37 -10:00
block
certs
crypto
Documentation Major microcode loader restructuring, cleanup and improvements by Thomas 2023-11-04 08:46:37 -10:00
drivers Major microcode loader restructuring, cleanup and improvements by Thomas 2023-11-04 08:46:37 -10:00
fs smb3: fix caching of ctime on setxattr 2023-11-09 10:25:58 -06:00
include Kbuild updates for v6.7 2023-11-04 08:07:19 -10:00
init
io_uring
ipc
kernel TTY/Serial changes for 6.7-rc1 2023-11-03 15:44:25 -10:00
lib powerpc updates for 6.7 2023-11-03 10:07:39 -10:00
LICENSES
mm
net s390 updates for the 6.7 merge window 2023-11-03 10:17:22 -10:00
rust Kbuild updates for v6.7 2023-11-04 08:07:19 -10:00
samples Landlock updates for v6.7-rc1 2023-11-03 09:28:53 -10:00
scripts Kbuild updates for v6.7 2023-11-04 08:07:19 -10:00
security + Features 2023-11-03 09:48:17 -10:00
sound
tools Char/Misc and other driver changes for 6.7-rc1 2023-11-03 14:51:08 -10:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Kbuild updates for v6.7 2023-11-04 08:07:19 -10:00
Makefile Kbuild updates for v6.7 2023-11-04 08:07:19 -10:00
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.