Go to file
Ming Lei 1633e7ded8 ext4: split ext4_shutdown
JIRA: https://issues.redhat.com/browse/RHEL-1516

commit 97524b454bc562f4052751f0e635a61dad78f1b2
Author: Christoph Hellwig <hch@lst.de>
Date:   Thu Jun 1 11:44:57 2023 +0200

    ext4: split ext4_shutdown

    Split ext4_shutdown into a low-level helper that will be reused for
    implementing the shutdown super operation and a wrapper for the ioctl
    handling.

    Signed-off-by: Christoph Hellwig <hch@lst.de>
    Reviewed-by: Jan Kara <jack@suse.cz>
    Acked-by: Dave Chinner <dchinner@redhat.com>
    Reviewed-by: Dave Chinner <dchinner@redhat.com>
    Link: https://lore.kernel.org/r/20230601094459.1350643-15-hch@lst.de
    Signed-off-by: Jens Axboe <axboe@kernel.dk>

Signed-off-by: Ming Lei <ming.lei@redhat.com>
2023-09-18 15:59:32 +08:00
Documentation docs nbd: userspace NBD now favors github over sourceforge 2023-09-18 15:57:45 +08:00
LICENSES
arch Merge: Update kernel's PCI subsystem to v6.4 2023-09-14 15:07:15 -04:00
block block: add a mark_dead holder operation 2023-09-18 15:59:32 +08:00
certs
crypto
drivers block: introduce holder ops 2023-09-18 15:59:32 +08:00
fs ext4: split ext4_shutdown 2023-09-18 15:59:32 +08:00
include fs: add a method to shut down the file system 2023-09-18 15:59:32 +08:00
init fs: simplify get_filesystem_list / get_all_fs_names 2023-09-18 15:56:06 +08:00
io_uring blk-mq: remove hybrid polling 2023-09-18 15:56:06 +08:00
ipc
kernel block: introduce holder ops 2023-09-18 15:59:32 +08:00
lib fault-inject: fix build error when FAULT_INJECTION_CONFIGFS=y and CONFIGFS_FS=m 2023-09-18 15:57:44 +08:00
mm block: introduce holder ops 2023-09-18 15:59:32 +08:00
net Merge: bpf: sockmap: Remove preempt_disable in sock_map_sk_acquire 2023-09-08 11:36:01 -04:00
redhat [redhat] kernel-5.14.0-366.el9 2023-09-14 15:31:33 -04:00
samples
scripts Revert "arm64: unwind: add asynchronous unwind tables to kernel and modules" 2023-08-31 22:40:39 -04:00
security
sound
tools selftests: cgroup: fix test_kmem_memcg_deletion kernel mem check 2023-09-08 12:45:43 -04:00
usr
virt
.clang-format PCI: Introduce pci_dev_for_each_resource() 2023-09-05 09:16:40 -06:00
.cocciconfig
.get_maintainer.conf
.get_maintainer.ignore
.gitattributes
.gitignore
.gitlab-ci.yml redhat: change default dist suffix for RHEL 9.3 2023-08-29 09:45:47 +02:00
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
Kconfig.redhat
MAINTAINERS block, bfq: update Paolo's address in maintainer list 2023-09-18 15:57:46 +08:00
Makefile
Makefile.rhelver [redhat] kernel-5.14.0-366.el9 2023-09-14 15:31:33 -04:00
README
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.