Go to file
Christoph Hellwig 7ee34cbc29 block: rename blkdev_close to blkdev_release
Make the function name match the method name.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Acked-by: Christian Brauner <brauner@kernel.org>
Link: https://lore.kernel.org/r/20230608110258.189493-11-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2023-06-12 08:04:04 -06:00
arch block: remove the unused mode argument to ->release 2023-06-12 08:04:04 -06:00
block block: rename blkdev_close to blkdev_release 2023-06-12 08:04:04 -06:00
certs
crypto
Documentation blk-ioprio: Introduce promote-to-rt policy 2023-06-06 22:26:26 -06:00
drivers block: remove the unused mode argument to ->release 2023-06-12 08:04:04 -06:00
fs
include block: remove the unused mode argument to ->release 2023-06-12 08:04:04 -06:00
init block: move the code to do early boot lookup of block devices to block/ 2023-06-05 10:57:40 -06:00
io_uring
ipc
kernel PM: hibernate: don't use early_lookup_bdev in resume_store 2023-06-05 10:57:40 -06:00
lib
LICENSES
mm
net
rust
samples
scripts
security
sound
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.