Go to file
Bart Van Assche bc0421ea44 block/zram: Use enum req_op where appropriate
Improve static type checking by using the enum req_op type where
appropriate.

Cc: Minchan Kim <minchan@kernel.org>
Cc: Nitin Gupta <ngupta@vflare.org>
Cc: Sergey Senozhatsky <senozhatsky@chromium.org>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Link: https://lore.kernel.org/r/20220714180729.1065367-19-bvanassche@acm.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2022-07-14 12:14:31 -06:00
Documentation scsi: core: Remove reserved request time-out handling 2022-07-06 06:33:53 -06:00
LICENSES
arch
block block/kyber: Use the new blk_opf_t type 2022-07-14 12:14:30 -06:00
certs
crypto
drivers block/zram: Use enum req_op where appropriate 2022-07-14 12:14:31 -06:00
fs treewide: Rename enum req_opf into enum req_op 2022-07-14 12:14:30 -06:00
include blktrace: Use the new blk_opf_t type 2022-07-14 12:14:30 -06:00
init
ipc
kernel blktrace: Use the new blk_opf_t type 2022-07-14 12:14:30 -06:00
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
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 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.