Go to file
Linus Torvalds 5484a4ea7a vfs-6.18-rc1.afs
-----BEGIN PGP SIGNATURE-----
 
 iHUEABYKAB0WIQRAhzRXHqcMeLMyaSiRxhvAZXjcogUCaNZQeQAKCRCRxhvAZXjc
 ohhnAQCrtEWukO2GOLdoZdB9nuijIhkE0kNnq3OoMnD/pWE9hQEA3hjJts0o2QQX
 LcU62eEUg2airLRMSessPxhoMaJnVgo=
 =JTvC
 -----END PGP SIGNATURE-----

Merge tag 'vfs-6.18-rc1.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs

Pull afs updates from Christian Brauner:
 "This contains the change to enable afs to support RENAME_NOREPLACE and
  RENAME_EXCHANGE if the server supports it"

* tag 'vfs-6.18-rc1.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs:
  afs: Add support for RENAME_NOREPLACE and RENAME_EXCHANGE
2025-09-29 10:53:22 -07:00
Documentation vfs-6.18-rc1.mount 2025-09-29 09:32:34 -07:00
LICENSES
arch kernel-6.18-rc1.clone3 2025-09-29 10:36:50 -07:00
block kernel-6.18-rc1.clone3 2025-09-29 10:36:50 -07:00
certs
crypto This push fixes a NULL pointer dereference in ccp and a couple of 2025-09-19 09:58:21 -07:00
drivers vfs-6.18-rc1.misc 2025-09-29 09:03:07 -07:00
fs vfs-6.18-rc1.afs 2025-09-29 10:53:22 -07:00
include vfs-6.18-rc1.afs 2025-09-29 10:53:22 -07:00
init vfs-6.18-rc1.misc 2025-09-29 09:03:07 -07:00
io_uring io_uring-6.17-20250919 2025-09-19 12:10:49 -07:00
ipc copy_process: pass clone_flags as u64 across calltree 2025-09-01 15:31:34 +02:00
kernel kernel-6.18-rc1.clone3 2025-09-29 10:36:50 -07:00
lib hardening fixes for v6.17-rc4 2025-08-31 08:56:45 -07:00
mm vfs-6.18-rc1.misc 2025-09-29 09:03:07 -07:00
net kernel-6.18-rc1.clone3 2025-09-29 10:36:50 -07:00
rust vfs-6.18-rc1.rust 2025-09-29 10:23:02 -07:00
samples 15 hotfixes. 11 are cc:stable and the remainder address post-6.16 issues 2025-09-17 21:34:26 -07:00
scripts Rust fixes for v6.17 (2nd) 2025-09-06 12:33:09 -07:00
security kernel-6.18-rc1.clone3 2025-09-29 10:36:50 -07:00
sound ALSA: hda/realtek: Fix mute led for HP Laptop 15-dw4xx 2025-09-18 21:10:05 +02:00
tools vfs-6.18-rc1.mount 2025-09-29 09:32:34 -07:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore MAINTAINERS: remove Alyssa Rosenzweig 2025-09-18 21:17:31 +02:00
.gitattributes
.gitignore
.mailmap 7 hotfixes. 4 are cc:stable and the remainder address post-6.16 issues or 2025-09-28 09:32:00 -07:00
.pylintrc
.rustfmt.toml
COPYING
CREDITS MAINTAINERS: retire Boris from TLS maintainers 2025-08-26 17:36:01 -07:00
Kbuild
Kconfig
MAINTAINERS vfs-6.18-rc1.rust 2025-09-29 10:23:02 -07:00
Makefile Linux 6.17 2025-09-28 14:39:22 -07:00
README

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 reStructuredText 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.