No description
Find a file
Chao Yu b386f5dda0 f2fs: zone: fix to remove pow2 check condition for zoned block device
[ Upstream commit 11bec96afb ]

Commit 2e2c6e9b72 ("f2fs: remove power-of-two limitation of zoned
device") missed to remove pow2 check condition in init_blkz_info(),
fix it.

Fixes: 2e2c6e9b72 ("f2fs: remove power-of-two limitation of zoned device")
Signed-off-by: Feng Song <songfeng@oppo.com>
Signed-off-by: Yongpeng Yang <yangyongpeng1@oppo.com>
Signed-off-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-03-26 18:20:03 -04:00
arch sparc32: Fix section mismatch in leon_pci_grpci 2024-03-26 18:19:56 -04:00
block
certs
crypto
Documentation
drivers Input: iqs7222 - add support for IQS7222D v1.1 and v1.2 2024-03-26 18:20:02 -04:00
fs f2fs: zone: fix to remove pow2 check condition for zoned block device 2024-03-26 18:20:03 -04:00
include f2fs: fix to truncate meta inode pages forcely 2024-03-26 18:20:03 -04:00
init modules: wait do_free_init correctly 2024-03-26 18:19:55 -04:00
io_uring
ipc
kernel modules: wait do_free_init correctly 2024-03-26 18:19:55 -04:00
lib
LICENSES
mm
net net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr() 2024-03-26 18:20:01 -04:00
rust
samples
scripts
security
sound ALSA: usb-audio: Stop parsing channels bits when all channels are found. 2024-03-26 18:19:58 -04:00
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.