mainlining shenanigans
Go to file
Miaohe Lin ccac11da67 filemap: minor cleanup for filemap_write_and_wait_range
Restructure the logic in filemap_write_and_wait_range to simplify the code
and make it more consistent with file_write_and_wait_range. No functional
change intended.

Link: https://lkml.kernel.org/r/20220627132351.55680-1-linmiaohe@huawei.com
Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Reviewed-by: Muchun Song <songmuchun@bytedance.com>
Cc: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2022-07-29 18:07:14 -07:00
arch mips: rename mt_init to mips_mt_init 2022-07-29 18:07:13 -07:00
block
certs
crypto
Documentation doc: proc: fix the description to THPeligible 2022-07-17 17:14:33 -07:00
drivers android: binder: fix lockdep check on clearing vma 2022-07-29 18:07:13 -07:00
fs
include writeback: cleanup bdi_sched_wait() 2022-07-17 17:14:48 -07:00
init
ipc
kernel
lib lib/test_free_pages.c: pass a pointer to virt_to_page() 2022-07-17 17:14:36 -07:00
LICENSES
mm filemap: minor cleanup for filemap_write_and_wait_range 2022-07-29 18:07:14 -07:00
net
samples
scripts
security
sound
tools selftests/vm: fix va_128TBswitch.sh permissions 2022-07-26 16:59:50 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
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.