No description
  • C 97%
  • Assembly 1%
  • Shell 0.6%
  • Rust 0.5%
  • Python 0.4%
  • Other 0.3%
Find a file
Hans Holmberg bfecc4091e xfs: allow ro mounts if rtdev or logdev are read-only
Allow read-only mounts on rtdevs and logdevs that are marked as
read-only and make sure those mounts can't be remounted read-write.

Use the sb_open_mode helper to make sure that we don't try to open
devices with write access enabled for read-only mounts.

Signed-off-by: Hans Holmberg <hans.holmberg@wdc.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
2025-04-30 20:53:52 +02:00
arch bpf-fixes 2025-04-12 12:48:10 -07:00
block Merge remote-tracking branch 'linux-block/block-6.15' into xfs tree 2025-04-28 11:32:06 +02:00
certs
crypto
Documentation xfs: remove duplicate Zoned Filesystems sections in admin-guide 2025-04-22 16:05:24 +02:00
drivers Merge remote-tracking branch 'linux-block/block-6.15' into xfs tree 2025-04-28 11:32:06 +02:00
fs xfs: allow ro mounts if rtdev or logdev are read-only 2025-04-30 20:53:52 +02:00
include Merge remote-tracking branch 'linux-block/block-6.15' into xfs tree 2025-04-28 11:32:06 +02:00
init
io_uring
ipc
kernel tracing fixes for v6.15 2025-04-12 15:37:40 -07:00
lib
LICENSES
mm
net bpf-fixes 2025-04-12 12:48:10 -07:00
rust
samples
scripts
security
sound
tools Merge remote-tracking branch 'linux-block/block-6.15' into xfs tree 2025-04-28 11:32:06 +02:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 6.15-rc2 2025-04-13 11:54:49 -07: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 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.