No description
Find a file
Linus Torvalds c7bfaff47a \n
-----BEGIN PGP SIGNATURE-----
 
 iQEzBAABCAAdFiEEq1nRK9aeMoq1VSgcnJ2qBz9kQNkFAmiHny8ACgkQnJ2qBz9k
 QNl/dQf/Wh/wsQwnYbZ1P1Mk1aGq+5xLAZJrt8dY8umHfCklWzjrmrpbxV11KbSX
 sxnAzRRGP/GlP9Atb6J4oBH2odIY57aKZcfeA64FYYM7yDo3ZvNQvNe+Il3Wr5Zn
 UBCGxr6mbeGt1GjBiP77kZzgLeHNnDKBR8Eu9i6zqYBsPk6wBM83oC2g+Ala++vM
 leb+uph2fL0rGqXu07LUpQDeLadBjhqRkzdgKOYJ6OXmckWASpYBkQlnCNTnAPYv
 AvDod+Mh5UNR0Sq+zB/EYEQn6OTFq+IB6MpGypQjVKxACUt3pTlRyraKWpvakR6r
 tih1TyOS5z1wZXBcoU2EtA9N/xYnjw==
 =Kj02
 -----END PGP SIGNATURE-----

Merge tag 'fs_for_v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs

Pull udf and ext2 updates from Jan Kara:
 "A few udf and ext2 fixes and cleanups"

* tag 'fs_for_v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs:
  udf: Verify partition map count
  udf: stop using write_cache_pages
  ext2: Handle fiemap on empty files to prevent EINVAL
2025-07-28 16:16:09 -07:00
arch vfs-6.17-rc1.fileattr 2025-07-28 15:24:14 -07:00
block vfs-6.17-rc1.iomap 2025-07-28 16:09:03 -07:00
certs
crypto
Documentation vfs-6.17-rc1.iomap 2025-07-28 16:09:03 -07:00
drivers vfs-6.17-rc1.integrity 2025-07-28 15:12:00 -07:00
fs \n 2025-07-28 16:16:09 -07:00
include block: change blk_get_meta_cap() stub return -ENOIOCTLCMD 2025-07-28 16:14:18 -07:00
init
io_uring
ipc
kernel vfs-6.17-rc1.bpf 2025-07-28 14:42:31 -07:00
lib
LICENSES
mm vfs-6.17-rc1.fileattr 2025-07-28 15:24:14 -07:00
net vfs-6.17-rc1.pidfs 2025-07-28 14:10:15 -07:00
rust vfs-6.17-rc1.rust 2025-07-28 14:44:43 -07:00
samples
scripts vfs-6.17-rc1.fileattr 2025-07-28 15:24:14 -07:00
security vfs-6.17-rc1.fileattr 2025-07-28 15:24:14 -07:00
sound
tools vfs-6.17-rc1.bpf 2025-07-28 14:42:31 -07:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.pylintrc
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS vfs-6.17-rc1.rust 2025-07-28 14:44:43 -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 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.